IntelliJ Java IDE
The moose likes BEA/Weblogic and the fly likes problem in creating mysql datasource on weblogic 10.3.4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "problem in creating mysql datasource on weblogic 10.3.4" Watch "problem in creating mysql datasource on weblogic 10.3.4" New topic
Author

problem in creating mysql datasource on weblogic 10.3.4

RajivAwadhesh kumar
Greenhorn

Joined: May 20, 2011
Posts: 20


When I execute the above code I get the following error

javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at com.rajiv.TestDB.readDataFromDataSource(TestDB.java:96)
at com.rajiv.TestDB.main(TestDB.java:18)


I am using MySQL 5.5 and Weblogic 10.3.4 .. Please suggest what is the problem?
Jan Cumps
Bartender

Joined: Dec 20, 2006
Posts: 2207

We moved your post to our WebLogic forum.
Kuldip Shetty
Ranch Hand

Joined: Jan 07, 2010
Posts: 37

You need to set few Context properties like Context.INITIAL_CONTEXT_FACTORY, Context.PROVIDER_URL before performing the JNDI Lookup.


Click here for more details
 
IntelliJ Java IDE
 
subject: problem in creating mysql datasource on weblogic 10.3.4
 
Threads others viewed
Problem in CallableStatement
Resource Injection on DataSource throws NullPointerException
sun.jdbc is not available
Data being retrieved even though MySQL driver is not loaded
Problem in getting the data from DB using servlets
MyEclipse, The Clear Choice