[JCA/JBoss] - Re: Jboss for AIX
by logofatu
I have the same problem.
With JBoss [Trinity] 4.2.0.GA running on AIX with the JVM "IBM J9 VM", version "2.4"
The deployment of "jboss/server/default/deploy/uuid-key-generator.sar" fails because of
java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactoryService
at java.lang.ClassNotFoundException.(ClassNotFoundException.java:77)
at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514)
at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408)
at java.lang.ClassLoader.loadClass(ClassLoader.java:608)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1204)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:286)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:344)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246929#4246929
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246929
16 years, 9 months
[JBoss Messaging] - Bridge with QOS_ONCE_AND_ONLY_ONCE
by stuartw
I am trying to configure a bridge with the quality of service set to QOS_ONCE_AND_ONLY_ONCE in JBoss Messaging 1.4.4 within JBoss AS 4.2.3. As far as I understand, for this to work I must use an XA datasource. I have therefore changed the DefaultDS to an XA one. However, this gives me problems when I try to start the server where it is attempting to create the tables:
| [main] 09:32:43,404 TRACE [org.jboss.messaging.core.impl.JDBCSupport] Executing: CREATE TABLE JBM_USER (USER_ID VARCHAR2(32) NOT NULL, PASSWD VARCHAR2(32) NOT NULL, CLIENTID VARCHAR2(128), PRIMARY KEY(USER_ID))
| [main] 09:32:43,404 DEBUG [org.jboss.messaging.core.impl.JDBCSupport] Failed to execute: CREATE TABLE JBM_USER (USER_ID VARCHAR2(32) NOT NULL, PASSWD VARCHAR2(32) NOT NULL, CLIENTID VARCHAR2(128), PRIMARY KEY(USER_ID))
| java.sql.SQLException: ORA-02089: COMMIT is not allowed in a subordinate session
|
If I change the datasource to a non-XA one then the tables are created successcully but my bridge does not work. Can anyone help me please?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246911#4246911
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246911
16 years, 9 months