Hi all

I have recently installed jboss-3.0.4_tomcat-4.1.12 on my Windows 2000
Professional  machine  which has been downloaded from the jboss site.
I unzipped the files and tested the installation by running run.bat.
But this error is thrown every time that the server starts and I am not able
to access http://localhost:8080 or
http://localhost:8082  from my machine .
The pages are not being found.Tomcat is not starting up when I try to start
JBOSS.
Could you please help me out here.Is there somethign I have missed out in
the whole process?
The error I receive on starting JBOSS is given below.
All help is greatly appreciated.

Error :

19:08:21,332 INFO  [MainDeployer] Deployed package:
file:/D:/jboss-3.0.4_tomcat-
4.1.12/server/default/deploy/tomcat41-service.jar
19:08:21,412 ERROR [URLDeploymentScanner] Failed to deploy:
org.jboss.deployment
[EMAIL PROTECTED]
url=file:/D:/jboss-3.0.4_tom
cat-4.1.12/server/default/deploy/tomcat41-service.xml,
deployedLastModified=0 }
org.jboss.deployment.DeploymentException: instantiating
org.jboss.web.catalina.E
mbeddedCatalinaService41 failed: java.lang.NoClassDefFoundError:
org/apache/cata
lina/Context; - nested throwable: (RuntimeErrorException: instantiating
org.jbos
s.web.catalina.EmbeddedCatalinaService41 failed:
java.lang.NoClassDefFoundError:
 org/apache/catalina/Context
Cause: java.lang.NoClassDefFoundError: org/apache/catalina/Context)
        at
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java
:155)
        at
org.jboss.system.ServiceController.install(ServiceController.java:225
)
        at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
nDispatcher.java:284)
        at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
        at $Proxy3.install(Unknown Source)
        at org.jboss.deployment.SARDeployer.create(SARDeployer.java:209)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:760)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:620)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585)
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
nDispatcher.java:284)
        at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
        at $Proxy4.deploy(Unknown Source)
        at
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:435)
        at
org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDe
ploymentScanner.java:656)
        at
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:507)
        at
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:261)
        at
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
65)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
nDispatcher.java:284)
        at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
        at $Proxy0.start(Unknown Source)
        at
org.jboss.system.ServiceController.start(ServiceController.java:398)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
nDispatcher.java:284)
        at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
        at $Proxy3.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:249)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:807)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:621)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:569)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
nDispatcher.java:284)
        at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
        at org.jboss.Main.boot(Main.java:148)
        at org.jboss.Main$1.run(Main.java:381)
        at java.lang.Thread.run(Thread.java:536)
Caused by: RuntimeErrorException: instantiating
org.jboss.web.catalina.EmbeddedC
atalinaService41 failed: java.lang.NoClassDefFoundError:
org/apache/catalina/Con
text
Cause: java.lang.NoClassDefFoundError: org/apache/catalina/Context
        at
org.jboss.mx.server.MBeanServerImpl.handleInstantiateExceptions(MBean
ServerImpl.java:883)
        at
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:
816)
        at
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:
266)
        at
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:
293)
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:86)
        at
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfig
.system.ServiceConfigurator.install(ServiceConfigurator.java
:130)
        ... 55 more
19:08:21,442 INFO  [MainDeployer] Starting deployment of package:
file:/D:/jboss
-3.0.4_tomcat-4.1.12/server/default/deploy/user-service.xml
19:08:21,452 INFO  [MainDeployer] Deployed package:
file:/D:/jboss-3.0.4_tomcat-
4.1.12/server/default/deploy/user-service.xml





Thanks and Best regards
John Kunchandy

----- Original Message -----
From: "Rod Macpherson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 23, 2003 10:07 AM
Subject: Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs


: I am sure JBoss people are working on a book and perhaps that Wrox 3.0
book
: will morph into a 4.0 book of better quality.  Purchased that book last
week
: and it was mostly refried and regurgitated snippets of material from other
: sources. Of course that's just my opinion.
:
: ----- Original Message -----
: From: "Marco Tedone" <[EMAIL PROTECTED]>
: To: <[EMAIL PROTECTED]>
: Sent: Saturday, February 22, 2003 5:56 PM
: Subject: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs
:
:
: > Are you working to a Jboss 4.0 practical, useful and simple even if
: complete
: > handbook? It will be surely one of the book on my library.
: >
: > Marco
: >
: > > -----Original Message-----
: > > From: [EMAIL PROTECTED]
: > > [mailto:[EMAIL PROTECTED] On Behalf Of
: > > [EMAIL PROTECTED]
: > > Sent: Saturday, February 22, 2003 12:13 PM
: > > To: [EMAIL PROTECTED]
: > > Subject: JBoss-user digest, Vol 1 #3851 - 15 msgs
: > >
: > >
: > > Send JBoss-user mailing list submissions to
: > > [EMAIL PROTECTED]
: > >
: > > To subscribe or unsubscribe via the World Wide Web, visit
: > > https://lists.sourceforge.net/lists/listinfo/jboss-user
: > > or, via email, send a message with subject or body 'help' to
: > > [EMAIL PROTECTED]
: > >
: > > You can reach the person managing the list at
: > > [EMAIL PROTECTED]
: > >
: > > When replying, please edit your Subject line so it is more
: > > specific than "Re: Contents of JBoss-user digest..."
: > >
: > >
: > > Today's Topics:
: > >
: > >    1. Re: Separating a WAR from its EAR (Rod Macpherson)
: > >    2. Re: AW: [JBoss-user] ManagedConnections Available! (nfs_ nfs)
: > >    3. Force RMI to a specific port (Jeremy Rempel)
: > >    4. Re: JBoss on FreeBSD (Rasputin)
: > >    5. RE: Force RMI to a specific port (Bill Burke)
: > >    6. =?GB2312?B?u6XBqs3416jStdD7tKvN+NW+?= (lj)
: > >    7. How to configure durable topic in 3.0.x (Demyanovich,
: > > Craig - Apogent)
: > >    8. [Mildly OT] Common interfaces to EJBs (Joseph Barillari)
: > >    9. How to configure durable topic in 3.0.x (Demyanovich,
: > > Craig - Apogent)
: > >   10. CMP Auto-Generated Fields (Jeremy Rempel)
: > >   11. Limiting the number of MDBs (Kevin O'Neill)
: > >   12. Problem running struts under JBoss + Tomcat LE (Andreas
: > > Spengler)
: > >   13. Re: CMP Auto-Generated Fields (Alex Loubyansky)
: > >   14. How to do a 'like' search using CMP in entity beans?
: > > (Carsten Hammer)
: > >   15. Re: How to do a 'like' search using CMP in entity
: > > beans? (Langelage, Frank)
: > >
: > > --__--__--
: > >
: > > Message: 1
: > > Date: Fri, 21 Feb 2003 12:28:18 -0800
: > > From: Rod Macpherson <[EMAIL PROTECTED]>
: > > Subject: Re: [JBoss-user] Separating a WAR from its EAR
: > > To: [EMAIL PROTECTED]
: > > Reply-To: [EMAIL PROTECTED]
: > >
: > > AFAIK the EARs will be loaded before the WARs so
: > > initialization so that initialization code should be happy
: > > once you give it access to the EJB interfaces at load time.
: > >
: > > Here's a couple handy ANT FYIs in case you were not aware of
: > > these. You can exclude your implementation files and jar up
: > > the interfaces: <jar jarfile=sneaky.jar> <fileset...>
: > > <exclude name="**/*Bean.class/> ... </fileset> </jar>. Also,
: > > I'm using jar task for everything: war, ear, jar, sar, foo,



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.456 / Virus Database: 256 - Release Date: 2/18/2003



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to