cancel
Showing results for 
Search instead for 
Did you mean: 

ADS: soap runtimADS: soap runtime exception:Csoapexceptionfault :SOAP(100102)” issue

Former Member
0 Kudos

Hello All,

I have an issue in AdS configuration between  EP7.3 & CRM  (EHP2 FOR SAP CRM 7.0).

After  configuration  ADS , when I checked report FP_TEST_00 in se38 iam getting “ADS: soap runtime exception:Csoapexceptionfault :SOAP(100102)”  error.

RFC destionation fron CRM -> EP is connecting fine

In EP system when is checked  NWA -> Web Services Navigator -> select radio button (Provider System) and search “*abode” and selected  “AdobeDocumentServicesVi” ->next->next -> prompt for user ID: ADSuser and password are given.

Then the result is shown as :-

Web service returned error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Server" Fault String: "javax.ejb.EJBException: Exception in getMethodReady() for stateless bean com.adobe/AdobeDocumentServices*xml|AdobeDocumentServicesAssembly.jar*xml|AdobeDocumentServicesEJB; nested exception is: com.sap.engine.services.ejb3.util.pool.PoolException: javax.ejb.EJBException: Exception raised from invocation of public void com.adobe.AdobeDocumentServicesEJB.ejbCreate() throws javax.ejb.CreateException method on bean instance com.adobe.AdobeDocumentServicesEJB@24b51cac for bean com.adobe/AdobeDocumentServices*xml|AdobeDocumentServicesAssembly.jar*xml|AdobeDocumentServicesEJB; nested exception is: java.lang.reflect.UndeclaredThrowableException"

http log:-

HTTP/1.1 500 Internal Server Error

server: SAP NetWeaver Application Server 7.20 / AS Java 7.30

transfer-encoding: chunked

content-type: text/xml; charset=utf-8

date: Fri, 07 Dec 2012 15:10:31 GMT

Set-Cookie: <value is hidden>

Set-Cookie: <value is hidden>

744

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>javax.ejb.EJBException: Exception in getMethodReady() for stateless bean com.adobe/AdobeDocumentServices*xml|AdobeDocumentServicesAssembly.jar*xml|AdobeDocumentServicesEJB; nested exception is: com.sap.engine.services.ejb3.util.pool.PoolException: javax.ejb.EJBException: Exception raised from invocation of public void com.adobe.AdobeDocumentServicesEJB.ejbCreate() throws javax.ejb.CreateException method on bean instance com.adobe.AdobeDocumentServicesEJB@24b51cac for bean com.adobe/AdobeDocumentServices*xml|AdobeDocumentServicesAssembly.jar*xml|AdobeDocumentServicesEJB; nested exception is: java.lang.reflect.UndeclaredThrowableException</faultstring><detail><yq1:com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException xmlns:yq1='http://sap-j2ee-engine/error'>javax.ejb.EJBException: Exception in getMethodReady() for stateless bean com.adobe/AdobeDocumentServices*xml|AdobeDocumentServicesAssembly.jar*xml|AdobeDocumentServicesEJB; nested exception is: com.sap.engine.services.ejb3.util.pool.PoolException: javax.ejb.EJBException: Exception raised from invocation of public void com.adobe.AdobeDocumentServicesEJB.ejbCreate() throws javax.ejb.CreateException method on bean instance com.adobe.AdobeDocumentServicesEJB@24b51cac for bean com.adobe/AdobeDocumentServices*xml|AdobeDocumentServicesAssembly.jar*xml|AdobeDocumentServicesEJB; nested exception is: java.lang.reflect.UndeclaredThrowableException</yq1:com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>0

I think the issue with ADS on portal side. Please help in resolution .

Regards,

Pavan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186587
Participant
0 Kudos

Hi Pavan,

Please go through SAP Note # 944221

Note 944221 - Troubleshooting if problems occur in forms processing

Bhavin

Former Member
0 Kudos

Hello Bhavin,

I have already checked the note 944221 but could not find the resolution .

Regards,

Pavan

Former Member
0 Kudos

Hello,


Issue is resolved by changing value of lcm/server_port_2  parameter in defualt profile.

My defaultTrace_00.1.trc file is showing as below:-

#2.#2012 11 29 17:56:29:453#0-500#Fatal#com.adobe.AdobeDocumentServicesEJB#
#BC-SRV-FP#com.adobe/AdobeDocumentServices#C0000AF1AC7501480000000401E5000E#15033650000000005#com.adobe/AdobeDocumentServices
#com.adobe.AdobeDocumentServicesEJB#Administrator#104##E1F17E10387111E28960000000E56532#e1f17e10387111e28960000000e56532#e1f1
7e10387111e28960000000e56532#0#Thread[HTTP Worker [@1690193220],5,Dedicated_Application_Thread]#Plain##
The Adobe Document Services cannot be initialized.
The IIOP service has not been started. Run the J2EE
Engine Config tool. Ensure that the startup mode of the
IIOP service (cluster-data/dispatcher/services/iiop and
cluster-data/server/services/iiop) is set to "always".
For further information regarding this configuration issue
refer to the installation manual.#

iiop Service is failed :-

Service [iiop] failed to start; Reason: [Error in execution of service's start method]; nested exception is:
[EXCEPTION]
com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.ServiceResourceBundle', 
ID='IIOP Service plain access point is not started on ICM.', Arguments: []--> : Can't find resource for bundle

We have changed HTTPS port and SSL port  parameters in default profile.

The icm/server_port_2 been assigned to icm/server_port_2 = PROT=TELNET, PORT=50108, HOST=localhost,


As per sap stranded  parameter icm/server_port_2 should be as below
icm/server_port_2 = PROT=IIOP, PORT=5$(SAPSYSTEM)07

So I have made changed to default profile as below and restared java stack.
icm/server_port_5 = PROT=TELNET, PORT=50108, HOST=localhost
icm/server_port_2 = PROT=IIOP, PORT=5$(SAPSYSTEM)07

Now i can able to see ADS report through FP_TEST_00 in SE38

Regards,
Pavan