From the error log below, the collection was just created (see the green highlight) and the exception says the resource wasn't found.
Tue Mar 12 22:24:39 2013 NO MESSAGES
Tue Mar 12 22:24:44 2013 NO MESSAGES
Tue Mar 12 22:24:49 2013 NO MESSAGES
Tue Mar 12 22:24:54 2013 NO MESSAGES
Tue Mar 12 22:24:59 2013 NO MESSAGES
Tue Mar 12 22:25:04 2013 NO MESSAGES
Reading config file : /home/undesa/bungeni_apps/config/glue.ini
Finished reading config_file
Reading config file : /home/undesa/bungeni_apps/config/glue.ini
Finished reading config_file
Reading config file : /home/undesa/bungeni_apps/config/glue.ini
Finished reading config_file
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection request: [route: {}->http://localhost:8088][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection leased: [id: 0][route: {}->http://localhost:8088][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
DEBUG [org.apache.http.impl.conn.DefaultClientConnectionOperator] Connecting to localhost:8088
DEBUG [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: best-match
DEBUG [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context
DEBUG [org.apache.http.client.protocol.RequestTargetAuthentication] Target auth state: UNCHALLENGED
DEBUG [org.apache.http.client.protocol.RequestProxyAuthentication] Proxy auth state: UNCHALLENGED
DEBUG [org.apache.http.impl.client.DefaultHttpClient] Attempt 1 to execute request
DEBUG [org.apache.http.impl.conn.DefaultClientConnection] Sending request: HEAD /exist/webdav/db/bungeni-xml/ HTTP/1.1
DEBUG [org.apache.http.wire] >> "HEAD /exist/webdav/db/bungeni-xml/ HTTP/1.1[\r][\n]"
DEBUG [org.apache.http.wire] >> "Host: localhost:8088[\r][\n]"
DEBUG [org.apache.http.wire] >> "Connection: Keep-Alive[\r][\n]"
DEBUG [org.apache.http.wire] >> "User-Agent: Sardine/350[\r][\n]"
DEBUG [org.apache.http.wire] >> "[\r][\n]"
DEBUG [org.apache.http.headers] >> HEAD /exist/webdav/db/bungeni-xml/ HTTP/1.1
DEBUG [org.apache.http.headers] >> Host: localhost:8088
DEBUG [org.apache.http.headers] >> Connection: Keep-Alive
DEBUG [org.apache.http.headers] >> User-Agent: Sardine/350
DEBUG [org.apache.http.wire] << "HTTP/1.1 404 Not Found[\r][\n]"
DEBUG [org.apache.http.wire] << "Date: Fri, 15 Mar 2013 09:33:24 GMT[\r][\n]"
DEBUG [org.apache.http.wire] << "Cache-Control: must-revalidate,no-cache,no-store[\r][\n]"
DEBUG [org.apache.http.wire] << "Content-Type: text/html;charset=ISO-8859-1[\r][\n]"
DEBUG [org.apache.http.wire] << "Content-Length: 1295[\r][\n]"
DEBUG [org.apache.http.wire] << "Server: Jetty(8.1.8.v20121106)[\r][\n]"
DEBUG [org.apache.http.wire] << "[\r][\n]"
DEBUG [org.apache.http.impl.conn.DefaultClientConnection] Receiving response: HTTP/1.1 404 Not Found
DEBUG [org.apache.http.headers] << HTTP/1.1 404 Not Found
DEBUG [org.apache.http.headers] << Date: Fri, 15 Mar 2013 09:33:24 GMT
DEBUG [org.apache.http.headers] << Cache-Control: must-revalidate,no-cache,no-store
DEBUG [org.apache.http.headers] << Content-Type: text/html;charset=ISO-8859-1
DEBUG [org.apache.http.headers] << Content-Length: 1295
DEBUG [org.apache.http.headers] << Server: Jetty(8.1.8.v20121106)
DEBUG [org.apache.http.impl.client.DefaultHttpClient] Connection can be kept alive indefinitely
DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection [id: 0][route: {}->
http://localhost:8088] can be kept alive indefinitely
DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection released: [id: 0][route: {}->http://localhost:8088][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection request: [route: {}->http://localhost:8088][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection leased: [id: 0][route: {}->http://localhost:8088][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
DEBUG [org.apache.http.impl.client.DefaultHttpClient] Stale connection check
DEBUG [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: best-match
DEBUG [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context
DEBUG [org.apache.http.client.protocol.RequestTargetAuthentication] Target auth state: UNCHALLENGED
DEBUG [org.apache.http.client.protocol.RequestProxyAuthentication] Proxy auth state: UNCHALLENGED
DEBUG [org.apache.http.impl.client.DefaultHttpClient] Attempt 1 to execute request
DEBUG [org.apache.http.impl.conn.DefaultClientConnection] Sending request: MKCOL /exist/webdav/db/bungeni-xml/ HTTP/1.1
DEBUG [org.apache.http.wire] >> "MKCOL /exist/webdav/db/bungeni-xml/ HTTP/1.1[\r][\n]"
DEBUG [org.apache.http.wire] >> "Content-Length: 0[\r][\n]"
DEBUG [org.apache.http.wire] >> "Host: localhost:8088[\r][\n]"
DEBUG [org.apache.http.wire] >> "Connection: Keep-Alive[\r][\n]"
DEBUG [org.apache.http.wire] >> "User-Agent: Sardine/350[\r][\n]"
DEBUG [org.apache.http.wire] >> "[\r][\n]"
DEBUG [org.apache.http.headers] >> MKCOL /exist/webdav/db/bungeni-xml/ HTTP/1.1
DEBUG [org.apache.http.headers] >> Content-Length: 0
DEBUG [org.apache.http.headers] >> Host: localhost:8088
DEBUG [org.apache.http.headers] >> Connection: Keep-Alive
DEBUG [org.apache.http.headers] >> User-Agent: Sardine/350
DEBUG [org.apache.http.wire] << "HTTP/1.1 404 Not Found[\r][\n]"
DEBUG [org.apache.http.wire] << "Date: Fri, 15 Mar 2013 09:33:24 GMT[\r][\n]"
DEBUG [org.apache.http.wire] << "Cache-Control: must-revalidate,no-cache,no-store[\r][\n]"
DEBUG [org.apache.http.wire] << "Content-Type: text/html;charset=ISO-8859-1[\r][\n]"
DEBUG [org.apache.http.wire] << "Content-Length: 1295[\r][\n]"
DEBUG [org.apache.http.wire] << "Server: Jetty(8.1.8.v20121106)[\r][\n]"
DEBUG [org.apache.http.wire] << "[\r][\n]"
DEBUG [org.apache.http.impl.conn.DefaultClientConnection] Receiving response: HTTP/1.1 404 Not Found
DEBUG [org.apache.http.headers] << HTTP/1.1 404 Not Found
DEBUG [org.apache.http.headers] << Date: Fri, 15 Mar 2013 09:33:24 GMT
DEBUG [org.apache.http.headers] << Cache-Control: must-revalidate,no-cache,no-store
DEBUG [org.apache.http.headers] << Content-Type: text/html;charset=ISO-8859-1
DEBUG [org.apache.http.headers] << Content-Length: 1295
DEBUG [org.apache.http.headers] << Server: Jetty(8.1.8.v20121106)
DEBUG [org.apache.http.impl.client.DefaultHttpClient] Connection can be kept alive indefinitely
DEBUG [org.apache.http.wire] << "<html>[\n]"
DEBUG [org.apache.http.wire] << "<head>[\n]"
DEBUG [org.apache.http.wire] << "<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>[\n]"
DEBUG [org.apache.http.wire] << "<title>Error 404 Not Found</title>[\n]"
DEBUG [org.apache.http.wire] << "</head>[\n]"
DEBUG [org.apache.http.wire] << "<body>[\n]"
DEBUG [org.apache.http.wire] << "<h2>HTTP ERROR: 404</h2>[\n]"
DEBUG [org.apache.http.wire] << "<p>Problem accessing /exist/webdav/db/bungeni-xml/. Reason:[\n]"
DEBUG [org.apache.http.wire] << "<pre> Not Found</pre></p>[\n]"
DEBUG [org.apache.http.wire] << "<hr /><i><small>Powered by Jetty://</small></i>[\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << " [\n]"
DEBUG [org.apache.http.wire] << "</body>[\n]"
DEBUG [org.apache.http.wire] << "</html>[\n]"
DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection [id: 0][route: {}->
http://localhost:8088] can be kept alive indefinitely
DEBUG [org.apache.http.impl.conn.PoolingClientConnectionManager] Connection released: [id: 0][route: {}->http://localhost:8088][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
com.googlecode.sardine.impl.SardineException: Unexpected response (404 Not Found)
at com.googlecode.sardine.impl.handler.ValidatingResponseHandler.validateResponse(ValidatingResponseHandler.java:49)
at com.googlecode.sardine.impl.handler.VoidResponseHandler.handleResponse(VoidResponseHandler.java:35)
at com.googlecode.sardine.impl.handler.VoidResponseHandler.handleResponse(VoidResponseHandler.java:30)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:1070)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:1044)
at com.googlecode.sardine.impl.SardineImpl.execute(SardineImpl.java:782)
at com.googlecode.sardine.impl.SardineImpl.createDirectory(SardineImpl.java:756)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:186)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:204)
at org.python.core.PyObject.__call__(PyObject.java:404)
at org.python.core.PyObject.__call__(PyObject.java:408)
at org.python.core.PyMethod.__call__(PyMethod.java:124)
at utils$py.reset_remote_folder$4(/home/undesa/bungeni_apps/glue/src/utils.py:104)
at utils$py.call_function(/home/undesa/bungeni_apps/glue/src/utils.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyBaseCode.call(PyBaseCode.java:149)
at org.python.core.PyFunction.__call__(PyFunction.java:327)
at org.python.core.PyMethod.__call__(PyMethod.java:124)
at glue$py.publish_languages_info_xml$13(/home/undesa/bungeni_apps/glue/src/glue.py:328)
at glue$py.call_function(/home/undesa/bungeni_apps/glue/src/glue.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyBaseCode.call(PyBaseCode.java:134)
at org.python.core.PyFunction.__call__(PyFunction.java:317)
at org.python.pycode._pyx2.run$9(/home/undesa/bungeni_apps/glue/src/consumer.py:134)
at org.python.pycode._pyx2.call_function(/home/undesa/bungeni_apps/glue/src/consumer.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyBaseCode.call(PyBaseCode.java:301)
at org.python.core.PyBaseCode.call(PyBaseCode.java:194)
at org.python.core.PyFunction.__call__(PyFunction.java:387)
at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:220)
at org.python.core.PyMethod.__call__(PyMethod.java:211)
at org.python.core.PyMethod.__call__(PyMethod.java:201)
at org.python.core.PyMethod.__call__(PyMethod.java:196)
at org.python.core.PyObject._jcallexc(PyObject.java:3502)
at org.python.core.PyObject._jcall(PyObject.java:3534)
at org.python.proxies.__main__$LangInfoPublish$0.run(Unknown Source)
None
ERROR: Resource / Collection fault.
Reading config file : /home/undesa/bungeni_apps/config/glue.ini
Finished reading config_file
--
__nthony__