Bugs item #563849, was opened at 2002-06-03 14:02
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=563849&group_id=22866

Category: JBossTX
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Erwin Guib (eguib)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tyrex / log4j conflict

Initial Comment:
Jboss 3.0.x
Windows 2000
Sun jdk 1.3.1_02

The Tyrex Transaction manager is not longer running 
due to a log4j version conflict.

To enable Tyrex:
- uncomment the 
org.jboss.tm.plugins.tyrex.TransactionManagerService 
MBean in the jboss-service.xml file.
- copy varia/output/lib/tyrex-tm-plugin.jar to the JBoss lib 
directory (enable the generation in varia/build.xml)
- copy xerces.jar to the lib directory
- start JBoss

The start fails with the following exception:

13:49:37,911 ERROR [STDERR] Starting Tyrex  Version 
0.9.8.5
13:49:37,911 ERROR [STDERR] Intalio Inc. (C) 1999-
2001. All rights reserved.
13:49:38,843 ERROR [MainDeployer] could not start 
deployment: file:/D:/Java/jbos
s-3.0.1RC1/server/default/conf/jboss-service.xml
java.lang.NoSuchMethodError: 
org.apache.log4j.FileAppender: method <init>(Lorg/a
pache/log4j/Layout;Ljava/io/OutputStream;)V not found
        at tyrex.util.Logger.<clinit>(Logger.java:93)
        at tyrex.tm.impl.TransactionDomainImpl.<init>
(TransactionDomainImpl.java
:321)
        at tyrex.tm.impl.DomainConfig.getDomain
(DomainConfig.java:303)
        at tyrex.tm.TransactionDomain.createDomain
(TransactionDomain.java:478)
        at tyrex.tm.TransactionDomain.createDomain
(TransactionDomain.java:174)
        at 
org.jboss.tm.plugins.tyrex.TransactionManagerService.st
artService(Tra
nsactionManagerService.java:92)
        at org.jboss.system.ServiceMBeanSupport.start
(ServiceMBeanSupport.java:1
62)
        at java.lang.reflect.Method.invoke(Native Method)
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invok
e(ReflectedMBea
nDispatcher.java:284)
        at org.jboss.mx.server.MBeanServerImpl.invoke
(MBeanServerImpl.java:491)
        at 
org.jboss.system.ServiceController$ServiceProxy.invoke
(ServiceControl
ler.java:894)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start
(ServiceController.java:340)
        at java.lang.reflect.Method.invoke(Native Method)


looks like JBoss advanced to a newer log4j version and 
Tyrex still need an older one.

Regards, Erwin

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=563849&group_id=22866

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to