Hi,
I am currently upgrading from JBoss 4.0.5 to 4.2.2ga. We have some services defined in the
service.xml. This xml has not changed since working with JBoss 4.0.5. However with JBoss
4.2.2ga we get the following error message:
| INFO [JmxKernelAbstraction] installing MBean:
jboss.j2ee:ear=dp.ear,jar=dp.jar,name=ImportManagerBean,service=EJB3 with dependencies:
| INFO [JmxKernelAbstraction]
jboss.j2ee:ear=dp.ear,jar=dp.jar,name=QManagerBean,service=EJB3
| INFO [JmxKernelAbstraction]
jboss.j2ee:ear=dp.ear,jar=dp.jar,name=VManagerBean,service=EJB3
|
| ...
| ...
|
| [EJBContainer] STARTED EJB: de.dis.set.ejb.ImportManagerBean ejbName:
ImportManagerBean
|
| ...
| ...
|
| ObjectName: de.dis.set:service=InitializeApplication
| State: CONFIGURED
| I Depend On:
| jboss.j2ee:service=EJB,plugin=pool,jndiName=ImportManager
|
| --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
| ObjectName: jboss.j2ee:service=EJB,plugin=pool,jndiName=ImportManager
| State: NOTYETINSTALLED
| Depends On Me:
| de.dis.set:service=ReimportScheduler
| de.dis.set:service=RemoveUnused
| de.dis.set:service=ExportExtProdnamen
| de.dis.set:service=InitializeApplication
The ImportManager seems correct configured, is up and bound to jndi. So what is the
problem here? Has something changed from 4.0.5 to 4.2.2ga?
One example configuration of our mbeans:
| <mbean code="org.jboss.varia.scheduler.Scheduler"
name="hbv.dpBild:service=RemoveUnused">
| <attribute name="StartAtStartup">true</attribute>
| <attribute
name="SchedulableClass">de.dis.service.DeleteUnusedPicsSchedule</attribute>
| <attribute name="InitialStartDate">NOW</attribute>
| <attribute name="SchedulePeriod">6000000</attribute>
| <attribute name="InitialRepetitions">-1</attribute>
|
<depends>jboss.j2ee:service=EJB,plugin=pool,jndiName=ImportManager</depends>
| </mbean>
|
Any help appreciated. Thx.
Tina
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121338#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...