Adf security with upper case user results in 500-internal server error

Hello
JDev 11.1.1.0.2, Integrated WLS
I'v set up ADF security as explained in the documentation.
The only difference being that the role test-all has been removed.
I have one user 'paul' with a password of 'password'
I have one application role 'myrole'
'paul' is a member of 'myrole'
I have one unbounded task flow with one view (view1).
Via the janz-data.xml 'View1' has been granted to 'myrole' (view action)
When running View1 I get the login.html page which is correct.
The fun starts when playing around with the user/password.
If I login with 'paul' and 'password' view1 is display, this is correct
If I login with an unknown user or an incorrect password Windows Explorer 7 shows a generic HTTP 403 error page and not the error.html
If I login with 'PAUL' and 'password' (or Paul, or any mixed cased version of Paul with the correct password) I get the following stack trace :
oracle.adf.controller.security.AuthorizationException: ADFC-0619: Echec de la vérification des autorisations : '/view1.jspx' 'VIEW'.
     at oracle.adf.controller.internal.security.AuthorizationEnforcer.handleFailure(AuthorizationEnforcer.java:145)
     at oracle.adf.controller.internal.security.AuthorizationEnforcer.checkPermission(AuthorizationEnforcer.java:124)
     at oracle.adfinternal.controller.state.ControllerState.initializeUrl(ControllerState.java:639)
     at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart2(ControllerState.java:449)
     at oracle.adfinternal.controller.application.SyncNavigationStateListener.afterPhase(SyncNavigationStateListener.java:44)
     at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.afterPhase(ADFLifecycleImpl.java:529)
     at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:118)
     at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:166)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:122)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:68)
     at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:51)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:354)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:181)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:279)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
     at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:85)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:257)
     at oracle.security.jps.wls.JpsWlsSubjectResolver.runJaasMode(JpsWlsSubjectResolver.java:250)
     at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:100)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(Unknown Source)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
The questions are :
- Why do I get the generic HTTP 403 error instead of the error.html (its not the end of the world but I would like to understand) ?
- Why do I get the error 500 if the case of the username is incorrect but the password is correct ?
Best Regards
Paul

Nope nothing in there that looks out of place...
Here's the contents of the web.xml file ..
<?xml version = '1.0' encoding = 'windows-1252'?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5" xmlns="http://java.sun.com/xml/ns/javaee">
<description>Empty web.xml file for Web Application</description>
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
<context-param>
<description>If this parameter is true, there will be an automatic check of the modification date of your JSPs, and saved state will be discarded when JSP's change. It will also automatically check if your skinning css files have changed without you having to restart the server. This makes development easier, but adds overhead. For this reason this parameter should be set to false when your application is deployed.</description>
<param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<description>Whether the 'Generated by...' comment at the bottom of ADF Faces HTML pages should contain version number information.</description>
<param-name>oracle.adf.view.rich.versionString.HIDDEN</param-name>
<param-value>false</param-value>
</context-param>
<filter>
<filter-name>JpsFilter</filter-name>
<filter-class>oracle.security.jps.ee.http.JpsFilter</filter-class>
<init-param>
<param-name>enable.anonymous</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>remove.anonymous.role</param-name>
<param-value>false</param-value>
</init-param>
<init-param>
<param-name>addAllRoles</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>jaas.mode</param-name>
<param-value>doasprivileged</param-value>
</init-param>
</filter>
<filter>
<filter-name>trinidad</filter-name>
<filter-class>org.apache.myfaces.trinidad.webapp.TrinidadFilter</filter-class>
</filter>
<filter>
<filter-name>adfBindings</filter-name>
<filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>JpsFilter</filter-name>
<servlet-name>Faces Servlet</servlet-name>
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>
<filter-mapping>
<filter-name>trinidad</filter-name>
<servlet-name>Faces Servlet</servlet-name>
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
<filter-mapping>
<filter-name>adfBindings</filter-name>
<servlet-name>Faces Servlet</servlet-name>
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet>
<servlet-name>resources</servlet-name>
<servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>adfAuthentication</servlet-name>
<servlet-class>oracle.adf.share.security.authentication.AuthenticationServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>resources</servlet-name>
<url-pattern>/adf/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>resources</servlet-name>
<url-pattern>/afr/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>adfAuthentication</servlet-name>
<url-pattern>/adfAuthentication/*</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>35</session-timeout>
</session-config>
<mime-mapping>
<extension>html</extension>
<mime-type>text/html</mime-type>
</mime-mapping>
<mime-mapping>
<extension>txt</extension>
<mime-type>text/plain</mime-type>
</mime-mapping>
<security-constraint>
<web-resource-collection>
<web-resource-name>adfAuthentication</web-resource-name>
<url-pattern>/adfAuthentication</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>valid-users</role-name>
</auth-constraint>
</security-constraint>
<login-config>
<auth-method>FORM</auth-method>
<form-login-config>
<form-login-page>/login.html</form-login-page>
<form-error-page>/error.html</form-error-page>
</form-login-config>
</login-config>
<security-role>
<role-name>valid-users</role-name>
</security-role>
</web-app>
Regards
Paul

Similar Messages

  • 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#

  • Critical Issue - 500- Internal Server Error for request in User's Inbox

    Hi,
    We have developed and deployed SOA composite and custom task flow (For Customized Email notifications).[30.7.1.1 Creating a Task Flow with a Router - http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/bp_designtf.htm#SOASE744]
    When a request is generated it goes for an approval. In Approver's inbox in identity console you can see request is pending. When Approver clicks on that link to see request details error is displayed - "500- Internal Server Error "
    In OIM logs I can see this:
    oracle.adf.controller.ControllerException: ADFC-02001: The ADF Controller cannot find '/WEB-INF/oracle/iam/ui/soa/tfs/remote-taskdetails-tf.xml'.
            at oracle.adfinternal.controller.metadata.provider.mds.MdsMetadataResourceProvider.getMetadataObjects(MdsMetadataResourceProvider.java:466)
            at oracle.adfinternal.controller.metadata.provider.mds.MdsMetadataResourceProvider.loadUnmutalbeMetadataResources(MdsMetadataResourceProvider.java:367)
            at oracle.adfinternal.controller.metadata.provider.mds.MdsMetadataResourceProvider.getResources(MdsMetadataResourceProvider.java:179)
            at oracle.adfinternal.controller.metadata.MetadataServiceImpl.getTaskFlowDefinition(MetadataServiceImpl.java:209)
            at oracle.adfinternal.controller.util.SecurityUtils.invokeURLAllowed(SecurityUtils.java:33)
            at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeTaskFlow(ControlFlowEngine.java:210)
            at oracle.adfinternal.controller.application.RemoteTaskFlowCallRequestHandler.invokeTaskFlowByUrl(RemoteTaskFlowCallRequestHandler.java:99)
            at oracle.adfinternal.controller.application.RemoteTaskFlowCallRequestHandler.doCreateView(RemoteTaskFlowCallRequestHandler.java:64)
            at oracle.adfinternal.controller.application.BaseRequestHandlerImpl.createView(BaseRequestHandlerImpl.java:57)
            at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:95)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:831)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:422)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
            at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
            at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/WEB-INF/oracle/iam/ui/soa/tfs/remote-taskdetails-tf.xml"
            at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1408)
    Screenshot of Error in Inbox:
    This is critical issue for us and is showstopper for Go-Live. So any kind of help is highly appreciated.
    Thank you,
    Tanmay

    If its Java only error then there wont be any dump in ST22.
    Strange issue for you, in general if we get 500 error, there should be details of it in the same page.
    You said this issue is occuring for only one user, is it getting replicated every time?
    You are also seeing the same error when u login as that particular user?
    Do one thing, assign him the Content Admin role and then do the preview of this iView form content admin and see if ur still seeing this error.
    Regards
    Yugandhar Reddy

  • 500 Internal Server Error with fileaccess:httpuploadform

    Hi,
    I'm trying out file upload examples as shown in JSP tag libraries and utilities reference. It turns out that using file-access javabean method works OK. However, when I use fileaccess taglib, 500 Internal Server Error is found. For both methds, I use the same destination and same basedir. Belows are the jsp I wrote for use in fileaccess taglib testing.
    1) fileaccess.jsp
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%><%@ taglib uri="http://xmlns.oracle.com/j2ee/jsp/tld/ojsp/fileaccess.tld" prefix="fileaccess"%>
    <%@ page contentType="text/html;charset=Big5-HKSCS"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=x-MS950-HKSCS">
    <title>File Access</title>
    </head>
    <body>
    <fileaccess:httpUploadForm formsAction="fileUp.jsp"
    maxFileNameSize="100"
    maxFiles="15"
    submitButtonText="Upload">
    </fileaccess:httpUploadForm>
    </body>
    </html>
    2) fileUp.jsp
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%><%@ taglib uri="http://xmlns.oracle.com/j2ee/jsp/tld/ojsp/fileaccess.tld" prefix="fileaccess"%>
    <%@ page contentType="text/html;charset=Big5-HKSCS"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=x-MS950-HKSCS">
    <title>untitled</title>
    </head>
    <body>
    <fileaccess:httpUpload destination="uploads"
    destinationType="filesystem"
    overwrite="true">
    </fileaccess:httpUpload>
    </body>
    </html>
    3) fileaccess.properties
    fileaccess.basedir=c:/temp
    Here is the stack trace:
    500 Internal Server Error
    javax.servlet.jsp.JspTagException
    at oracle.jsp.webutil.fileaccess.tagext.HttpUploadTag.doStartTag(HttpUploadTag.java:130)
    at fileUp.jspService(fileUp.jsp:9)
    [fileUp.jsp]
    at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Note: I'm using Jdeveloper 10.1.2 with stand-alone OC4J on Window2000
    Does anyone have any idea of why the tag method didn't work ?

    Do not know what is going wrong with your situation. The exactly same setup, thanks to your complete test case, on my Windows XP works right away. By the way, you do have "C:\temp\uploads" directory that is writable, right?

  • 500 - Internal Server Error with webgate.dll on IIS6

    I have an instance of OAM setup on IIS6. All the security policies are working fine. However, when a user get's an authorization failure, instead of displaying that Oracle Access Manager Denied page, i get a HTTP 500 Internal Server Error. The url in the browser window is pointing to http://hostname/access/oblix/apps/webgate/bin/webgate.dll.
    However, when i refresh the page, i get:
    "Bad Oracle Access Manager Request
    The URL = NULL is reserved for use by Oracle Access Manager and has been used with incorrect parameters."
    Any ideas as to why this is happening?
    Thanks,
    Raj

    Are you still facing the issue.?
    If so please make sure if you have defined any authorization failure URL in the policy Domain.
    If not please define a authorization failure URL and verify the issue. If you have already defined authorization failure URL then please ignore this update.
    Regards
    Prabash

  • Consistent "The server responded with "HTTP/1.1 500 Internal Server Error"

    Hello
    I'm really failing at this.... Our system:
    XServe Intel 10.5.2 Server.. all current updates. Services running:
    AFP
    DNS
    iCal
    iChat
    Open Directory (Kerberos running)
    Web
    My personal iCal crashed and I lost my connection to the iCal server. I tried deleting the Account (on my Client) and re-connecting.
    Now, ANY attempt at making a new account in iCal on MULTIPLE computers fails with "*Request for http://xxxxxxxxxxx.lan:8008/principals/_uids_/5B72686D-4769-4F3C-98AF-1B617ECB76F3/ failed. The server responded with "HTTP/1.1 500 Internal Server Error"*.
    I copied the log on iCal Server after an attempted account creation. Any thoughts on a repair would be appreciated:
    2008-03-28 09:56:41-0400 [-] [caldav-8010] [AMP,client] Provisioning file: <DirectoryPrincipalProvisioningResource: /Library/CalendarServer/Documents/principals>
    2008-03-28 09:56:41-0400 [-] [caldav-8010] [AMP,client] Provisioning file: <DirectoryPrincipalUIDProvisioningResource: /Library/CalendarServer/Documents/principals/_uids_>
    2008-03-28 09:56:41-0400 [-] [caldav-8010] [AMP,client] Exception rendering:
    2008-03-28 09:56:41-0400 [-] [caldav-8010] [AMP,client] Unhandled Error
    2008-03-28 09:56:41-0400 [-] [caldav-8010] Traceback (most recent call last):
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 358, in _handleSegment
    2008-03-28 09:56:41-0400 [-] [caldav-8010] child = self._getChild(None, newres, newpath, updatepaths=updatepaths)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 314, in _getChild
    2008-03-28 09:56:41-0400 [-] [caldav-8010] result = res.locateChild(self, path)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 117, in locateChild
    2008-03-28 09:56:41-0400 [-] [caldav-8010] d = self.checkSacl(request)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 107, in checkSacl
    2008-03-28 09:56:41-0400 [-] [caldav-8010] d = defer.maybeDeferred(self.authenticate, request)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] --- <exception caught here> ---
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 107, in maybeDeferred
    2008-03-28 09:56:41-0400 [-] [caldav-8010] result = f(*args, **kw)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 66, in authenticate
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return super(SudoSACLMixin, self).authenticate(request)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 727, in authenticate
    2008-03-28 09:56:41-0400 [-] [caldav-8010] d = self.principalsForAuthID(request, creds.username)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1245, in principalsForAuthID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] authnPrincipal = self.findPrincipalForAuthID(authid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 81, in findPrincipalForAuthID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return super(SudoSACLMixin, self).findPrincipalForAuthID(authid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1269, in findPrincipalForAuthID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] principal = collection.principalForUser(authid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 90, in principalForUser
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.principalForShortName(DirectoryService.recordType_users, user)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 87, in principalForShortName
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.principalForRecord(self.directory.recordWithShortName(recordType, name))
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 101, in principalForRecord
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.principalForGUID(record.guid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 93, in principalForGUID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.principalForUID(guid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 125, in principalForUID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.getChild(uidsResourceName).getChild(uid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 304, in getChild
    2008-03-28 09:56:41-0400 [-] [caldav-8010] self.provision()
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 399, in provision
    2008-03-28 09:56:41-0400 [-] [caldav-8010] self.provisionFile()
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 413, in provisionFile
    2008-03-28 09:56:41-0400 [-] [caldav-8010] assert parent.exists()
    2008-03-28 09:56:41-0400 [-] [caldav-8010] exceptions.AssertionError:
    2008-03-28 09:56:41-0400 [-] [caldav-8010]
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Provisioning file: <DirectoryPrincipalProvisioningResource: /Library/CalendarServer/Documents/principals>
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Provisioning file: <DirectoryPrincipalUIDProvisioningResource: /Library/CalendarServer/Documents/principals/_uids_>
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Exception rendering:
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Unhandled Error
    2008-03-28 09:57:02-0400 [-] [caldav-8010] Traceback (most recent call last):
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 358, in _handleSegment
    2008-03-28 09:57:02-0400 [-] [caldav-8010] child = self._getChild(None, newres, newpath, updatepaths=updatepaths)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 314, in _getChild
    2008-03-28 09:57:02-0400 [-] [caldav-8010] result = res.locateChild(self, path)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 117, in locateChild
    2008-03-28 09:57:02-0400 [-] [caldav-8010] d = self.checkSacl(request)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 107, in checkSacl
    2008-03-28 09:57:02-0400 [-] [caldav-8010] d = defer.maybeDeferred(self.authenticate, request)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] --- <exception caught here> ---
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 107, in maybeDeferred
    2008-03-28 09:57:02-0400 [-] [caldav-8010] result = f(*args, **kw)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 66, in authenticate
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return super(SudoSACLMixin, self).authenticate(request)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 727, in authenticate
    2008-03-28 09:57:02-0400 [-] [caldav-8010] d = self.principalsForAuthID(request, creds.username)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1245, in principalsForAuthID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] authnPrincipal = self.findPrincipalForAuthID(authid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 81, in findPrincipalForAuthID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return super(SudoSACLMixin, self).findPrincipalForAuthID(authid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1269, in findPrincipalForAuthID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] principal = collection.principalForUser(authid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 90, in principalForUser
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.principalForShortName(DirectoryService.recordType_users, user)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 87, in principalForShortName
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.principalForRecord(self.directory.recordWithShortName(recordType, name))
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 101, in principalForRecord
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.principalForGUID(record.guid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 93, in principalForGUID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.principalForUID(guid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 125, in principalForUID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.getChild(uidsResourceName).getChild(uid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 304, in getChild
    2008-03-28 09:57:02-0400 [-] [caldav-8010] self.provision()
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 399, in provision
    2008-03-28 09:57:02-0400 [-] [caldav-8010] self.provisionFile()
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 413, in provisionFile
    2008-03-28 09:57:02-0400 [-] [caldav-8010] assert parent.exists()
    2008-03-28 09:57:02-0400 [-] [caldav-8010] exceptions.AssertionError:
    2008-03-28 09:57:02-0400 [-] [caldav-8010]

    I started getting this error yesterday. All users and group calendar access fails. I can no longer enable calendaring for any user or group. I check the box for a user, save it, click to a different user, come back to the previous user and it is deselected.
    I'm ready to put iCal Server aside and move to Chandler or something else. I've introduced this to our staff and we were just ramping up usage. Now it seems to have died on me.
    Anyone have a solution?

  • Forms Builder Starting With 500 Internal Server Error

    Hi, 
    I'm having a problem while starting Forms Builder from portal. It gives 500 : internal server error.
    When I start the check tool it stops in step "XML Forms Builder Jar Download" saying /irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar  is unsigned.
    When I open java console with trace level 5, the log is as follows :
    <i>
    Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
    Registered modality listener
    Invoking JS method: document
    Invoking JS method: URL
    Referencing classloader: sun.plugin.ClassLoaderInfo@1abcd9b, refcount=1
    Loading applet ...
    Initializing applet ...
    Starting applet ...
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    20.Tem.2007 02:58:02 - (WARN) (Client) com.sapportals.wcm.app.xfbuilder: could not load User settings: Cannot find resource C:\Documents and Settings\Administrator\.xfbuilder\usersettings.properties
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    20.Tem.2007 02:58:04 - (WARN) (Client) Property Manager: Could not load dataTypes
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    20.Tem.2007 02:58:05 - (WARN) (Client) com.sapportals.wcm.app.xfbuilder.client.data.DataObjectFactory: Could not load dataTypes
    Invoking JS method: execScript
    Invoking JS method: evalIntermediateValueToReturn
    </i>
    Does anyone have an idea about how to start Forms Builder correctly?
    Regards,
    Bar&#305;&#351;
    Message was edited by:
            Baris Buyuktanir

    Hi,
    In KM Content goto /etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar and download the file to local files system.
    Now open the jar file with winrar/winzip and open META-INF folder, there you should find <b>SAPPortalsCertificate.SF</b> and <b>SAPPortalsCertificate.RSA</b> files.
    If these files exist in META-INF folder, then you jar is signed and if not unsigned. For security reasons classloader does not allow to open unsigned jars as some other jars in classpath are signed.
    So if these files not present in META-INF folder, then replace the corrupt km.appl.xmlforms.xfbuilder_core.jar file with file that works on some other server.
    Greetings,
    Praveen Gudapati

  • 500 Internal server error in web template  for specific users

    Hi We have issue with Web templates for some of the users giving error  "500 internal Server Error", all other users able to run the same report.
    We have authorization for the user and following variable which will give target currency selection in variable screen.
    SAP BI Environment
    BI Java : Release: 7 - Patch level: 0000000107 - Description: BI Web Applications Java - Additional info:  - Production mode: true  BI JAVA SPS : 7, Patch : 0
    BI ABAP : Release: 701 - Patch level: 0007 - Description: SAP Business Warehouse (PBICLNT005) - Additional info:  - Production mode: true
    Java Virtual Machine : Java HotSpot(TM) 64-Bit Server VM - Sun Microsystems Inc. - 1.4.2_28-b03
    Operating System :  Windows 2003 - amd64 - 5.2
    Error Message :
    ERROR: Specify a value for variable Select Target Currency
    ERROR: Specify a value for variable Select Target Currency
    Root Cause :
    The initial exception that caused the request to fail was:
    com.sap.ip.bi.bics.dataaccess.resource.impl.bi.exceptions.BicsResourceBwRuntimeException:
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.initializeState(ProviderSelectionObject.java:932)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.queryview.ProviderQueryView.initializeState(ProviderQueryView.java:109)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.hasDefaultView(ProviderSelectionObject.java:1462)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.SelectionObject.initializeState(SelectionObject.java:516)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.initializeState(QueryView.java:198)
    please let me know if any of you guys had this kind of problem.

    SLD is not down its in active , I checked SLD url and Technical system also
    Its in active , but when the problem is happend they done restart 
    but many times its happening every time restart is not preferrable ,upto that one is production system.
    SLD is in active , but why the JCO'S ARE DISABLE under content Admin
    where we can search the SLD user , we checked in SU01 but the user didn't exist there
    If user is lock in the sense after the restart again it's working fine
        I want to know the Root cause , why bcz it's simultaniously happend.
    Regards,
    SONY

  • 500 internal server error for only single user

    Hi Experts,
    Pls help me that
    I am getting the problem of 500 Internal server error for a single user .
    Except that user remaining users are not getting this error, They are working fine
    i.e it is ESS & MSS  Package all other application working fine , this iview came from  Webdynpro .
    Regards
    Krishna

    Hi Arun,
    where can i check with that whether in DEV/PROD system...?
    I don't have access to PROD system and SU01 system too.
    Can you please guide me with the steps to get it done.
    Please check the below log which is getting displayed for the User, when he is logging in.
    Error summary
    While processing the current request, an exception occurred which could not be handled by the application or the framework.
    If the information contained on this page doesnu2019t 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
    Root Cause
    The initial exception that caused the request to fail, was:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: ComponentUsage(FPMConfigurationUsage): Active component must exist when getting  interface controller
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.ensureActiveComponent(ComponentUsage.java:773)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceControllerInternal(ComponentUSage.java:348)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceController(ComponentUsage.java:335)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetFPMConfigurationUsageInterface(InternalFPMComponent.java.245)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.changeToExceptionPerspective(FPMComponent.java:862)
    u2026 59 more
    Please provide me any help.
    Thanks in advance.
    Regards,
    Ponneswari A.

  • WSRM Adapter replaced with soap in PO7.4. Getting error "Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error"

    Hello All,
    We have scenario proxy->pi->webservice. In older versions of PI system they used wsrm adapter at receiver side and it's working fine.
    Receiver interface is asynchronous. So no response structute is present and receiver service is business component(since receiver is a third party).
    During migration, we have replaced the receiver adapter with SOAP adapter and used message protocol as SOAP 1.1 but the message is failing and in communication channel it is showing error "Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error". In this case the receiver interface is stateless xi 3.0 compatible(re using the old), after changing it to just stateless also issue persists.
    In target url field if i prefix the url with "http" then above mentioned error is occurring otherwise if i use the hostname:port/path.. then it is giving error
    "soap: Call failed: com.sap.aii.af.sdk.xi.srt.BubbleException: Unsupported protocol". So maintaing the url as http://hostname:port/pat.....
    As in old channel wsrm channel there is no userid and password, i haven't given any userid/pwd in receiver channel.
    used the bean sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean with  parameters
    Module Key  =  soap
      Parameter Name  =  noSOAPMakeSysErrFromResponseFault
    Parameter Value  =  false
    and
    xmbws.No SOAPIgnoreStatus = true
    but not successful.
    Please help me. I got stcuk here.

    Hello Jannus,
    The connectivity is working fine. Network team has confirmed it. I doubt that any strucutre(header) difference might be present in message when sending with wsrm adapter compared to sending with soap adapter.
    Please let me know the exact difference between soap and wsrm functionality in receiving end.
    By considering the structure issue, i have checked the "do not use soap envelope" check box, then i got error "Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 415 Unsupported Media Type"
    Then i used message transform bean, but not successful.
    Regards,
    Ch.Venkat.

  • 500 internal server error when trying to admin users

    Hi all,
    I got a problem - nothing new :-) - running Oracle Portal on 9iAS r2 on Sun Solaris.
    Whenever I try to access any page/feature related to users and/or groups, I get this as a response:
    500 Internal Server Error
    java.util.NoSuchElementException
    at java.util.LinkedList.remove(LinkedList.java:562)
    at java.util.LinkedList.removeFirst(LinkedList.java:120)
    at oracle.ldap.das.util.ConnectionManager.getContext(ConnectionPool.java:265)
    at oracle.ldap.das.util.ConnectionPool.getContext(ConnectionPool.java:86)
    at oracle.ldap.das.util.LDAPConnection.(LDAPConnection.java:62)
    at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2011)
    at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2002)
    at oracle.ldap.das.util.LDAPConnection.confirmLDAPSession(LDAPConnection.java:2174)
    at oracle.ldap.das.util.PartnerOIDRepository.storePartnerParameters(PartnerOIDRepository.java:245)
    at java.lang.reflect.Method.invoke(Native Method)
    at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    at oracle.ldap.das.util.DemoPageFlowEngine.handleRequest(DemoPageFlowEngine.java:49)
    at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.BajaServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    I can't figure out what this could be due to, the app server seems to be up and running and everything else is working both in Portal and the rest of the AS.
    Does anybody has any idea?
    TIA
    Andrea

    just an update after resetting the orcladmin password to the "real" one in das.properties -- it was set to "welcome" -- i get the following while trying to access <host>:<port>/oiddas
    500 Internal Server Error
    java.lang.UnsatisfiedLinkError: no jmisc in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1349)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at oracle.security.misc.Checksum.(Checksum)
    at oracle.ias.repository.IASSchema$Enc.d(IASSchema.java:1279)
    at oracle.ias.repository.IASSchema.init(IASSchema.java:146)
    at oracle.ias.repository.IASSchema.(IASSchema.java:106)
    at oracle.ias.repository.SchemaManager.(SchemaManager.java:56)
    at oracle.ldap.das.util.ConnectionManager.initialise(ConnectionPool.java:324)
    at oracle.ldap.das.util.ConnectionManager.getContext(ConnectionPool.java:263)
    at oracle.ldap.das.util.ConnectionPool.getContext(ConnectionPool.java:86)
    at oracle.ldap.das.util.LDAPConnection.(LDAPConnection.java:62)
    at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2011)
    at oracle.ldap.das.util.LDAPConnection.getOrCreateLDAPConnection(LDAPConnection.java:2002)
    at oracle.ldap.das.util.LDAPConnection.confirmLDAPSession(LDAPConnection.java:2174)
    at oracle.ldap.das.util.PartnerOIDRepository.storePartnerParameters(PartnerOIDRepository.java:245)
    at java.lang.reflect.Method.invoke(Native Method)
    at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    at oracle.ldap.das.util.DemoPageFlowEngine.handleRequest(DemoPageFlowEngine.java:50)
    at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.BajaServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64
    ...pls help me!
    andrea

  • ADF Mobile: HTTP Status Code 500 Internal Server Error

    Hi,
    I wrote a SOAP web service and deployed it to my standalone ADF Server. I tested it with the HTTP Analyzer, works great. I used it in a Web Service Data Control in normal ADF Web - works perfect. It returns a table of data as programmed. However, ADF Mobile gives me errors: "Http Status Code 500 Internal Server Error: The server encountered an unexpected condition which prevented it from fulfilling the request".
    I developed an ADF Mobile interface with an amx page. I created the same Web Service Data Control and created a List View based on the data control. The error pops up every single time, both on iOS simulator and Android Simulator.
    I know the simulators have network access to the web services - because i can open the web service test page and WSDL from both simulator's internet browsers.
    I know the web services are running - because my ADF Web application can access it.
    Any ideas?
    Thank you!
    -Gavin

    Thanks for the reply. There were no errors in my WLS server. However, I will add some statements to my web service to write to the log file. That way i can see if or at what point is the web service is being accessed by the mobile app.
    Thanks,
    Gavin

  • 500 Internal Server Error  : Servlet error: Security sensitive exception..

    Hi
    Thank you for reading my post.
    i Faced a problem when i tried to run my ADF + BC application on standAlone OC4J version 10.1.3.1.0 .
    I have validation like what i saw before in demos for username length ,etc
    I developed the application in Jdeveloper 10.1.3.1.0 , i deploy it to server from Jdeveloper and now i tried to run it in browser and it return :
    500 Internal Server Error
    Servlet error: Security sensitive exception occured. Please consult application log for details.
    in the browser and
    the cmd console which i used to start the server shows something like :
    F:\oc4j\bin>oc4j -start
    Starting OC4J from F:\oc4j\j2ee\home ...
    2006-09-02 01:11:52.437 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: webapp defined in web site OC4J 10g (10.1.3) Default
    Web Site. Application: bc4j does not exist. Error creating Web application: weba
    pp
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)
    06/09/02 01:11:56 Oracle Containers for J2EE 10g (10.1.3.1.0)  initialized
    2006-09-02 01:12:41.093 NOTIFICATION ---- JAZNSecurityContext.getUserPrincipal()
    : NULLthe log file (from j2ee/home/log/oc4j/log.xml ) shows the following :
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2006-09-02T01:11:52.437+03:30</TSTZ_ORIGINATING>
        <COMPONENT_ID>j2ee</COMPONENT_ID>
        <MSG_ID>J2EE HTTP-00004</MSG_ID>
        <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>sal10000</HOST_ID>
        <HOST_NWADDR>85.9.120.221</HOST_NWADDR>
        <MODULE_ID>http</MODULE_ID>
        <THREAD_ID>10</THREAD_ID>
        <USER_ID>legolas w</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
        <EXEC_CONTEXT_ID><UNIQUE_ID>85.9.120.221:44575:1157146912453:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
      </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>Internal error raised tyring to instantiate web-application: webapp defined in web site OC4J 10g (10.1.3) Default Web Site. Application: bc4j does not exist. Error creating Web application: webapp</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2006-09-02T01:12:41.031+03:30</TSTZ_ORIGINATING>
        <COMPONENT_ID>adf</COMPONENT_ID>
        <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>sal10000</HOST_ID>
        <HOST_NWADDR>85.9.120.221</HOST_NWADDR>
        <MODULE_ID>share.security</MODULE_ID>
        <THREAD_ID>11</THREAD_ID>
        <USER_ID>legolas w</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
        <EXEC_CONTEXT_ID><UNIQUE_ID>85.9.120.221:44575:1157146960593:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
      </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>Setting JAZN Config property ...</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2006-09-02T01:12:41.093+03:30</TSTZ_ORIGINATING>
        <COMPONENT_ID>adf</COMPONENT_ID>
        <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>sal10000</HOST_ID>
        <HOST_NWADDR>85.9.120.221</HOST_NWADDR>
        <MODULE_ID>share.security</MODULE_ID>
        <THREAD_ID>11</THREAD_ID>
        <USER_ID>legolas w</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
        <EXEC_CONTEXT_ID><UNIQUE_ID>85.9.120.221:44575:1157146960593:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
      </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>---- JAZNSecurityContext.getUserPrincipal(): NULL</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>

    please , can any one tell me where is the problem ?
    if i do not use BC in the jsf page it works fine , but when i use drag and drop feature to put a BC form in the page it shows that horribel error.

  • The server responded with "HTTP/1.1 500 Internal Server Error" to operation CalDAVAccountRefreshQueueableOperation

    My iCal is no longer syncing to Mobile Me. This is the error that pops up:
    The server responded with
    “HTTP/1.1 500 Internal Server Error”
    to operation CalDAVAccountRefreshQueueableOperation

    Erik,
    Where you able to find a solution to this error? I have been combing the internet (and these Apple Support pages) but I cannot find any way to resolve this. Now, suddenly one calendar from MobileMe shows no events in iCal, although the calendar itself is there. I am having the same results on two separate laptops, one is a G4 running Leopard, and this MacBook (Intel) running Snow Leopard.
    Hope you got it back up and running. I'd love to hear how.
    Cheers,
    Joe
    Using Mac OSX v10.6 Snow Leopard

  • 500 Internal Server Error message with youtube viewing

    Ok. Here's the issue. Many-but-not-every-time I'm using Safari and go to youtube to view videos I click on to view and this message comes up instead of the video: 500 Internal Server Error and then a page full of computer code.
    This has just started to do this. How do I correct this problem?

    I read about these reports often...
    http://forums.techguy.org/multimedia/671802-youtube-500-internal-server-error.ht ml
    http://www.worldlawdirect.com/forum/off-topic-messages/41075-youtube-google-serv er-down-07-14-10-500-internal-server-error.html
    http://www.google.com/support/forum/p/youtube/thread?tid=5a6d067942a4e123&hl=en
    Still, if you think it might be on your end, I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files!
    Disconnect the USB cable from any UPS so the system doesn't shut down in the middle of the process.
    Then... Try putting these numbers in Network>TCP/IP>DNS Servers, for the Interface you connect with...
    208.67.222.222
    208.67.220.220
    Then Apply
    DNS Servers are a bit like Phone books where you look up a name and it gives you the phone number, in our case, you put in apple.com and it comes back with 17.149.160.49 behind the scenes.
    These Servers have been patched to guard against DNS poisoning, and are faster/more reliable than most ISP's DNS Servers.

Maybe you are looking for

  • Scheduled Report execution on Server

    Folks, just one question: Is it possible to schedule report generation on the server? Here's what I would like to do: At regular intervals I would like to automatically generate database reports (using the Server Object Model). I would see various ap

  • Netflix aspect ratio problem after update

    Hi guys... Before the latest update for my Apple TV (iOS 6.0.0 new) a lot of movies look great, with black bars on top and bottom and great looking subtitles. Now, i got a lot of movies in full screen mode and all subtitles are now yellow with a gray

  • How to Hide password when invoking sql plus from command promt?

    When i try to open sql plus in command prompt window and enter the sqlplus command follwed by username/password@connection string, the password is not hidden. How do I get it to show **** instead of displaying password characters out? Also, what is t

  • YouTube videos without sound - Corrupt flash player? Help?

    Hi everyone, I have a bit of a problem. I went on to YouTube this morning, trying to watch a video. Unfortunately, the video failed, and it wouldn't play. All I got was the ad in the very first frame, yet the video thought it was playing. I looked on

  • How to integrate custom infotype in IMG

    Hi, I am working on ESS MSS consultant and having a doubt on how the process will take place to embed custom Infotype to Personal Information application at IMG level. I mean how the communication flow will take place between these two? If anybody ha