Problems Running RapidAnalytics - JBoss errors
I have installed RapidAnalytics on Linux Redhat (65). Install seemed to go fine. (Installed MySQL, Java 1.7, created rapidanalytics db and user and other prerequisite steps. Also checked that JBOSS_HOME not set already.) But on the first run of RA, I get errors and can't start the application. The start of the server.log shows the following:
2012-07-18 16:06:37,267 INFO [org.apache.coyote.http11.Http11Protocol] (Thread-2) Starting Coyote HTTP/1.1 on http-8080
2012-07-18 16:06:37,269 INFO [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
2012-07-18 16:06:37,270 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.Final "Neo"] Started in 1m:8s:389ms
2012-07-18 16:22:30,846 ERROR [ProfileServiceBootstrap] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "CachedConnectionManager" is missing the following dependencies:
Dependency "TransactionManager" (should be in state "Installed", but is actually in state "Configured")
Deployment "ConnectorMBean" is missing the following dependencies:
Dependency "jboss.remoting:service=Connector,transport=socket" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.remoting:service=Connector,transport=socket' **")
Deployment "DefaultUserTransactionprovider" is missing the following dependencies:
Dependency "<UNKNOWN DefaultUserTransactionprovider>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'TransactionManager' **")
Deployment "DeploymentInvocationHandler" is missing the following dependencies:
Dependency "ConnectorMBean" (should be in state "Installed", but is actually in state "Configured")
Dependency "ConnectorMBean" (should be in state "Installed", but is actually in state "Configured")
Deployment "DeploymentManager" is missing the following dependencies:
Dependency "ConnectorMBean" (should be in state "Installed", but is actually in state "Configured")
Deployment "JBossTransactionServices" is missing the following dependencies:
Dependency "TransactionManager" (should be in state "Installed", but is actually in state "Configured")
Deployment "JMSConnectionFactoryManageMO" is missing the following dependencies:
Dependency "<UNKNOWN JMSConnectionFactoryManageMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")
Deployment "JMSQueueManageMO" is missing the following dependencies:
Dependency "<UNKNOWN JMSQueueManageMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")
Deployment "JMSServerMO" is missing the following dependencies:
Dependency "<UNKNOWN JMSServerMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")
Deployment "JMSTopicManageMO" is missing the following dependencies:
Dependency "<UNKNOWN JMSTopicManageMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")
Deployment "JndiBinder" is missing the following dependencies:
Dependency "jboss:service=Naming" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss:service=Naming' **")
Deployment "MBeanManagedOperationProxyFactory" is missing the following dependencies:
[root@IBI_RapidMiner log]#