cancel
Showing results for 
Search instead for 
Did you mean: 

dev_jrfc.trc (filesystemfull)

Former Member
0 Kudos

Hi,

on my J2ee instance are thrown hundreds of dev_jrfc.trc.

does anybody know the reason why??

KR

Wolfgang

Error thrown [Tue May 06 12:03:37,429]:Error in RequestDispatcher.DispatcherWorker.run()

java.lang.UnsatisfiedLinkError: nativeSAP_CMLISTEN

at com.sap.mw.rfc.driver.CpicDriver.nativeSAP_CMLISTEN(Native Method)

at com.sap.mw.rfc.driver.CpicDriver.SAP_CMLISTEN(CpicDriver.java:1131)

at com.sap.mw.rfc.driver.RfcTypeRegisterCpic.waitForRequest(RfcTypeRegisterCpic.java:593)

at com.sap.mw.rfc.api.RfcApi.RfcWaitForCpicRequest(RfcApi.java:1261)

at com.sap.mw.jco.MiddlewareJRfc.waitForRequest(MiddlewareJRfc.java:580)

at com.sap.mw.jco.RequestDispatcher$DispatcherWorker.run(RequestDispatcher.java:159)

at java.lang.Thread.run(Thread.java:534)

Error thrown [Tue May 06 12:03:37,430]:Error in RequestDispatcher.DispatcherWorker.run()

java.lang.UnsatisfiedLinkError: nativeSAP_CMLISTEN

at com.sap.mw.rfc.driver.CpicDriver.nativeSAP_CMLISTEN(Native Method)

at com.sap.mw.rfc.driver.CpicDriver.SAP_CMLISTEN(CpicDriver.java:1131)

at com.sap.mw.rfc.driver.RfcTypeRegisterCpic.waitForRequest(RfcTypeRegisterCpic.java:593)

at com.sap.mw.rfc.api.RfcApi.RfcWaitForCpicRequest(RfcApi.java:1261)

at com.sap.mw.jco.MiddlewareJRfc.waitForRequest(MiddlewareJRfc.java:580)

at com.sap.mw.jco.RequestDispatcher$DispatcherWorker.run(RequestDispatcher.java:159)

at java.lang.Thread.run(Thread.java:534)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

SP,

Try to Switch off JRFC trace and restart the server.

name

jrfc*.trc

location

directory j2ee/cluster/server* or defined path

how to switch on and off

set JVM options for the server via the Config Tool and restart server:

-Djrfc.trace=0/1,

-Djco.trace_path=[defined_path]

Look at the below sap note for more details: 875386

Regards,

Karthick Eswaran