Guys,
 
I am doing the following to test run t3dbping (with ORACLE THIN DRIVER, for jdbc) successfully in weblogic5.1. But, it ain't working. I did the following :
 
I have set the absolute classpath and WEBLOGIC_CLASSPATH to the classes12.zip in the startweblogic.cmd file. This is how I have appended in that particular file.
 
set WEBLOGIC_CLASSPATH=.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses;d:\classes12.zip
When I  run t3dbping  [Srinivasa Murthy] using the following command, I get the error as under  
java utils.t3dbping t3://localhost:7001 otiger otiger "" orcle.jdbc.driver.OracleDriver jdbc:oracle:thin:@192.168.10.20:1527:mtgr
 
 ERROR: 
Connecting to WebLogic with the WebLogic JDBC Driver
Can't connect with the WebLogic JDBC driver:
  Io exception: The Network Adapter could not establish the connection
Server StackTrace:
[
<not available>]
 
 
Whereas, a simple java application file with jdbc connectivity is working perfectly fine for me. I dunno whats wrong, I might be wrong in setting the weblogic classpath somewhere. Can someone plssss help me here. I even appended it to the POST_CLASSPATH of startweblogic.cmd file. Still it is reluctant.
Though it takes the weblogic classpath when I run "startweblogic" it does not work.
 
Kindly  help me here. Thnx in advance. Pls do give me a solution. Its urgent.
 
Srinivas.
 

Reply via email to