Bug 407655 - Class loading issue SCTM Executor plugin and JBoss AS 5
Summary: Class loading issue SCTM Executor plugin and JBoss AS 5
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Bob Foster CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-09 10:29 EDT by JJ Weaver CLA
Modified: 2013-05-10 16:03 EDT (History)
1 user (show)

See Also:


Attachments
Exception thrown when loading axis libs (7.48 KB, text/plain)
2013-05-09 10:29 EDT, JJ Weaver CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description JJ Weaver CLA 2013-05-09 10:29:06 EDT
Created attachment 230728 [details]
Exception thrown when loading axis libs

Running Jenkins 1.452 with SCTMExecutor 1.5.1 on top of JBoss AS 5
http://wiki.hudson-ci.org/display/HUDSON/SCTMExecutor

The plugin fails to execute due to a class loading issue. The issue deals with the axis jars and the javax/xml/namespace/QName class. I have tried completely removing the class from the jar and moving them to the shared JBoss lib directory. So far I haven't had any luck. Your help is appreciated.


javax.servlet.ServletException: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.axis.message.MessageElement.getChildElements(Ljavax/xml/namespace/QName;)Ljava/util/Iterator;" the class loader (instance of java/net/URLClassLoader) of the current class, org/apache/axis/message/MessageElement, and the class loader (instance of <bootloader>) for interface javax/xml/soap/SOAPElement have different Class objects for the type javax/xml/namespace/QName used in the signature
Comment 1 Bob Foster CLA 2013-05-10 02:21:35 EDT
The report says "Running Jenkins 1.452". Perhaps you meant to file this bug at https://issues.jenkins-ci.org/?
Comment 2 JJ Weaver CLA 2013-05-10 15:13:37 EDT
The issue is with the SCTMExecutor plugin. Per the hyperlink I submitted in the orginal post "http://wiki.hudson-ci.org/display/HUDSON/SCTMExecutor" I was directed to submit issues here.

Did I follow the wrong instructions?

Thanks,
JJ
Comment 3 Bob Foster CLA 2013-05-10 15:43:47 EDT
Perhaps this will sort it out. Your bug report says "Running Jenkins 1.452". If you are, in fact, running Jenkins, you should file the bug report with Jenkins. https://issues.jenkins-ci.org/

If you are running Hudson, what version of Hudson are you running?
Comment 4 JJ Weaver CLA 2013-05-10 16:03:34 EDT
I'm running Jenkins version 1.452 and went ahead and opened a ticket there. Thanks for the help.
JJ