Another possibility, if you have the option, is to use JBoss 3.2.6. The samples work out of the box there with no modifications.
Tom > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Simon Gilligan > Sent: Monday, January 10, 2005 8: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(Repos > itoryClassLoader.java:464) > > > > at > > > org.jboss.mx.loading.RepositoryClassLoader.loadClass(Repositor > yClassLoader.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(W > SDDDeployment.java:308) > > > > at > > > org.apache.axis.deployment.wsdd.WSDDDeployment.getTypeMappingR > egistry(WSDDDeployment.java:496) > > > > at > > > org.apache.axis.configuration.FileProvider.getTypeMappingRegis > try(FileProvider.java:257) > > > > at > > > org.apache.axis.AxisEngine.getTypeMappingRegistry(AxisEngine.java:327) > > at > > > org.apache.axis.MessageContext.getTypeMappingRegistry(MessageC > ontext.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.DecisionSe > rviceSoapBindingStub.createCall(DecisionServiceSoapBindingStub > .java:136) > > > > at > > > org.andromda.samples.animalquiz.decisiontree.client.DecisionSe > rviceSoapBindingStub.getFirstQuestion(DecisionServiceSoapBindi > ngStub.java:175) > > > > at > > > org.andromda.samples.animalquiz.guess.GuessControllerImpl.getF > irstQuestion(GuessControllerImpl.java:33) > > > > at > > > org.andromda.samples.animalquiz.guess.ConfirmAnimalInMindGotOn > e._getTheFirstQuestion(ConfirmAnimalInMindGotOne.java:38) > > > > at > > > org.andromda.samples.animalquiz.guess.ConfirmAnimalInMindGotOn > e.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
