Hi,
1.
I have gone through
http://209.132.182.48/message/545331 link and followed
"To use 1.1.0.CR2, with a vanilla JBoss AS 6.0.0.Mx release, all you need to
do is replace the existing
$JBOSS_HOME/server/<profile>/deploy/mod_cluster.sar with the corresponding
sar from the mod_cluster release tarball. "
I have downloaded JBoss 6.0.0.M4 and replace mod_cluster.sar of JBoss
6.0.0.M1 with JBoss 6.0.0.M4 mod_cluster.sar
Now I am getting the below error
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "ModClusterListener" is missing the following dependencies:
Dependency "WebServer" (should be in state "Create", but is
actually in
state "Configured")
Deployment "WebServer" is missing the following dependencies:
Dependency "ModClusterListener" (should be in state "Create", but
is
actually in state "Configured")
Deployment "jboss.web.deployment:war=/ROOT" is missing the following
dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create",
but is actually in state "Configured")
Deployment "jboss.web.deployment:war=/admin-console" is missing the
following dependencies: ....................
2.
I have also tried to deploy my application in JBoss 6.0.0.M4 but I am
getting the bleow error
Deployment
"vfs:///D:/Softwares/jboss-6.0.0.20100721-M4/server/default/deploy/MyApp.war
" is in error due to the following reason(s): java.lang.SecurityException:
class "org.apache.commons.logging.impl.Log4jFactory"'s signer information
does not match signer information of other classes in the same package
at
org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersI
mpl.java:1228) [:2.2.0.Alpha6]
at
org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployer
Impl.java:905) [:2.2.0.Alpha6]
at
org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkCom
plete(MainDeployerPlugin.java:87) [:6.0.0.20100721-M4]
at
org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllCo
mplete(ProfileDeployerPluginRegistry.java:118) [:0.1.0.Alpha1]
at
org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstra
p.start(BasicProfileServiceBootstrap.java:133) [:6.0.0.20100721-M4]
at
org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstra
p.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.20100721-M4]
at
org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(Abstract
Server.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at
org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(Abst
ractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Unknown Source) [:1.6.0_26]
My priority is to continue with
Deployment
"vfs:///D:/Softwares/jboss-6.0.0.20100721-M4/server/default/deploy/FirstGrou
pRailApps.war" is in error due to the following reason(s):
java.lang.SecurityException: class
"org.apache.commons.logging.impl.Log4jFactory"'s signer information does
not
match signer information of other classes in the same package
at
org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersI
mpl.java:1228) [:2.2.0.Alpha6]
at
org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployer
Impl.java:905) [:2.2.0.Alpha6]
at
org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkCom
plete(MainDeployerPlugin.java:87) [:6.0.0.20100721-M4]
at
org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllCo
mplete(ProfileDeployerPluginRegistry.java:118) [:0.1.0.Alpha1]
at
org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstra
p.start(BasicProfileServiceBootstrap.java:133) [:6.0.0.20100721-M4]
at
org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstra
p.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.20100721-M4]
at
org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(Abstract
Server.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at
org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(Abst
ractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Unknown Source) [:1.6.0_26]
I am new to JBOSS
Please help me
Thanks