Issue with getting a UID

Hi I am working on creating the script for the Documentum upload file for WebTop version 6.8.2 with the documentum servers hosted on Websphere. The protocol being used is https. The script is not able to get the UID and UID is -1. Can you please help me understand what could be the issue here?

I am getting following error in the UCF invoker

C:LoadRunnerKit_Webtop68bin>startInvoker.bat

java version “1.8.0_112”

Java(TM) SE Runtime Environment (build 1.8.0_112-b15)

Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)

Tue May 30 01:21:23 CDT 2017 Starting TDfUCFInvoker and waiting for connections

at port: 7338

Tue May 30 01:21:55 CDT 2017 Received UID request: Import1 | cookies: JSESSIONID

=Pyv8xnJOV3eOb2yp0FVAID1

Exception in thread “Thread-2” com.documentum.ucf.common.transport.TransportErro

r: com.documentum.ucf.common.transport.TransportStreamException: Client sender f

ailed to send response message

at com.documentum.ucf.client.transport.impl.ClientSession.run(ClientSess

ion.java:460)

Caused by: com.documentum.ucf.common.transport.TransportStreamException: Client

sender failed to send response message

at com.documentum.ucf.client.transport.impl.ClientSender.send(ClientSend

er.java:74)

at com.documentum.ucf.client.transport.impl.ClientSession.sendAndGetRece

iver(ClientSession.java:583)

at com.documentum.ucf.client.transport.impl.ClientSession.handshake(Clie

ntSession.java:668)

at com.documentum.ucf.client.transport.impl.ClientSession.handshake(Clie

ntSession.java:646)

at com.documentum.ucf.client.transport.impl.ClientSession.run(ClientSess

ion.java:262)

Caused by: java.net.SocketException: Connection reset

at java.net.SocketInputStream.read(Unknown Source)

at java.net.SocketInputStream.read(Unknown Source)

at sun.security.ssl.InputRecord.readFully(Unknown Source)

at sun.security.ssl.InputRecord.read(Unknown Source)

at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)

at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source

)

at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)

at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)

at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)

at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect

(Unknown Source)

at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown

Source)

at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown S

ource)

at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unk

nown Source)

at com.documentum.ucf.client.transport.impl.ClientNativeGAIRConnector.se

ndProlog(ClientNativeGAIRConnector.java:181)

at com.documentum.ucf.client.transport.impl.ClientSender.send(ClientSend

er.java:46)

… 4 more

Tue May 30 01:21:58 CDT 2017

com.emc.cma.perf.tools.ucf.TDfUCFInvokerException: Unable to obtain new UID

at com.emc.cma.perf.tools.ucf.TDfUCFInvokerThread.getNewUcfSessionUidLoc

al(TDfUCFInvokerThread.java:101)

at com.emc.cma.perf.tools.ucf.TDfUCFInvokerThread.getNewUcfSessionUid(TD

fUCFInvokerThread.java:75)

at com.emc.cma.perf.tools.ucf.TDfUCFInvokerThread.run(TDfUCFInvokerThrea

d.java:45)

Tue May 30 01:28:30 CDT 2017 Received UID request: Import1 | cookies: JSESSIONID

=vgWAYeK3s-jTIpX3bBqqn_Y

Exception in thread “Thread-5” com.documentum.ucf.common.transport.TransportErro

r: com.documentum.ucf.common.transport.TransportStreamException: Client sender f

ailed to send response message

at com.documentum.ucf.client.transport.impl.ClientSession.run(ClientSess

ion.java:460)

Caused by: com.documentum.ucf.common.transport.TransportStreamException: Client

sender failed to send response message

at com.documentum.ucf.client.transport.impl.ClientSender.send(ClientSend

er.java:74)

at com.documentum.ucf.client.transport.impl.ClientSession.sendAndGetRece

iver(ClientSession.java:583)

at com.documentum.ucf.client.transport.impl.ClientSession.handshake(Clie

ntSession.java:668)

at com.documentum.ucf.client.transport.impl.ClientSession.handshake(Clie

ntSession.java:646)

at com.documentum.ucf.client.transport.impl.ClientSession.run(ClientSess

ion.java:262)

Caused by: java.net.SocketException: Connection reset

at java.net.SocketInputStream.read(Unknown Source)

at java.net.SocketInputStream.read(Unknown Source)

at sun.security.ssl.InputRecord.readFully(Unknown Source)

at sun.security.ssl.InputRecord.read(Unknown Source)

at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)

at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source

)

at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)

at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)

at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)

at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect

(Unknown Source)

at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown

Source)

at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown S

ource)

at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unk

nown Source)

at com.documentum.ucf.client.transport.impl.ClientNativeGAIRConnector.se

ndProlog(ClientNativeGAIRConnector.java:181)

at com.documentum.ucf.client.transport.impl.ClientSender.send(ClientSend

er.java:46)

… 4 more

Tue May 30 01:28:32 CDT 2017

com.emc.cma.perf.tools.ucf.TDfUCFInvokerException: Unable to obtain new UID

at com.emc.cma.perf.tools.ucf.TDfUCFInvokerThread.getNewUcfSessionUidLoc

al(TDfUCFInvokerThread.java:101)

at com.emc.cma.perf.tools.ucf.TDfUCFInvokerThread.getNewUcfSessionUid(TD

fUCFInvokerThread.java:75)

at com.emc.cma.perf.tools.ucf.TDfUCFInvokerThread.run(TDfUCFInvokerThrea

d.java:45)

Terminate batch job (Y/N)? y

Regards

Jatinder

Related:

Leave a Reply