cancel
Showing results for 
Search instead for 
Did you mean: 

AdobeDocumentServer: Processing exception -- IisProxy

Former Member
0 Kudos

I am getting the following error when I try to render the OnlineInteractiveFormApp tutorial from our IISProxy url (http://iisproxyserver/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp):

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Error during call to AdobeDocumentServer: Processing exception during a "Render" operation.

Request start time: Tue Jan 23 07:46:19 EST 2007

com.adobe.ProcessingError: File not found error writing stream: <Render><Template><Name> "http://iisproxyserver:80/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp/wd_keyh56riy3saTWY7P6Du9c1EA==/sapwebdynpro.xft;jsessionid=(J2EE25797100)ID1136316750DB11302122638220973520End;saplb_*=(J2EE25797100)25797150?sap.session.download=4&sap-wd-cltwndid=b8f0cf60aadf11dbcdc30050568e3487&sap-wd-appwndid=Idb8f0cf60aadf11dbcdc30050568e348771&sap-wd-norefresh=true :

java.io.FileNotFoundException: IO error detected while opening HTTP/HTTPS connection: http://iisproxyserver:80/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFor...wd_keyh56riy3saTWY7P6Du9c1EA==/sapwebdynpro.xft;jsessionid=(J2EE25797100)ID1136316750DB11302122638220973520End;saplb_*=(J2EE25797100)25797150?sap.session.download=4&sap-wd-cltwndid=b8f0cf60aadf11dbcdc30050568e3487&sap-wd-appwndid=Idb8f0cf60aadf11dbcdc30050568e348771&sap-wd-norefresh=true :

java.net.ConnectException: Connection timed out: connect

Exception Stack Trace:

com.adobe.ProcessingError: File not found error writing stream: <Render><Template><Name> "http://iisproxyserver:80/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp/wd_keyh56riy3saTWY7P6Du9c1EA==/sapwebdynpro.xft;jsessionid=(J2EE25797100)ID1136316750DB11302122638220973520End;saplb_*=(J2EE25797100)25797150?sap.session.download=4&sap-wd-cltwndid=b8f0cf60aadf11dbcdc30050568e3487&sap-wd-appwndid=Idb8f0cf60aadf11dbcdc30050568e348771&sap-wd-norefresh=true :

java.io.FileNotFoundException: IO error detected while opening HTTP/HTTPS connection: http://iisproxyserver:80/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFor...wd_keyh56riy3saTWY7P6Du9c1EA==/sapwebdynpro.xft;jsessionid=(J2EE25797100)ID1136316750DB11302122638220973520End;saplb_*=(J2EE25797100)25797150?sap.session.download=4&sap-wd-cltwndid=b8f0cf60aadf11dbcdc30050568e3487&sap-wd-appwndid=Idb8f0cf60aadf11dbcdc30050568e348771&sap-wd-norefresh=true :

java.net.ConnectException: Connection timed out: connect

at com.adobe.Render.execute(Unknown Source)

When I call the application directly by going to the actual server and port (http://myserver:50000/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp), the application runs correctly without any exceptions.

In the above error, it appears to be adding port 80 to the url which means the iisproxy will not send it onto the correct target. Why is it doing that? Is there a configuration setting that will correct it?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This is the response I received from submitting an OSS message:

Please check the following:

Visual Admin -> server -> configuration adapter

-> webdynpro -> sap.com -> tcwddispwda -> Propertysheet.defualt

sap.ADSCallingMode

change from 'http' to 'SOAP'

After this change, please restart J2EE engine.

If you change this option, reuslt PDF will be passed by Stream, not

using WD resouce URL.

Also make sure the J2EE engine patch level is the same as the ADS

patch level.

Please also make sure the XMLForm module is started in the

Visual Administrator.