Forum Problems Installing LAMS: LAMS 2.0 JBOSS error


 
You may request notification for LAMS 2.0 JBOSS error.
Search: 

1: LAMS 2.0 JBOSS error
07/28/06 12:05 PM
[ Reply | Forward ]
Greetings,

Have move successfully through the final stage on installing the 2.0 beta - here is where I am flummoxed:

I can start JBOSS, and I can access the main JBOSS page.  But when tryting to access LAMS at http:/localhost:8080/lams, i receive an error:

HTTP Status 404 - /lams
type Status report
message /lams
description The requested resource (/lams) is not available.


I have checked in C:\\jboss-4.0.2\server\lgo and found boot.log and server.log, but no lams.log.

In looking through server.log I not only cannot find ""Init J2EE application", I can't find any strings with "lams".

I am entirely a novice at JBOSS, MySQL and Java, and only reached this far beacuse the uinstructions on the install page (http://wiki.lamsfoundation.org/display/lams/Building+LAMS) have been so helpful!

I sorta think the problem is in the lams.xml file, so will appended it.

Anticipatory thanks,

David Masuda

~~~~~~~~~~~~

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Lams PUBLIC "-//LAMS//DTD LAMS//EN" "file:///C:/lamsconf/lams.dtd">
<Lams>
    <ServerURL>http://localhost:8080/lams/</ServerURL>
    <LamsHome>C:\lams2.0\lams_build\conf\windows\lams</LamsHome>
    <TempDir>C:\lams2.0\temp</TempDir>
    <DumpDir>C:\lams2.0\dump</DumpDir>
    <EARDir>d:/jboss-4.0.2/server/default/deploy/lams.ear</EARDir>
    <SMTPServer>mail.lib.mq.edu.au</SMTPServer>
    <LamsSupportEmail>lams_support@melcoe.mq.edu.au</LamsSupportEmail>
    <ContentRepositoryPath>C:\lams2.0\repository</ContentRepositoryPath>
    <UploadFileMaxSize>1048576</UploadFileMaxSize>
    <UploadLargeFileMaxSize>10485760</UploadLargeFileMaxSize>
    <UploadFileMaxMemorySize>4096</UploadFileMaxMemorySize>
    <ChatServerName></ChatServerName>
    <ChatPortNumber>9800</ChatPortNumber>
    <FileManagerDir>d:/jboss-4.0.2/server/default/deploy/upload.war</FileManagerDir>
    <ExecutableExtensions>.bat,.bin,.com,.cmd,.exe,.msi,.msp,.ocx,.pif,.scr,.sct,.sh,.shs,.vbs</ExecutableExtensions>
    <TicketFile>d:/jboss-4.0.2/server/default/conf/lams.tck</TicketFile>
    <!-- UserInactiveTimeout in seconds. 86400 seconds is one day-->
    <UserInactiveTimeout>86400</UserInactiveTimeout>
    <!-- If a user is allowed to login with different clients at the same time-->
    <!-- It should be always false except when running testHarness-->
    <AllowMultipleLogin>false</AllowMultipleLogin>
    <!--  Turn on the cache debugging listener. Set to false in production -->
    <UseCacheDebugListener>false</UseCacheDebugListener>
    <!--  Number of days after which preview session data may be deleted. Recommend 7 days -->
    <CleanupPreviewOlderThanDays>7</CleanupPreviewOlderThanDays>
    <!--  used for client updates -->
    <AuthoringClientVersion>2.0.@datetimestamp@</AuthoringClientVersion>
    <MonitorClientVersion>2.0.@datetimestamp@</MonitorClientVersion>
    <LearnerClientVersion>2.0.@datetimestamp@</LearnerClientVersion>
    <ServerVersionNumber>2.0.@datetimestamp@</ServerVersionNumber>
    <ServerLanguage>en_AU</ServerLanguage>
    <DictionaryDates>
        <Dictionary>
            <language>en_AU</language>
            <createDate>2006-01-02</createDate>
        </Dictionary>
    </DictionaryDates>
    <XmppDomain>shaun.melcoe.mq.edu.au</XmppDomain>
    <XmppConference>conference.shaun.melcoe.mq.edu.au</XmppConference>
    <XmppAdmin>admin</XmppAdmin>
    <XmppPassword>wildfire</XmppPassword>
</Lams>

Posted by david Masuda

2: Re: LAMS 2.0 JBOSS error
In response to 1 07/30/06 10:13 PM
[ Reply | Forward ]
Hi David,

The problem here may be that you're running jboss from C:\jboss-4.0.2 - the default location in the config files is set to D:\jboss-4.0.2. For example, in the lams.xml file you posted, there is a 'EARDir' on line 8 that points to D:\jboss-4.0.2\blah. This would mean all the compiled stuff would have been copied to D:\jboss-4.0.2\... and not C:\jboss-4.0.2\...

If you didn't change the config before building, you may have to extract jboss-4.0.2 to D:\, redo the build, and run from D:\jboss-4.0.2. This is the simplest way I think.

Posted by Jun-Dir Liew

3: Re: Re: LAMS 2.0 JBOSS error
In response to 2 07/31/06 10:08 AM
[ Reply | Forward ]
Thanks for this...

I had changed D:\jboss-4.0.2\blah to C:\jboss-4.0.2\blah because my D Drive is the DVD/CDROM drive.

Thought I had changed all of the lines that had D:\ in them, but clearly I misse one!

I'll go back and rebuild, and see if that solves the dilemma...

dlm

Posted by david Masuda

4: Re: LAMS 2.0 JBOSS error
In response to 1 09/22/06 10:56 AM
[ Reply | Forward ]
I'm having a similar problem, but on linux (gentoo kernel 2.6.15). The Jboss install seems to have been fine. It starts up and runs without any errors. However after the 5 step compile and install of Lams2, without any error messages, Jboss starts, but with errors. Adding  /lams onto the Jboss URL just generates a 404 error.

The errors during startup of Jboss after installing Lams are:

----------------

12:29:26,743 ERROR [MainDeployer] could not create deployment: file:/usr/share/jboss-4.0.2/server/default/deploy/local-service.xml
org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.cache.TreeCache; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.cache.TreeCache)

...

12:29:55,870 ERROR [ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'coreSessionFactory' defined in class path resource [org/lamsfoundation/lams/commonContext.xml]: Initialization of bean failed; nested exception is org.hibernate.cache.CacheException: Unable to locate TreeCache MBean under object name [jboss.cache:service=TreeCache]
org.hibernate.cache.CacheException: Unable to locate TreeCache MBean under object name [jboss.cache:service=TreeCache]

...

12:29:55,927 ERROR [[/lams/admin]] Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'coreSessionFactory' defined in class path resource [org/lamsfoundation/lams/commonContext.xml]: Initialization of bean failed; nested exception is org.hibernate.cache.CacheException: Unable to locate TreeCache MBean under object name [jboss.cache:service=TreeCache]
org.hibernate.cache.CacheException: Unable to locate TreeCache MBean under object name [jboss.cache:service=TreeCache]
...

12:29:56,016 ERROR [StandardContext] Error listenerStart
12:29:56,017 ERROR [StandardContext] Context [/lams/admin] startup failed due to previous errors
12:29:56,024 INFO  [[/lams/admin]] Closing Spring root WebApplicationContext
12:29:56,032 ERROR [WebModule] Starting failed jboss.web.deployment:war=lams-admin.war,id=-2053588469
org.jboss.deployment.DeploymentException: URL file:/usr/share/jboss-4.0.2/server/default/tmp/deploy/tmp49202lams-admin.war/ deployment failed
....

12:29:56,073 ERROR [MainDeployer] could not start deployment: file:/usr/share/jboss-4.0.2/server/default/deploy/lams.ear/lams-admin.war
....

12:29:56,092 ERROR [MainDeployer] could not start deployment: file:/usr/share/jboss-4.0.2/server/default/deploy/lams.ear/
org.jboss.deployment.DeploymentException: URL file:/usr/share/jboss-4.0.2/server/default/tmp/deploy/tmp49202lams-admin.war/ deployment failed
12:29:56,113 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
...

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@4c758a4 { url=file:/usr/share/jboss-4.0.2/server/default/deploy/local-service.xml }
  deployer: org.jboss.deployment.SARDeployer@16921fd
  status: Deployment FAILED reason: No ClassLoaders found for: org.jboss.cache.TreeCache; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.cache.TreeCache)
  state: FAILED
  watch: file:/usr/share/jboss-4.0.2/server/default/deploy/local-service.xml
  altDD: null
  lastDeployed: 1158942566729
  lastModified: 1158942566000
  mbeans:
....

org.jboss.deployment.DeploymentInfo@acdb8b74 { url=file:/usr/share/jboss-4.0.2/server/default/deploy/lams.ear/ }
  deployer: org.jboss.deployment.EARDeployer@19c7c21
  status: Deployment FAILED reason: URL file:/usr/share/jboss-4.0.2/server/default/tmp/deploy/tmp49202lams-admin.war/ deployment failed
  state: FAILED
  watch: file:/usr/share/jboss-4.0.2/server/default/deploy/lams.ear/META-INF/application.xml
  altDD: null
  lastDeployed: 1158942586043
  lastModified: 1158941018000
  mbeans:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.web.deployment:war=lams-admin.war,id=-2053588469
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/usr/share/jboss-4.0.2/server/default/tmp/deploy/tmp49202lams-admin.war/ deployment failed

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=lams-admin.war,id=-2053588469
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/usr/share/jboss-4.0.2/server/default/tmp/deploy/tmp49202lams-admin.war/ deployment failed

------------------------------------

Starting Jboss using "run.sh -c all" produces no errors, but trying to start Lams still generates a 404

I'm on my third install from scratch, having tried multiple versions of Jboss, including the web install of 4.0.4g1,  ending back with 4.0.2.  lams.ear/ appears to have been created properly in jboss-4.0.2/server/default/deploy  and lamsconf appears to be in order. The lams.xml seems correct, but can't say for sure. All the files jboss complains about when starting do exist where they should be in default/deploy/default/lams.ear.  lams.xml looks like this:


-------------------

<Lams>
        <ServerURL>http://localhost:8080/lams/</ServerURL>
        <LamsHome>/var/opt/lams</LamsHome>
        <TempDir>/var/opt/lams/temp</TempDir>
        <DumpDir>/var/opt/lams/dump</DumpDir>
        <EARDir>/usr/share/jboss-4.0.2/server/default/deploy/lams.ear</EARDir>
        <SMTPServer>mail.utoronto.ca</SMTPServer>
        <LamsSupportEmail>lams_support@melcoe.mq.edu.au</LamsSupportEmail>
        <ContentRepositoryPath>/var/opt/lams/repository</ContentRepositoryPath>
        <UploadFileMaxSize>1048576</UploadFileMaxSize>
        <UploadLargeFileMaxSize>10485760</UploadLargeFileMaxSize>
        <UploadFileMaxMemorySize>4096</UploadFileMaxMemorySize>
        <ChatServerName></ChatServerName>
        <ChatPortNumber>9800</ChatPortNumber>
        <FileManagerDir>/usr/share/jboss-4.0.2/server/default/deploy/upload.war</FileManagerDir>
        <ExecutableExtensions>.bat,.bin,.com,.cmd,.exe,.msi,.msp,.ocx,.pif,.scr,.sct,.sh,.shs,.vbs</ExecutableExtensions>
        <TicketFile>/usr/share/jboss-4.0.2/server/default/conf/lams.tck</TicketFile>
        <!-- UserInactiveTimeout in seconds. 86400 seconds is one day-->
        <UserInactiveTimeout>86400</UserInactiveTimeout>
        <!-- If a user is allowed to login with different clients at the same time-->
        <!-- It should be always false except when running testHarness-->
        <AllowMultipleLogin>false</AllowMultipleLogin>
        <!--  Turn on the cache debugging listener. Set to false in production -->
        <UseCacheDebugListener>false</UseCacheDebugListener>
        <!--  Number of days after which preview session data may be deleted. Recommend 7 days -->
        <CleanupPreviewOlderThanDays>7</CleanupPreviewOlderThanDays>
        <!--  client updates -->
        <AuthoringClientVersion>1.0.200609221204</AuthoringClientVersion>
        <MonitorClientVersion>1.0.200609221204</MonitorClientVersion>
        <LearnerClientVersion>1.0.200609221204</LearnerClientVersion>
        <ServerVersionNumber>1.1</ServerVersionNumber>
        <ServerLanguage>en_AU</ServerLanguage>
        <DictionaryDates>
                <Dictionary>
                        <language>en_AU</language>
                        <createDate>2006-01-02</createDate>
                </Dictionary>
        </DictionaryDates>
        <XmppDomain>shaun.melcoe.mq.edu.au</XmppDomain>
        <XmppConference>conference.shaun.melcoe.mq.edu.au</XmppConference>
        <XmppAdmin>admin</XmppAdmin>
        <XmppPassword>wildfire</XmppPassword>
</Lams>

-------------------------------
My Java Evironment looks like this

ANT_HOME=/usr/share/ant-core
CLASSPATH=.:/usr/share/servletapi-2.3/lib
JAVAC=/opt/jdk1.5.0_08/bin/javac
JAVA_HOME=/opt/jdk1.5.0_08
JBOSS_HOME=/usr/share/jboss-4.0.2
JDK_HOME=/opt/jdk1.5.0_08


I'm hoping the problem is something simple.  Can anyone help?

greg

Posted by Greg Gay

5: Re: LAMS 2.0 JBOSS error
In response to 1 09/23/06 01:25 AM
[ Reply | Forward ]
>12:29:26,743 ERROR [MainDeployer] could not create deployment:
>file:/usr/share/jboss-4.0.2/server/default/deploy/local-service.xml
>org.jboss.deployment.DeploymentException: No ClassLoaders >found for: org.jboss.cache.TreeCache; - nested throwable: >(java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.cache.TreeCache)

Whenever I get this error, I've forgotten to copy jboss-cache.jar and jgroups.jar from \jboss-4.0.2\server\all\lib to \jboss-4.0.2\server\default\lib.

I did it the other day, while setting up a new PC.

Could you check if you have copied those two files?

Regards,

Fiona Malikoff

Posted by Fiona Malikoff

6: Re: LAMS 2.0 JBOSS error
In response to 1 11/01/06 09:57 AM
[ Reply | Forward ]
Got some problem on installing jboss, after downloading it and decompressing the jboss-4.0.2.tar.gz, i tried to run jboss on ssh by executing the ./run.sh under the jboss-4.0.2/bin directory when i saw that the Jboss is running i tried to access it using my browser by typing http://hostname:8080 but connection time out is all i got and i tried to netstat -an on it there's none listening or bound to port 8080, i tried to change it using the [JBOSS_HOME]/server/default/jbossweb55.sar/server/xml to change the port number to 8083, but still none was listening to that port. Any idea about my problem? sorry its my first time using jboss i hope someone could help me on it. Thanks in Advance

Posted by Jeffrey Jarin

7: Re: LAMS 2.0 JBOSS error
In response to 1 11/02/06 12:00 AM
[ Reply | Forward ]
Hi Jeffrey,

Have you looked in the log files in $JBOSS_HOME/server/default/log? boot.log, server.log are the main ones. When run.sh finishes starting up, you should see something like 'JBoss started in 2 minutes 3 seconds' or some such. You can attach your logs here if you like, that might give us a better idea of what's going on on your system.

Posted by Jun-Dir Liew

8: Re: LAMS 2.0 JBOSS error
In response to 1 01/02/08 03:57 PM
[ Reply | Forward ]
Hi,

I am also having the same error, plese help me out.
These are the versions iam using....
jboss-4.0.3SP1
spring-framework-2.0.7

I could run the test application given along with the JBoss download, but i do not know why Iam unable to do run my own application.

at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor
.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy31.start(Unknown Source)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:319)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:507)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:192)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:265)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:274)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:230)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:943)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:428)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:285)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:737)
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:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:453)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
at org.jboss.Main.boot(Main.java:187)
at org.jboss.Main$1.run(Main.java:438)
at java.lang.Thread.run(Thread.java:595)
16:44:48,734 ERROR [MainDeployer] Could not start deployment: file:/C:/Program F
iles/jboss-4.0.3SP1/server/default/deploy/employee.war
org.jboss.deployment.DeploymentException: URL file:/C:/Program Files/jboss-4.0.3
SP1/server/default/tmp/deploy/tmp40351employee-exp.war/ deployment failed
at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatD
eployer.java:349)
at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.
java:88)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:357)

at org.jboss.web.WebModule.startModule(WebModule.java:68)
at org.jboss.web.WebModule.startService(WebModule.java:46)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:274)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:230)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:943)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:428)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy30.start(Unknown Source)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:40
0)
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:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:127)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor
.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy31.start(Unknown Source)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:319)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:507)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:192)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:265)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:274)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:230)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:943)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:428)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:285)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:737)
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:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:453)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
at org.jboss.Main.boot(Main.java:187)
at org.jboss.Main$1.run(Main.java:438)
at java.lang.Thread.run(Thread.java:595)
16:44:48,812 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep
loy/jmx-console.war/
16:44:49,234 INFO [TomcatDeployer] deploy, ctxPath=/test, warUrl=.../tmp/deploy
/tmp40352test-exp.war/
16:44:49,359 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@5005ac74 { url=file:/C:/Program Files/jboss-
4.0.3SP1/server/default/deploy/employee.war }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: URL file:/C:/Program Files/jboss-4.0.3SP1/se
rver/default/tmp/deploy/tmp40351employee-exp.war/ deployment failed
state: FAILED
watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/employee.wa
r
altDD: null
lastDeployed: 1199310288390
lastModified: 1199310288375
mbeans:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.web.deployment:war=employee.war,id=1342549108
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/C:/Program Files/j
boss-4.0.3SP1/server/default/tmp/deploy/tmp40351employee-exp.war/ deployment fai
led

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=employee.war,id=1342549108
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/C:/Program Files/j
boss-4.0.3SP1/server/default/tmp/deploy/tmp40351employee-exp.war/ deployment fai
led


16:44:50,140 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808
0
16:44:50,250 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
16:44:50,265 INFO [JkMain] Jk running ID=0 time=0/62 config=null
16:44:50,265 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBos
s_4_0_3_SP1 date=200510231054)] Started in 22s:640ms


Please help me out...
Thanks in Advance.....
Suvarna.

Posted by seema k

9: Re: Re: LAMS 2.0 JBOSS error
In response to 8 01/02/08 04:41 PM
[ Reply | Forward ]
Suvarna,

I suspect there is an error further back up the log that you haven't seen. You need to go back through the whole log and see if you can find another error.

This forum is for questions about LAMS, which is an e-learning application that runs on JBoss. I think you are asking about a problem you are having with your own application that is running in JBoss. If that is correct, try the JBoss forums as that is where there a lot more JBoss users that can help you.

Fiona

Posted by Fiona Malikoff

Reply to first post on this page
Back to Problems Installing LAMS