Mark wrote: > I have installed Nuxeo 5.1 with a postgres backend and after a bit fiddling > around it seems to work - however the JBoss server is throwing a lot of error > messages such as: > > 15:06:45,066 ERROR [JMSDocumentMessageProducer] An error occured while trying > to > produce a JMS object message > javax.jms.JMSException: Could not create a session: > org.jboss.resource.JBossResourceException: Unable to setup connection; - > nested > throwable: (javax.naming.CommunicationException: Could not obtain connection > to > any of these urls: 127.0.0.1:1099 and discovery failed with error: > javax.naming.CommunicationException: Receive timed out [Root exception is > java.net.SocketTimeoutException: Receive timed out] [Root exception is > javax.naming.CommunicationException: Failed to connect to server > 127.0.0.1:1099 > [Root exception is javax.naming.ServiceUnavailableException: Failed to connect > to server 127.0.0.1:1099 [Root exception is java.net.ConnectException: > Connection refused]]]) > 1099 is JNDI, JMS is trying to find the JNDI to get the connection factory. You need in nuxeo.ear/datasources/core-events-ds.xml to change the properties of the NXCoreEventsProvider to point to you JNDI.
> > I am not sure what the service the server is trying to access? I am not > running > the nuxeo server off the standard ports (i.e. I changed jboss_server.conf) as > I > have another JBoss server on this machine could it need a different port > number > possibly? > > Note that on linux, using virtual interfaces makes it easier to run several JBoss than changing the port JBoss uses. > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
