Hi Thomas,

This may be similar to the problem I've just encountered (see previous mail, subject 'Animal Quiz sample - OS X probs'). Chad responded with this comment:

"Try removing the jboss-ws4ee.sar file from your jboss configuration's deploy
directory, Jboss 4.x bundles axis libraries in that sar file and that causes


problems for any other application deployed in the container that also
bundles the axis libraries (the animal quiz has web service support and
therefore has axis libraries bundled with it).
"

Which sorted it for me.


Simon.







Thomas Keller wrote:

Hello there!

I'm currently trying out the supplied animal quiz application. I managed it to get to its main screen where I can pick an animal and can click on "got one".
After actually doing this I got a


    "null (java.lang.Exception)"

message in a red box.

JBoss' output tells me that it can't find some classes:

--------
org.apache.axis.deployment.wsdd.WSDDNonFatalException: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.net.jmx.adaptor.MBeanConstructorInfoSerFactory
java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.net.jmx.adaptor.MBeanConstructorInfoSerFactory
at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:292)
at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:464)


at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:374)

at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:186)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160)
at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100)
at org.apache.axis.deployment.wsdd.WSDDTypeMapping.getSerializer(WSDDTypeMapping.java:217)


at org.apache.axis.deployment.wsdd.WSDDDeployment.deployMapping(WSDDDeployment.java:308)

at org.apache.axis.deployment.wsdd.WSDDDeployment.getTypeMappingRegistry(WSDDDeployment.java:496)

at org.apache.axis.configuration.FileProvider.getTypeMappingRegistry(FileProvider.java:257)

at org.apache.axis.AxisEngine.getTypeMappingRegistry(AxisEngine.java:327)
at org.apache.axis.MessageContext.getTypeMappingRegistry(MessageContext.java:413)


at org.apache.axis.client.Call.getTypeMapping(Call.java:2179)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2214)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2257)
at org.andromda.samples.animalquiz.decisiontree.client.DecisionServiceSoapBindingStub.createCall(DecisionServiceSoapBindingStub.java:136)


at org.andromda.samples.animalquiz.decisiontree.client.DecisionServiceSoapBindingStub.getFirstQuestion(DecisionServiceSoapBindingStub.java:175)

at org.andromda.samples.animalquiz.guess.GuessControllerImpl.getFirstQuestion(GuessControllerImpl.java:33)

at org.andromda.samples.animalquiz.guess.ConfirmAnimalInMindGotOne._getTheFirstQuestion(ConfirmAnimalInMindGotOne.java:38)

at org.andromda.samples.animalquiz.guess.ConfirmAnimalInMindGotOne.execute(ConfirmAnimalInMindGotOne.java:20)

[more stuff from struts]

I haven't worked with JBoss yet (only tomcat), I just ran it out of the box. JBOSS_HOME is set, as well as JAVA_HOME. I also followed the sample instructions found inside the supplied readme.html. What am I doing wrong here?

Thanks for your help.



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to