[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Scheduler IllegalStateException while migrating jboss4 -
jaikiran
do-not-reply at jboss.com
Thu May 28 07:19:46 EDT 2009
Can you upload your entire EAR?
In the meantime, you can workaround this by editing the %JBOSS_HOMR%/server/< servername>/conf/bootstrap/deployers.xml to comment out the following:
<bean name="Deployers" class="org.jboss.deployers.plugins.deployers.DeployersImpl">
| <!-- Comment this out
| <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.deployment:service=DeployersImpl", exposedInterface=org.jboss.deployers.plugins.deployers.DeployersImplMBean.class, registerDirectly=true)</annotation>
|
| -->
| <constructor><parameter><inject bean="jboss.kernel:service=KernelController"/></parameter></constructor>
| <!-- Accept any implementor of deployer -->
| <incallback method="addDeployer"/>
| <uncallback method="removeDeployer"/>
| <property name="mgtObjectCreator"><inject bean="ManagedObjectCreator"/></property>
| </bean>
|
This workaround will not have any adverse effect.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233868#4233868
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233868
More information about the jboss-user
mailing list