IcJava PURE program will not connect to TIBCO InConcert (IC) server when a weblogic.jar file from Web Logic Server 10.3 is in the classpath. The error of "Server operation timed out." is reported.

book

Article ID: KB0088046

calendar_today

Updated On:

Products Versions
TIBCO InConcert -
Not Applicable -

Description

Resolution:
Description:
============
Server operation timed out.
    at com.tibco.workflow.icjava.transport.TibrvWfMessage.sendMessage(TibrvWfMessage.java:288)
    at com.tibco.workflow.icjava.transport.TibrvWfWorkerMessage.send(TibrvWfWorkerMessage.java:137)
    at com.tibco.workflow.icjava.remote.WfSessionRemImpl.a(WfSessionRemImpl.java:347)
    at com.tibco.workflow.icjava.remote.WfSessionRemImpl.initialize(WfSessionRemImpl.java:92)
    at com.tibco.workflow.icjava.WfSessionImpl.initialize(WfSessionImpl.java:139)
    at com.tibco.workflow.icjava.WfServerImpl.createSession(WfServerImpl.java:57)
    at com.tibco.workflow.icjava.WfServerImpl.createSession(WfServerImpl.java:46)
    at com.tibco.workflow.api.WfClient.createSession(WfClient.java:162)
    at com.tibco.workflow.api.WfClient.createSession(WfClient.java:129)
    at com.qwest.wms.util.UserWFSession.setWFLogon(UserWFSession.java:501)
    at com.qwest.wms.util.UserWFSession.validateLDAPandInConcert(UserWFSession.java:582)
    at com.qwest.wms.util.UserWFSession.logon(UserWFSession.java:311)


Environment:
==========
All

Symptoms:
=========
The client does not send out a message and no error message is provided that the connection request did not go out.

Cause:
=====
The problem is with the weblogic.jar which has services in the manifest file which over rides what is in the IcJava.jar file and,  that overrides XML parsers, etc.

Resolution:
=========
Add the following setting to Java:
-Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.intern
al.jaxp.DocumentBuilderFactoryImpl

Issue/Introduction

IcJava PURE program will not connect to TIBCO InConcert (IC) server when a weblogic.jar file from Web Logic Server 10.3 is in the classpath. The error of "Server operation timed out." is reported.