cancel
Showing results for 
Search instead for 
Did you mean: 

Help me out to run Interactive forms in CE7.1

Former Member
0 Kudos

Hi experts,

I am new to this SAP webdynPro for java World.Can you please help me to run interactive Forms.

I have installed CE7.1 Dev_studio and J2EEServer.To Develop Adobe Interactive Forms i have installed Adobe Designer7.1.

When i run the Application i am getting following exception.

com.sap.engine.services.webservices.espbase.discovery.TargetNotMappedException: Logical Target ConfigPort_Document not mapped to a physical system.

at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getDSTTemplateForSystem(DestinationsHelperImpl.java:894)

at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getWSDLUrl(DestinationsHelperImpl.java:397)

at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.getWSDLUrl(GenericServiceFactory.java:222)

at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:187)

at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:175)

Full exception Chain is

com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Interactive Form Operation Failed

at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:633)

at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:940)

at com.sap.tc.webdynpro.clientserver.phases.RespondPhase.execute(RespondPhase.java:60)

at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)

at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)

at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)

at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)

at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)

at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1388)

at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1208)

at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:145)

at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppProcessing.doService(DispatchHandlerForAppProcessing.java:35)

at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)

at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)

at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:114)

at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:80)

at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:506)

at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:526)

at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:457)

at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:248)

at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:698)

at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:230)

at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:228)

at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:192)

at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)

at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)

at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)

at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)

at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)

at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)

at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)

at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)

at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)

at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)

at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)

at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)

at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)

at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)

at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)

at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)

at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)

at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)

at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)

at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)

at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)

at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)

at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)

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:152)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)

Caused by: com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process RenderRequest...

at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)

at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:89)

at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:112)

at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:567)

... 61 more

Caused by: com.sap.tc.adobe.pdfobject.core.PDFObjectRuntimeException: Logical Target ConfigPort_Document not mapped to a physical system.

at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.invoke(PDFObjectDII.java:349)

at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.doSoapCall(PDFObjectDII.java:81)

at com.sap.tc.adobe.pdfobject.core.PDFObject.render(PDFObject.java:3610)

at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:152)

at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)

... 64 more

Caused by: com.sap.engine.services.webservices.espbase.discovery.TargetNotMappedException: Logical Target ConfigPort_Document not mapped to a physical system.

at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getDSTTemplateForSystem(DestinationsHelperImpl.java:894)

at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getWSDLUrl(DestinationsHelperImpl.java:397)

at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.getWSDLUrl(GenericServiceFactory.java:222)

at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:187)

at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:175)

at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:160)

at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.invoke(PDFObjectDII.java:278)

... 68 more

Can anybody please help me out from this Issue.

Do we need any configuration in J2EE server to Develop interactive forms .

if we need configuration can you please send the Detail steps to configure.

Thanks and Regards,

Shashikiran.b

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shashi,

Have you got the path for downloading "Additional component-ADS".

Even im encountering the same error while creating interactive forms in CE7.1,

java.lang.IllegalArgumentException: can't parse argument number urn:AdobeDocumentServicesWsd/AdobeDocumentServicesVi/document

at java.text.MessageFormat.makeFormat(MessageFormat.java:1330)

at java.text.MessageFormat.applyPattern(MessageFormat.java:450)

at java.text.MessageFormat.<init>(MessageFormat.java:350)

at java.text.MessageFormat.format(MessageFormat.java:803)

at com.sap.tc.adobe.pdfobject.base.core.PDFObjectRuntimeException$DummyLocalizableTextFormatter.<init>(PDFObjectRuntimeException.java:43)

Could you please share with me the steps you have taken to resolve this issue.

Regards,

Naresh.

Former Member
0 Kudos

Hi all!

It happens the same to me... any idea?

Thx!

Miguel.

Former Member
0 Kudos

Hi all,

I have same error:

java.lang.IllegalArgumentException: can't parse argument number urn:AdobeDocumentServicesWsd/AdobeDocumentServicesVi/document

Could anyone solved this issue?

Regards.

Former Member
0 Kudos

Hi,

ConfigPort_Document is the logical destination that you need to create as a part of the ADS setup within CE. If you have not done the ADS setup, then send me your email address and I'll send you the document that walks you thru the steps.

Rao

Former Member
0 Kudos

Actually, there's a detailed documentation on SAP Help website. Below is the URL. Follow these steps to configure and post if you are still having issues.

http://help.sap.com/saphelp_nwce10/helpdata/en/45/bf03b55b9847f2e10000000a114a6b/content.htm

Rao

Former Member
0 Kudos

Hi ,

My email address is shashikiran37@gmail.com.

Can you please send those documents as soon as possible .

Thanks in Advance.

Regards,

Shashikiran.B

Former Member
0 Kudos

HI,

Your document is very useful for me .

But i am facing problem to install install "PKCS #12 .pfx file"

In my system i don't have Folder structure like /<DIR_GLOBAL>/AdobeDocumentServices/

TrustManagerService/trust/credentials.

In my system i have structure till global after that i don't have AdobeDocumentServices Directory to paste .pfx file in credentials folder.

Can you please suggest what should i do. what is the problem.

i have done

&#9679; Creating a User in AS Java for Basic Authentication

&#9679; Setting Up Basic Authentication in a Java Environment

Two steps now when i run application i am getting different error.

I.E.,

com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (403) Forbidden. The requested URL was:"http://10.10.20.158:50000/inspection.wsil/, used user to connect: ADSUser"

at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:366)

at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:354)

at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.initialize(WSQueryImpl.java:281)

at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSEndpoints(WSQueryImpl.java:165)

at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:924)

... 74 more

Can you pleaaaaase help me on this issue.

Thanks and Regards,

Shashikiran.B

Former Member
0 Kudos

what version of NetWeaver are you on? 2004s and below (OR) CE?

Former Member
0 Kudos

Hi Raghavendra,

I am using "SAPNWCE71Trial_DevStudio".

Thanks and Regards,

Shashikiran.

Former Member
0 Kudos

Not sure why you don't have that folder, but you can manually create those folders listed in the documentation and paste the .pfx file there.

Rao

Former Member
0 Kudos

Hi Rao,

If i try to configure that in admin by following steps.....

1. Navigate to http://

:

/nwa to start the SAP NetWeaver Administrator.

Note

is the AS Java where the Adobe document services are installed and

is the HTTP port of the AS Java.

2. Choose Configuration Management ® Infrastructure Management ® Adobe Document Services

There is no Adobe Document Services in Administrator.

How can i configure.

So up to my knowledge there is no use of creating those folders manually..

Thanks for your quick replay.

Can you please help me for this issue......

Thanks and Regards,

Shashikiran.B

Former Member
0 Kudos

Ah. I see what you mean by no Adobe Document Services now (you don't see that as a link in NWA). Check via your config tool on what template you have configured your CE as and let me know. I think It should be atleast "Development Complete" for ADS to be configured.

Rao

Former Member
0 Kudos

Hi Rao,

Can you please help me for this issue....

if perform following steps to configure

1. Navigate to http://

:

/nwa to start the SAP NetWeaver Administrator.

Note

is the AS Java where the Adobe document services are installed and

is the HTTP port of the AS Java.

2. Choose Configuration Management ® Infrastructure Management ® Adobe Document Services

3. Choose Configuration in the left pane.

in right pane i am getting following message.....

There are no Adobe document services running on the selected system

Can you please tell me what is the problem in my system. Am i missing any installation.

Can you please please please help me as soon as possible.

Thanks and Regards,

Shashikiran.B

Former Member
0 Kudos

Did you check the template I had mentioned in my previous post? Also, I'm assuming that you have installed the additional component scenario for ADS. If not, please do that as the first step.

Rao

Former Member
0 Kudos

Hi Raghavendra,

Its configured template-CE_Adobe_Document_Service_Full

Thanks and Regards,

Shashikiran.B

Former Member
0 Kudos

Hmm...Did you install the additional ADS component after you installed the CE App server? If so, I'm not quite sure why you would get this message. Also, try changing the template to Development Full.

Rao

Former Member
0 Kudos

Hi Rao,

Sorry to say i don't have any idea about "additional ADS component"

And i haven't installed "additional ADS component".

If possible can you please send the path to download additional ADS component.

Now i started all "Start & Stop: Java EE Instances" manually which are not started automatically.Now i am getting different error.

I.E.,

java.lang.IllegalArgumentException: can't parse argument number urn:AdobeDocumentServicesWsd/AdobeDocumentServicesVi

at java.text.MessageFormat.makeFormat(MessageFormat.java:1330)

at java.text.MessageFormat.applyPattern(MessageFormat.java:450)

at java.text.MessageFormat.<init>(MessageFormat.java:350)

at java.text.MessageFormat.format(MessageFormat.java:803)

at com.sap.tc.adobe.pdfobject.core.PDFObjectRuntimeException$DummyLocalizableTextFormatter.<init>(PDFObjectRuntimeException.java:43)

... 70 more

Thanks for Your Quick help.And i expect same.....

Regards,

Shashikiran.B

Former Member
0 Kudos

It should be a part of your install - Either on one of the sub-folders where you downloaded and extracted the installables (or) as an additional scenario during installation. You don't need to seperately download it. Also, can you email me the full log file or the stack trace?

Rao

Former Member
0 Kudos

Hi,

Can any body tell about additional ADS component installation in CE7.1.

From where can i get these additional ADS component and how to install.

Please help me as soon as possible.

Thanks and Regards,

Shashikiran.B

Former Member
0 Kudos

Hi,

Can any body help me about additional ADS component

From where should i found additional ADS component

and how to install additional ADS component.

Can any please help me as soon as possible.

Thanks and Regards,

Shashikiran.B

Former Member
0 Kudos

Hi Raghavendra,

Sorry for this silly question.

Under which folder i can get complete LOG file .

Thanks and Regards,

Shashikiran.B

Former Member
0 Kudos

HI Raghavendra,

i mailed my full stack trace to you .

Can you please give the solution as soon as possible.

Thanks and Regards,

Shashikiran.B

Former Member
0 Kudos

You can find the log files under

<Installation Directory>\usr\sap\<instance name>\J00\j2ee\cluster\<server instance>\log

Rao

Former Member
0 Kudos

Hi,

Can you please help me to run adobe forms.

I have installed all "*.exe" files i have downloaded.

But still i am facing same problem .

Please help me out.................

Thanks and Regards,

Shashikiran.B

Former Member
0 Kudos

What is the problem you are facing now? Were you able to install the .PFX file?

Former Member
0 Kudos

Hi,

I created folder structure manually as mentioned in the Document and placed that .pfx file there..

But in NWA configuration if i try to configure as mentioned in Document i am getting this msg in right pane.

1. Navigate to http://

:

/nwa to start the SAP NetWeaver Administrator.

Note

is the AS Java where the Adobe document services are installed and

is the HTTP port of the AS Java.

2. Choose Configuration Management ® Infrastructure Management ® Adobe Document Services

3. Choose Configuration in the left pane.

in right pane i am getting following message.....

There are no Adobe document services running on the selected system

If i run application i am getting following error on browser.

com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (500) Internal Server Error. The requested URL was:"http://Shashikiran_B.spanservices.com:50000/inspection.wsil/, used user to connect: ADSUSER"

at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:366)

at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:354)

at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.initialize(WSQueryImpl.java:281)

at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSEndpoints(WSQueryImpl.java:165)

at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:924)

Former Member
0 Kudos

Hello shashi,

I'm having the same problem as you described:

Caused by: java.lang.IllegalArgumentException: can't parse argument number urn:AdobeDocumentServicesWsd/AdobeDocumentServicesVi/document

at java.text.MessageFormat.makeFormat(MessageFormat.java:1330)

at java.text.MessageFormat.applyPattern(MessageFormat.java:450)

at java.text.MessageFormat.<init>(MessageFormat.java:350)

at java.text.MessageFormat.format(MessageFormat.java:803)

at com.sap.tc.adobe.pdfobject.base.core.PDFObjectRuntimeException$DummyLocalizableTextFormatter.<init>(PDFObjectRuntimeException.java:43)

at com.sap.tc.adobe.pdfobject.base.core.PDFObjectRuntimeException.<init>(PDFObjectRuntimeException.java:33)

at com.sap.tc.adobe.pdfobject.base.core.PDFObjectDII.invoke(PDFObjectDII.java:367)

at com.sap.tc.adobe.pdfobject.base.core.PDFObjectDII.doSoapCall(PDFObjectDII.java:81)

at com.sap.tc.adobe.pdfobject.base.core.PDFObject.execute(PDFObject.java:105)

at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:173)

at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)

Did you find a solution ?

Best regards,

Manuel