Resource Menu


posted by Guest at Jan 11, 2006 12:22 PM
Quote
So I confirm the current release doesn't work with JOnAS 4.5.3…
Now it works on 4.4.3
posted by Guest at Jan 11, 2006 12:22 PM
Quote
I saw in another forum thread that there are problem with JMS when using JOnAS 4.53… My error seems to happen in JMS, may be it's the same error ?! I will try with an older jonas version.
posted by Guest at Jan 11, 2006 12:22 PM
Quote
Hi

I'm trying to install Libresource plateform. But i've a problem… I've deployed Libresource application (jeremie version). But when i go to http://localhost:9000/ the following exception is raised :

javax.jms.JMSException: Could not create connection: javax.resource.ResourceException: ConnectionManagerImpl.allocateConnection: illegal state : no mc is matched by mcf
        at org.objectweb.joram.client.connector.OutboundTopicConnectionFactory.createTopicConnection(OutboundTopicConnectionFactory.java:112)
        at org.objectweb.joram.client.connector.OutboundTopicConnectionFactory.createTopicConnection(OutboundTopicConnectionFactory.java:74)
        at org.libresource.Libresource.index(Unknown Source)
        at org.libresource.kernel.ejb.NodeBean.updatePath(Unknown Source)
        at org.libresource.kernel.ejb.NodeBean.ejbPostCreate(Unknown Source)
[...]
org.libresource.kernel.KernelServiceException: Error in getConnectedResource : updatepath : Error in index
        at org.libresource.kernel.ejb.KernelServiceBean.getConnectedResource(Unknown Source)
        at org.objectweb.jonas_gen.org.libresource.kernel.interfaces.JOnASKernelService_861693235Remote.getConnectedResource(JOnASKernelService_861693235Remote.java:1109)
        at org.libresource.web.config.Config.getLocale(Unknown Source)
        at org.libresource.web.servlets.BaseServlet.service(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[...]
Caused by: javax.ejb.CreateException: updatepath : Error in index
        at org.libresource.kernel.ejb.NodeBean.ejbPostCreate(Unknown Source)
        at org.objectweb.jonas_gen.org.libresource.kernel.ejb.JOnASNode_1237537263Bean.ejbPostCreate(JOnASNode_1237537263Bean.java:382)

I don't know what i can do. Can you help me ?