• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ejb module with mdb

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I deployed an ejb module (which was earlier deployed for weblogic). On the console Iam getting these errors, though it is deployed successfully. Iam getting these warnings and errors on the console:
.......................
......WARN [JMSContainerInvoker] destination not found: queue/SampleMDB reason: javax.naming.NameNotFoundException: SampleMDB not bound
10:53:28,883 WARN [JMSContainerInvoker] creating a new temporary destination: queue/SampleMDB
.......

and
...................
.... ERROR [URLDeploymentScanner] Incomplete Deployment listing:
MBeans waiting for other MBeans:
ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
state: CONFIGURED
I Depend On: jboss:service=TransactionManager
jboss.jca:name=DefaultDS,service=DataSourceBinding

Depends On Me:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jca:name=DefaultDS,service=DataSourceBinding
state: NOTYETINSTALLED
I Depend On:
Depends On Me: jboss:service=KeyGeneratorFactory,type=HiLo

10:53:33,820 INFO [Server] JBoss (MX MicroKernel) [4.0.0RC1 (build: CVSTag=JBos
s_4_0_0_RC1 date=200407202112)] Started in 21s:971ms
................

and finally its saying the file is deployed:
.....
....INFO [EJBDeployer] Deployed: file:/C:/jboss-4.0.0RC1/server/defaul
t/deploy/SampleEJBModule.jar
........

Appreciate the help if anybody explain these and how to correct them asap.

thanks in advance...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic