Cari utenti,
ho appena tentato di eseguire una installazione di jBoss.
1) Ho scaricato jboss-as-distribution-6.0.0.Final.zip;
2) Come indicato nelle guide, ho scompattato quella cartella nella destinazione desiderata;
3) Ho arrestato a questo punto Apache Tomcat e tutto quanto in grado di creare conflitti;
4) Ho eseguito il file JBOSS_HOME/bin/run.sh (jBoss si avviava ma il terminale mostrava l'errore che indico sotto);
5) Aprendo localhost/8080 vedevo la pagina di avvio ma scegliendo ad esempio "administration console" si apriva una pagina bianca;
Cosa ho sbagliato? Ho consultato guide sul web, ho cercato l'errore su Google... Stando alla documentazione dovrei aver proceduto correttamente, ma invece ho di sicuro sbagliato qualcosa. Chi è così bravo da riuscire a capire cosa? Grazie a tutti.
Errore nel terminale (la parte che riesco a vedere anche io, in realtà l'errore è lunghissimo ma il terminale non mi fa risalire oltre le righe che vedete sotto):
codice:DEPLOYMENTS IN ERROR: Deployment "vfs:///home/franco/jboss-6.0.0.Final/server/default/deploy/hsqldb-ds.xml" is in error due to the following reason(s): java.sql.SQLException: L'archivio è in uso da un altro processo: org.hsqldb.persist.NIOLockFile@61491cc8[file =/home/franco/jboss-6.0.0.Final/server/default/data/hypersonic/localDB.lck, exists=true, locked=false, valid=false, fl =null]: java.lang.Exception: checkHeartbeat(): lock file [/home/franco/jboss-6.0.0.Final/server/default/data/hypersonic/localDB.lck] è presumibilmente in uso da un altro processo. Deployment "<UNKNOWN ObjectStoreBrowserBean>" is in error due to the following reason(s): ** UNRESOLVED Demands 'TransactionManager' ** Deployment "jboss.jca:service=WorkManager" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:service=WorkManager' ** Deployment "jboss:service=Naming" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss:service=Naming' ** Deployment "TxControl" is in error due to the following reason(s): java.net.BindException: Address already in use, **ERROR** Deployment "RemoteNamingBean" is in error due to the following reason(s): java.net.BindException: Address already in use, **ERROR** Deployment "jboss:service=invoker,type=unified" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss:service=invoker,type=unified' ** Deployment "<UNKNOWN JMSTopicManageMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' ** Deployment "<UNKNOWN JMSQueueManageMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' ** Deployment "XNIO:Binding:-2063415956:RemotingTcpServer" is in error due to the following reason(s): java.net.BindException: Address already in use Deployment "jboss.remoting:service=Connector,transport=socket" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.remoting:service=Connector,transport=socket' ** Deployment "org.jboss.ejb3.RemotingConnector" is in error due to the following reason(s): java.io.IOException: SocketServerInvoker[127.0.0.1:3873] error creating ServerSocket[127.0.0.1:3873]: Address already in use Deployment "JMSServerManager" is in error due to the following reason(s): java.net.BindException: Address already in use, **ERROR** Deployment "jboss.jdbc:datasource=DefaultDS,service=metadata" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jdbc:datasource=DefaultDS,service=metadata' ** Deployment "<UNKNOWN JMSServerMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' ** Deployment "<UNKNOWN DefaultUserTransactionprovider>" is in error due to the following reason(s): ** UNRESOLVED Demands 'TransactionManager' ** Deployment "jboss:service=TransactionManager" is in error due to the following reason(s): Configured Deployment "jboss.jca:name=DefaultDS,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' ** Deployment "UnifiedInvokerConnector" is in error due to the following reason(s): java.io.IOException: SocketServerInvoker[127.0.0.1:4446] error creating ServerSocket[127.0.0.1:4446]: Address already in use, **ERROR** Deployment "XNIO:Binding:-2063415955:RemotingSslTcpServer" is in error due to the following reason(s): java.net.BindException: Address already in use Deployment "<UNKNOWN JMSConnectionFactoryManageMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' ** Deployment "jboss.jca:service=CachedConnectionManager" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:service=CachedConnectionManager' ** Deployment "jboss:service=WebService" is in error due to the following reason(s): java.net.BindException: Address already in use Deployment "jboss.web:service=WebServer" is in error due to the following reason(s): Configured at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA] at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA] at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final] at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2] at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final] at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final] at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5] at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5] at java.lang.Thread.run(Thread.java:619) [:1.6.0_21-ea]

Rispondi quotando