Internal Error 500 when trying to open Interactive Form

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.

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.

Similar Messages

  • Internal error (500) when trying to run JSF application

    I am new to JSF and I keep getting "The server encountered an internal error () that prevented it from fulfilling this request" . Details from the log are below:
    StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception
    java.lang.RuntimeException: Cannot find FacesContext
    at javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1811)
    at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1628)
    at org.apache.jsp.LoginPage_jsp._jspx_meth_f_view_0(LoginPage_jsp.java from :108)
    at org.apache.jsp.LoginPage_jsp._jspService(LoginPage_jsp.java from :83)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:93)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:470)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:364)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
    at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:380)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)

    OK..figured this out...it could not find context because of an error in web.xml (path was wrong to the jsp)....

  • People get an error question when trying to open my form

    I have Reader Enabled my forms created in LiveCycle and find that people have problems opening the forms. They get the below error message even if they have the most updated version of Adobe Reader. I found that they can save it to the desktop and open it, but now I have to make directions to include how to open the form which seems a bit ridiculous to me. Please help!!
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting http://www.adobe.com/go/reader_download.
    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.

    i dont think there is anything wrong with your form.
    We've had similar issues and what we determined was that if they are on an apple product (Mac/IPad,etc) , safari has its own PDF viewer which is not Adobe Reader by default, and it doesnt handle interactive forms well.  Thats why when you save it to your desktop and then open it, it opens.  Its because its opening in Reader.
    the problem does not exist solely with Safari though.  i find that certain tablets/smart phones, etc wont preview it either.
    The other possibility is where you're hosting your forms for download.  We have found that doing a Save As vs. a Open file will actually save a pdf of different sizes and it had to do with our host.  As a result that file was corrupt since it wasnt complete download.
    i dont remember how it was fixed but it wasnt a form fix but rather a server/firewall/? fix.

  • HTTP error 500 when trying to open Desktop

    Post Author: reneest
    CA Forum: Authentication
    I open report in infoview. Then i want to open desktop intelligence in infoview by pressin Dokument>Edit button.I get "Internal Problem invocation failed due to an HTTP error : HTTP 500 :  ".Im logged infoview as administrator.Is something wrong in my IIS server? 

    Post Author: reneest
    CA Forum: Authentication
    I open report in infoview. Then i want to open desktop intelligence in infoview by pressin Dokument>Edit button.I get "Internal Problem invocation failed due to an HTTP error : HTTP 500 :  ".Im logged infoview as administrator.Is something wrong in my IIS server? 

  • Error message when trying to open windows7 via vmwarefusion.

    error message when trying to open windows7 via vmwarefusion.;
    Unable to open file "/Users/geraldw/Documents/Virtual Machines.localized/Windows 7.vmwarevm/Windows 7-000016.vmdk": The system cannot find the file specified.
    I've completely uninstalled vmaware fusion. and would like to install a new copy of windows7 plus my vmware fusion3.0 that I have on a disk. I wonder if windows7 is still buried in my mac hard drive somewhere?  I can see some windows files on my mac but they appear a gray and can not be accessed. Could there be a problem installing a new copy of windows through boot camp?   It seems to do so wouldn't be a clean install as I suspect that windows 7 is still on the drive somewhere. I've tried to follow the path the file I listed above, but nothing comes up.  I'm almost certain  it was accidentally deleted completely from the hard drive as it was quarantined while using Clam X anti-virus. I'm a relatively new mac user and long time PC user, but a computer genius I am not. I don't want to have to reformat the whole mac machine and lose my current files, etc.
    I've uninstalled vmare completely and reinstalled, it, but the problem persists.
    Any help?

    You will probably get a better response asking this question in VMWare's forums for Fusion.
    Best of luck.

  • Error message when trying to open.....

    I am getting this error message when trying to open iDVD project files from external drive on new mac book pro
    Project Locked By other user
    The project NYFA MARK Submission is locked by the user johncriscitello (user ID 501): 2009-12-29 01:06:50 +0000.
    The project can't be opened at this time.
    any ideas??

    Hi Jcrisci
    Welcome to apple discussions. I see this is your first post.
    Any chance there are multiple users on your mac w/ separate accounts each? And are you working from the Admin account on this mac?
    Message was edited by: SDMacuser

  • Help ....Error message when trying to open itunes 11 after installing..cant solve it !!!

    Keep getting an error message when trying to open iTunes 11 after installing...running Windows ...have tried most fixes ...message says ...iTunes.exe - Bad Image ...iTunes c:\Program Files(x86)\Common Files\Apple Apple Application Support\CoreADI.dll is not designed to run on Windows or it contains an error .....
    Also when iTunes first opesn after installing ....the message come up that says "A required iTunes component is not installed .please repair or reinstalll iTunes (-45075)"
    Have repaired , reinstalled , created and used a restore point etc etc
    How do I fix this !!! Please

    ...iTunes.exe - Bad Image ...iTunes c:\Program Files(x86)\Common Files\Apple Apple Application Support\CoreADI.dll is not designed to run on Windows or it contains an error .....
    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. If you're using Vista or 7,now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair". If you're using XP,head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post. (If you've got XP, although the procedure is for Vista and 7, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things.)
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever

  • I receive the follwing error message when trying to open my ipod touch/itunes "the itunes libary.itlfile is lockedon  a lockdisk or you do not have write permission on this file. How do I resolve this problem?

    I receive the follwing error message when trying to open my ipod touch/itunes "the itunes libary.itlfile is lockedon  a lockdisk or you do not have write permission on this file. How do I resolve this problem?

    Repair iTunes Security Permissions
    Right-click on your main iTunes folder and click Properties, then go to the Securitytab and click Advanced. Use the Change Permissions... button grant to your account (or the Users group) and SYSTEM full control of this folder, subfolders and files, then tick the option to Replace permissions entries... which will repair permissions throughout the library. When complete switch to the General tab, click in the Read-only check box to clear it, then click Apply.
    If you don't have the option to change the permissions then use the Owner tab and Edit... button to take ownership from an account with administrator privileges. Tick the option to Replace owner on subcontainers and objects.
    Repeat with the media folder if it isn't stored inside the main iTunes folder.
    If you've brought over the library from another computer you may also want to remove any "mystery" identities (S<string of dashes & digts>) that have come over from the old computer...
    The images above are from Windows 7. Hopefully the system isn't too different in Windows 8.
    tt2

  • I am gettin an error message when trying to open a contact: "There was a temporary problem accessing your address book. Please try again in 10 minutes."

    I am using an Yahoo Email and I can open a list of contacts but getting an error message when trying to open any of them. My OS is Windows Vista Service Pack 2 installed on a desktop.

    Does this issue occur on another browser? If this issue does occur on another browser then I would like to say that it is a Yahoo issue and not a Firefox issue.

  • Receiving error message when trying to open microsoft word for mac or any other microsoft office for mac application

    I am receiving an error message when trying to open any application in the Office for mac suite
    Any suggestions??

    Hello
    you can try - remove and re-install microsoft office
    you can try boot in safe mode - hold COMANDE-S at start up until see you are insafe mode then restart normaly and see if you can open word
    you can try use font book too detect font conflict / problem
    you can try use office database recover / repare program as folow , first quit ALL office application then hold ALT key and launche same time entourage or outlook and and folow software optiion for verify / reconstruct database
    HTH
    Pierre

  • Acrobat 9.0 error message when trying to open

    Just got this error message when trying to open Acrobat Pro 9.0:
    Has been installed for 6 month, use 4-5 times per week, never had an issue until this. Usually I would do an 'Uninstall' 'Reinstall' before coming to the forum, but it will not allow me to do a 'deactivitation'.Any help at all, thanks.
    System Info:

    Good day,
    You can initiate a Repair installation from Control Panel > Programs by clicking on the Acrobat 9 installation, choosing 'Change' then following the prompts for a repair install.
    I missed the part where you mentioned the error was occurring on launch.  Sorry about that.
    Kind regards,
    David

  • I recently upgraded to Mac OS X.  I hadn't try to access anything in iWorks 09 since the upgrade, until now.  I get an error message when trying to open any of the iWorks 09 applications.  What's the fix for this?

    I recently upgraded to Mac OS X.  I haven't tried to access anything in iWorks 09 since the upgrade, until now.  I get an error message when trying to open any of the iWorks 09 applications.  What's the fix for this?

    Follow Sonicray's advice and when you post try to give as much info about your Mac, your OS, etc... Fill out your Profile info.

  • Error - 50 when trying to open iTunes. Have tried uninstalling all 6 components and reinstalling but no joy :(

    Error - 50 when trying to open iTunes. Have tried uninstalling all 6 components and reinstalling but no joy Happened after an upgrade. Can anyone help?

    By way of experiment, let's try launching iTunes as an administrator.
    In Computer, open Local Disk C: or whichever drive you have your program files installed on.
    If you have a 32-bit version of Windows, open the "Program files" folder.
    If you have a 64-bit version of Windows, open the "Program files (x86)" folder.
    Open the "iTunes" folder.
    Right-click on the iTunes.exe file and select "run as administrator".
    Does it launch without the -50 now?

  • HT1925 I am trying to open Itunes after an upgrade to itunes--it won't open and now says MSVCR80.dll is missimng.  Where do I get this missing DLL.  Also says Error 7 when trying to open (windows error 126)?? I am on Windows 7 if that matters.Help please

    I am trying to open Itunes after an upgrade to itunes--it won't open and now says MSVCR80.dll is missimng.  Where do I get this missing DLL.  Also says Error 7 when trying to open (windows error 126)?? I am on Windows 7 if that matters.Help please

    See the user tip: https://discussions.apple.com/docs/DOC-6562 for the most complete information.

  • I get error 23132 when trying to open a M4v file

    I use to be able to play m4v files on both iTunes and Quick Time 7. Suddenly, after upgrading iTunes, I get error 23132 when trying to open a M4v file. How do I fix it to view the files on QuickTime?

    There is software you installed to work with your company's cloud service, update it or talk to the developer.
    If it's Apple's software,  then run through this list of fixes.
    ..Step by Step to fix your Mac

Maybe you are looking for

  • I want my SnowLeopard manual-save back in Lion.

    To Mac OS X Lion Product Manager: Here's a list of annoyances and frustrations re Lion autosave: I save my work at conceptual checkpoints that make sense to me. When autosave keep saving my files my history gets dirty so quickly that revision history

  • Handling Unit Status (0031) - Physical Inventory

    Hello Friends,   We need to know when the system change HU status to 0031 in table VEKP (HU Header) .  We assumed that, it will be during physical inventory posting for HU's and for testing the following transactions are executed - 1. HUINV01 - 2. HU

  • MIRO:  Document number is reference key

    Good Morning Gurus I am wondering when I post an invoice using MIRO it gives me a document number but I cannot find it.  I realized that even though it says document number NNNNNNN it is actually the Reference key number.  Why is this?  A problem wit

  • Authentication on an IDSM-2?

    I have a requirement to have Authentication on our network devices using RSA Secure tokens or restrict it's mgmt interface from the network. So far I am using AAA through the ACS to accomplish this but I can find nothing about AAA for the IDSM-2. Doe

  • Woke up and lost an Itunes logo and all the music with it!

    My Imac was calling for some software update yesterday. I tried to find Itunes app but it wasn't on the screen! I put a new one but all my song, books, podcasts are gone. : ( Can anyone help? Can Mac erase music by itself? Why? Thanks for any advise!