Yeah that should do it, looks like exactly the same problem. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Gilligan Sent: Monday, January 10, 2005 6:17 AM To: Thomas Keller Cc: [email protected] Subject: Re: [Andromda-user] Problems running animalquiz example
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(RepositoryClassLoad er.java:464) > > at > org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.j ava: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(WSDDTypeMappin g.java:217) > > at > org.apache.axis.deployment.wsdd.WSDDDeployment.deployMapping(WSDDDeployment. java:308) > > at > org.apache.axis.deployment.wsdd.WSDDDeployment.getTypeMappingRegistry(WSDDDe ployment.java:496) > > at > org.apache.axis.configuration.FileProvider.getTypeMappingRegistry(FileProvid er.java:257) > > at > org.apache.axis.AxisEngine.getTypeMappingRegistry(AxisEngine.java:327) > at > org.apache.axis.MessageContext.getTypeMappingRegistry(MessageContext.java:41 3) > > 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.DecisionServiceSoapBindi ngStub.createCall(DecisionServiceSoapBindingStub.java:136) > > at > org.andromda.samples.animalquiz.decisiontree.client.DecisionServiceSoapBindi ngStub.getFirstQuestion(DecisionServiceSoapBindingStub.java:175) > > at > org.andromda.samples.animalquiz.guess.GuessControllerImpl.getFirstQuestion(G uessControllerImpl.java:33) > > at > org.andromda.samples.animalquiz.guess.ConfirmAnimalInMindGotOne._getTheFirst Question(ConfirmAnimalInMindGotOne.java:38) > > at > org.andromda.samples.animalquiz.guess.ConfirmAnimalInMindGotOne.execute(Conf irmAnimalInMindGotOne.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 ------------------------------------------------------- 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
