• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

WL6.1: WLInitialContextFactory?

 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Scenario: Get connected to WebLogic6.1 SP1 from Oracle Jdeveloper91
OS:Windows XP Pro
I provide the following info(along with ):
Host: localhost
Port#:7001
"C:\bea\wlserver6.1\lib\weblogic.jar"
Target node: "myserver"
user: "system"
password:"my password"
Any help|guidance would be greatly appreciated on the following problem:
When I want to get a connection to WebLogic6.1-SP1 from Oracle Jdeveloper,
I get the following error message:
"Cannot instantiate class: weblogic.jndi.WLInitialContextFactory"
But when I run WebLogic on examples domain(exampleServer), I'll be able to view the JNDI Tree for this server.
Thank you for your help
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure that weblogic.jar is located on your project's CLASSPATH in JDeveloper.
 
Pourang Emami
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The class path is properly set to weblogic.jar
 
Tomorrow is the first day of the new metric calendar. Comfort me tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic