Author Topic: ODAPI Initialize error while connecting  (Read 4834 times)

deepak

  • Guest
ODAPI Initialize error while connecting
« on: October 01, 2007, 07:55:36 AM »
All

Iam very new to ODAPI. I tried deploy a servlet using ODAPI. It is giving the following error.

[10/1/07 10:37:42:587 EDT] 00000019 WebApp        E   SRVE0026E: [Servlet Error]-[TestFileServlet]: java.lang.Unsatisfi
edLinkError: initialize
        at com.ibm.edms.od.ArsWWWInterface.init(ArsWWWInterface.java:28)
        at com.ibm.edms.od.ODServer.initialize(ODServer.java:64)
        at TestFileServlet.doGet(TestFileServlet.java:34)
        at TestFileServlet.service(TestFileServlet.java:79)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1572)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1521)
        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:113)
        at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:759)
        at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3071)
        at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:236)
        at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:210)
        at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1958)
        at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:113)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
        at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCa
llback.java:207)
        at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:
109)
        at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
        at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
        at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
        at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)


But I am able to connect to server using standalone java programme (ODAPI). Same lines is not working in Servlet. Please advice. It is very urgent.

Thank in advance

Regards
Deepak


bormson

  • Guest
Re: ODAPI Initialize error while connecting
« Reply #1 on: October 01, 2007, 08:59:02 AM »
A snippet of your code that is failing, the platform and version of your OD/WEK, would be helpful.

deepak

  • Guest
Re: ODAPI Initialize error while connecting
« Reply #2 on: October 03, 2007, 01:04:12 AM »
Benny

Iam using 7.1.2.8 version. OS: AIX. Please help me.

Thanks in advance

Deepak