Page 1 of 1

api dav problem

Posted: Mon Mar 10, 2008 1:21 am
by jhamill
I am getting this error when trying to use hte api/dav url. Anyone got any idea about what this is? happens after the authentication

the sac and webmail work just fine.

2008-03-10 16:01:13,808 WARN [PlatformDispatcherServlet.service:81] Problem processing request method=GET URI=/api/dav/
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection
Caused by:
org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:420)
at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
at org.hibernate.jdbc.BorrowedConnectionProxy.invoke(BorrowedConnectionProxy.java:40)
at $Proxy0.createStatement(Unknown Source)

Re: api dav problem - fixed

Posted: Mon Mar 10, 2008 5:50 pm
by jhamill
Let me answer my own question. I finally gave our mail server a reboot (the first since sept 2007) and now the http dav web urls are working.

jhamill wrote:I am getting this error when trying to use hte api/dav url. Anyone got any idea about what this is? happens after the authentication

the sac and webmail work just fine.

2008-03-10 16:01:13,808 WARN [PlatformDispatcherServlet.service:81] Problem processing request method=GET URI=/api/dav/
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection
Caused by:
org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:420)
at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
at org.hibernate.jdbc.BorrowedConnectionProxy.invoke(BorrowedConnectionProxy.java:40)
at $Proxy0.createStatement(Unknown Source)