500 Internal Server Error again pleas (including log file)..please help

1. After i unziped and installed jdeveloper to:
C:\Jdevstudio successfully
2. Then i created the untitled1.jsp page ---> only showed Hello world and save
3. the Embedded OC4J Server compiled successfully ..i thought this meant nothing wrong with the code.
Successful compilation:0 errors, 0 warnings..
4. But when i looked into the Embedded OC4J Server-Log
i found the error :
[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config>
C:\Jdevstudio\jdk\bin\javaw.exe -client -classpath C:\Jdevstudio\j2ee\home\oc4j.jar;C:\Jdevstudio\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=wwwcache.aber.ac.uk -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Dhttps.proxyHost=wwwcache.aber.ac.uk -Dhttps.proxyPort=8080 -Dhttps.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config\server.xml
[waiting for the server to complete its initialization...]
14 ส.ค. 2551 15:30:33 com.evermind.server.XMLDataSourcesConfig parseRootNode
INFO: Legacy datasource detected...attempting to convert to new syntax.
14 ส.ค. 2551 15:30:34 com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
14 ส.ค. 2551 15:30:34 com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 7813 ms.
Target URL -- http://144.124.120.45:8988/Application1-view-context-root/faces/untitled1.jsp
51/08/14 15:30:38 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
This caused 500 Internal Server error
5. Then i went to Tools--> Preferences--> Deployment--> unchecked Bundle Default data-source.xml During Deployment...
I got less error showing:
C:\Jdevstudio\jdk\bin\javaw.exe -jar C:\Jdevstudio\j2ee\home\admin.jar ormi://144.124.120.45:23891 oc4jadmin **** -updateConfig
14 ส.ค. 2551 15:33:58 com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
WARNING: ORB ignoring configuration changes. Restart OC4J to apply new ORB configuration.
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 8109 ms.
Target URL -- http://144.124.120.45:8988/Application1-view-context-root/faces/untitled1.jsp
This still caused 500 Internal Server Error
6. I still did know the real problems then i read the installation guide of jdev
is it necessary to set the JavaHome in C:\Jdevstudio\jdev\bin\jdev.conf
or do i need to set ORACLEHome in this file
7. from the log file the server called Jdk under Jdevstudio\jdk\bin\javaw.exe -jar
it seemed fine...
8. Anything wrong with admin.jar....
9. is the problem from setting not setting jdk (javahome) or admin.jar...or OC4J problems please help
i would appreciate you help
thank you

i deleted pesistence directory like what you said but i found the bigger error in the log ...
[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config>
C:\Jdevstudio\jdk\bin\javaw.exe -client -classpath C:\Jdevstudio\j2ee\home\oc4j.jar;C:\Jdevstudio\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=wwwcache.aber.ac.uk -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Dhttps.proxyHost=wwwcache.aber.ac.uk -Dhttps.proxyPort=8080 -Dhttps.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config\server.xml
[waiting for the server to complete its initialization...]
14 ส.ค. 2551 17:05:46 com.evermind.server.jms.JMSMessages log
SEVERE: Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/C:/Jdevstudio/jdev/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/jms.xml]
java.lang.InstantiationException: The system cannot find the path specified
     at com.evermind.server.jms.JMSUtils.make(JMSUtils.java:1072)
     at com.evermind.server.jms.JMSUtils.toInstantiationException(JMSUtils.java:1237)
     at com.evermind.server.jms.JMSServer.recoverState(JMSServer.java:1831)
     at com.evermind.server.jms.JMSServer.internalSetConfig(JMSServer.java:209)
     at com.evermind.server.jms.JMSServer.setConfig(JMSServer.java:182)
     at com.evermind.server.ApplicationServer.initializeJMS(ApplicationServer.java:2412)
     at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:955)
     at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: The system cannot find the path specified
     at java.io.WinNTFileSystem.createFileExclusively(Native Method)
     at java.io.File.createNewFile(File.java:850)
     at com.evermind.server.jms.ServerFile.safeOpenFile(ServerFile.java:775)
     at com.evermind.server.jms.ServerFile.access$000(ServerFile.java:77)
     at com.evermind.server.jms.ServerFile$2.run(ServerFile.java:719)
     at oracle.oc4j.security.OC4JSecurity.doUnprivileged(OC4JSecurity.java:325)
     at com.evermind.server.jms.ServerFile.openFile(ServerFile.java:716)
     at com.evermind.server.jms.ServerFile.<init>(ServerFile.java:133)
     at com.evermind.server.jms.PersistentMap.loadFile(PersistentMap.java:100)
     at com.evermind.server.jms.PersistentMap.<init>(PersistentMap.java:61)
     at com.evermind.server.jms.JMSServer.recoverState(JMSServer.java:1823)
     ... 6 more
51/08/14 17:05:46 *** (SEVERE) Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/C:/Jdevstudio/jdev/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/jms.xml]
14 ส.ค. 2551 17:05:46 com.evermind.server.ServerMessages severeJmsServerStartupException
SEVERE: JMS: Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/C:/Jdevstudio/jdev/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/jms.xml]
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 7719 ms.
Target URL -- http://144.124.120.45:8988/Application1-view-context-root/faces/untitled1.jsp
51/08/14 17:05:50 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
anything problems that came from admin.jar..????

Similar Messages

  • Getting 500 Internal Server Error while tryig to log into freshly upgraded

    Hi
    Getting 500 Internal Server Error while tryig to log into freshly R12 upgraded.
    Below is the application.log messages.
    =================================================================================================
    12/12/31 10:02:22.295 html: Servlet error
    java.io.IOException: Broken pipe
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:41)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.write(Channels.java:71)
    at java.nio.channels.Channels.access$000(Channels.java:58)
    at java.nio.channels.Channels$1.write(Channels.java:145)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:735)
    13/01/01 23:22:07.988 html: Servlet error
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.lang.RuntimeException: oracle.apps.fnd.common.AppsException: java.sql.SQLException: The Network Adapter could not establish the connection;
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:886)
    at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:1017)
    at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:901)
    at oracle.apps.fnd.framework.webui.OAServerDelegate.releaseWebAppsContext(OAServerDelegate.java:1823)
    at oracle.apps.fnd.framework.webui.OAJSPHelper.handleErrorStackDisplay(OAJSPHelper.java:1455)
    at OAErrorPage.jspService(_OAErrorPage.java:257)
    13/01/01 23:41:46.338 html: Error initializing servlet
    java.lang.NoClassDefFoundError: oracle.apps.fnd.sso.Utils (initialization failure)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
    at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:221)
    at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:287)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4830)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4754)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2978)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:738)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:735)
    Caused by: java.lang.ExceptionInInitializerError
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:222)
    at oracle.apps.fnd.sso.Utils.<clinit>(Utils.java:674)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    =================================================================================================
    Current workaround is bouncing the oacore services.
    Already raised the SR with Oracle.
    Oracle support analyst suggesting to upgrade the JDK version from SR2 to SR11 or higher to fix this issue.
    Please let us know any other tips to fix this issue.
    Regards,
    Jagadeesha

    Hi,
    I have gone through the docs. , not use full. Please find the inline comments for the same.
    E-Business Suite Users Experience Intermittent HTTP-500 Errors and Database Connection Errors [ID 1314433.1] -- No solution
    R12: Http Server Crashing Frequently With Segmentation Fault (NAS or SAN filesystem) [ID 732857.1] -- Already it is under local file system only.
    How to resolve Broken Pipe errors in E-Business Suite R12 ? [ID 1480156.1] -- No solution
    Autoconfig is completed wihtout any errors.
    I have not chedked the database log file. I will check and update you soon.
    Cheers,
    Jagadeesha

  • 500 Internal Server Error - Channel Monitoring Audit Log

    Hi Experts,
    We are facing an error in the 'Audit Log' of the communication channel monitoring of a File Sender Adapter.
    The channel uses a custom written Java Module which uses XSLT parser internally. The audit log displays the following error:
    500   Internal Server Error
    Error: "Application error occurred during the request processing."
    Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/jsts/home
    Details: "The WebApplicationException log ID is [4698F300D2C40C2000000000000009AA]."
    This error occurs both when the file is processed successfully or when in error. In case of a positive test case file, we can even see the message reaching Pipeline (SXMB_MONI). But only the audit log does not show the processed steps in the channel monitoring and displays the above error message.
    We have even established that the cause of the error is Java Module (First, we executed by removing our custom Java Module from the module steps and the audit log showed the steps correctly. But by putting the module back in the channel, the error resumed).
    Initially, the error was not coming and we were able to test this properly. But over the time the audit log error started. Now, we are not able to get rid of this even by restarting the channel or restarting the Java stack of the server.
    To me, it seems like a memory issue in the Java Stack.
    Any thoughts?
    Can we find out where to find the details of the WebApplicationException log ID displayed above?
    Thanks,
    Sudheer

    Hello,
    This could be generic but may helo you:
    500 Internal Server Errors
    Description: The server encountered an unexpected condition which prevented it from fulfilling the request.
    Possible Tips: Have a look into SAP Notes u2013 804124, 807000
    Regards,
    Caio Cagnani

  • 500   Internal Server Error Failed to process request. Please contact your

    I am doing a Adaptive RFC Project . I m not able to Deploy it . While Deploying It gives
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_MODELDATA_DEST' in the SLD. No such JCO destination is defined in the SLD.

    Hi Anuradha,
    Please create a JCo Destination WD_Modeldata_dest in the sld of the portal server you are connecting to. Hope that helps..
    Cheers
    Nidhi

  • "Error in the alert log file " - please help

    Hi ALL,
    I am getting following errors in the alert log frequently.
    My database version is:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Productio
    NLSRTL Version 10.2.0.1.0 - Production
    Thu Aug 30 16:58:19 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2172K exceeds notification threshold (2048K)
    KGL object name :select object_name from all_objects where object_name='TOAD_PROFILER' and object_type='PACKAGE'
    Thu Aug 30 17:09:36 2007
    ************************************************************************************

    Additionally you can visit here:
    Alert Error from trc files--Heap size 5236K exceeds notification threshold
    geting error in alert log file
    Adith

  • Running a WD-Appl. results in 500   Internal Server Error

    Dear all,
    I installed both JAVA and ABAP stack (Sneak preview 6.40 SP15) on one box.
    In the NSP I created a Web Service via SE37 using an existing RFC function module of my own. Then I released my Web Service for SOAP Runtime via WSCONFIG.
    Next I checked the WSDL document and run a test via WSADMIN. On the right side I can see all retrieved data in a tree. Congratulation!
    Next I created a Web Dynpro Project in the NW DevStudio that uses my Web Service:
    - the model using my WSDL from above and
    - context and model binding
    - a view showing a table and a pushbutton .
    Eerything went fine ... saveing-deploying-running ...
    A html-page appears, I see my empty table and a shiny button ... I exspect that the Web Service Function Module will be triggered and the table shows me some entries, but instead, when I push the button, I get an error message: "500   Internal Server Error
    Failed to process request. Please contact your system administrator. " What did go wrong? Who can help me?

    Good evening,
    maybe some more info about my system:
    - both stacks are running (all traffic lights are green)
    - the function module sends 5 fields per line, but in the
      View of my WebDynpro I included only 4, excluded field
      MANDT
    - Web-Browser is running with lowest security level
    - here are som logfile info:  Thank you Armin
    I:\usr\sap\J2E\JC02\j2ee\cluster\server0\log\system
    server.1.log
    #1.5#02004C4F4F500061000000410000042800040CFC59A74859#1140177882312#/System/Server/WebRequests#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Guest#0####940e13809fad11daba2502004c4f4f50#SAPEngine_Application_Thread[impl:3]_38##0#0#Warning#1#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Plain###Cannot send an HTTP error response [500 Application error occurred during request processing. (details: java.lang.NoSuchFieldError: typeRegistry)].The error is: com.sap.engine.services.servletsjsp.server.exceptions.WebIOException: An attempt to write after the stream had been closed.null#
    #1.5#02004C4F4F50006B000000110000042800040D00A0D24CEF#1140196256171#/System/Server/SLDService#sap.com/tcwddispwda#com.sap.sldserv.SldApplicationService#admin#4020####1fd388809fd811da831202004c4f4f50#ID\#(J2EE23436000)ID1860686650DB20022690890746729240End.1fd5d2709fd811da919a02004c4f4f50##0#0#Warning#1#com.sap.sldserv.SldApplicationService#Plain###Insufficient permissions for getting SLD access information. You can add permissions for your application via the SLD service in the 'Visual Administrator'.#
    #1.5#02004C4F4F50006B000000140000042800040D00A0D27772#1140196256187#/System/Server/SLDService#sap.com/tcwddispwda#com.sap.sldserv.SldApplicationService#admin#4020####1fd388809fd811da831202004c4f4f50#ID\#(J2EE23436000)ID1860686650DB20022690890746729240End.1fd5d2709fd811da919a02004c4f4f50##0#0#Warning#1#com.sap.sldserv.SldApplicationService#Plain###Insufficient permissions for getting SLD access information. You can add permissions for your application via the SLD service in the 'Visual Administrator'.#
    #1.5#02004C4F4F500012000000010000042800040D00A0D97B46#1140196256640#/System/Server##com.sap.engine.services.deploy######5c0478009fd811da852e02004c4f4f50#SAPEngine_System_Thread[impl:5]_50##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminoverviewsys_mngt~wd finished successfully on server 23436050#
    #1.5#02004C4F4F500012000000020000042800040D00A0D97BBE#1140196256640#/System/Server##com.sap.engine.services.deploy######5c0478009fd811da852e02004c4f4f50#SAPEngine_System_Thread[impl:5]_50##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminoverviewsys_mngt~wd finished on current cluster node for 47 ms.#
    #1.5#02004C4F4F500002000000010000042800040D00A21BB95A#1140196277765#/System/Server##com.sap.engine.services.deploy######689be3509fd811dabf2402004c4f4f50#SAPEngine_System_Thread[impl:5]_34##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminoverviewmonitoring~wd finished successfully on server 23436050#
    #1.5#02004C4F4F500002000000020000042800040D00A21BB9D8#1140196277765#/System/Server##com.sap.engine.services.deploy######689be3509fd811dabf2402004c4f4f50#SAPEngine_System_Thread[impl:5]_34##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminoverviewmonitoring~wd finished on current cluster node for 31 ms.#
    #1.5#02004C4F4F500030000000010000042800040D00A3684B2F#1140196299562#/System/Server##com.sap.engine.services.deploy######7599d8a09fd811da82a002004c4f4f50#SAPEngine_System_Thread[impl:5]_36##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmlv~client_ui finished successfully on server 23436050#
    #1.5#02004C4F4F500030000000020000042800040D00A3684BA9#1140196299562#/System/Server##com.sap.engine.services.deploy######7599d8a09fd811da82a002004c4f4f50#SAPEngine_System_Thread[impl:5]_36##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmlv~client_ui finished on current cluster node for 47 ms.#
    #1.5#02004C4F4F500030000000030000042800040D00A3685B75#1140196299562#/System/Server##com.sap.engine.services.deploy######7599d8a09fd811da82a002004c4f4f50#SAPEngine_System_Thread[impl:5]_36##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminlvwd finished successfully on server 23436050#
    #1.5#02004C4F4F500030000000040000042800040D00A3685BEE#1140196299562#/System/Server##com.sap.engine.services.deploy######7599d8a09fd811da82a002004c4f4f50#SAPEngine_System_Thread[impl:5]_36##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminlvwd finished on current cluster node for 62 ms.#
    #1.5#02004C4F4F5006BD000000000000042800040D00B2D311C2#1140196558250#/System/Server##com.sap.engine.services.deploy######0fca80a09fd911da8f4b02004c4f4f50#SAPEngine_System_Thread[impl:5]_70##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminoverviewconfig~wd finished successfully on server 23436050#
    #1.5#02004C4F4F5006BD000000010000042800040D00B2D3123F#1140196558250#/System/Server##com.sap.engine.services.deploy######0fca80a09fd911da8f4b02004c4f4f50#SAPEngine_System_Thread[impl:5]_70##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminoverviewconfig~wd finished on current cluster node for 32 ms.#
    #1.5#02004C4F4F50003F000000010000042800040D00B4256808#1140196580421#/System/Server##com.sap.engine.services.deploy######1d0187509fd911da918902004c4f4f50#SAPEngine_System_Thread[impl:5]_40##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminlog_configwd finished successfully on server 23436050#
    #1.5#02004C4F4F50003F000000020000042800040D00B4256882#1140196580421#/System/Server##com.sap.engine.services.deploy######1d0187509fd911da918902004c4f4f50#SAPEngine_System_Thread[impl:5]_40##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminlog_configwd finished on current cluster node for 46 ms.#
    #1.5#02004C4F4F500025000000010000042800040D00DEFE7F57#1140197299343#/System/Server##com.sap.engine.services.deploy######c98451f09fda11dacf5d02004c4f4f50#SAPEngine_System_Thread[impl:5]_75##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminoverviewdebug~wd finished successfully on server 23436050#
    #1.5#02004C4F4F500025000000020000042800040D00DEFE7FD1#1140197299343#/System/Server##com.sap.engine.services.deploy######c98451f09fda11dacf5d02004c4f4f50#SAPEngine_System_Thread[impl:5]_75##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminoverviewdebug~wd finished on current cluster node for 15 ms.#
    #1.5#02004C4F4F500029000000010000042800040D00F460D8F4#1140197658015#/System/Server##com.sap.engine.services.deploy######9f4d52f09fdb11dac04c02004c4f4f50#SAPEngine_System_Thread[impl:5]_83##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminoverviewanalysis~wd finished successfully on server 23436050#
    #1.5#02004C4F4F500029000000020000042800040D00F460D978#1140197658015#/System/Server##com.sap.engine.services.deploy######9f4d52f09fdb11dac04c02004c4f4f50#SAPEngine_System_Thread[impl:5]_83##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminoverviewanalysis~wd finished on current cluster node for 47 ms.#
    #1.5#02004C4F4F50003E000000030000042800040D00F5660BBF#1140197675140#/System/Server##com.sap.engine.services.deploy######a98264409fdb11daa59302004c4f4f50#OrderedChannel for service##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminoverviewperform~wd finished successfully on server 23436050#
    #1.5#02004C4F4F50003E000000040000042800040D00F5660C39#1140197675140#/System/Server##com.sap.engine.services.deploy######a98264409fdb11daa59302004c4f4f50#OrderedChannel for service##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminoverviewperform~wd finished on current cluster node for 62 ms.#
    #1.5#02004C4F4F5000200000000B0000042800040D00F597B551#1140197678390#/System/Server##com.sap.engine.services.deploy######ab724d609fdb11dac12102004c4f4f50#SAPEngine_System_Thread[impl:5]_97##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminsession_tracewd finished successfully on server 23436050#
    #1.5#02004C4F4F5000200000000C0000042800040D00F597B5CA#1140197678390#/System/Server##com.sap.engine.services.deploy######ab724d609fdb11dac12102004c4f4f50#SAPEngine_System_Thread[impl:5]_97##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminsession_tracewd finished on current cluster node for 47 ms.#
    #1.5#02004C4F4F500041000000020000042800040D00F809240B#1140197719375#/System/Server##com.sap.engine.services.deploy######c3e01df09fdb11da90cd02004c4f4f50#SAPEngine_System_Thread[impl:5]_71##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tclmwebadminoverviewconf~wd finished successfully on server 23436050#
    #1.5#02004C4F4F500041000000030000042800040D00F8092486#1140197719375#/System/Server##com.sap.engine.services.deploy######c3e01df09fdb11da90cd02004c4f4f50#SAPEngine_System_Thread[impl:5]_71##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tclmwebadminoverviewconf~wd finished on current cluster node for 32 ms.#
    #1.5#02004C4F4F50002D0000000B0000042800040D01BC3F1359#1140201011218#/System/Server/SLDService##com.sap.sldserv.SldServerFrame.doCollect######664177909fe311da83fb02004c4f4f50#SAPEngine_System_Thread[impl:5]_57##0#0#Warning#1#com.sap.sldserv.SldServerFrame#Plain###SLD data collector run failed: Unable to open connection to host "localhost:50000". The host is down or unavailable..#
    #1.5#02004C4F4F50002D0000000C0000042800040D01BC3F1446#1140201011218#/System/Server/SLDService##com.sap.sldserv.SldServerFrame######664177909fe311da83fb02004c4f4f50#SAPEngine_System_Thread[impl:5]_57##0#0#Warning#1#com.sap.sldserv.SldServerFrame#Plain###Failed to collect SLD data. Unable to open connection to host "localhost:50000". The host is down or unavailable..#
    #1.5#02004C4F4F500062000000250000042800040D02694FB4F4#1140203914796#/System/Server/WebRequests#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Guest#0####30a256c09fea11dac94a02004c4f4f50#SAPEngine_Application_Thread[impl:3]_13##0#0#Error#1#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Plain###Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: java.lang.NoSuchFieldError: _typeRegistry
    Exception id: [02004C4F4F500062000000240000042800040D02694FB344]#
    #1.5#02004C4F4F500062000000270000042800040D02694FBDA8#1140203914796#/System/Server/WebRequests#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Guest#0####30a256c09fea11dac94a02004c4f4f50#SAPEngine_Application_Thread[impl:3]_13##0#0#Warning#1#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Plain###Cannot send an HTTP error response [500 Application error occurred during request processing. (details: java.lang.NoSuchFieldError: typeRegistry)].The error is: com.sap.engine.services.servletsjsp.server.exceptions.WebIOException: An attempt to write after the stream had been closed.null#
    I:\usr\sap\J2E\JC02\j2ee\cluster\server0\log\system
    userinterface.0.log
    #1.5#02004C4F4F500058000000180000042800040CFC451E5B5B#1140177537984#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientManager#Guest#0####c6d43c009fac11daa11602004c4f4f50#SAPEngine_Application_Thread[impl:3]_20##0#0#Info#1#com.sap.tc.webdynpro.clientserver.cal.ClientManager#Plain###ClientWindow with Id 9fbf1dd19faa11da982502004c4f4f50does not contain ApplicationWindow with Id Id9fbf1dd19faa11da982502004c4f4f501!#
    #1.5#02004C4F4F50006C0000000C0000042800040CFC4520D522#1140177538156#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientManager#Guest#0####c6ee7ac09fac11da96ec02004c4f4f50#SAPEngine_Application_Thread[impl:3]_34##0#0#Info#1#com.sap.tc.webdynpro.clientserver.cal.ClientManager#Plain###ClientWindow with Id 5aaa43309fac11daa9e302004c4f4f50does not contain ApplicationWindow with Id Id5aaa43309fac11daa9e302004c4f4f502!#
    #1.5#02004C4F4F50005B0000000D0000042800040CFC557AD42C#1140177812281#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientSession#Guest#0####6a5031909fad11da952f02004c4f4f50#ID\#(J2EE23436000)ID1437660650DB21061510417884802850End.6a5031919fad11daa4e302004c4f4f50##0#0#Info#1#com.sap.tc.webdynpro.clientserver.cal.ClientSession#Java###ClientSession=, locale=#2#(J2EE23436000)ID1437660650DB21061510417884802850End#de#
    #1.5#02004C4F4F5000610000003C0000042800040CFC59A72A98#1140177882296#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientManager.handleThrowable#Guest#0####940e13809fad11daba2502004c4f4f50#ID\#(J2EE23436000)ID1437660650DB21061510417884802850End.6a5031919fad11daa4e302004c4f4f50##0#0#Error#1#/System/UserInterface#Plain###Exception(java.lang.NoSuchFieldError: _typeRegistry) during processing a Web Dynpro Application.#
    #1.5#02004C4F4F500070000000170000042800040CFC5E58E911#1140177961062#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientManager#Guest#0####c300d0609fad11daa29302004c4f4f50#SAPEngine_Application_Thread[impl:3]_17##0#0#Info#1#com.sap.tc.webdynpro.clientserver.cal.ClientManager#Plain###ClientWindow with Id 6a5031919fad11daa4e302004c4f4f50does not contain ApplicationWindow with Id Id6a5031919fad11daa4e302004c4f4f503!#
    #1.5#02004C4F4F50006B0000000E0000042800040D009AD602EE#1140196155750#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientSession#admin#4020####1fd388809fd811da831202004c4f4f50#ID\#(J2EE23436000)ID1860686650DB20022690890746729240End.1fd5d2709fd811da919a02004c4f4f50##0#0#Info#1#com.sap.tc.webdynpro.clientserver.cal.ClientSession#Java###ClientSession=, locale=#2#(J2EE23436000)ID1860686650DB20022690890746729240End#en#
    #1.5#02004C4F4F50006F000000130000042800040D02653B3545#1140203846359#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientSession#Guest#0####07d53d709fea11da9a6802004c4f4f50#ID\#(J2EE23436000)ID0131720150DB21013274501523920836End.07d7ae709fea11da844902004c4f4f50##0#0#Info#1#com.sap.tc.webdynpro.clientserver.cal.ClientSession#Java###ClientSession=, locale=#2#(J2EE23436000)ID0131720150DB21013274501523920836End#de#
    #1.5#02004C4F4F500062000000220000042800040D02694F9F64#1140203914796#/System/UserInterface#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientManager.handleThrowable#Guest#0####30a256c09fea11dac94a02004c4f4f50#ID\#(J2EE23436000)ID0131720150DB21013274501523920836End.07d7ae709fea11da844902004c4f4f50##0#0#Error#1#/System/UserInterface#Plain###Exception(java.lang.NoSuchFieldError: _typeRegistry) during processing a Web Dynpro Application.#
    I:\usr\sap\J2E\JC02\j2ee\cluster\server0\log\system\httpaccess
    responses.0.trc
    [Feb 17, 2006 8:14:52 PM  ] - 127.0.0.1 : GET /webdynpro/dispatcher/sap.com/tclmwebadminmainframewd/WebAdminApp?sap-wd-cltwndid=1fd5d2709fd811da919a02004c4f4f50&sap-wd-appwndid=Id1fd5d2709fd811da919a02004c4f4f504&sap-sessioncmd=unload HTTP/1.1 500 2117
    [Feb 17, 2006 8:17:26 PM  ] - 169.254.25.129 : GET /webdynpro/dispatcher/local/MyWDP/MyWDA?SAPtestId=4 HTTP/1.1 200 3221
    [Feb 17, 2006 8:18:34 PM  ] - 169.254.25.129 : POST /webdynpro/dispatcher/local/MyWDP/MyWDA?SAPtestId=4 HTTP/1.1 500 720
    I:\usr\sap\J2E\JC02\j2ee\cluster\server0\log\system\webcontainer
    requests.0.trc
    The error is: java.lang.NoSuchFieldError: _typeRegistry
    Exception id: [02004C4F4F500062000000240000042800040D02694FB344]#
    #1.5#02004C4F4F500062000000270000042800040D02694FBDA8#1140203914796#/System/Server/WebRequests#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Guest#0####30a256c09fea11dac94a02004c4f4f50#SAPEngine_Application_Thread[impl:3]_13##0#0#Warning#1#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Plain###Cannot send an HTTP error response [500 Application error occurred during request processing. (details: java.lang.NoSuchFieldError: typeRegistry)].The error is: com.sap.engine.services.servletsjsp.server.exceptions.WebIOException: An attempt to write after the stream had been closed.null#

  • 500   Internal Server Error in EP 7.0

    Hello SDN Gurus,
    I've a question about viewing detailed errors. I've got two NW04s Ent. Portal (Test and production).
    I get detailed error (Error summary) in my test portal, but in the production server i couldn't get details, only "500   Internal Server Error" message. Support package levels and domains are same. Only difference is production server has two application servers.
    I've tried with FQDN and with IP only, nothing changed. How can i fix that and see detailed error in production server.
    For example in the test portal ;
    Failed to process request. Please contact your system administrator.
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.ulker.ApproveView.RequiredControl(ApproveView.java:1073)
        at com.ulker.ApproveView.wdDoInit(ApproveView.java:984)
        at com.ulker.wdp.InternalApproveView.wdDoInit(InternalApproveView.java:561)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
        at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
        ... 33 more
    See full exception chain for details.
    In the production portal;
    500   Internal Server Error
    Failed to process request. Please contact your system administrator.
    Thanks in advance
    Kind Regards
    A.K.

    Hi,
    I think you are accessing the portal via one of the dialog instance and not using the Central instance.So you are not getting the error displayed in iview. If you want to activate navigate to system administration-system configuration-services and in portal runtime central configuration open the object and in portal .runtime .print cause .exception make it to true and restart the service. This may be for print but some where here in the services you can activate that.
    For productive environment detailed exception is not recommended.Administrator can see the error log in
    log files.
    Thanks and regards,
    gopal.sattiraju

  • EBS Login error - HTTP 500 internal server error

    Hi All,
    We are working on cloning ebs r12 application,after successfully adcfgclone.pl script, when we try to open the login page we are hitting Http 500 internal server error.
    But Autoconfig completed successfully, Please see the application log below.
    13/04/14 17:09:11.579 html: Servlet error
    java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.sso.Utils
            at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:221)
            at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:287)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4830)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4754)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2978)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:738)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
            at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
            at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
            at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
            at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
            at java.lang.Thread.run(Thread.java:619)We have followed the metalink note ID 467562.1 and recompiled the jsps
    Also checked Troubleshooting 500 Internal Server Error in Oracle E-Business suite [813523.1] but still could not solved the issue..
    Any suggestions please...?
    Our environment:
    DB - Oracle Database 11g Enterprise Edition Release 11.2.0.3.0
    Oracle EBS Application: 12.1.1

    Hussein Sawwan wrote:
    Please run the script in (How To List E-Business Suite Profile Option Values For All Levels Using SQLPlus [ID 201945.1]) to verify if this profile option is set or not at all levels. For the profile option name, please use "FND_INIT_SQL".
    Hi Hussein,
    When i run this select Script,
    It returns as Level_set is Undefined , Please see below
    SHORT_NAME                     NAME                                     LEVEL_SET       CONTEXT                        VALUE
    FND_INIT_SQL                   Initialization SQL Statement - Custom    UnDef           UnDef I Checked the note id *Using Profile Option 'Initialization SQL Statement - Custom' [ID 135389.1]* for setting this profile option to Application Level or Higher.
    But they only mention steps to enable session level trace or logging through this profile option.
    Can you help me, how to set this profile option to Application Level with any values as setting this profile option can solve the error
    javax.servlet.ServletException: Could not initialize class oracle.apps.fnd.sso.Utils , As by note id ID 1497554.1
    Thanks

  • EBS password - 500 Internal Server Error - FNDCPASS was not able to decrypt

    Hello Guys,
    I am running ebs 12.1.3 on OEL6. We have been testing for about three months and sudenly there was a prompt at login to chage the sysadmin's password. After that change our system fell apart. We get "500 Internal Server Error" at any attempt to login with URL.
    I proceeded to attemtp changing the passwords following MOS doc - "Removing Credentials from a HDADMINd EBS Production Database [ID 419475.1]" but ended up with
    "FNDCPASS was not able to decrypt password for user 'APPS' during applsys password change.
    FNDCPASS was not able to decrypt password for user 'APPLSYS' during applsys password change"
    when I executed
    FNDCPASS apps/xxxxxxxxx 0 Y system/xxxxxxxxx ALLORACLE xxxxxxxxx .
    I have been reading forums for three days without a possible solution. Has anyone resolved this issue?
    Thanks
    Mathias

    Hello Hussein,
    I am still having "500 Internal Server Error" after following all the Notes you mentioned:
    1) Removing Credentials from a Cloned EBS Production Database [ID 419475.1] - I followed this without errors
    2) FNDCPASS Troubleshooting Guide For Login and Changing Applications Passwords [ID 1306938.1] - helped to accurately change the password of SYSADMIN.
    As per note 419475.1, I executed autocfg.sh without errors on the apps and db tiers successfully:
    $ADMIN_SCRIPTS_HOME/adautocfg.sh
    AutoConfig completed successfully.
    $ADPERLPRG $AD_TOP/bin/admkappsutil.pl
    $ORACLE_HOME/appsutil/scripts/OFD1_ofindev03/adautocfg.sh
    I started the apps and later confirmed and apache was running :
    $ADMIN_SCRIPTS_HOME/adstrtal.sh apps/clone
    $ADMIN_SCRIPTS_HOME/adapcctl.sh status:
    Processes in Instance: OFD1_ofindev03.ofindev03.corp.phillips.com
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 16670 | Alive
    OC4JGroup:default_group | OC4J:forms | 16598 | Alive
    OC4JGroup:default_group | OC4J:oacore | 16451 | Alive
    HTTP_Server | HTTP_Server | 16395 | Alive
    adapcctl.sh: exiting with status 0
    Attempted a login and got "500 Internal Server Error"
    Checked the apache logs:
    cd $LOG_HOME/ora/10.1.3/Apache
    The error log contains:
    [Thu Apr 25 09:56:58 2013] [error] [client 172.17.3.150] [ecid: 1366898218:10.2.1.162:28237:0:3891,0] File does not exist: /u02/applfind/inst/apps/OFD1_ofindev03/portal/favicon.ico
    [Thu Apr 25 09:56:59 2013] [error] [client 172.17.3.150] [ecid: 1366898219:10.2.1.162:30076:0:314,0] File does not exist: /u02/applfind/inst/apps/OFD1_ofindev03/portal/favicon.ico
    [Thu Apr 25 09:57:36 2013] [error] [client 172.17.3.150] [ecid: 1366898256:10.2.1.162:30121:0:329,0] File does not exist: /u02/applfind/inst/apps/OFD1_ofindev03/portal/favicon.ico
    You may see the full apache logs at : https://www.dropbox.com/sh/x0e1tpjl9fgtgee/Mq5lM0ohAb
    Thanks for your time in advance
    Mathias

  • ADS - 500 Internal Server Error

    Hi All
    I am trying to execute a simple WDJ program with an iteractive form view. The program gets successfully deployed but while running it gives the following error
    500 Internal Server Error
    Failed to process request. Please contact your system administrator.
    I am not getting any other error message. I tried switching off the "show friendly error message" in the internet options still nothing comes up. I have done the ADS configuration and looks good.
    Please help me on this issue to locate the log file which has complete error message.
    Thanks, Raj

    Hi,
    After opening the Log Viewer expand:C:
    EP7\JC00
    j2ee
    cluster
    server0
    log
    applications.log(here you will find the log) (sort the log by date).
    If you are not able to find in the above location then you can see the "defaultTrace.<number>.trc" file C:\usr\sap\EP7\JC00\j2ee\cluster\server0\log at this location to see the log. Open the latest defaultTrace file with notepad and search for your DC/Project where in you will get the error stack trace.
    Thanks & Regards,
    Jhansi Miryala

  • Some Web Services return 500 Internal Server Error

    I've installed the Web Services Provider from the JPDK and several portlets work fine (Stock, Dictionary). However, most of the return 500 Internal Server Error. The application log under OC4J reports:
    SOAPException: faultCode=SOAP-ENV:IOException;
    msg=Connection refused: connect;
    targetException=java.net.ConnectException: Connection
    refused: connect]
         at
    oracle.soap.transport.http.OracleSOAPHTTPConnection.send(OracleSOAPHTTPConnection.java:765)
         at org.apache.soap.rpc.Call.invoke(Call.java:253)
         at
    oracle.portal.sample.v2.devguide.webservices.WeatherRetrieverStub.GetTemperature(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at
    oracle.portal.provider.v2.webservice.RPCWebServiceRenderer.invokeService(Unknown
    Source)
         at
    oracle.portal.provider.v2.webservice.WebServiceRenderer.renderShow(Unknown
    Source)
         at
    oracle.portal.provider.v2.webservice.WebServiceRenderer.renderBody(Unknown
    Source)
         at
    oracle.portal.provider.v2.render.RenderManager.render(Unknown
    Source)
         at
    oracle.portal.provider.v2.DefaultPortletInstance.render(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showPortlet(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at
    oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown
    Source)
         at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at
    oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    11/20/02 7:50 PM jpdk: [id=(null),
    instance=1971_LOCALTIME INFORMATION_3933769] ERROR:
    Failed to handle HTTP Request
    [SOAPException: faultCode=SOAP-ENV:IOException;
    msg=Connection refused: connect;
    targetException=java.net.ConnectException: Connection
    refused: connect]
         at
    oracle.soap.transport.http.OracleSOAPHTTPConnection.send(OracleSOAPHTTPConnection.java:765)
         at
    org.apache.soap.messaging.Message.send(Message.java:125)
         at
    oracle.portal.provider.v2.webservice.DocWebServiceRenderer.invokeService(Unknown
    Source)
         at
    oracle.portal.provider.v2.webservice.WebServiceRenderer.renderShow(Unknown
    Source)
         at
    oracle.portal.provider.v2.webservice.WebServiceRenderer.renderBody(Unknown
    Source)
         at
    oracle.portal.provider.v2.render.RenderManager.render(Unknown
    Source)
         at
    oracle.portal.provider.v2.DefaultPortletInstance.render(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showPortlet(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at
    oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown
    Source)
         at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at
    oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Any suggestions?

    Please refer to duplicate thread on the same topic at
    Re: records need to corect in a table

  • 500   Internal Server Error in Identity Management in Portal

    Hi all,
    We have just upgraded our portal server to SP13 (2004s).
    Post upgrade, I am getting an error in Identity Management.
    When I search for a user, and try viewing his/her details, I get the following error.
    500   Internal Server Error
    Failed to process request. Please contact your system administrator.
    The funny thing is, it works fine for some users and throws an error for some others.
    Can anyone suggest what could be done to resolve this?
    Regards,
    Preksha

    Hi,
        the error may due to duplicate entries of users.
    go to logfile and check the users.
    regards,
    Sanjeevk

  • 500 internal server error while approving request

    Hi All,
    When trying to approve a leave request one of my user is getting a
    500 internal server error
    Failed to process request. Please contact your system administrator.
    Root cause:
    The initial exception that caused the request to fail, was
    java.lang.NullPointerException
    Can anyone advise me in this?
    Thanks!
    Swarnaprakash

    Dear Prakash,
    Could you please check your correct levels of SAP are according to the following link :
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    In addition please check you customization of leave request is correct or not, You can check in ptarq transaction and check test application is working fine or not ??
    Best Regards,
    Deepak...

  • Getting 500   Internal Server Error when i click any day on calendar

    Hi all,
    The following error getting, when I click any day on calendar.
    Please help me regarding this issue.
    500   Internal Server Error
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.IllegalArgumentException
        at java.sql.Date.valueOf(Date.java:138)
        at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.DateNavigatorAdapter.onDATENAVIGATORDAYCLICK(DateNavigatorAdapter.java:438)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        ... 43 more

    Hi,
    Check this [forum|Record Working Time  iView Error in Portal;
    Hope this helps!!
    Thanks & Regards
    Vijay K

  • ESS iViews - 500 Internal Server Error

    Hi Experts,
    Scenario: ECC 6.0, NW04s, EP 7.0, ESS 1.31, MSS 1.31
    I have deployed all necessary components like the SAP MSS 600, SAP ESS 603, SAP PCUI_GP 603, BP for ESS 1.31, BP for MSS 1.31, BP for Common Parts 1.31, BP for Technical Info 1.31.
    I have performed all the post deployment config.
    When I assign the role ESS, I can see the overview screen. But when I click on any application for ex: Personal Information or Change your data or My Travel Profile or any application for that matter I get an error saying:
    500   Internal Server Error
    Failed to process request. Please contact your system administrator.
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.dictionary.runtime.DdException: Type com.sap.pcuigp.xssutils.pernr.model.grpinfo.types.Hrxssce_Service_Appl_Path does not exist
        at com.sap.dictionary.types.mdi.util.ProviderUtil.createAbapTypeXmlMap(ProviderUtil.java:400)
        at com.sap.dictionary.runtime.mdi.DataProvider.createSimpleTypeFromAbapType(DataProvider.java:587)
        at com.sap.dictionary.runtime.mdi.DataProvider.getDataType(DataProvider.java:287)
        at com.sap.dictionary.runtime.DdDictionary.getDataType(DdDictionary.java:94)
        at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:164)
        ... 85 more
    I get the same error for all applications.
    Please help ,
    appreciated and points rewarded for helpful answers
    Thnx

    Hi,
    I am also facing the same error.
    Our R3 System is in ECC 6.0
    Our EP 7 System has following ESS/MSS BP's. Taken from System Information.
    BP_ERP5ESS  1.0 SP8 (1000.1.0.8.0.20070308090618)  BP_ERP5MSS  1.0 SP8 (1000.1.0.8.0.20070308090627)  SAP_MSS  600 SP13
    SAP_ESS  603 SP2
    SAPPCUI_GP  603 SP2
    You said that the ESS/MSS Version installed in the system may be Incompatible with ECC 6.0.
    Am I getting the error because of Incompatibility.If so what would be the Compatible ESS /MSS Version for ECC 6.0.
    Please Help ASAP.
    Thanks and Regards,
    Madhan

Maybe you are looking for