GET_SCHEMA_VIEW_VALUES gives output null

Hi,
I am new to UCM. I am using below RIDC code:
dataBinder.putLocal("IdcService", "GET_SCHEMA_VIEW_VALUES");
dataBinder.putLocal ("schViewName", "SecurityGroups");
ServiceResponse response = idcClient.sendRequest (userContext, dataBinder);
DataBinder serverBinder = response.getResponseAsBinder();
DataResultSet resultSet = serverBinder.getResultSet("SecurityGroups");
for (DataObject dataObject : resultSet.getRows ())
          System.out.println (" Security Group : " + dataObject.get ("SecurityGroups") );
i want the list of security group as out put.
But the out put i am getting is as below:
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Security Group : null
Please help me with what is wrong in the code.
Thanks.

You can use the HowToComponents and the available SampleComponents (google searching will bring you to the download pages) to find samples of queries in components. The Developer doc also has sample query components.
you have to use the available methods to find the names of the elements. You already found that the DataResultSet contains DataObjects. You just have to continue to drill down until you find the element (i.e., Field) names. You can quickly use the java debugger to crack open objects and see their contents. That's how to determine in any case, but in this case you knew what schema you were looking into. In that case, you should simply be able to check the schema/view in the config manager applet. Without even looking at the backing table, you can see that the Internal Column is dGroupName and the Visible Column is dDescription.
Hope this helps,
-ryan

Similar Messages

  • Named query gives a null argument exception in JPQL

    Hi all,
    I need your help with a named query which i have which returns a org.apache.openjpa.persistence.ArgumentException: null .
    Here is my named query:
    @NamedQuery(name="user_deactivateUser", query="update UserImpl u SET u.bisdeleted=1,u.dtupdatedate=SYSDATE, u.dtdeletedate=SYSDATE where u.nID=?1" Now when i call this query in my method it gives an null pointer exception at q.executeUpdate().
    public void doDeactivateAllUsers(int userID) throws ServiceException{
      EntityManager em = null;
      em = BaseDAO.getEntityManager();
      Query q = em.createNamedQuery("user_deactivateUser");
                   q.setParameter(1,userID);
                   int count = q.executeUpdate();here is the full stack trace of this exception.
    <openjpa-1.2.1-r752877:753278 nonfatal user error> org.apache.openjpa.persistence.ArgumentException: null
         at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:814)
         at org.apache.openjpa.kernel.QueryImpl.updateAll(QueryImpl.java:884)
         at org.apache.openjpa.kernel.DelegatingQuery.updateAll(DelegatingQuery.java:573)
         at org.apache.openjpa.persistence.QueryImpl.executeUpdate(QueryImpl.java:336)
         at com.forrester.companyadmin.service.DeactivateUserService.doDeactivateUser(DeactivateUserService.java:98)
         at com.forrester.companyadmin.service.DeactivateUserService.doDeactivateAllUsers(DeactivateUserService.java:225)
         at com.forrester.companyadmin.controller.DeactivateUsersController.action(DeactivateUsersController.java:376)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:146)
         at javax.faces.component.UICommand.broadcast(UICommand.java:325)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.forrester.companyadmin.filters.CompanyAdminFilter.doFilter(CompanyAdminFilter.java:102)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
         at java.lang.Thread.run(Unknown Source).
    Can someone let me know if there is anything wrong in the way iam passing these parameteres
    Edited by: user8769643 on Mar 19, 2010 7:37 AM

    i got this working. I am passing dtupdate=SYSDATE which is incorrect. i added one more parameter "q.setParameter(3,new java.util.Date())" to pass today's date and it worked.
    Thanks

  • Standard SAP HR report to give output on change in fields values

    Hi
    Is there any starndard report in sap hr which will give output on changes on the infotype fileds for given two dates.

    Hi,
       Use FM HR_INFOTYPE_LOG_GET_DETAIL .
    Regards,
    Srini.

  • I want to create stored procedure which will give output rows from "values that are passed as one parameter (comma seperated) to store procedure".

    Hello,
    I want to create stored procedure which will give output rows from "values that are passed as one parameter (comma seperated) to store procedure".
    Suppose , 
    Parameter value : person 1,person2,person3 
    table structure : 
    Project Name | officers 1 | officers 2
    here, officers 1 or officers 2 may contain names of multiple people.
    expected OUTPUT : distinct list(rows) of projects where person 1 or person 2 or person 3 is either officer1 or officer 2. 
    please explain or provide solution in detail 
    - Thanks

    Hi Visakh,
    Thanks for reply.
    But the solution you provided giving me right output only if officer 1 or officer 2 contains single value , not with comma seperated value.
    Your solution is working fine for following scenario : 
    Project 
    Officers 1
    Officers 2
    p1
    of11
    off21
    p2
    of12
    off22
    with parameter : of11,off22 : it will give expected output
    And its not working in case of :
    Project 
    Officers 1
    Officers 2
    p1
    of11,of12
    off21,off23
    p2
    of12,of13
    off22,off24
    with parameter : of11,off22 : it will not give any row in output
    I need patten matching not exact match :) 
    ok
    if thats the case use this modified logic
    CREATE PROC GetProjectDetails
    @PersonList varchar(5000)
    AS
    SELECT p.*
    FROM ProjectTable p
    INNER JOIN dbo.ParseValues(@PersonList,',')f
    ON ',' + p.[officers 1] + ',' LIKE '%,' + f.val + ',%'
    OR ',' + p.[officers 2] + ',' LIKE '%,' + f.val + ',%'
    GO
    Keep in mind that what you've done is a wrong design approach
    You should not be storing multiples values like this as comma separated list in a single column. Learn about normalization . This is in violation of 1st Normal Form
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Same sql statement gives output in different lines in 12.1.3 vs 11i

    Hi all,
    DB:11.2.0.3.0
    EBS:11i and 12.1.3
    O/S: Solaris SPARC 64 bits 5.10
    The below query gives the output in one line in 11i as expected but it gives the output in two separate lines in 12.1.3. Are there any server level settings for linesize and pagesize to be performed?
    set term off;
      set serveroutput on size 1000000;
      set feedback off;
      set pagesize 0;
      set head off;
      set linesize 72;
      set pause off;
      set colsep '';
    select
            lpad(code_combination_id,15,0)||
            rpad(to_char(start_date_active,'YYYYMMDD'),8,' ')||
            rpad(to_char(end_date_active,'YYYYMMDD'),8,' '),
            substr(SEGMENT1,1,3)||  --entity
            rpad(substr(SEGMENT2,1,6),6,' ')||  --account
            rpad(substr(SEGMENT3,1,5),5,' ')||  --costcenter
            rpad(substr(SEGMENT4,1,6),6,' ')||  --activity
            substr(SEGMENT6,1,3)||  --product
            substr(SEGMENT7,1,3)||  --service
            substr(SEGMENT5,1,3)||  --country
            substr(SEGMENT8,1,3)||  --intercompany
            rpad(substr(SEGMENT9,1,8),8,' ')||  --regional
            substr(enabled_flag,1,1) -- active flag
    from gl_code_combinations
    where last_update_date >=
          (select nvl(max(actual_start_date),'01-JAN-1951')
           from fnd_concurrent_requests
           where concurrent_program_id = (select concurrent_program_id
                                          from fnd_concurrent_programs
                                          where
                                          concurrent_program_name = 'XYZACCT')
           and status_code = 'C'
           and actual_completion_date is not null)
    order by 1;
    OUTPUT in 11i
    ============
    00000000000100020120930        7014912000000000000000000000000000000000Y
    00000000000100120120930        5014912000000000000000000000000000000000Y
    OUTPUT in 12.1.3
    ==============
    00000000000116020120930
    4881124010000000000000000000000000000000Y
    000000000001161
    6103229990000000000000000000000000000000Y
    11i and 12.1.3 should get the output in one line as per the above sql statement.
    Could anyone please share the fix on the above issue?
    Thanks for your time
    Regards,

    Hi,
    Can you confirm in what session are you running this query.
    Try this
    Column Code_Date_Range format a25
    Column Segments format a50
    set lines 300
    set pages 200
    set term off;
      set serveroutput on size 1000000;
      set feedback off;
      set pagesize 0;
      set head off;
      set linesize 72;
      set pause off;
      set colsep '';
    select
            lpad(code_combination_id,15,0)||
            rpad(to_char(start_date_active,'YYYYMMDD'),8,' ')||
            rpad(to_char(end_date_active,'YYYYMMDD'),8,' ') Code_Date_Range,
            substr(SEGMENT1,1,3)||  --entity
            rpad(substr(SEGMENT2,1,6),6,' ')||  --account
            rpad(substr(SEGMENT3,1,5),5,' ')||  --costcenter
            rpad(substr(SEGMENT4,1,6),6,' ')||  --activity
            substr(SEGMENT6,1,3)||  --product
            substr(SEGMENT7,1,3)||  --service
            substr(SEGMENT5,1,3)||  --country
            substr(SEGMENT8,1,3)||  --intercompany
            rpad(substr(SEGMENT9,1,8),8,' ')||  --regional
            substr(enabled_flag,1,1) Segments -- active flag
    from gl_code_combinations
    where last_update_date >=
          (select nvl(max(actual_start_date),'01-JAN-1951')
           from fnd_concurrent_requests
           where concurrent_program_id = (select concurrent_program_id
                                          from fnd_concurrent_programs
                                          where
                                          concurrent_program_name = 'XYZACCT')
           and status_code = 'C'
           and actual_completion_date is not null)
    For more details, please see:
    Formatting SQL*Plus Reports
    Thanks &
    Best Regards

  • Report does not give output

    Hi,
    I created a report which just run a sql query and give the output correct. The code was
    select target_name,target_type, column_label,
    warning_threshold,critical_threshold,occurrence_count
    from sysman.MGMT$TARGET_METRIC_SETTINGS
    I added a drop down select box called P1_Target. And the report takes the input from the drop down and should give the output. but It seems there is something wrong in the code that is why i dont get any out put.
    The code is
    select target_name,target_type, column_label,
    warning_threshold,critical_threshold,occurrence_count
    from sysman.MGMT$TARGET_METRIC_SETTINGS
    where target_name in (select MEMBER_TARGET_NAME from MGMT$TARGET_FLAT_MEMBERS
    where upper(AGGREGATE_TARGET_NAME) like '%X || :P1_TARGET%')
    '%X || :P1_TARGET%' does not work here ?
    Please advise.
    Thanks

    Thanks Sven.
    The query works but the other way. The output is for all the targets, not for the respective target which we select from :p1_target.
    select target_name,target_type, column_label,
    warning_threshold,critical_threshold,occurrence_count
    from sysman.MGMT$TARGET_METRIC_SETTINGS@crmodem
    where target_name in (select MEMBER_TARGET_NAME from MGMT$TARGET_FLAT_MEMBERS@crmodem
    where upper(AGGREGATE_TARGET_NAME) like '%X' || :P1_TARGET || '%')
    Thanks again.

  • How to give not null value in a rule for a field

    hi,
    i want to create a rule through rule designer where i want a field say "country" should not be left blank. when i go to the rule designer and select country through attribute value i get 2 conditions "=" and "!=" what shoud i give the value as so that the country field is not null.
    TIA

    I don't think you can have null value in the rule designer , rather you can created one more UDF and populate this UDF with something based on the nulllness/not-null of the country field and use this new UDF in the rule .
    Hope this helps .
    Thanks
    Suren

  • (Control Design & Simulation) State-Space block doesn't give output

    I've tried and tried but can't get the State-Space block module to give me a graph / output.
    I have no idea what the problem is and hope that somebody can help me. The numbers and calculations work in Matlab (Simulink) but i can't get it to simulate in labview. 
    Anybody got any ideas?
    Solved!
    Go to Solution.
    Attachments:
    Cavities.vi ‏30 KB
    Matrixes.vi ‏27 KB

    The problem is that you are assuming that LabVIEW executes left to right. Dataflow doesn't work this way. Your code as this:
    does not tell LabVIEW that it has to execute everything from left to right. What is happening is that he is executing the 3 'island' of code in parallel and, in this case, it will have 'empty' values. You have to remove the local variables to make this work and dataflow paradigm will execute your code from left to right, as you want. here is the code:
    Also, one more thing. Your input to the "CD Linear Simulation" is all zero. That means that you are trying to input zero input to a linear system, which will give you a zero output to the response. You probably do not want that since zero as input doesn't give you any more information. If you want to see how to system goes to zero after initial conditions, you should use "CD Initial Response". Or you should modify the input signal to the system. Please study this shipping example to understand how to use Linear Simulation and Initial Response:
    C:\Program Files (x86)\National Instruments\LabVIEW 2012\examples\Control and Simulation\Control Design\Time Analysis\CDEx Time Domain Analysis.vi
    Hope this helps...
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • GetProperty("JTFDBCFILE") gives me null when written in servlet.

    I created a JSP page and I did
    String dbcFile = java.lang.System.getProperty("JTFDBCFILE");
    out.println("JTFDBCFILE="+dbcFile+"<br>");
    it gave me the dbc file name with path.
    But I realized I need to write all the logic in a servlet, so I create a class file and try to do the same, but values returned are null.
    here is the code:
    import oracle.apps.fnd.common.WebAppsContext;
    import java.io.*;
    import java.sql.*;
    public class TestSess
    public static void main(String[] args)
    String dbc = System.getProperty("JTFDBCFILE");
    System.out.println("dbc file " + dbc);
    WebAppsContext wctx = new WebAppsContext(dbc);
    wctx.createAnonymousSession();
    System.out.println("sessionID =" + wctx.getSessionId());
    System.out.println("cookie name =" + wctx.getSessionCookieName());
    wctx.releaseJDBCConnection();
    wctx.freeWebAppsContext();
    OutPut is :
    dbc file null
    sessionID =0xb753f8
    cookie name =null
    Process exited with exit code 0
    can someone guide me ?
    Thanks

    You can define the value for it by setting it as a option to the engine your using. Depending on you engine (ie JServ or OC4J) you need to find the configuration file and add -DJTFDBCFILE=/your/path/to/dbc.file
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Lauching JNLP through Javascript gives viewRoot null exception

    Hi All,
    I have a requirement where I am creating jnlp file dynamically at runtime and launch it with Java web start.
    I used the java script to do this.
    here is the sample code:here is the jsff page code:
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core" xmlns:c="http://java.sun.com/jsp/jstl/core"
                    xmlns:cht="/oracle/hsgbu/trc/cohortcommon/ui/component">              
          <script type="text/javascript;version=1.8" xmlns="http://www.w3.org/1999/xhtml">
              function callappRequest(port, dataUrl, genomeID, mergeFlag, locusString, trackName) {
              alert('first');
                 alert('2nd'+port +dataUrl);            
              appRequest(port, dataUrl, genomeID, mergeFlag, locusString, trackName,jnlpLocation);
              alert('3rd');
        </script> 
       <af:resource type="javascript" source="/javascript/westart.js"/>
    <af:outputText value="File to launch IGV" id="ot4"/>
                            <af:spacer width="10" height="10" id="s24"/>
                        <af:commandButton text="View the file In IGV browser" id="cb3"
                                          action="#{pageFlowScope.managedBeanBean.openIGVBrwoser}"/>
                    </af:panelGroupLayout>
    </ui:composition>
    java code to call the javaScript for launching the jnlp file:
    public String openIGVBrwoser() {
    try {
    File dataUrl = new File("D://user//test//test1.vcf");
    FacesContext fctx = FacesContext.getCurrentInstance();
    ExtendedRenderKitService erks = null;
    erks =org.apache.myfaces.trinidad.util.Service.getRenderKitService(fctx, ExtendedRenderKitService.class);
                      FacesContext fctx = FacesContext.getCurrentInstance();
                      ExtendedRenderKitService erks = null;
                      erks =
                      org.apache.myfaces.trinidad.util.Service.getRenderKitService(fctx, ExtendedRenderKitService.class);
                      String  genomeID = "";
                      String mergeFlag = "";
                      String locusString = "";
                      String trackName = "";
                      String port = "60151";
                      URL dataUrl = vcfFile.toURL();
                      System.out.println("------dataUrl------"+dataUrl.getPath());
                      //System.out.println("----fileurl---------"+jnlpLocation);
                      erks.addScript(fctx,"callappRequest("+port+",'" + dataUrl.getPath() + "','"+genomeID+"','"+mergeFlag+"','"+locusString+"','"+trackName+"');");
                      System.out.println("------- end ------------"+vcfFile);
            } catch (IOException ioe) {
                      // TODO: Add catch code
                      ioe.printStackTrace();
    when I run the page by inserting it in jspx . on pageloading I am getting the following error
    StyleContextImpl> <isDisableStyleCompression> Your environment is configured as production and Apache Trinidad is running with uncompressed CSS. See the "org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION" parameter in /WEB-INF/web.xml
    <SkinImpl> <_isDisableContentCompressionParameterTrue> Your environment is configured as production and Apache Trinidad is running with uncompressed CSS. See the "org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION" parameter in /WEB-INF/web.xml
    <StateManagerImpl> <restoreView> Could not find saved view state for token sm6fdj1z7
    <RichExceptionHandler> <_logUnhandledException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
    java.lang.NullPointerException
        at oracle.adfinternal.view.faces.context.RichPhaseListener.handleStartAndStopActiveData(RichPhaseListener.java:478)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:487)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
        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.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.hsgbu.trc.shell.ui.filters.TRCAuthenticationFilter.doFilter(TRCAuthenticationFilter.java:46)
        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:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        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:139)
        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:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        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:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <RichExceptionHandler> <_reportFailureForMissingViewRoot> ADF_FACES-30179:For more information, please see the server's error log for an entry beginning with: The UIViewRoot is null. Fatal exception during PhaseId: RESTORE_VIEW 1.
    java.lang.NullPointerException
        at oracle.adfinternal.view.faces.context.RichPhaseListener.handleStartAndStopActiveData(RichPhaseListener.java:478)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:487)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
        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.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.hsgbu.trc.shell.ui.filters.TRCAuthenticationFilter.doFilter(TRCAuthenticationFilter.java:46)
        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:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        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:139)
        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:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        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:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <XmlHttpServletResponse> <_logException>
    javax.servlet.ServletException: ADF_FACES-60101:HTTP Error Status Code: 500."
        at oracle.adfinternal.view.faces.config.rich.XmlHttpServletResponse._logException(XmlHttpServletResponse.java:140)
        at oracle.adfinternal.view.faces.config.rich.XmlHttpServletResponse.sendError(XmlHttpServletResponse.java:106)
        at com.sun.faces.context.ExternalContextImpl.responseSendError(ExternalContextImpl.java:835)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._reportFailureForMissingViewRoot(RichExceptionHandler.java:305)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleMissingViewRoot(RichExceptionHandler.java:287)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._invokeRichExceptionHandling(RichExceptionHandler.java:243)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleUnexpectedException(RichExceptionHandler.java:178)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleException(RichExceptionHandler.java:128)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleNextEvent(RichExceptionHandler.java:113)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler.handle(RichExceptionHandler.java:98)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:210)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
        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.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.hsgbu.trc.shell.ui.filters.TRCAuthenticationFilter.doFilter(TRCAuthenticationFilter.java:46)
        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:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        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:139)
        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:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        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:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <StateManagerImpl> <restoreView> Could not find saved view state for token sm6fdj1z7
    <RichExceptionHandler> <_logUnhandledException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
    java.lang.NullPointerException
        at oracle.adfinternal.view.faces.context.RichPhaseListener.handleStartAndStopActiveData(RichPhaseListener.java:478)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:487)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
        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.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.hsgbu.trc.shell.ui.filters.TRCAuthenticationFilter.doFilter(TRCAuthenticationFilter.java:46)
        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:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        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:139)
        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:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        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:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <RichExceptionHandler> <_reportFailureForMissingViewRoot> ADF_FACES-30179:For more information, please see the server's error log for an entry beginning with: The UIViewRoot is null. Fatal exception during PhaseId: RESTORE_VIEW 1.
    java.lang.NullPointerException
        at oracle.adfinternal.view.faces.context.RichPhaseListener.handleStartAndStopActiveData(RichPhaseListener.java:478)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:487)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
        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.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.hsgbu.trc.shell.ui.filters.TRCAuthenticationFilter.doFilter(TRCAuthenticationFilter.java:46)
        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:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        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:139)
        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:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        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:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <XmlHttpServletResponse> <_logException>
    javax.servlet.ServletException: ADF_FACES-60101:HTTP Error Status Code: 500."
        at oracle.adfinternal.view.faces.config.rich.XmlHttpServletResponse._logException(XmlHttpServletResponse.java:140)
        at oracle.adfinternal.view.faces.config.rich.XmlHttpServletResponse.sendError(XmlHttpServletResponse.java:106)
        at com.sun.faces.context.ExternalContextImpl.responseSendError(ExternalContextImpl.java:835)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._reportFailureForMissingViewRoot(RichExceptionHandler.java:305)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleMissingViewRoot(RichExceptionHandler.java:287)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._invokeRichExceptionHandling(RichExceptionHandler.java:243)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleUnexpectedException(RichExceptionHandler.java:178)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleException(RichExceptionHandler.java:128)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleNextEvent(RichExceptionHandler.java:113)
        at oracle.adfinternal.view.faces.context.RichExceptionHandler.handle(RichExceptionHandler.java:98)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:210)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
        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.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.hsgbu.trc.shell.ui.filters.TRCAuthenticationFilter.doFilter(TRCAuthenticationFilter.java:46)
        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:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        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:139)
        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:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        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:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Jan 9, 2014 11:08:41 PM IST> <Critical> <Health> <BEA-310003> <Free memory in the server is 4,851,040 bytes. There is danger of OutOfMemoryError>
    <MetadataServiceImpl$Bootstrap> <add> ADFc: /META-INF/adfc-config.xml:
    <MetadataServiceImpl$Bootstrap> <add> ADFc: Duplicate managed bean definition for 'loginPageBean' detected.
    <StyleContextImpl> <isDisableStyleCompression> Your environment is configured as production and Apache Trinidad is running with uncompressed CSS. See the "org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION" parameter in /WEB-INF/web.xml
    <SkinImpl> <_isDisableContentCompressionParameterTrue> Your environment is configured as production and Apache Trinidad is running with uncompressed CSS. See the "org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION" parameter in /WEB-INF/web.xml
    <StyleContextImpl> <isDisableStyleCompression> Your environment is configured as production and Apache Trinidad is running with uncompressed CSS. See the "org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION" parameter in /WEB-INF/web.xml
    <SkinImpl> <_isDisableContentCompressionParameterTrue> Your environment is configured as production and Apache Trinidad is running with uncompressed CSS. See the "org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION" parameter in /WEB-INF/web.xml
    and here is the JavaScript:
    * Javascript library to communication with java webstart application
    // globals
    var SCRIPT_ELEMENT_ID = "igv";
    var timeoutVar; // used to set/unset timeout handlers
    var sessionURL; // the session (or data) url
    var genome; // the genome parameter
    var locus;  // the locus parameter
    var name;   // the name parameter
    var merge;
    * Function to determine webstart version - taken from sun site
    function webstartVersionCheck(versionString) {
        // Mozilla may not recognize new plugins without this refresh
        navigator.plugins.refresh(true);
        // First, determine if Web Start is available
        if (navigator.mimeTypes['application/x-java-jnlp-file']) {
            // Next, check for appropriate version family
            for (var i = 0; i < navigator.mimeTypes.length; ++i) {
                var pluginType = navigator.mimeTypes[i].type;
                if (pluginType == "application/x-java-applet;version=" + versionString) {
                    return true;
        return true;
    * Handler function to launch IGV via java web start.  This handler is scheduled in the appRequest() function, and
    * is canceled by the callBack() function called in the response to the "localhost" request.  If callBack() is not
    * invoked we conclude IGV is not running and launch it via Java WebStart.
    function timeoutHandler() {
        // construct webstart url
        var hostname = window.location.hostname;
        var port = window.location.port;
        if (port) {
            hostname += (":" + port);
       //  note: context_path is set in stylesAndScripts.jsp
         var webstart_url = "http://www.broadinstitute.org/igv/projects/current/igv.php";
        if (sessionURL) {
            webstart_url += "?sessionURL=" + sessionURL;
            if (genome) {
                webstart_url += "&genome=" + genome;
            if (locus) {
                webstart_url += "&locus=" + locus;
            if (name) {
                webstart_url += "&name=" + name;
            if (merge) {
                webstart_url += "&merge=" + merge;
         // window.open(webstart_url,"needdownload");
        // determine if webstart is available - code taken from sun site
        var userAgent = navigator.userAgent.toLowerCase();
        // user is running windows
        if (userAgent.indexOf("msie") != -1 && userAgent.indexOf("win") != -1) {
            document.write("<OBJECT " +
                "codeBase=http://java.sun.com/update/1.5.0/jinstall-1_5_0_05-windows-i586.cab " +
                "classid=clsid:5852F5ED-8BF4-11D4-A245-0080C6F74284 height=0 width=0>");
            document.write("<PARAM name=app VALUE=" + webstart_url + ">");
            document.write("<PARAM NAME=back VALUE=true>");
            // alternate html for browsers which cannot instantiate the object
            document.write("<A href=\"http://java.sun.com/j2se/1.5.0/download.html\">Download Java WebStart</A>");
            document.write("</OBJECT>");
         //user is not running windows
        else if (webstartVersionCheck("1.6")) {
            window.location = webstart_url;
        // user does not have jre installed or lacks appropriate version - direct them to sun download site
        else {
            window.open("http://jdl.sun.com/webapps/getjava/BrowserRedirect?locale=en&host=java.com",
                "needdownload");
    * This function is called by IGV in the response to the GET request to load the data.  It cancels the JNLP load.
    function callBack() {
        clearTimeout(timeoutVar);
    * Called to disable a link to the webstart.
    function disableLink(linkID) {
        var link = document.getElementById(linkID);
        if (link) {
            link.onclick = function() {
                return false;
            link.style.cursor = "default";
            link.style.color = "#000000";
    * This function is called from a link or button to load data into IGV.  First,  an attempt is made to load the
    * supplied data into a running IGV.  If this is not successful, as detected by a failure to cancel the timeoutHandler,
    * IGV is launched by JNLP.
    * The first 2 arguments are required.  Remaining arguments are optional but must appear in the prescribed order.
    * @param port -- the IGV port, typically 60151
    * @param dataUrl -- an http or ftp url to the data.
    * @param genomeID -- the genomeID,  e.g. hg18
    * @param mergeFlag -- flag to indicate if data should be merged with current IGV session, or should start a new session
    * @param locusString -- an IGV locus string, e.g. chr1:100,000-200,000  or EGFR.  See IGV doc for full details
    * @param trackName -- name for the track resulting from dataURL.  This only works for "single-track" formats, e.g. wig.
    function appRequest(port, dataUrl, genomeID, mergeFlag, locusString, trackName) {
        // be good and remove the previous cytoscape script element
        // although, based on debugging, i'm not sure this really does anything
        var oldScript = document.getElementById(SCRIPT_ELEMENT_ID);
        if (oldScript) {
            oldScript.parentNode.removeChild(oldScript);
        alert('in app request...'+port+dataUrl);
       var localURL = "http://127.0.0.1:" + port + "/load?callback=callBack();";
        sessionURL = dataUrl;
        genome = genomeID;
        locus = locusString;
        merge = mergeFlag;
        name = trackName;
        if(dataUrl != null) {
            localURL += "&file=" + dataUrl;
        if (genomeID != null) {
            localURL += "&genome=" + genomeID;
        if (locusString != null) {
            localURL += "&locus=" + locusString;
        if (mergeFlag != null) {
            localURL += "&merge=" + mergeFlag;
        if (trackName != null) {
            localURL += "&name=" + trackName;
         alert('local url'+localURL);
        // create new script
        var newScript = document.createElement("script");
        newScript.id = SCRIPT_ELEMENT_ID;
        newScript.setAttribute("type", "text/javascript");
        newScript.setAttribute("src", localURL);
        // add new script to document (head section)
        var head = document.getElementsByTagName("head")[0];
        head.appendChild(newScript);
         //disable link
        // we do this because some browsers
         //will not fetch data if the url has been fetched in the past
        disableLink("1");
        // set timeout - handler for when IGV is not running
        timeoutVar = setTimeout("timeoutHandler()");
    I am not getting why its getting veiwRoot null. even though the script still didn't get call.
    Please let me know where I'm making mistake.
    your suggestions are welcome.
    Thanks
    Ashwini

    Hi,
    the problem typically is when a navigation references a view that does not exist in JSF. I suggest to start from the JSPX page and then add more and more content to it until the error shows. This helps you to narrow the problem. I did not read the whole JavaScript you posted, but you should make sure it performs a proper redirect replacing the whole JSPX page and that the redirect does not include /faces/ in the path
    Frank

  • Why Can't Camera Work with Windows Messenger for Mac and give output video?

    I can see from the other end, but my camera won't come on so they can't see me. I hear them and can type in Messenger, but I'd like to have 2-way video, not just receive.
    My camera works as I use it in Photo Booth, so that's not the problem. I can't find a way to setup the video within Messenger. Don't know if it's problem with Messenger or Leopard.
    Whatever it is, it's very annoying that I can't output video.
    Anyone with similar problem or have the answer? I'd be forever grateful!
    junroe

    Microsoft Messenger doesn't have video support on the Mac version. If you want crossplatform videochat, ask your friends to join AOL Instant Messenger. You can get video chat crossplatform between AOL Instant Messenger for PC & Apple's iChat which supports AOL Instant Messenger screen names. Skype is crossplatform too. An open source program called ophonex supports Microsoft Messenger's Netmeeting protocol for video chat as well. IRC is also crossplatform in videochat though its setup is a bit more complicated with the software known as Ircle for the Mac.
    Message was edited by: a brody

  • How to give output back to console

    ok i used System.setOut) to get some output to a file, but after doing it i need to set the out back to default (console i guess in this case) how can i do that? thx a lot

    PrintStream saveOut = System.out;
    System.setOut(yourNewThingy);
    System.setOut(saveOut);

  • FAGLL03 gives output but not FBL3N

    Hello Experts
    We are working on Ecc 6.0.
    Issue is that for a GL account FAGLL03 / FAGLB03(drilldown) gives the line items posted for a GL but when I execute FBL3N for the same GL, system prompts the error that - No line item display possible for account XXXX & hence I dont get any data.
    The reason being that data is not coming in FBL3N is that Line Item indicator is not checked for this GL.
    So if Line Item indicator was never checked for this GL, then how FAGLL03 / FAGLB03(drilldwon) gives the line item data for the same GL & not by FBL3N?
    Regards
    Kapil

    Hi,
    FAGLL03: In this report line item display are possible for those GLs which line item display is not maintained.
    FBL3N: In this report line item display is possible for only those GLs for which line item display is checked on.
    FAGBLO3 is just like FS10N but it displays the Balances of G/L Accounts LEDGER wise, (Leading Ledger or Non-Leading) also you can see the line item by double clicking the balance, regardless of line item display is on or off. 
    You can activate the line item display for an account later (account has already been posted to) using report RFSEPA01 in SA38.
    1. Check the line item display in the GL maste
    2. Block the GL for posting in FS00
    3. Then go to SE38 and execute above stated report RFSEPA01
    4. Enter the Company code and the GL and run the same.
    Thanks
    Javed

  • Query is taking hours to give output

    Hi All,
    The following query is taking hours to give o/p,is there any way to optimize it for a better performance.
    I took the expalin plan for the sql.
    SELECT SUM(L.EXTENDED_AMOUNT)
    FROM mtl_categories cat,
    mtl_item_categories mic ,
    RA_CUSTOMER_TRX_ALL H ,
    RA_CUST_TRX_TYPES_ALL T ,
    RA_CUSTOMER_TRX_LINES_ALL L
    WHERE cat.category_id = 4341
    AND cat.category_id = mic.category_id
    AND mic.organization_id = 4
    AND mic.category_set_id = 4
    AND mic.inventory_item_id = l.inventory_item_id
    AND TO_CHAR(H.TRX_DATE,'MON-RR')= 'MAR-12'
    AND l.CUSTOMER_TRX_ID = H.CUSTOMER_TRX_ID
    AND T.TYPE = 'INV'
    AND T.NAME NOT IN ('PB-INV-MEMO', 'PB-RMA-MEMO','PB-CM-MEMO','JM-INV-MEMO','JM-RMA-MEMO','JM-CM-MEMO','JM-CO','PB-CO')
    AND H.CUST_TRX_TYPE_ID = T.CUST_TRX_TYPE_ID
    AND H.BILL_TO_CUSTOMER_ID =3284

    explain plan for the sql
    | Id | Operation           | Name           | Rows | Bytes | Cost |
    | 0 | SELECT STATEMENT |           | 1 | 89 | 417 |
    | 1 | SORT AGGREGATE      |           | 1 | 89 | |
    | 2 | TABLE ACCESS BY INDEX ROWID | RA_CUSTOMER_TRX_LINES_ALL | 1 | 15 | 3 |
    | 3 | NESTED LOOPS           |           | 1 | 89 | 417 |
    | 4 | NESTED LOOPS      |           | 42 | 3108 | 291 |
    | 5 | MERGE JOIN CARTESIAN      |           | 56 | 2856 | 11 |
    | 6 | NESTED LOOPS      |           | 1 | 28 | 8 |
    | 7 | NESTED LOOPS      |           | 1 | 13 | 1 |
    |* 8 | INDEX UNIQUE SCAN      | MTL_CATEGORIES_B_U1      | 1 | 5 | 1 |
    |* 9 | INDEX UNIQUE SCAN      | MTL_CATEGORIES_TL_U1      | 1 | 8 | |
    | 10 | TABLE ACCESS BY INDEX ROWID | MTL_ITEM_CATEGORIES      | 1 | 15 | 7 |
    |* 11 | INDEX RANGE SCAN      | MTL_ITEM_CATEGORIES_N1      | 1 | | 2 |
    | 12 | BUFFER SORT           |           | 57 | 1311 | 4 |
    |* 13 | TABLE ACCESS FULL      | RA_CUST_TRX_TYPES_ALL      | 57 | 1311 | 3 |
    |* 14 | TABLE ACCESS BY INDEX ROWID      | RA_CUSTOMER_TRX_ALL | 1 | 23 | 5 |
    |* 15 | INDEX RANGE SCAN      | RA_CUSTOMER_TRX_N11      | 26 | | 2 |
    |* 16 | INDEX RANGE SCAN      | JM_RA_CUSTOMER_TRX_LINES_N1 | 1 | | 2 |
    8 - access("B"."CATEGORY_ID"=4341)
    9 - access("T"."CATEGORY_ID"=4341 AND "T"."LANGUAGE"=:B1)
         filter("B"."CATEGORY_ID"="T"."CATEGORY_ID")
    11 - access("MIC"."ORGANIZATION_ID"=4 AND "MIC"."CATEGORY_SET_ID"=4 AND
         "MIC"."CATEGORY_ID"=4341)
         filter("B"."CATEGORY_ID"="MIC"."CATEGORY_ID")
    13 - filter("SYS_ALIAS_0000"."TYPE"='INV' AND "SYS_ALIAS_0000"."NAME"<>'PB-INV-MEMO' AND
         "SYS_ALIAS_0000"."NAME"<>'PB-RMA-MEMO' AND "SYS_ALIAS_0000"."NAME"<>'PB-CM-MEMO' AND
         "SYS_ALIAS_0000"."NAME"<>'JM-INV-MEMO' AND "SYS_ALIAS_0000"."NAME"<>'JM-RMA-MEMO' AND
         "SYS_ALIAS_0000"."NAME"<>'JM-CM-MEMO' AND "SYS_ALIAS_0000"."NAME"<>'JM-CO' AND
         "SYS_ALIAS_0000"."NAME"<>'PB-CO')
    14 - filter(TO_CHAR("H"."TRX_DATE",'MON-RR')='MAR-12')
    15 - access("H"."BILL_TO_CUSTOMER_ID"=3284 AND
         "H"."CUST_TRX_TYPE_ID"="SYS_ALIAS_0000"."CUST_TRX_TYPE_ID")
    16 - access("L"."CUSTOMER_TRX_ID"="H"."CUSTOMER_TRX_ID" AND
         "MIC"."INVENTORY_ITEM_ID"="L"."INVENTORY_ITEM_ID")
    Note: cpu costing is off

  • Report KSB1 take time to give output

    Hi
    When we run the T-Code KSB1 for a report it is taking more than 1 Hour to proceed the report for one month time period.
    This happening only for certain  group of cost centers only. Can somebody help to solve this issue.
    Regards
    Kesharika

    HI,
    there is a number of SAPNET notes dealing with performance of CO line item reports (search "KSB1" and "performance"  for example note number 607011, 840414,...).
    Depending on your specific situation (reading from archive, how are the CC groups defined,...) you should read the notes and do the things suggested there.
    Best regards, Christian

Maybe you are looking for

  • Chromium freezes while typing in the omnibar

    KDE base runtime 4.8.0-1 Chromium 17.0.963.46-1 AdBlock Plus 1.2 If multiple tabs are open, typing into the omni-bar will sometimes cause chromium to freeze after a few keystrokes. Removing the ~/.config/chromium directory, thereby resetting the prof

  • PPOSE - how to enable to display custom relationship

    We are implementing dotted-line relationship. Need to be able to display it via PPOSE. At my previous engagement 6-7 years ago we had this done, but I can't remember how (it was done before I joined). So the specific example is, we configured a custo

  • Error checkin prerequisites diagnostics in SOLMAN_SETUP

    Hi All! I trying execute Basic Configuration in SOLMAN_SETUP. In section installation check on step Prerequisites Diagnostics receive messages: Component CPRXRPM: SP level 0007 is incorrect, expected  14 Component CPRXRPM: release 450_700 is incorrec

  • Logic not responding when saving or changing settings & Can't record audio

    I have just started to use Logic for the first time (installed it a month ago and now trying to use it). I have the latest version of Logic, OS X and have a MacBook Pro. I do not have any external hardware or plug-ins installed. PROBLEM: Whenever I t

  • Pixelized Outline

    I am creating business cards with the below logo: The business cards are black and the outline of my logo is gray.  The site allows me to use an ai file but when I upload it to the site the gray outline looks very jagged and pixelated on the black ba