Hi
I'm trying to get both DSpace and LAMS to work on the same server.
I already have DSpace running, can get both copies of Tomcat running, but am having problems with starting JBOSS and LAMS.
I already have LAMS running successfully on a separate test server, but wanted to get it running on our "main" server alongside DSpace.
I know this is the LAMS mailing list, but I wondered if anyone has experience of getting both apps to run on the same server or has seen the error message below before.
Thanks very much
Clive
I'm not an expert in Java ansd just in case anyone can help the JBOSS startup error message is given below:
[1] Done ./run.sh
[root@vle bin]#
================================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /usr/local/lams/jboss
JAVA: /usr/java/jdk/bin/java
JAVA_OPTS: -server -Xms256m -Xmx256m -Dprogram.name=run.sh
CLASSPATH: /usr/local/lams/jboss/bin/run.jar:/usr/java/jdk/lib/tools.jar
================================================================================
06:30:53,332 INFO [Server] JBoss Release: JBoss-3.0.8 CVSTag=JBoss_3_0_8
06:30:53,339 INFO [Server] Home Dir: /usr/local/lams/jboss
06:30:53,339 INFO [Server] Home URL: file:/usr/local/lams/jboss/
06:30:53,339 INFO [Server] Library URL: file:/usr/local/lams/jboss/lib/
06:30:53,340 INFO [Server] Patch URL: null
06:30:53,340 INFO [Server] Server Name: default
06:30:53,340 INFO [Server] Server Home Dir:
/usr/local/lams/jboss/server/default
06:30:53,341 INFO [Server] Server Home URL:
file:/usr/local/lams/jboss/server/default/
06:30:53,341 INFO [Server] Server Data Dir:
/usr/local/lams/jboss/server/default/db
06:30:53,341 INFO [Server] Server Temp Dir:
/usr/local/lams/jboss/server/default/tmp
06:30:53,341 INFO [Server] Server Config URL:
file:/usr/local/lams/jboss/server/default/conf/
06:30:53,342 INFO [Server] Server Library URL:
file:/usr/local/lams/jboss/server/default/lib/
06:30:53,342 INFO [Server] Root Deployemnt Filename: jboss-service.xml
06:30:53,344 INFO [Server] Starting General Purpose Architecture (GPA)...
06:30:53,363 ERROR [Server] start failed
javax.management.InstanceNotFoundException:
JMImplementation:service=LoaderRepository,name=Default
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:804)
at
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
at
org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:440)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:261)
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:595)
javax.management.InstanceNotFoundException:
JMImplementation:service=LoaderRepository,name=Default
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:804)
at
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
at
org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:440)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:261)
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:595)
Posted by Clive Gould