cancel
Showing results for 
Search instead for 
Did you mean: 

Internal Error 500 when trying to open Interactive Form

Former Member
0 Kudos

I ve installed the NetWeaver Java Trial / SUSE Linux 10 Server (VMWare Edition).

It includes a demo scenario, where a new employe needs to confirm the confidentiality aggreement in an interactive form.

When I click on this I get an internal server error 500.

The trial certificate for interactive forms and the svg viewer are installed.

Can anyone bring some light into this?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

vaibhav_tiwari
Contributor
0 Kudos

Hi Deniz,

Is ADS configured on your J2EE Engine Server. If not than configure it.

Reward points if useful.

Regards,

Vaibhav Tiwari.

Former Member
0 Kudos

Where and how can I check if the AdobeDocumentService has been configured?

Also where can I set that instead of getting the useless internal 500 error, a more informative error msg comes back?

vaibhav_tiwari
Contributor
0 Kudos

Hi Deniz,

Can you tell me your e-mail id so that i can send you a pdf file which has all the details to configure ADS.

Regards,

Vaibhav Tiwari.

Former Member
0 Kudos

I did this:

http://<server>:<port>/AdobeDocumentServices/Config

Test of ...rpdata.... and entered the CTB_ADMIN/Password and also tried with test user

(Jamie Miller) 14132 when requested for user.

Result is this:

An error has occurred. Maybe the request is not accepted by the server:

User 14132 does not have access to method rpData.

Post

 
POST /AdobeDocumentServices/Config?style=rpc HTTP/1.1
Host: maf-soft.dyndns.org:50000
Content-Type: text/xml; charset=UTF-8
Connection: close
Authorization: <value is hidden>
Content-Length: 814
SOAPAction: ""

<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/">
<enableSession>true</enableSession>
</sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body>
<ns1:rpData xmlns:ns1='urn:AdobeDocumentServicesVi'>
<rpStrings xsi:type='tns:ArrayOfRpString' xmlns:tns='urn:com.adobe'>
<tns:RpString><tns:name>
</tns:name><tns:value></tns:value>
</tns:RpString></rpStrings><rpStreams xsi:type='tns:ArrayOfRpStream' xmlns:tns='urn:com.adobe'><tns:RpStream><tns:name>
</tns:name><tns:value>AA==</tns:value>
</tns:RpStream></rpStreams></ns1:rpData></SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Respone:

HTTP/1.1 500 Internal Server Error
Connection: close
Set-Cookie: <value is hidden>
Set-Cookie: <value is hidden>
Server: SAP J2EE Engine/7.00
Content-Type: text/xml; charset=UTF-8
Date: Thu, 17 Apr 2008 19:12:08 GMT

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xs="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>
SOAP-ENV:Client</faultcode>
<faultstring>User CTB_ADMIN does not have access to method rpData.</faultstring><detail><ns1:com.sap.engine.services.ejb.exceptions.BaseEJBException 
xmlns:ns1='http://sap-j2ee-engine/client-runtime-error'>
User CTB_ADMIN does not have access to method rpData.</ns1:com.sap.engine.services.ejb.exceptions.BaseEJBException>
</detail>
</SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

I looked for ADSCallers Role/User they are available in the .... Services > Security Provider.

I will continue with the recommended check steps, as described in the document:

If some one already know what the cause of the above mentioned error, pls bring some light into this.

Thank you very much.

Former Member
0 Kudos

Thank you very much for the valuable documents.

I’ve followed the steps to check if ADS is properly configured. Yes it is configured correct.

The user ADSUser and also the Role ADSCaller are already available.

But still running into that problem.

Answers (0)