Internal 500 error

Hi all,
             I created one DC and a component with 2 views in a window.On click of button in view1 it has to go to view 2 .I created navigation link from view 1 to view 2.
But after deploying and on click of the buttton in view1 it is giving internal error as 500 error Applcation has to be refreshed and the link to the application APP1 is not avaible.
Is there any problem with NWDI configaration???
Can anyone plz help me out
Regartds
Padma N

Hi,
This response code is returned when there is a problem with the application or the server. Any  unhandled Exception or Error triggers the return of response with code 500. Check your code and ensure exceptions are handled properly.
With the information you have provided, it is difficult to tell whether there is problem with NWDI configuration. Supply with error trace details, if problem persists.
Hope this helps!
Regards
Srinivasan T

Similar Messages

  • Receiving the internal 500 error while testing java web service

    HI,
    Problem Summary:
    Receiving the internal 500 error while testing java web service in integrated weblogic server.
    my scenario is like,
    retrieve the Payload from Dehydration tables.
    We are connected to SOA_INFRA schema and we are retrieving the payload from the dehyadration tables based on InstanceId and ECID using Java Classes.After that i make it as a web service and i deployed in to intergrated weblogic Server.It is generating the Target End Point URI.When am i hitting this it is showing structure of the service.I am testing this service from soapUi it is returning the Server internal error with 500.Here i am passing inputs as InstanceId and ECID.
    I had verified in my Jdeveloper,Proxy settings are available.
    Error Payload:
    I am receiving the Internal 500 error because of JDeveloper HTTP Analyzer encountered an error retrieving: CONNECT https://192.168.0.41:9102 HTTP/1.0.
    An exception occurred while retrieving the response for https://192.168.0.41:9102.
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1293)
         at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:65)
         at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:50)
         at oracle.jdevimpl.webservices.tcpmonitor.model.HttpMessageBase.readLine(HttpMessageBase.java:658)
         at oracle.jdevimpl.webservices.tcpmonitor.model.HttpRequest.read(HttpRequest.java:327)
         at oracle.jdevimpl.webservices.tcpmonitor.ConnectionHandler.getResponse(ConnectionHandler.java:405)
         at oracle.jdevimpl.webservices.tcpmonitor.ConnectionHandler.run(ConnectionHandler.java:331)
    Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
         at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:523)
         at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1165)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.getSession(SSLSocketImpl.java:1916)
         at oracle.jdevimpl.webservices.tcpmonitor.ConnectionHandler.negotiateSSL(ConnectionHandler.java:707)
         at oracle.jdevimpl.webservices.tcpmonitor.ConnectionHandler.negotiateForwardedSSLConnection(ConnectionHandler.java:672)
         at oracle.jdevimpl.webservices.tcpmonitor.ConnectionHandler.run(ConnectionHandler.java:311

    An exception occurred while retrieving the response for https://192.168.0.41:9102.
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?This error says that port 9102 is a plain HTTP port so either use the correct port (which is listening for HTTPS connections) or use HTTP instead of HTTPS in the URL.
    Regards,
    Anuj

  • Internal 500 error after installing RS Add-in on multiple WFE Sharepoint environment

    I'm trying to install SSRS SQL Server 2012 SP1 with
    SharePoint integrated mode on a SharePoint 2013farm with 4 WFE and a dedicated
    app server. I have cloned our production system and have been able to make
    everything run twice but after multiple installs. I have tried to note down the
    errors and after checking them off my (mostly permissions, one content DB was
    read-only), I am able to run the installers (Reporting Services - SharePoint on
    the app server and Reporting Services Add-in on the web frontends) without
    errors.
    Unfortunately, although there are no errors on the logs and even
    if I can access Central Administration on the app server and configure the
    Reporting Services service, the RS Add-in messes up the web.config file of our
    web application and I get an internal 500 error on the client browser. When
    logging IIS, the error is 500.19 which looks to be an invalid web.config file.
    So to test this, I try replacing the web.config file before the install (with no
    references to Reporting Services) and the site loads. Uninstalling the RS Add-in
    also fixes the site but even after trying to reinstall it (either with the SQL
    Server 2012 SP1 installer media or the rsSharepoint.msi file), the site won't
    work again.
    Any ideas on how to fix this? Thank you in advance.

    Hi,
    Use “Get-SPServiceApplicationPool | Select Id,Name” to find the GUID of the SQL Server Reporting Services Service Application pool.
    Then, check service application settings in IIS. Click on GUID created for RS and check the physical path C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\Reporting. Make sure that you are able to find the path in your
    file system.
    If not, the Shared Feature(Reporting Service- SharePoint) may not install properly. Try reinstalling shared feature (reporting service – SharePoint) and reporting services add in.
    Also, check RS Logs in the Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\LogFiles and ULS Logs in the Program Files\Common Files\Microsoft Shared\web server extensions\15\LOGS.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Provider hosted app installed on SharePoint 2013 on premises is returning internal 500 error !

    Hello,
    I have deployed the basic provider hosted app on sharepoint 2013 on premises.
    However when I try to run the app, its throwing an error on following as mentioned in screen:
    It seems an authentication issue, would you please tell me how can I resolve it ?
    Thank you in advance.
    Kind Regards,
    Dipti Chhatrapati

    Hi,
    According to your description, my understanding is that when you run provider hosted app in SharePoint 2013 on premise, the app occurs internal 500 error.
    For using Managed .NET Client Object Model in Provider hosted app, it will need
    TokenHelper.cs to get the ClientContext object like below:
    private void RetrieveWithCSOM(string accessToken)
    if (IsPostBack)
    sharepointUrl = new Uri(Request.QueryString["SPHostUrl"]);
    ClientContext clientContext =
    TokenHelper.GetClientContextWithAccessToken(
    sharepointUrl.ToString(), accessToken);
    //Load the properties for the web object.
    Web web = clientContext.Web;
    clientContext.Load(web);
    clientContext.ExecuteQuery();
    //Get the site name.
    siteName = web.Title;
    //Get the current user.
    clientContext.Load(web.CurrentUser);
    clientContext.ExecuteQuery();
    currentUser = clientContext.Web.CurrentUser.LoginName;
    //Load the lists from the Web object.
    ListCollection lists = web.Lists;
    clientContext.Load<ListCollection>(lists);
    clientContext.ExecuteQuery();
    //Load the current users from the Web object.
    UserCollection users = web.SiteUsers;
    clientContext.Load<UserCollection>(users);
    clientContext.ExecuteQuery();
    foreach (User siteUser in users)
    listOfUsers.Add(siteUser.LoginName);
    foreach (List list in lists)
    listOfLists.Add(list.Title);
    More information:
    https://msdn.microsoft.com/en-us/library/office/fp142381.aspx
    Thanks
    Best Regards,
    Jerry Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SOA Composer Internal 500 error

       Hi All
    Wondering any one can help.  Have an  issue in our environment woth soa/composer displaying an internal 500 error
    Back ground
    We have two domains seperated.
    SOA 1 = SOA and BPM
    SOA2 = SOA and OSB
    All binaries have been installed and configuration has been completed however in
    SOA1 soa/composer works all ok and is up and running except the DVM's are not there.  Probably due to the MDS tables needing to be deployed to to have content.( Any comments if I am wrong on that as well please do not hesitate to advise :-)
    SOA2 soa/composer all I get is.  I have checked the forums and now have a SR raised with no luck as of yet and wondered if any one else has seen the below. 
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    JRockit is being used, and I have checked LD_LIBRARY paths, ports etc.
    Any help would be appreciated.

    Hi,
    Use “Get-SPServiceApplicationPool | Select Id,Name” to find the GUID of the SQL Server Reporting Services Service Application pool.
    Then, check service application settings in IIS. Click on GUID created for RS and check the physical path C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\Reporting. Make sure that you are able to find the path in your
    file system.
    If not, the Shared Feature(Reporting Service- SharePoint) may not install properly. Try reinstalling shared feature (reporting service – SharePoint) and reporting services add in.
    Also, check RS Logs in the Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\LogFiles and ULS Logs in the Program Files\Common Files\Microsoft Shared\web server extensions\15\LOGS.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Solotion upgrade to 10.1.0.3, it show internal 500 error im em web console

    Note:
    solotion upgrade from 10.1.0.2 to 10.1.0.3, it show internal 500 error im em web console
    If you do not run the catpatch.sql script as described in this section and you start up a database for normal operation, then "ORA-13516: SWRF Operation failed: CATPROC not valid" errors will occur.
    For RAC installations, start node applications on each node of the cluster as follows:
    $ srvctl start nodeapps -n nodename
    For single-instance installations, start the listener as follows:
    $ lsnrctl start
    Note:
    If you are using the Oracle OLAP option, make sure that the listener is running.
    If you are using ASM, start the ASM instance.
    Use SQL*Plus to login to the database as the SYS user with SYSDBA privileges:
    $ sqlplus "/ AS SYSDBA"
    Start the database:
    SQL> STARTUP
    Set the value of the SHARED_POOL_SIZE initialization parameter to at least 150 MB:
    SQL> ALTER SYSTEM SET SHARED_POOL_SIZE='150M' SCOPE=spfile;
    Set the value of the JAVA_POOL_SIZE initialization parameter to at least 120 MB:
    SQL> ALTER SYSTEM SET JAVA_POOL_SIZE='120M' SCOPE=spfile;
    Shut down the database:
    SQL> SHUTDOWN
    Enter the following SQL*Plus commands:
    Note:
    If you are applying this patch set to a cluster database, then set the CLUSTER_DATABASE initialization parameter to FALSE before starting it in upgrade mode. After you have run the catpatch.sql script, reset this initialization parameter to TRUE.
    SQL> STARTUP UPGRADE
    SQL> SPOOL patch.log
    SQL> @?/rdbms/admin/catpatch.sql
    SQL> SPOOL OFF
    Review the patch.log file for errors and inspect the list of components that is displayed at the end of catpatch.sql script.
    This list provides the version and status of each SERVER component in the database.
    If necessary, rerun the catpatch.sql script after correcting any problems.
    Restart the database:
    SQL> SHUTDOWN
    SQL> STARTUP
    Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are accessed for the first time. This step is optional but recommended.
    SQL> @?/rdbms/admin/utlrp.sql
    Note:
    When the 10.1.0.3 patch set is applied to an Oracle Database 10g Standard Edition database, there may be 42 invalid objects after the utlrp.sql script runs. These objects belong to the unsupported components and do not affect the database operation.
    If you are using the Oracle Recovery Manager catalog, enter the following command:
    $ rman catalog username/password@alias
    RMAN> UPGRADE CATALOG;

    Note:
    solotion upgrade from 10.1.0.2 to 10.1.0.3, it show internal 500 error im em web console
    If you do not run the catpatch.sql script as described in this section and you start up a database for normal operation, then "ORA-13516: SWRF Operation failed: CATPROC not valid" errors will occur.
    For RAC installations, start node applications on each node of the cluster as follows:
    $ srvctl start nodeapps -n nodename
    For single-instance installations, start the listener as follows:
    $ lsnrctl start
    Note:
    If you are using the Oracle OLAP option, make sure that the listener is running.
    If you are using ASM, start the ASM instance.
    Use SQL*Plus to login to the database as the SYS user with SYSDBA privileges:
    $ sqlplus "/ AS SYSDBA"
    Start the database:
    SQL> STARTUP
    Set the value of the SHARED_POOL_SIZE initialization parameter to at least 150 MB:
    SQL> ALTER SYSTEM SET SHARED_POOL_SIZE='150M' SCOPE=spfile;
    Set the value of the JAVA_POOL_SIZE initialization parameter to at least 120 MB:
    SQL> ALTER SYSTEM SET JAVA_POOL_SIZE='120M' SCOPE=spfile;
    Shut down the database:
    SQL> SHUTDOWN
    Enter the following SQL*Plus commands:
    Note:
    If you are applying this patch set to a cluster database, then set the CLUSTER_DATABASE initialization parameter to FALSE before starting it in upgrade mode. After you have run the catpatch.sql script, reset this initialization parameter to TRUE.
    SQL> STARTUP UPGRADE
    SQL> SPOOL patch.log
    SQL> @?/rdbms/admin/catpatch.sql
    SQL> SPOOL OFF
    Review the patch.log file for errors and inspect the list of components that is displayed at the end of catpatch.sql script.
    This list provides the version and status of each SERVER component in the database.
    If necessary, rerun the catpatch.sql script after correcting any problems.
    Restart the database:
    SQL> SHUTDOWN
    SQL> STARTUP
    Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are accessed for the first time. This step is optional but recommended.
    SQL> @?/rdbms/admin/utlrp.sql
    Note:
    When the 10.1.0.3 patch set is applied to an Oracle Database 10g Standard Edition database, there may be 42 invalid objects after the utlrp.sql script runs. These objects belong to the unsupported components and do not affect the database operation.
    If you are using the Oracle Recovery Manager catalog, enter the following command:
    $ rman catalog username/password@alias
    RMAN> UPGRADE CATALOG;

  • Internal 500 error while accessing TFS web site

    Hi all,
    I have installed & configured Team Foundation Server 2013 & SharePoint Foundation 2013 in my environment. I am facing an issue
    whenever I try to open the TFS site like "https://nc1vwstfs.ranchi.com/tfs". I am getting "HTTP 500 Internal Server error". the same site can be accessed from another system without any error. In order to look for details error message
    I turned off the IE settings "Show friendly error message" from internet options, advanced option. After that I got the below error which stated the actual reason.
    The same site is accessible from another system without any error. But I am getting the error from the same system in which I have installed the TFS server itself. Its a little bit strange to me. I am clueless.
    Could you please help me in resolving this issue. Any pointer to this would be highly appreciated.
    Thanks.

    Thanks for reply.
    I am using separate servers for Application Tier & Data Tier. I am able to access the tfs web site from visual studio too.
    The issue in my case was with the service account password which was not updated in one of the application tier nodes. In my environment I have two application tier nodes tfs1 & tfs2 and both are configured as NLB (network load balanced) they both are
    using the same Data Tier. The purpose of creating NLB is to distribute the load between app  tiers. I had updated the service account password of tfs in one node but did not update the password in another node, causing the tfs web site to fail to launch
    sometime. When I updated the service account credentials in both the app tiers then the above issue got resolved. Now the tfs web site is opening without this error.
    Thanks.

  • Internal 500 Error when trying to access Sololink

    This is the first time i have gotten this error message. I cleared out the cookies and temporary internet files and it did nothing.  I tried another computer, the same thing.  I had my babysitter reset the modem and the camera, nothing.  I went to linksys live chat and got no help at all.  I emailed the webmaster like the error suggest and it was returned to me.  Anyone have a clue what I can do?  I can't access the sololink website and i just renewed for another year.  Any help is much appreciated.

    I just tried checking in on mine and no luck..I get the "pre"page from Sololink and then "cannot find server"...grrrrrr!
    No one at home to reset anything so it will have to wait until I can.
    Just tossing my 2 cents in...
    Patricia

  • Error 500--Internal Server Error when using BI Publisher within OBIEE 11g

    I'm using OBIEE 11.1.1.6.2BP1 on a Linux x86-64 server and it has been working just fine. We recently started playing around with the BI Publisher component of that installation and every time i go to http://hostname:port/xmlpserver and try to log in with an Administrator username and password, the following error shows up:
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    *10.5.1 500 Internal Server Error*
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    I have looked around for solutions and tried a couple of them (created a new Admin user in Weblogic Console and checked the opmnctl status) and they did not help. I'm looking for an answer other than upgrade to the latest and greatest
    Any help is appreciated.

    Do you have any SSO setup as that might be preventing the ability of the user to log into BI Publisher, hence the Internal 500 error message.
    Are you using FMW security model for BIP and OBIPS integration which is by default. Check the xmlp-server-config.xml file from the repository [\Middleware\Oracle_BI1\clients\bipublisher\repository\Admin\Configuration\xmlp-server-config.xml] and see what your security model is pointing to?
    Also what happens when you try to access from Administration>BI Publisher >Manager BI Publisher ?
    Follow : http://docs.oracle.com/cd/E23943_01/bi.1111/e22255.pdf
    Oracle Fusion MiddlewareAdministrator's Guide for Oracle Business Intelligence Publisher 11g Release 1
    HTH,
    SVS

  • 500:Error while running the application.

    Hi Friends,
    I created one DC and a component with 2 views in a window.On click of button in view1 it has to go to view 2 .I created navigation link from view 1 to view 2.
    But after deploying and on click of the buttton in view1 it is giving internal error as 500 error Applcation has to be refreshed and the link to the application APP1 is not avaible.
    When i run this application locally the error is being shown as:
    java.lang.NoClassDefFoundError:com/sap/tc/webdynpro/progmodel/api/IWDEventHandlerId.
    Can anyone plz help me out in this regard.
    Regards,
    Chandrashekar.

    Hi,
    See my reply in the thread,
    Internal 500 error
    Regards
    Srinivasan T

  • Internal 500 when accessing OAS 10g

    Hi all,
    I have installed and configured my custom application on OAS 10g.
    -If I hit my web page using the IP (i.e: http://192.168.1.1:777/ISRA) from a remote workstation, I will see the login page. After entering the credential and click login I get the Internal 500 ERROR. Note: When I get the Internal 500 Error, the IP from the URL had become the OAS name (i.e:http://oas10g:7777/web/search.jsp). And I also have an entry of the OAS in my hosts file.
    -If I hit the webpage using the server name (i.e: http://oas10g:7777/ISRA).Everything is working fine. After I click login, the server name does not get translated back to the IP address.
    NOTE:
    -If I run these two tests on the actual Application Server. Everything is working fine.
    I hope my explanations are clear.
    Thank you guys.
    SN

    hi if you've got the following message when you start your proxy in a console :
    http://unknown started
    this is normal. You should have a problem with your dns (/etc/resolv.conf)

  • 500 error with no JSP code

    I'm using Orion as my server. I've got an app with a couple of JSP's. One JSP is welcome.jsp and runs JSP code fine. The other is navigation.jsp and it doesn't have ANY JSP code at all, but it still produces an internal 500 error when I browse to it....
    Any suggestions?

    A 500 error code usually indicates that there was some problem with the server itself. For example, Tomcat will report 500 if it is unable to find the Java compiler it needs.
    I'm not at all familiar with Orion, and never heard of it before today, but you may want to see if they included some sample JSP code, and if so, test to see if that code works. You might also double check that you've followed all of the instructions they set forth. In particular, pay attention to where to find error messages (usually in a log file).
    One potential gotcha that seems to plague lots of developers is spaces in file names. If you installed Orion in something other than the default directory, and your preferred directory has a space somewhere in the path name, it's possible that the Orion developers didn't take that into account and as a result, some of their stuff works correctly and some doesn't.

  • 500 Internal server error while running sqlsrv_query in PHP

    Hello everyone I am having a problem with sqlsrv_query I will be grateful to you please provide some help.
    I am running a query through php:
    $ls_parcel_query = "select  * from  ParcelDetail order by ExtractDate";
    $result = sqlsrv_query($conn, $ls_parcel_query, array(), array("Scrollable"=>"keyset","QueryTimeout"=>300));
    $no_of_rows = sqlsrv_num_rows($result);
    echo "<br/>".$no_of_rows;
    It gives (After 30 seconds):
    500 - Internal server error.
    There is a problem with the resource you are looking for, and it cannot be displayed.
    I have php.ini settings like below:
    max_execution_time = 90
    memory_limit = 128M
    While running this query in SQL SERVER 2008 R2, it successfully gives result in some times in 1 minute and sometimes in 2 minutes.

    Hello,
    A 500 Error will be caused due to many reason.To troubleshooting this issue, you can try to check out the error log and get more information on what is causing the error.
    Reference :
    "500 Internal Server Error" while running PHP
    HTTP Error 500 Internal server for php pages and solution
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Error 500--Internal Server Error while opening a taskflow  in inline popup

    Hi,
    I am getting "Error 500--Internal Server Error" while opening a bounded taskflow as a popup from another bounded taskflow containing page fragments. The popup taskflow contains jspx pages. I even removed the jspx pages from the popup taskflow to check if the error is resulting from the bindings on the pages but still I get the same error. The entire stack trace of the error in the popup dialog is :
    Error 500--Internal Server Error
    oracle.adf.controller.ControllerException: ADFC-04008: The BindingContext on the session is null.
         at oracle.adfinternal.controller.util.Utils.createAndLogControllerException(Utils.java:208)
         at oracle.adfinternal.controller.util.model.AdfmUtil.getBindingContext(AdfmUtil.java:47)
         at oracle.adfinternal.controller.util.model.DCFrameImpl.makeCurrent(DCFrameImpl.java:125)
         at oracle.adfinternal.controller.state.ViewPortContextImpl.makeCurrent(ViewPortContextImpl.java:1006)
         at oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:159)
         at oracle.adfinternal.controller.state.ControllerState.setRequestState(ControllerState.java:900)
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:355)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:105)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:112)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:59)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:258)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         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:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         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.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any help is greatly appreciated.
    Thanks,
    KK

    Hi Frank,
    Thanks for the reply. I am using it as an inline popup. I am trying to create command links dynamically in an iterator. When a link is clicked a popup window opens. The text of the link is passed to the popup window by creating a variable in the session scope ( I even tried request scope) by an action listener in the backing bean.
    I tried to create another simple application with a static command button which passes its text to popup window through a session scope variable. It worked fine. I am not sure why the same procedure is not working in my original application. Can you give me a hint what could possibly go wrong according the exception stack trace ?
    Thanks,
    KK

  • 500 internal server error while deploying a Web Dynpro application

    Hi
    I got the 500 internal server error while deploying the application to server.
    I tried to find the log file at usr --> SAP --> SID --> JC XX --> j2EE --> Cluster --> Server 0 --> log, but no log was there.
    There were structure changes in the RFC and also code change in my Web
    Dynpro code.
    I´m working on EP 7.
    NWDS version is 7.0.1
    Please help me as the production move is pending because of this.
    Regards
    Vineet Vikram

    Hi
    Restarting the server does not help in my case.
    I tried it several times.
    I'm getting following error message in NWA>
    Originated from: com.sapmarkets.bam.logcontroller.InvalidLogQuerySessionException: Invalid or expired log query session "1"
    at com.sapmarkets.bam.logcontroller.jmx.LogControllerFacade.closeLogQuerySession(LogControllerFacade.java:356)
    at sun.reflect.NativeMethodAccessorImpl.invoke0
    Can you pl help on this.
    Regards
    Vineet Vikram

Maybe you are looking for

  • How do I re-order pages or rotate and save?

    My wife and I get faxes electronically and sometimes the person on the other end puts them in the fax machine upside down, so all the pages need to be rotated 360 degrees.  Also, we want to remove the cover page before we save the PDF document and it

  • Limiting the number of files being picked up by the sender file adapter

    We are running a file adapter to collect xml files from a legacy system in a shared network location.  The files are picked up, information is sorted and mapped, and then sent to a proxy on our CRM system to store the data.  Very simple and not-compl

  • CS6 Free Transform ctrl drag not working properly

    Anybody on this ... When I use the free transform tool crtr-T and use the ctrl drag button,  the corners do not extend properly.  It extends universally as aposed to a distorted corner-pull.   I uninstalled CS6 and reinstalled still getting the same

  • Problem with adding web service

    Hi all, I have NetBeans IDE 6.5 and GlassFishV2 installed on my pc. I tried to add a new web service client from an existing WSDL url to my java project but I get this error during adding the web service: “WsCompile script failed during initial clien

  • Exporting into Excel Using the Dynpro Binary Cache is not working on NW04s

    Hello, I am using excel data export using the "Exporting Context Data into Excel Using the Web Dynpro Binary Cache" guide at <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/edc2