03-30-2012 01:36 PM
I am running Nuxeo 5.5 Tomcat Distribution on PostgreSQL 9.1 with Social Collaboration enabled. On startup, I receive the following error.
ERROR [org.nuxeo.runtime.datasource.DataSourceComponent] Cannot bind datasource 'jdbc/nxactivities' in JNDI javax.naming.NamingException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:903)
at org.apache.naming.NamingContext.bind(NamingContext.java:831)
at org.apache.naming.NamingContext.bind(NamingContext.java:171)
at org.apache.naming.NamingContext.bind(NamingContext.java:187)
at org.nuxeo.runtime.datasource.DataSourceComponent.addDataSource(DataSourceComponent.java:119)
at org.nuxeo.runtime.datasource.DataSourceComponent.registerContribution(DataSourceComponent.java:81)
at org.nuxeo.runtime.model.DefaultComponent.registerExtension(DefaultComponent.java:39)
...
Later in the log during startup, I naturally receive the following error:
ERROR [org.hibernate.connection.DatasourceConnectionProvider] Could not find datasource: java:comp/env/jdbc/nxactivities javax.naming.NameNotFoundException: Name nxactivities is not bound in this Context
...
Any thoughts? Should I create a JIRA for this issue?
04-11-2012 03:44 PM
I suppose a side effect of first problem. We need to understand what is wrong in your installation. Look at my comment on your previous answer.
04-12-2012 06:22 AM
No I know it's another issue cause I got this too in the nuxeo bundled version when i'm on https. So it's a trust issue with certificate or so but not a db problem.
04-12-2012 06:33 AM
I didn't notice you were using https. If you don't use a reverse proxy, you should configure your tomcat as explained in the tomcat documentation
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.