| |
Sistemi distribuiti: design
-
Forum del Corso
Messaggi del Thread
|
| Autore |
Messaggio |
antonio.mattei
|
Thread
Postato:
25 gennaio 2005
Titolo:
jboss installation problems
|
|
|
I'm trying to install Jboss on a linux machine. I've downloaded the binary version 3.2.6 from the site, and unzipped in a directory, configured the environment variable JBOSS_HOME (JAVA_HOME was already ok) , but when I try to run jboss, it gives an error:
------------------------------------------------------ Failed to boot JBoss: 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:499) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:335) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291) at org.jboss.Main.boot(Main.java:150) at org.jboss.Main$1.run(Main.java:395) at java.lang.Thread.run(Thread.java:595) -------------------------------------------------------
searching on the web, I've found that there might be some problem between jdk 1.5 and jboss 3 (something about JMX). Before try to install jdk 1.4 instead of 1.5, have you any idea to solve this problem?
Thanks A.M.
|
|
|
afogarolli
|
Postato:
27 gennaio 2005
Titolo:
Re: jboss installation problems
|
|
|
Hi! I'm using jdk 1.4 and jboss 3.2.6 without problems. I didn't understood if you had tried changing jdk. if you have the same error with jdk 1.4 take a look to the jboss directory maybe something is missing (you can compare it with another jboss 3.2.x installation the directory structure is the same). I just guess...I think you got the error starting up jboss "alone" without deploying any application...Is it true? BTW the installation is always the same on linux or windows if you can not solve the problem try to download another archive format. The only difference you could face on linux are releted to "slash" in some application configuration files (taglib, path ecc..). Let me know...good luck...
|
|
|
antonio.mattei
|
Postato:
26 gennaio 2005
Titolo:
Re: jboss installation problems
|
|
|
ok, now it works: I've downloaded again the binaries of version 3.2.6 of JBOSS, installed on my machine and it work fine.
Anyway, thank you A.
|
|
|
|
|