Hi All,
I am trying to fetch content from db and populating a container through inline command in DCT. My in line looks like as follows:
<inline command='D:/Interwoven/TeamSite/tools/java/bin/java -classpath

/Interwoven/TeamSite/custom/project/classes;D:/Interwoven/TeamSite/httpd/webapps/content_center/WEB-INF/lib/*; com.project.datacapture.RadioContainer'/>
When I am trying to execute the same command in cmd, I am getting the required results(well formed xml).
But while trying to make the new form entry, I am getting the following exception:
java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:419) at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:536) at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:228) at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32) at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521) at java.sql.DriverManager.getConnection(DriverManager.java:582) at java.sql.DriverManager.getConnection(DriverManager.java:185) at com.project.datacapture.RadioContainer.execute(RadioContainer.java:37) at com.project.datacapture.RadioContainer.main(RadioContainer.java:107) Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:375) at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:422) at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:678) at oracle.net.ns.NSProtocol.connect(NSProtocol.java:238) at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1054) at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308) ... 8 more Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 10106: create at java.net.Socket.createImpl(Socket.java:388) at java.net.Socket.connect(Socket.java:517) at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:209) at oracle.net.nt.ConnOption.connect(ConnOption.java:123) at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:353) ... 13 more Exception in thread "main" java.lang.NullPointerException at com.project.datacapture.RadioContainer.execute(RadioContainer.java:44) at com.project.datacapture.RadioContainer.main(RadioContainer.java:107)
anybody faced this type of issue? I suspected this as a permission issue, but given all the required access.
My environment: TS 7.1 on windows server 2003 standard edition, using Oracle 10g and using ojdbc6.jar