cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with generate a PDF document

Former Member
0 Kudos

Hi guys, i have a huge problem. i develop the basic examples from "Using Interactive Forms"

(https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d) and

always been returned the follow error:

com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Severe : PDFDocument is NULL. Exception : Service call exception; nested exception is: java.net.SocketTimeoutException: Read timed out

I have installed ACF on my computer (for NW04s), Adobe Reader and Designer 7.0, SAP NetWeaver Developer Studio Version 2.0.12 Build id: 200505090134. In addition, i have the user ADSUser configurated.

I make a test of ASDUser and send me this result:

HTTP/1.1 200 OK

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: Tue, 31 Oct 2006 20:40:12 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>

<rpl:rpDataResponse xmlns:rpl='urn:AdobeDocumentServicesVi'>

<rpl:Response xmlns:pns='urn:com.adobe'>

<pns:rpStrings>

<pns:RpString>

<pns:name>TraceString</pns:name>

<pns:value>Begin trace Required stream: "PDFDocument" not found.</pns:value>

</pns:RpString>

<pns:RpString>

<pns:name>Error_Level</pns:name>

<pns:value>0</pns:value>

</pns:RpString>

<pns:RpString>

<pns:name>Results</pns:name>

<pns:value></pns:value>

</pns:RpString>

<pns:RpString>

<pns:name>VersionInfo</pns:name>

<pns:value>705.20051005114147.242570</pns:value>

</pns:RpString>

</pns:rpStrings>

</rpl:Response>

</rpl:rpDataResponse>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

it's ok?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This problem arises mainly due to the reason if your ADS is not configured properly.

First check that whether your ADS and the J2ee are at the same level, and try to run this URL

http://<yourhost>:50000/AdobeDocumentServicesSec/Config?

You can get ADS Config Doc from...

https://websmp106.sap-ag.de/adobe

<i><b>Regards,

Raja Sekhar</b></i>

Former Member
0 Kudos

Hi,

What do you mean with the "ADS and the J2EE are at in the same level"?

Questions:

1) I did two test with the se38 transaction (program FP_TEST_00, print preview, printer LP01 and ZLOC)..the result was a error with code 100101 and no response...this test works for webdynpro for java enviroment?

2)I check the conection with the sm59 transaction and send this result:

~response_line HTTP/1.1 200 OK

~server_protocol HTTP/1.1

~status_code 200

~status_reason OK

connection close

server SAP J2EE Engine/7.00

set-cookie saplb_*=(sap-dev-6_DEK_50)504285650; Version=1; Path=/

content-type text/html;charset=ISO-8859-1

date Thu, 02 Nov 2006 15:44:40 GMT

set-cookie JSESSIONID=(sap-dev-6_DEK_50)ID0820220750DB00609035612061678364End; Version=1; Path=/

This is ok, i guest?

3) To make a test for ADSUser, the result not display this message (i see in a some post):

"IIOP service is running"

some relation????

Thanks.

Former Member
0 Kudos

Did you solve the problem?

I'm in exact the same place.

What does it mean that "ADS and the J2EE are at in the same level"?

When I test

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

works perfect, but

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

Asks me for login and password, I submit the same I have configured in the Security Provider, but takes me nowhere but again to the User/Password prompt.

In "Web Services Security" I have tested setting both services with the same Logon Data and setting AdobeDocumentServicesSec Logon Data - Authentication to None, but neither way works.

Thanks,

Juan