Re: Lomboz: starting JBoss results in NoClassDefFoundError

From: Leo van den Berg (l.vdberg_at_robotica.uv.es)
Date: 11/10/03


Date: Mon, 10 Nov 2003 18:34:42 +0100

Have you started the server first. I found that there are differences
between the servers. There is defintely a difference between TomCat and
JRun. (TomCat needs a restart and JRUN not). I see you want to deploy a WAR.
So its a web application. Do you use the TOMCAT or "JBOSS" web container. If
its the TOMCAT version, there is a specific setting.

Leo

"Marcus Beyer" <mb@stormlight.de> wrote in message
news:boo9so$1fsq$1@ulysses.news.tiscali.de...
> Starting JBoss 3.2.2 using Lomboz results in an Error:
>
> 16:03:55,968 ERROR [MainDeployer] could not start deployment:
> file:/C:/coding/jboss/server/default/deploy/jmx-console.war/
> java.lang.NoClassDefFoundError: org/jdom/JDOMException
>
> Any idea?
>
> Starting JBoss using its run.bat instead works.
>
> thanx!
> Marcus
>



Relevant Pages

  • Re: What really is J2EE? JBoss? Tomcat?
    ... does J2EE, Tomcat, JBoss serve that a regular web server cannot ... Tomcat is a servlet/jsp engine, ... > that leaves the rest of the J2EE specifications, ... JBoss is an example of a J2EE container. ...
    (comp.lang.java.developer)
  • Re: Beginning J2EE
    ... So try JBoss + <Whatever ... Don't worry about IDE you can change it (Eclipse support most ... As Ive been told making big projects in Tomcat is a pain. ... and above all it doesn't support JPA. ...
    (comp.lang.java.programmer)
  • JBOSS, Tomcat and EJB Handles
    ... I have a strange problem using EJB Handles on JBOSS 3.2.2 with ... standalone Tomcat 4.1.29. ... with this configuration. ... but when I try to get the home object ...
    (comp.lang.java.programmer)
  • Re: What really is J2EE? JBoss? Tomcat?
    ... but my preference is linux, apache, tomcat, jboss, postgresql. ... and I don't care what the mySQL fans say! ... eagerly waiting for geronimo from apache to be production ready. ...
    (comp.lang.java.developer)
  • Re: Application server
    ... GlassFish I don't know, JBoss, Geronimo, Jonas etc. would be reasonable. ... Most opensource java appservers has at least a web-container for web-gui, like Tomcat, and possibly ejb-container for ejb's as well. ... If your gui is Swing, you could use CORBA as middleware and utilize jdbc with some nice framework to get persistence, and you'd have a full application stack without using any application server. ... If you plan to have a web gui you'd need an application server in some form anyway, so why not run the entire application stack inside JBOSS. ...
    (comp.lang.java.programmer)