• 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

Could not instantiate a bound object (WAS 5.0 JNDI)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found I can't user entity bean
use "dumpnamespace -report long" command to see JNDI
....
21 (top)/nodes/levin/servers/server1/jdbc/STEWDS
21 ERROR: Could not instantiate a bound object.
21 Bound Java type: STEW Datasource
21 Local Java type: NULL
21 String representation:
....
19 (top)/nodes/levin/servers/server1/eis/jdbc/STEWDS_CMP
19 ERROR: Could not instantiate a bound object.
19 Bound Java type: STEW Datasource_CF
19 Local Java type: NULL
19 String representation:
.....
Datasource has problem, please help me
 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take a look at this related link
https://coderanch.com/t/70878/Websphere/NameNotFoundException
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic