| Author |
Message |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 28/06/2006 18:04:09
|
timcockle
Joined: 28/06/2006 18:01:14
Messages: 1
Offline
|
Hi I am getting the following error on JBoss 4.0.4
16:42:48,230 INFO [EARDeployer] Init J2EE application: file:/usr/local/jboss/jboss-4.0.4.GA/server/default/deploy/track-320.ear
16:42:50,669 INFO [TomcatDeployer] deploy, ctxPath=/track, warUrl=.../tmp/deploy/tmp61310track-320.ear-contents/track-exp.war/
16:42:51,745 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.util.OnlyOnceErrorHandler" object is not assignable to a "org.apache.log4j.spi.ErrorHandler" variable.
16:42:51,745 ERROR [STDERR] log4j:ERROR The class "org.apache.log4j.spi.ErrorHandler" was loaded by
16:42:51,746 ERROR [STDERR] log4j:ERROR [WebappClassLoader
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
java.net.FactoryURLClassLoader@1eb2c3
] whereas object of type
16:42:51,746 ERROR [STDERR] log4j:ERROR "org.jboss.logging.util.OnlyOnceErrorHandler" was loaded by [org.jboss.system.server.NoAnnotationURLClassLoader@1decdec].
16:42:51,817 ERROR [STDERR] log4j:ERROR Could not create an Appender. Reported error follows.
16:42:51,817 ERROR [STDERR] java.lang.ClassCastException: org.jboss.logging.appender.DailyRollingFileAppender
Has anyone made the changes necassary to get Track+ 3.2 running on JBoss 4.0.4 or do I have the lucky task of being the first?!?!
Thanks in advance,
Tim
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 04/07/2006 17:29:59
|
Track+ Support
Joined: 02/03/2005 15:14:42
Messages: 995
Location: Stuttgart, Germany
Offline
|
We have not yet tested with JBoss 4.0.4. We will incorporate this test into the new release.
|
______________________
Track+ Support
Track+ Bug & Issue Tracking
http://www.trackplus.com |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 14/07/2006 11:32:06
|
Anonymous
|
Thanks for the update
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 13/04/2007 04:48:48
|
tucMetcalf
Joined: 13/04/2007 04:46:10
Messages: 3
Offline
|
Hi,
Are there any timeframes as to when Track+ will work on Jboss 4x?
Thanks
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 13/04/2007 20:12:16
|
Track+ Support
Joined: 02/03/2005 15:14:42
Messages: 995
Location: Stuttgart, Germany
Offline
|
Oh, I think it does (version 3.3.2).
|
______________________
Track+ Support
Track+ Bug & Issue Tracking
http://www.trackplus.com |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 19/04/2007 12:03:13
|
tucMetcalf
Joined: 13/04/2007 04:46:10
Messages: 3
Offline
|
Hi
I am trying to use track 3.3.2 on Jboss 4.0.5.GA
The error still persists, any help would be appreciated
Dave
20:01:10,543 INFO [EARDeployer] Init J2EE application: file:/software/jboss-4.0.5.GA/server/default/deploy/track-332.ear/
20:01:10,839 INFO [TomcatDeployer] deploy, ctxPath=/track, warUrl=.../deploy/track-332.ear/track.war/
20:01:11,196 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.util.OnlyOnceErrorHandler" object is not assignable to a "org.apache.log4j.spi.ErrorHandler" variable.
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 19/04/2007 18:57:00
|
Track+ Support
Joined: 02/03/2005 15:14:42
Messages: 995
Location: Stuttgart, Germany
Offline
|
This may be a classloader problem. Could you try to edit the file
<jboss>/server/default/jbossweb-tomcat55.sar/META-INF/jboss-service.xml
and change the following two lines:
<attribute name="Java2ClassLoadingCompliance">true</attribute>
<attribute name="UseJBossWebLoader">true</attribute>
I think both are set to false in JBoss 4.0.5.
This would change the global JBoss configuration. If you want to keep this change more local, you could try to add a file jboss-web.xml under the track application. The JBoss site has more details on this.
This message was edited 1 time. Last update was at 19/04/2007 18:57:09
|
______________________
Track+ Support
Track+ Bug & Issue Tracking
http://www.trackplus.com |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 20/04/2007 04:29:31
|
tucMetcalf
Joined: 13/04/2007 04:46:10
Messages: 3
Offline
|
Thanks a million, that sorted it out
Dave
|
|
|
 |
|
|