[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 deployment issue

jaikiran do-not-reply at jboss.com
Mon Dec 22 09:44:22 EST 2008


Let's take one error at a time. The first one is


anonymous wrote : 11:31:43,644 ERROR [AbstractKernelController] Error installing to Configured: name=jboss.mq.destinat
  | ion:name=TotalOrderQueue,
  | service=Queue state=Instantiated mode=Manual requiredState=Configured
  | java.lang.RuntimeException: No Attribute found with name: RedeliveryDelay for jboss.mq.destination:service=Queue,name=TotalOrderQueue, attributes: [ServerPeer, SecurityConf, MessageCount, JNDIName, FullSize, SecurityManager, 
  | DownCacheSize, SecurityCo
  | nfig, CreatedProgrammatically, ExpiryDestination, PageSize, Name, MessageCounterHistoryDayLimit, Des
  | tinationManager]
  |         at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:142)
  |         at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)
  |         at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)
  |         at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:42)
  |         at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(Sim
  | pleControllerContextActio
  | n.java:62)
  |         at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControlle
  | rContextAction.java:71)
  |         at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerC
  | ontextActions.java:51)
  |         at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.
  | java:348)
  |         at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext
  | .java:286)
  |         at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
  |         at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93
  | 4)
  |         at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1
  | 062)
  |         at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9
  | 

So your destination-service.xml is incorrectly configured. JBoss-5 uses JBossMessaging. I am not sure whether JBossMessaging supports RedileveryDelay. You will have to check the JBossMessaging documentation for details.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198021#4198021

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198021



More information about the jboss-user mailing list