on ‎2006 Mar 13 7:45 PM
Hi all,
I am following the guides on how to install the ADS, and even using the Adobe Document Services webblog found here: /people/achim.hauck/blog/2005/02/04/my-struggles-with-the-adobe-document-services-in-was640
I am stuck on the ADS installation because I cannot find the SR1 Installation Master file (51030843_<x>). I was able to find the Installation components (51030723_1) at http://service.sap.com/swdc but the other one isn't there. Can anyone point me to this file? Thanks in advance
Request clarification before answering.
Hello All
I wanted to install Adobe Document Services SP14 but couldn't find them from SAP Market Place, Can anyone help me? My NWDS and J2EE are both in SP14. Thanks in advance.
regards
Rafidah
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hung,
Depending on your OS/RDBMS, you will need;
ZIP 51030843_1 SAP NW04 SR1 Installation Master Windows 32 Bit Info 82376 20.12.2004
ZIP 51030843_10 SAP NW04 SR1 Installation Master z-OS Info 59545 27.12.2004
ZIP 51030843_11 SAP NW04 SR1 Installation Master z-Linux Info 37675 27.12.2004
ZIP 51030843_12 SAP NW04 SR1 Installation Master i-series Info 32432 27.12.2004
ZIP 51030843_2 SAP NW04 SR1 Installation Master Windows 64 Bit Info 98171 21.12.2004
ZIP 51030843_3 SAP NW04 SR1 Installation Master AIX Info 72203 21.12.2004
ZIP 51030843_4 SAP NW04 SR1 Installation Master TRU64 Info 61879 21.12.2004
ZIP 51030843_5 SAP NW04 SR1 Installation Master HPUX - PARISC Info 59896 21.12.2004
ZIP 51030843_6 SAP NW04 SR1 Installation Master HPUX - IA64 Info 84379 21.12.2004
ZIP 51030843_7 SAP NW04 SR1 Installation Master SOLARIS Info 67507 27.12.2004
ZIP 51030843_8 SAP NW04 SR1 Installation Master Linux 32 Bit Info 54318 27.12.2004
ZIP 51030843_9 SAP NW04 SR1 Installation Master Linux - IA64 Info 51691 27.12.2004
These are SR1, which are SP9.
James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I finally got the installation to work and the Test works, but when I deploy it still errors out. Any ideas? Here's the error message:
com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
java.lang.NullPointerException
at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:282)
at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:224)
at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:483)
at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:185)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1154)
at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:402)
at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
java.lang.NullPointerException
at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:85)
at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:95)
at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:279)
... 27 more
Caused by: java.lang.NullPointerException
at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.disconnect(HTTPSocket.java:646)
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.closeSession(HTTPTransport.java:433)
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1312)
at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:78)
... 29 more
Thanks for the attempt Angel. It still errors out, but here's the error message now:
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Error during call to AdobeDocumentServer: Processing exception during a "UsageRights" operation.
Request start time: Mon Mar 13 17:08:41 PST 2006
at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:486)
at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:185)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1154)
at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:402)
at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
I thought i had imported the credentials correctly, but perhaps not? I'll double check.
Hey Angel,
The application that I am trying to get running is still actually the tutorial found on the WebDynpro Sample page. It's the Interactive UI Element form. here's the link:
Hmm, now not even the simpleADS you sent me works. Could it be a version conflict? The webblog says to use the installation master 51030843, but I was unable to find a link to that. I had to use 51031148, which says its for release 1. If thats the problem, can you (or anyone) point me to the installation master that the blog is referring to? Thanks
both of the ADS packs SCAs you can find here
for every release
Install with SDM
Go to Visual Admin -> Server > services > Security Provider > click on Policy Configuration tab > Choose com.adobe/AdobeDocumentService*AdobeDocumentServicesAssembly.jar and choose Security roles tab > Choose ADSCaller and click on Add button(corresponding to the users) > Choose the user you created and assigned to the ADS WebService and Click OK.
Go and check whether the WS authentication is OK, do the steps again!
and restart the PDFObject application or the whole server.
Check whether the URI is such one:
http://<host>:<port>/AdobeDocumentServices/Config?style=document
Did you install the PFX file under:
Document Services Configuration as P12 key?
Message was edited by: Angel Dichev
If you see this than all with ADS is fine, you might have problem with WD or mostlikely with client side!
What version of Acrobat reader do you have? You need the latest?
Do you use IE or other browser.
use IE also
install xACF.exe
take if from this note: 766191,
or see this note 891202
If all this doesn't help open OSS
Message was edited by: Angel Dichev
Do you have to configure SSL for it to work? I'm in the process of doing that, and now receive this error:
The initial exception that caused the request to fail, was:
com.sap.engine.services.webservices.jaxrpc.wsdl2java.ClientProtocolException: An error occured while reading data from the destination sap.com/tcwdpdfobject/com.sap.tc.webdynpro.adsproxy.AdsProxy/ConfigPort_Document. The error was: com.sap.engine.services.keystore.exceptions.BaseRemoteException Remote call errored.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.