Products | Versions |
---|---|
TIBCO InConcert | - |
Not Applicable | - |
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