HttpServletResponse of Java isn't isClientConnected method

I implement a connection http long poll using java servlet.

How can I know that the http client is still active in any instance? Currently, what I do is to write a byte to the output stream and flush the data. If there is an exception of e/s, then the client is dead.

But in ASP.NET, there is a property, Response.IsClientConnected , who may know if the customer is active without anything writing to the output stream.

I want to know how is it possible to develop in java servlet. I don't want to continue to write data into the http response stream as it can cost to network.

Thanks in advance.

PC says:
So suggest me how a server must be able to communicate to the client? Given that the customer can be inside of a browser, I can't thing of anything other than HTTP. I guess that's how gmail chat has been developed.

If you want to be on the cutting edge, you might want to try WebSockets, but support is still uneven between browsers and you will probably have to do extra work on the side server.

Tags: Java

Similar Questions

  • java program have main method

    java program have main method

    I note that this issue is still marked as "no response." Not sure if this is due to inactivity during the holiday season, or if there is still confusion. Let me throw in an another wrinkle: If the JAVA virtual machine requires a main() method to launch a program, your code may or may not be liable for this method. In a single normal stand, application of line control, Yes, you do have to provide a main method. But there are other common scenarios where you do not have. If any of these scenarios apply to you, don't waste time searching through the code to the main method, because you won't find it.

    1. web Applications. They often run under a servlet that calls / invokes the application to manage applications for individual customers (e.g. Wicket). In this scenario, the Web application acts as a "listener". (To complicate things even more, the servlet runs inside a parent container, such as Tomcat). The bottom line is, however, that your application itself will have a main() method. Because of some top-level code.

    2. parent controllers. Some frameworks (Spring Batch comes to mind) provide the main method and call the individual portions of your code to execute the steps, tasks, etc. In this scenario, you will not see a main() method, because it is "hidden" in the parent layer.

    There are probably other scenarios as well where the location of the main method is not obvious. These are just two of the most common.

  • Why Java isn't letting me change the background color of the current Panel?

    Basically, I just try to learn all that there is on interactive mouse movements and seeks to build a kind of frankenstein-ish drawing program.

    Here is the code:
    import java.awt.Color;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import java.awt.event.MouseMotionListener;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    
    
    public class MyPaint extends JPanel
    {
        JButton button;
        JFrame frame;
        int currentX;
        int currentY;
        int counter = 1;
        
        public MyPaint()
        {
            createComponents();
            addComponentsToPanels();
            setFrameProperties();
            activateListeners();
        }
    
        public void addComponentsToPanels()
        {
            this.add(button);
        }
    
        public void createComponents()
        {
            button = new JButton("Button");
            button.setToolTipText("This is the first button");
        }
    
        public void setFrameProperties()
        {
            frame = new JFrame();
            frame.setSize(400,400);
            frame.setResizable(false);
            frame.setVisible(true);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.add(this);
        }
    
        public void activateListeners()
        {
            MyMouseListener listener = new MyMouseListener();
            button.addMouseListener(listener);
            button.addMouseMotionListener(listener);
        }
    
        private class MyMouseListener implements MouseListener, MouseMotionListener
        {
            MyPaint myPaint = new MyPaint();
    
            public void mouseClicked(MouseEvent e) throws UnsupportedOperationException
            {
                JOptionPane.showMessageDialog(null,"The mouse was clicked!");
            }
    
            public void mousePressed(MouseEvent e) throws UnsupportedOperationException
            {
                JOptionPane.showMessageDialog(null,"The mouse was pressed!");
            }
    
            public void mouseReleased(MouseEvent e) throws UnsupportedOperationException
            {
                JOptionPane.showMessageDialog(null,"The mouse was released!");
            }
    
            public void mouseEntered(MouseEvent e) throws UnsupportedOperationException
            {
                myPaint.setBackground(Color.RED); // why isn't this working? - I want the original panel to be red (not the newly created windows on top)
            }
    
            public void mouseExited(MouseEvent e) throws UnsupportedOperationException
            {
                myPaint.setBackground(Color.BLUE); // why isn't this working? - I want the original panel to be blue (not the newly created windows on top)
            }
    
            public void mouseDragged(MouseEvent e) throws UnsupportedOperationException
            {
                currentX = e.getX();
                currentY = e.getY();
                repaint();
            }
    
            public void mouseMoved(MouseEvent e) throws UnsupportedOperationException // why is this only being called once?
            {
                System.out.println("mouseMoved: " + counter);
                counter++;
            }
        }
    
        public static void main(String[] args)
        {
            new MyPaint();
        }
    }
    I just want to know how to make the inner class to set the background of the Panel of the outer class to the same window, instead of doing what I want, but in a newly opened window.

    Any help to resolve this would be greatly appreciated!
    Thanks in advance!

    MyPaint myPaint = new MyPaint();

    Get rid of this line, it is originally an unlimited number of images to create.

    Then replace the following lines:

    //            myPaint.setBackground(Color.RED);
                setBackground(Color.RED); 
    
    ...
    //            myPaint.setBackground(Color.BLUE);
                setBackground(Color.BLUE); 
    
  • Java API - finalize the method for XmlResults

    Hello!

    I wonder why, in the Java XML DB code, we have a finalize() method that calls the delete() method while we are supposed to call the method delete() manually (according to the documentation). Is this ok if the delete() method is called twice (it happens where GC clean up the XmlResults object)? Can't get us a few problems because of this?

    Thank you
    Vyacheslav

    Finalize() is called by the garbage collector of Java before it cleans the object, because the garbage collector may be slow to clean up objects, or can clean them out of use (cleaning a container before cleaning the XmlResults which access), you must call the delete() function manually.

    Several calls to delete() don't matter, after the first call records function as the memory is removed and does not attempt to remove it again.

    Lauren Foutz

  • Java isn't eenabled

    I just downloaded the new Firefox 4.0 and now my Java does not. I get a message to him. How can I do this? That's happened? It worked fine before downloading.

    When you click the Firefox Button, then click on Addons and in the new tab "plugins" on the left side, you will find an entry named "Java (TM) platform...)?

    If this is not the case, try to download and reinstall Java from www.java.com

  • Error when opening a dwg file: java.lang.NoSuchMethodException: method

    Hello Experts,

    I tried to integrate content with Autovue WebCenter, integration was good until I get this error while trying to open a dwg file checked in Content Server using view in Autovue option in action:

    java.lang.NoSuchMethodException: method fileOpen (com.cimmetry.core.SessionID, com.cimmetry.core.DocID, com.cimmetry.core.Authorization, < null >, java.lang.Boolean, < null >) not found in the com.cimmetry.jvueserver.VCETConnection class
    at com.cimmetry.jvueserver.ar.a (unknown Source)
    at com.cimmetry.jvueserver.ar.a (unknown Source)
    at com.cimmetry.jvueserver.ar.a (unknown Source)
    at com.cimmetry.jvueserver.ar.d (unknown Source)
    at com.cimmetry.jvueserver.ar.a (unknown Source)
    at com.cimmetry.jvueserver.ah.run (unknown Source)

    Any suggestion could help me,

    Thanks in advance
    REDA

    Hi reda,.

    The solution to this problem is published in My Oracle Support:

    Error: "java.lang.NoSuchMethodException: fileOpen method" when you try to view files using AutoVue integrated with Oracle Universal Content Management (UCM) (Doc ID 1341644.1).

    It has all the details, step by step.

    Jeff

  • How to send a Java from Javascript object to an Applet do not get converted to MessagePassingJSObject

    I use two java applets in my web page (let's call them XMLPlugin and Designer).

    I create Java objects by calling method of the applet XMLPlugin 'createObject (< params >):

    var myObj = XMLPlugin.createObject (< params >);

    CreateObject method returns object of type < my_type >.

    I want to send myObj to another Designer applet:

    DSigner.addObject (myObj);

    I get the following exception in Java: eception exception: java.lang.ClassCastException: sun.plugin2.main.client.MessagePassingJSObject cannot be cast to < my_type >.
    Problem is I get an object of type MessagePassingJSObject instead of < my_type > returned by createObject() method.

    Strange, is that Firebug shows type correct < my_type > for myObj variable before entering the DSigner.addObject (myObj) method.

    I am also getting correct objects using other browsers (Internet explorer, Chrome).

    Thanks, any help would be really appreciated.

    Try announcement Web development / standards evangelism MozillaZine forum. The helpers there are better informed on the problems of development of web page with Firefox.

    http://forums.mozillazine.org/viewforum.php?f=25

    You will need to register and log in to post in this forum.

  • After downloaded java java 7 and javaFX my pc has become demonized, why?

    now it takes 10 minutes to start, forever for MSE to kick in. I am a lost.would that goes back to java 6 n 39 do better. Ty hagd stay cooler

    Hi philwhitesell,

    Follow these methods.

    Method 1: Uninstall and reinstall the Java application.

    Method 2: Follow these steps:

    Step 1: Start the computer in safe mode and check if the problem persists.

    Step 2: If the problem does not still in safe mode, perform a clean boot to see if there is a software conflict as the clean boot helps eliminate software conflicts.

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start, run.

    (b) type msconfigand click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click restart to restart the computer.

    Method 3: Performs a search using the Microsoft safety scanner.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    For reference:

    Slow PC? Optimize your computer for peak performance

    How to make a computer faster: 6 ways to speed up your PC

  • FRM-92091 caused by java.lang.IllegalArgumentException

    Hello

    Here are our customer environment:

    Oracle Forms 11.1.2.2

    Client OS: Windows 7 64-bit

    Customer JRE: 1.8.0_45 - b14

    Plug-in (Internet Explorer): 11.45.2.14

    The customer gets intermittendly a FRM-92091 error caused by the Java Exception:

    java.lang.IllegalArgumentException: comparison method violates the general contract

    The error occurs in several forms. We could not set a context in which the error is triggered.

    Some research on the internet lead us to

    Bug ID: JDK-6804124 (coll) replace "modified mergesort" in java.util.Arrays.sort with timsort

    and

    https://bugs.OpenJDK.Java.NET/browse/JDK-8078607

    We found a suggestion for a workaround pass

    -Djava.util.Arrays.useLegacyMergeSort = true

    for customers JRE or setting

    System.setProperty ("java.util.Arrays.useLegacyMergeSort", "true");

    In the code of the applet.

    Here are my questions:

    (1) is this problem known as forms 11.1.2.2?

    (2) we use a custom jar file. It would be useful to call System.setProperty ("java.util.Arrays.useLegacyMergeSort", "true"); in our code?

    (3) if there are 2) is not successful. Is there a method to pass - Djava.util.Arrays.useLegacyMergeSort = true to the forms by a side configuration applet server or do we put in the java Panel client on each client computer?

    TIA

    Frank Piron

    Hello community,

    Finally, we found a solution without touching the client computer. On the Weblogic Server, edit the file (s)

    $FR_INST\config\FormsComponent\forms\server\basejpi.htm

    $FR_INST\config\FormsComponent\forms\server\webutiljpi.htm (we use webutil)

    and add the line

    where the parameters are defined.

  • Connection failed for an unknown reason (IOM Java Client)

    Hello


    I have some code Client Java IOM that works if I have access to IOM without SSL.


    The problem occurs when I try another (production) server that uses the SSL protocol


    I use these libraries


    common - logging.jar

    cryptoj.jar

    EclipseLink.jar

    JRF - api .jar

    oimclient.jar

    Spring.jar

    WebServiceClient + SSL.jar

    wlfullclient.jar

    I also tried to add the system properties to add SSL debug, to ignore invalid host names, etc..

    I also created a file of keys, certificates imported and added

    System.setProperty ("javax.net.ssl.trustStore", KEYSTORE);
    System.setProperty ("javax.net.ssl.trustStorePassword", KEYSTORE_PASSWORD);

    opening of session
    System.setProperty ("java.security.auth.login.config", AUTHWL_CONF_PATH);
    System.setProperty ("APPSERVER_TYPE", "wls");
    String ctxFactory = "weblogic.jndi.WLInitialContextFactory";
    < String, String > Hashtable env = new Hashtable < String, String > ();
    env.put (OIMClient.JAVA_NAMING_FACTORY_INITIAL, ctxFactory);
    env.put (OIMClient.JAVA_NAMING_PROVIDER_URL, OIM_JAVA_API_URL);
    OIMClient client = new OIMClient (env);
    customer. Login (OIM_ADMIN, OIM_ADMIN_PASSWORD.toCharArray ());

    URL of the IOM is referenced by intellectual property

    The error message is not really help a lot. The green text was added by me.

    User name and password have been double-checked, they work for the web INTERFACE.


    javax.security.auth.login.LoginException : weblogic.socket.UnrecoverableConnectException : [connection failed for an unknown reason: < bytes garbage here >]

    to weblogic.security.auth.login.UsernamePasswordLoginModule.login (UsernamePasswordLoginModule.java:194)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Method Native( )

    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke (Method.java:606)

    to javax.security.auth.login.LoginContext.invoke (LoginContext.java:762)

    to javax.security.auth.login.LoginContext.access$ 000 (LoginContext.java:203)

    to javax.security.auth.login.LoginContext$ 4.run (LoginContext.java:690)

    to javax.security.auth.login.LoginContext$ 4.run (LoginContext.java:688)

    at java.security.AccessController.doPrivileged (Method Native( )

    to javax.security.auth.login.LoginContext.invokePriv (LoginContext.java:687)

    to javax.security.auth.login.LoginContext.login (LoginContext.java:595)

    to Thor.API.Security.LoginHandler.weblogicLoginHandler.login (weblogicLoginHandler.java:61)

    to oracle.iam.platform.OIMClient.login (OIMClient.java:212)

    to oracle.iam.platform.OIMClient.login (OIMClient.java:196)

    You cannot refer to the URL of the IOM by IP and use SSL. The host name must match the name on the certificate that will never happen if it is an IP address.

  • Load java classes in ORACLE database error: () Ljava/util/list ;) catch_type not a subclass of Throwable

    Hello

    I tried to load java classes in the database using the loadjava tool, but I get a warning which causes an error when calling the java method of procedure PLSQL.

    ERROR: ORA-29552: check warning: java.lang.VerifyError: (class: method com/mq/RIMSmqToolsIn,: mqRead signature: () Ljava/util/list ;) catch_type not a subclass of Throwable)

    I think that it is a problem of dependencie for some missing java classes that need to be solved using loadjava tool but I could not understand what pot should be used and how is the correct command with laodjava?

    NB: I tried to use a jar file that contains java.util.List.class, but I still get the warning when loading

    Thank you very much

    ANTHONY

    Hello

    This error occurs when the dependency jar files loading in the java command loads separate.

    Load all the jar files in a command unique loadjava as below:

    loadjava, sys/eu1 - r u - v-f--s-grant public - genmissing xyz.jar xyz1.jar

    Before loading jar files drop them in the database.

    Thanks and greetings

    Vincent

  • Java Cloud Saas Extension / Jasper Report error

    Hello Pros.

    I have an ADF java EE application, which has been deployed in the service of the jcs weeks trial now.

    This worked well and was stable until yesterday, after the planned downtime or maintenance of the database service.

    My application logic: my jrxml jasperreport files are deployed as files in my EAR file. A user selects the type of report to generate and a call to the database to retrieve the path and params to a database table is made.

    GetResourceAsStream using the actual file is in the folder WEBINF, then starts the compilation of the JRXML file. ....

    And now my new nightmare as below

    Here's the error stacktrace that is impossible to make sense at the present time.

    [2015-01-18T11:54:29.661-08:00] [INCIDENT_ERROR] [1] [incident 171 created with problem key "BEA-000000 [JCSSecurity]"]
    [2015-01-18T11:54:29.263-08:00] [NOTIFICATION] [1] [An incident has been signalled with the incident facts: [problemKey=BEA-000000 [JCSSecurity] incidentSource=SYSTEM incidentTime=Sun Jan 18 19:54:29 GMT 2015 errorMessage=BEA-0 executionContextId=0053FAIcLBx6yGFpR04Eyd0006ZN00002m]]
    [2015-01-18T11:54:29.262-08:00] [NOTIFICATION] [1] [Watch 'Error' with severity 'Notice' on server 'm0' has triggered at Jan 18, 2015 7:54:29 PM GMT. Notification details: [
    WatchRuleType: Log 
    WatchRule: (SEVERITY = 'Error') 
    WatchData: DATE = Jan 18, 2015 7:54:28 PM GMT SERVER = m0 MESSAGE = Policy POLICY-ID-311 violated.loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
    java.security.AccessControlException: loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.validateClassData(LoadingClassValidator.java:76)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke0(LoadingClassValidator.java:267)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke(LoadingClassValidator.java:190)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__MJPRi__s1V5FvRc5lyta3R9hFnkc__A5c_POLICY_ID_311(SecurityManager_AYMXR76323pdlej.java:865)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClass(JRClassLoader.java:338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.cloud.jcs.scanning.impl.extension.CloudInvocationHandlerAdapter.invoke(CloudInvocationHandlerAdapter.java:87)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__oHsrYg6bU6FFNCImVv7MZ1toELI__A5c_REF_POLICY_ID_501(SecurityManager_AYMXR76323pdlej.java:2885)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClassFromBytes(JRClassLoader.java:239)
      at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:102)
      at net.sf.jasperreports.engine.design.JRAbstractCompiler.loadEvaluator(JRAbstractCompiler.java:340)
      at net.sf.jasperreports.engine.JasperCompileManager.getEvaluator(JasperCompileManager.java:265)
      at net.sf.jasperreports.engine.fill.JRFillDataset.createCalculator(JRFillDataset.java:462)
      at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:384)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:88)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:103)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:61)
      at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:179)
      at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:81)
      at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:446)
      at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:849)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.createAndUploadReport2(EndviCRMHelperUtil.java:1091)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.generateDocument(EndviCRMHelperUtil.java:885)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.createPDF(EndviCRMCommonUtil.java:1230)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.actionAll(EndviCRMCommonUtil.java:1338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at oracle.adf.view.rich.component.fragment.UIXInclude$ContextualMethodExpressionWrapper.invoke(UIXInclude.java:673)
      at com.blueberryngc.endvi.bts.util.EndviToolbar0001Component.handleActionAll(EndviToolbar0001Component.java:381)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1433)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:971)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:219)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:211)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:177)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:292)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714)
      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:2283)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
     SUBSYSTEM = JCSSecurity USERID = [email protected] SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-000000 MACHINE = us2jcsr3080045.usdc2.oraclecloud.com TXID =  CONTEXTID = 0053FAIcLBx6yGFpR04Eyd0006ZN00002m TIMESTAMP = 1421610868807  
    WatchAlarmType: AutomaticReset 
    WatchAlarmResetPeriod: 900000 
    
    
    ]]
    [2015-01-18T11:54:29.221-08:00] [INCIDENT_ERROR] [1] [incident 170 created with problem key "BEA-000000 [JCSSecurity]"]
    [2015-01-18T11:54:28.820-08:00] [ERROR] [1] [cause: null]
    [2015-01-18T11:54:28.820-08:00] [ERROR] [1] [msg: null]
    [2015-01-18T11:54:28.818-08:00] [ERROR] [1] [Redirected Throwable[
    net.sf.jasperreports.engine.JRException: Error loading expression class : ENDVI_RECIEPTS_PRINT_0001_1421610867321_832889
      at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:116)
      at net.sf.jasperreports.engine.design.JRAbstractCompiler.loadEvaluator(JRAbstractCompiler.java:340)
      at net.sf.jasperreports.engine.JasperCompileManager.getEvaluator(JasperCompileManager.java:265)
      at net.sf.jasperreports.engine.fill.JRFillDataset.createCalculator(JRFillDataset.java:462)
      at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:384)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:88)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:103)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:61)
      at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:179)
      at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:81)
      at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:446)
      at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:849)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.createAndUploadReport2(EndviCRMHelperUtil.java:1091)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.generateDocument(EndviCRMHelperUtil.java:885)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.createPDF(EndviCRMCommonUtil.java:1230)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.actionAll(EndviCRMCommonUtil.java:1338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at oracle.adf.view.rich.component.fragment.UIXInclude$ContextualMethodExpressionWrapper.invoke(UIXInclude.java:673)
      at com.blueberryngc.endvi.bts.util.EndviToolbar0001Component.handleActionAll(EndviToolbar0001Component.java:381)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1433)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:971)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:219)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:211)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:177)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:292)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714)
      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:2283)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.security.AccessControlException: loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.validateClassData(LoadingClassValidator.java:76)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke0(LoadingClassValidator.java:267)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke(LoadingClassValidator.java:190)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__MJPRi__s1V5FvRc5lyta3R9hFnkc__A5c_POLICY_ID_311(SecurityManager_AYMXR76323pdlej.java:865)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClass(JRClassLoader.java:338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.cloud.jcs.scanning.impl.extension.CloudInvocationHandlerAdapter.invoke(CloudInvocationHandlerAdapter.java:87)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__oHsrYg6bU6FFNCImVv7MZ1toELI__A5c_REF_POLICY_ID_501(SecurityManager_AYMXR76323pdlej.java:2885)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClassFromBytes(JRClassLoader.java:239)
      at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:102)
      ... 93 more
    
    
    ]]
    [2015-01-18T11:54:28.815-08:00] [ERROR] [1] [localizedmessage = Error loading expression class : ENDVI_RECIEPTS_PRINT_0001_1421610867321_832889]
    [2015-01-18T11:54:28.815-08:00] [ERROR] [1] [message = Error loading expression class : ENDVI_RECIEPTS_PRINT_0001_1421610867321_832889]
    [2015-01-18T11:54:28.814-08:00] [NOTIFICATION] [1] [Watch 'JCSSecurity' with severity 'Notice' on server 'm0' has triggered at Jan 18, 2015 7:54:28 PM GMT. Notification details: [
    WatchRuleType: Log 
    WatchRule: (SUBSYSTEM = 'JCSSecurity') 
    WatchData: DATE = Jan 18, 2015 7:54:28 PM GMT SERVER = m0 MESSAGE = Policy POLICY-ID-311 violated.loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
    java.security.AccessControlException: loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.validateClassData(LoadingClassValidator.java:76)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke0(LoadingClassValidator.java:267)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke(LoadingClassValidator.java:190)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__MJPRi__s1V5FvRc5lyta3R9hFnkc__A5c_POLICY_ID_311(SecurityManager_AYMXR76323pdlej.java:865)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClass(JRClassLoader.java:338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.cloud.jcs.scanning.impl.extension.CloudInvocationHandlerAdapter.invoke(CloudInvocationHandlerAdapter.java:87)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__oHsrYg6bU6FFNCImVv7MZ1toELI__A5c_REF_POLICY_ID_501(SecurityManager_AYMXR76323pdlej.java:2885)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClassFromBytes(JRClassLoader.java:239)
      at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:102)
      at net.sf.jasperreports.engine.design.JRAbstractCompiler.loadEvaluator(JRAbstractCompiler.java:340)
      at net.sf.jasperreports.engine.JasperCompileManager.getEvaluator(JasperCompileManager.java:265)
      at net.sf.jasperreports.engine.fill.JRFillDataset.createCalculator(JRFillDataset.java:462)
      at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:384)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:88)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:103)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:61)
      at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:179)
      at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:81)
      at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:446)
      at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:849)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.createAndUploadReport2(EndviCRMHelperUtil.java:1091)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.generateDocument(EndviCRMHelperUtil.java:885)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.createPDF(EndviCRMCommonUtil.java:1230)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.actionAll(EndviCRMCommonUtil.java:1338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at oracle.adf.view.rich.component.fragment.UIXInclude$ContextualMethodExpressionWrapper.invoke(UIXInclude.java:673)
      at com.blueberryngc.endvi.bts.util.EndviToolbar0001Component.handleActionAll(EndviToolbar0001Component.java:381)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1433)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:971)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:219)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:211)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:177)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:292)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714)
      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:2283)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
     SUBSYSTEM = JCSSecurity USERID = [email protected] SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-000000 MACHINE = us2jcsr3080045.usdc2.oraclecloud.com TXID =  CONTEXTID = 0053FAIcLBx6yGFpR04Eyd0006ZN00002m TIMESTAMP = 1421610868807  
    WatchAlarmType: AutomaticReset 
    WatchAlarmResetPeriod: 30000 
    
    
    ]]
    [2015-01-18T11:54:28.813-08:00] [NOTIFICATION] [1] [An incident has been signalled with the incident facts: [problemKey=BEA-000000 [JCSSecurity] incidentSource=SYSTEM incidentTime=Sun Jan 18 19:54:28 GMT 2015 errorMessage=BEA-0 executionContextId=0053FAIcLBx6yGFpR04Eyd0006ZN00002m]]
    [2015-01-18T11:54:25.445-08:00] [ERROR] [1] [connection info URL: jdbc:oracle:thin:@chpodb1_java.usdc2.oraclecloud.com]
    [2015-01-18T11:54:25.444-08:00] [ERROR] [1] [connection info clientInfo: {}]
    [2015-01-18T11:54:25.443-08:00] [NOTIFICATION] [1] [2015-01-18 19:54:25 INFO  EndviCRMHelperUtil:1530 - getBTSCRMServiceAM%]
    [2015-01-18T11:54:25.438-08:00] [ERROR] [1] [jrxml is null, sc.getResourceAsStream(/WEB-INF/report_templates/ENDVI_RECIEPTS_PRINT_0001.jrxml]
    [2015-01-18T11:54:25.437-08:00] [NOTIFICATION] [1] [2015-01-18 19:54:25 INFO  EndviCRMHelperUtil:1042 - templatename: /report_templates/ENDVI_RECIEPTS_PRINT_0001.jrxml%]
    [2015-01-18T11:54:25.437-08:00] [ERROR] [1] [parameter name: ENDVI_RECIEPTS_PRINT_0001.jrxml]
    [2015-01-18T11:54:25.431-08:00] [ERROR] [1] [templatepath: /report_templates/ENDVI_RECIEPTS_PRINT_0001.jrxml]
    [2015-01-18T11:54:25.429-08:00] [NOTIFICATION] [1] [templateName found: /report_templates/ENDVI_RECIEPTS_PRINT_0001.jrxml]
    [2015-01-18T11:54:25.428-08:00] [ERROR] [1] [rcvo executequery]
    [2015-01-18T11:54:25.418-08:00] [ERROR] [1] [am ProductType: IVC]
    [2015-01-18T11:54:25.417-08:00] [ERROR] [1] [am ProductRef: 1]
    [2015-01-18T11:54:25.417-08:00] [ERROR] [1] [iterating]
    [2015-01-18T11:54:25.417-08:00] [ERROR] [1] [x: productType=IVC]
    [2015-01-18T11:54:25.414-08:00] [NOTIFICATION] [1] [...findReportByProductKeyType App Module: 2]
    [2015-01-18T11:54:25.414-08:00] [ERROR] [1] [iterating]
    [2015-01-18T11:54:25.414-08:00] [ERROR] [1] [x: productRef=1]
    [2015-01-18T11:54:25.413-08:00] [NOTIFICATION] [1] [2015-01-18 19:54:25 INFO  EndviCRMHelperUtil:407 - findReportByProductType: %]
    [2015-01-18T11:54:25.412-08:00] [NOTIFICATION] [1] [2015-01-18 19:54:25 INFO  EndviCRMHelperUtil:1010 - createanduploadreport2... : IVC%]
    [2015-01-18T11:54:25.395-08:00] [ERROR] [1] [getAttribute: InvId]
    [2015-01-18T11:54:25.394-08:00] [ERROR] [1] [getAttribute: InvId]
    [2015-01-18T11:54:25.394-08:00] [ERROR] [1] [getAttribute: InvId]
    [2015-01-18T11:54:25.394-08:00] [ERROR] [1] [getAttribute: InvoiceProduct]
    [2015-01-18T11:54:25.393-08:00] [ERROR] [1] [getAttribute: ForObjId]
    [2015-01-18T11:54:25.375-08:00] [ERROR] [1] [updateAdminObjectEndviSerial return not null]
    [2015-01-18T11:54:25.375-08:00] [ERROR] [1] [updateObject Serial error: null]
    [2015-01-18T11:54:25.368-08:00] [ERROR] [1] [serial no: null]
    [2015-01-18T11:54:25.348-08:00] [NOTIFICATION] [1] [dbKey: 400000000251, objType: IVC]
    [2015-01-18T11:54:25.346-08:00] [ERROR] [1] [AM objKey = 400000000251]
    [2015-01-18T11:54:25.346-08:00] [ERROR] [1] [AM objType = IVC]
    [2015-01-18T11:54:25.340-08:00] [ERROR] [1] [AM updateAdminObjectEndviSerial...]
    [2015-01-18T11:54:25.338-08:00] [ERROR] [1] [objKeyName = InvoiceSerial]
    [2015-01-18T11:54:25.338-08:00] [ERROR] [1] [objType = IVC]
    [2015-01-18T11:54:25.338-08:00] [ERROR] [1] [prodKey = 1]
    [2015-01-18T11:54:25.337-08:00] [ERROR] [1] [objKey = 400000000251]
    [2015-01-18T11:54:25.337-08:00] [ERROR] [1] [voname: EditFiBaseTxnInvoice]
    [2015-01-18T11:54:25.336-08:00] [ERROR] [1] [barcodemtd: updateAdminObjectEndviSerial]
    [2015-01-18T11:54:25.336-08:00] [ERROR] [1] [targetattr: InvoiceSerial]
    [2015-01-18T11:54:25.334-08:00] [ERROR] [1] [objType: IVC]
    [2015-01-18T11:54:25.334-08:00] [ERROR] [1] [prodKey: 1]
    [2015-01-18T11:54:25.333-08:00] [ERROR] [1] [evownerRef: 1000041]
    [2015-01-18T11:54:25.333-08:00] [ERROR] [1] [getAttribute: InvoiceProduct]
    [2015-01-18T11:54:25.333-08:00] [ERROR] [1] [ownobjtype: VH]
    [2015-01-18T11:54:25.332-08:00] [ERROR] [1] [getAttribute: ForObjId]
    [2015-01-18T11:54:25.332-08:00] [ERROR] [1] [obj key: 400000000251]
    [2015-01-18T11:54:25.331-08:00] [ERROR] [1] [createBarCode]
    [2015-01-18T11:54:25.331-08:00] [ERROR] [1] [getAttribute: InvId]
    [2015-01-18T11:54:25.325-08:00] [ERROR] [1] [action all iteration: 1]
    [2015-01-18T11:54:25.323-08:00] [ERROR] [1] [actionAll]
    [2015-01-18T11:54:19.042-08:00] [ERROR] [1] [getTxnCodeByStatusCode = PIF]
    [2015-01-18T11:54:18.289-08:00] [TRACE:16] [16] [THROW[
    java.net.SocketException: Connection reset
      at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:118)
      at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
      at weblogic.servlet.internal.ChunkOutput.writeChunkNoTransfer(ChunkOutput.java:591)
      at weblogic.servlet.internal.ChunkOutput.writeChunks(ChunkOutput.java:540)
      at weblogic.servlet.internal.ChunkOutput.flush(ChunkOutput.java:427)
      at weblogic.servlet.internal.ChunkOutput$2.checkForFlush(ChunkOutput.java:648)
      at weblogic.servlet.internal.ChunkOutput.writeStream(ChunkOutput.java:472)
      at weblogic.servlet.internal.ChunkOutputWrapper.writeStream(ChunkOutputWrapper.java:192)
      at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java:555)
      at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java:543)
      at weblogic.servlet.FileServlet.sendFile(FileServlet.java:410)
      at weblogic.servlet.FileServlet.doGetHeadPost(FileServlet.java:234)
      at weblogic.servlet.FileServlet.service(FileServlet.java:173)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:177)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:292)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714)
      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:2283)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    
    
    ]]
    [2015-01-18T11:53:57.537-08:00] [NOTIFICATION] [1] [ADFc: Using view '/faces/content/crm_endvi_home_0001.jspx' as applications home page.]
    [2015-01-18T11:53:51.065-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.064-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.063-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.025-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.024-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.023-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.248-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.247-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.240-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.166-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.165-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.164-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.698-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.697-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.695-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.587-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.584-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.566-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:52:13.701-08:00] [ERROR] [1] [ivc_prod: 1]
    [2015-01-18T11:52:13.701-08:00] [ERROR] [1] [ivc_prod: 1]
    [2015-01-18T11:52:13.700-08:00] [ERROR] [1] [filter attributes set has next? true]
    [2015-01-18T11:52:13.680-08:00] [ERROR] [1] [filter attributes set]
    [2015-01-18T11:52:13.674-08:00] [ERROR] [1] [first row product name: Vehicle Insurance Product - Standard Alliance Group]
    [2015-01-18T11:52:13.660-08:00] [ERROR] [1] [filter product by IVC]
    [2015-01-18T11:52:13.660-08:00] [ERROR] [1] [vo name: listGlobalProductsNonSQLLOV]
    [2015-01-18T11:52:12.744-08:00] [WARNING] [1] [Consecutive sub-element (::) syntax used in selector af|inputText::content::-moz-placeholder in a pattern that is not supported.]
    [2015-01-18T11:52:11.147-08:00] [WARNING] [1] [Not a valid @agent CSS property rule: max-version: 1.9.2]
    [2015-01-18T11:52:11.147-08:00] [WARNING] [1] [Not a valid @agent CSS property rule: max-version: 532]
    [2015-01-18T11:52:10.734-08:00] [WARNING] [1] [Not a valid @agent CSS property rule: max-version: 532]
    [2015-01-18T11:52:10.730-08:00] [WARNING] [1] [Not a valid @agent CSS property rule: max-version: 1.9.2]
    [2015-01-18T11:52:09.110-08:00] [ERROR] [1] [ivc_prod: 1]
    [2015-01-18T11:52:09.109-08:00] [ERROR] [1] [ivc_prod: 1]
    [2015-01-18T11:52:09.108-08:00] [ERROR] [1] [filter attributes set has next? true]
    [2015-01-18T11:52:09.098-08:00] [ERROR] [1] [filter attributes set]
    [2015-01-18T11:52:09.094-08:00] [ERROR] [1] [first row product name: Vehicle Insurance Product - Standard Alliance Group]
    [2015-01-18T11:52:09.037-08:00] [ERROR] [1] [vo name: listGlobalProductsNonSQLLOV]
    [2015-01-18T11:52:09.036-08:00] [ERROR] [1] [filter product by IVC]
    
    
    #
    #MESSAGE_COUNT: 99
    #
    

    By default, JasperReports jrxml files invoke groovy runtime. He was arrested by the JCS cloud security, so if you use not groovy scripts in your jrxml template, you will need to change of groovy in java and recompile.

    In addition, you must implement the method loadClass JRClassLoader as in the

    @Override

    Public Class survey of loadClass (String name) {ClassNotFoundException

    Return super.loadClass (name);

    }

    Good luck to all people it helps and thanks to the gang of oracle for support and contributions.

    Kind regards

  • Default value using ADFLogger.createADFLogger (java.lang.Class p1)

    Hello world

    I tried to understand how the new logger is created and initialized. When we use the "ADFLogger.createADFLogger (java.lang.Class c1)" method to create a log, the default logging level is initialized to null. But when I tried to investigate it, it is found that an instance of java.util.Logger is created with the default recording for the RECORD level.

    Question: How is the default logging level is changed to null? Should not the instance of ADFLogger has some default logging level...?

    Thank you

    I checked this and the answer lies in the javadoc

    getLevel

    java.util.logging.Level public getLevel()

    Download the log level that has been specified for this recorder. The result can be null, which means that they will leave to effective level of this recorder to its parent.

    Returns:

    level of this recorder

    So if you get null, it means that you inherit the MOM logging level. As the recorder build a tree you must back up the tree (using getParent()) until you get the recorder that returns a level not null.

    Timo

  • How a plugin method can return an object of properties (javascript)

    Hello

    With VC0 4.1, I have a plugin method written in Java. I would like that this method returns an object which Orchestrator (VCO) will see as an object of Properties javascript directly without passing by the serialization or other treatment...

    To do:

    -What class of java object my plugin method must return?

    -What should I use as return-type attribute when my method declaration in the VSO.xml file?

    "< script-the method name = 'myMethod' java-name = 'myMethod' return-type ="?">"

    Thanks in advance.

    Arnaud

    Hi Arnaud,.

    You're right, the object that returns your method should be Hashtable (I actually thought that properties should also be valid since it extends from Hashtable).

    Try with:

    public Hashtable {getInfosInProperties()}
    Hashtable retMap = new Hashtable ();

    retMap.put ("key1", "value 1");
    retMap.put ("Key2", new Long (2));
    retMap.put ("key3", true);

    Return retMap;
    }

    The vso.xml file is very good with "Properties". And you will get an object from the vCO scripting API to script properties.

    I hope it helps.

    Sergio

  • Method Property set on the application class get

    Hi mates,

    Please help about this.

    I am self-taught on the peoplesoft application class.

    And I found that it is different from JAVA for property get method.

    Test cases, see the screenshot:

    http://note.Youdao.com/share/?ID=becfc6c74793a12e468d3f2b195a1816 & type = note

    When I create the class instance in record application peoplecode, messagebox, then the x property.

    then shows MessageBox (0, "", 0, 0, "herehere111") and the x is 1, stands for her running the get method, not run the set method and the value of z is not set at 222.

    How to call the set method?

    Reference on peoplebook:

    Set

    Syntax

    SetPropertyName StatementList End-Set

    Description

    Use the construction of the language during the implementation of the properties in an application class. All of the properties in an application class must be named uniquely. The new value for the property is available in the & parameter NewValue to the Set method.

    Note. You cannot create a property only. You can create only the get - set properties.

    Parameters

    The value PropertyName

    Specify the name of the property that you are implementing.

    StatementList

    Change the value of the property to be & NewValue.

    Returns

    None.

    Example of

    Set FruitCount &Fruitcount = &MyFruit[&NewValue].ActiveRowCount();

    End-Set;

    How the method to be called and the value & NewValue to pass?

    Appreciate it for any guide.

    Thank you.

    Set method is called when you assign a value to the property of the object.

    for example:

    & myFruitObj.FruitCount = 10;

Maybe you are looking for