Java.lang.UnsupportedOperationException: Not yet implemented

help~!
I got this error msg "java.lang.UnsupportedOperationException: Not yet implemented".
I was just trying trying to run my program that pick up information/records and to ftp to the ftp server.
Kindly advise.
PS/ i googled but could not find much info on this exception
Below is a small segment of my code on the ftp:
          if(haveRecord && haveAlert){
                   String filename = outFilePath+new java.util.Date().getTime()+"_"+outFileName;
                   aml.exportFile(filename);
                   eventlog.writeln("Message list " + filename + " generated");
                   eventlog.writeln("FTP " + filename );
                   DosCommander.exec("cmd /C ftpBatch ", eventlog);
                   eventlog.writeln("Move " + filename + " to archive");
                   System.gc();
                   DosCommander.exec("cmd /C moveFile \"" + filename +"\"", eventlog);
               }else{
                   eventlog.writeln("No message for this round");
                   stopPoll();
               }

Hi
I am not exactly too clear on what you mean
btw if it helps, im using 1.5.0_11.... does the version matters??
my exact error msg is this:
[2007-06-15 16:42:22] Error in trigger [Error] java.lang.UnsupportedOperationExc
eption: Not yet implemented
java.lang.UnsupportedOperationException: Not yet implemented
        at Logger.writeIn(Logger.java:105)
        at DosCommander.exec(DosCommander.java:33)
        at PartialFillAlerter.trigger(PartialFillAlerter.java:383)
        at MainAlerter.main(MainAlerter.java:13)
[2007-06-15 16:42:22] Error in trigger [Error] java.lang.UnsupportedOperationExc
eption: Not yet implementedi've check Logger.writeIn (line 105) (for example)
and the code is
    void writeIn(String string) {
        throw new UnsupportedOperationException("Not yet implemented");
    }     So what am i suppose to do next? If i have called it "unintentionally", how do i un-call it?
Sorry .... first time encounter this exception.... so might take up some time to understand and rectify this.
Thanks you for ur understanding n patience
btw, it could be great if any of you can show me the steps or things to check/look out for ... so that the exception could be rectify! thanks!
Message was edited by:
peachtea
Message was edited by:
peachtea

Similar Messages

  • Java.lang.UnsupportedOperationException: Method not yet implemented

    Hi
    I work on a project that use java api version 1.2, after the deployment of the web application and using it I have had the following error message:
    [Mon Oct 16 11:52:51 GMT 2006] Memory used: 24467288 Error: org.epoline.soprano.Csstart: A fatal error occured in SOPRANO: Method not yet implemented : java.lang.UnsupportedOperationException: Method not yet implemented
         at javax.mail.internet.MimeBodyPart.setFileName(MimeBodyPart.java:156)
    here is the code:
    // attach the file to the message
    FileDataSource fds = new FileDataSource(fileName);
    attach.setDataHandler(new DataHandler(fds));
    attach.setFileName(fds.getName());
    it sseems that the method setFileName of MimeBodyPart class throw the exception. I tried to change the jar to version 1.3.3 or 1.4 but nothing change. Can you help me. Thanks

    here is the Exception stack trace:
    [Tue Nov 07 11:57:01 GMT 2006] Memory used: 43627528 Error: org.epoline.soprano.Csstart: A fatal error occured in SOPRANO: Method not yet implemented : java.lang.UnsupportedOperationException: Method not yet implemented
         at javax.mail.internet.MimeBodyPart.setFileName(MimeBodyPart.java:156)
         at org.epoline.soprano.container.xmlOutput.LstXmlOutput.sendResultByMail(LstXmlOutput.java:812)
         at org.epoline.soprano.xmlOutput.XmlOutput.doSendResultByMail(XmlOutput.java:437)
         at org.epoline.soprano.xmlOutput.XmlOutput.doValid(XmlOutput.java:87)
         at org.epoline.soprano.share.CsServlet.doIt(CsServlet.java:475)
         at org.epoline.soprano.share.CsServlet.doWork(CsServlet.java:857)
         at org.epoline.soprano.share.CsServlet.doPost(CsServlet.java:685)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java:419)
         at org.apache.catalina.servlets.InvokerServlet.doPost(InvokerServlet.java:169)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.epoline.soprano.hibernate.HibernateFilter.doFilter(HibernateFilter.java:39)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:534)
    I'm using tomcat version 5.0.30, I don't know where to go next.
    thanks

  • Method not yet implemented at javax.mail.internet.MimeMessage

    What will cause the following error?
    java.lang.UnsupportedOperationException: Method not yet implemented
         at javax.mail.internet.MimeMessage.<init>(MimeMessage.java:89)
         at com.pe.app.inhouse.module.util.DateUtilTest.testBB(DateUtilTest.java:61)
         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 junit.framework.TestCase.runTest(TestCase.java:154)
         at junit.framework.TestCase.runBare(TestCase.java:127)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:118)
         at junit.framework.TestSuite.runTest(TestSuite.java:208)
         at junit.framework.TestSuite.run(TestSuite.java:203)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)

    [http://www.google.com/search?hl=en&q=javax.mail.internet.MimeMessage+jar+download]

  • Java.lang.UnsupportedOperationException Error in WAD Template

    Hi Frnds,
    My WAD Template and the default template to execute Query is working fine for all the Query. But there is only one Query For which when am trying to execute it in portal it's working fine for some selection(when there is no data) and for some selection criteria it's showing "500 Internal Server Error - java.lang.UnsupportedOperationException" error. But the Query is working fine in the TCODE-RSRT.
    500 Internal Server Error
    Information for Administrator:
    To avoid this exception see the steps below. To help SAP better investigate this issue, you will need to provide the diagnostic information from these steps.
    1. Most likely, the issue you are experiencing has already been corrected. Please make sure that the most recent patch level is deployed on your system according to notes 1033246 and 1011241. Starting with SAP NetWeaver  7.0 Support Package Stack 16 patch level 30, BI Java is delivered according to the synchronized delivery process described in the note 1164789.
    2. Please ensure that NetWeaver  Business Intelligence Diagnostics & Support Desktop Tool  does not report any issues on your server according to note 937697. You can start it by clicking here (administrator permissions are required).
    3. When opening any customer message on this issue, please attach:
    Support Desktop Tool support info ZIP  file according to note 937697,
    Required information for reproduction  according to note 948490.
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause:
    The initial exception that caused the request to fail was:  
    java.lang.UnsupportedOperationException
    java.lang.UnsupportedOperationException
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.selection.ComponentList.getSingleMembers(ComponentList.java:987)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.MemberAccessComparator.prepare(MemberAccessComparator.java:91)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxisTupleElementComparator.prepare(RsAxisTupleElementComparator.java:43)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QvSorting.prepareForTupleElementSorting(QvSorting.java:317)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.sortTuples(RsAxis.java:2013)
    So please help

    Hi,
    please implement the ABAP correction of note:
    1413377 :    java.lang.UnsupportedOperationException
    Import Support Package 22 for SAP NetWeaver 7.0 BI Java into your
    BI system.
    The Support Package is available when Note 1404367 "SAPBINEWS 7.0
    BI JAVA Support Package 22", which describes this Support Package
    in more detail, is released for customers.
    In urgent cases, you can implement the correction instructions by
    applying BI Java patches:
    Apply the BI Java patch Support Package 20 Patch 30 for SAP
    NetWeaver 7.0 BI Java to your BI system.
    Support Package 20 Patch 30 is available when Note 1404370
    "Released -  NW 7.0 Support Package Stack 20 Patch 30 note for BI
    Java", which describes this patch in more detail, has been
    released for customers.
    See Note 1033246 for the planned delivery dates of all BI Java
    patches.
    Regards,
    Venkat
    Edited by: Venkadesh S on Sep 23, 2011 5:12 PM

  • Java.lang.UnsupportedOperationException when AutoRefresh set to Always

    Hi,
    I am getting above exception (java.lang.UnsupportedOperationException) when I change the "AutoRefresh" property of view object to "Always".
    The exception comes at:
    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:7290)
    & at oracle.jbo.server.BaseSQLBuilderImpl.registerDatabaseChangeListener(BaseSQLBuilderImpl.java:4302)
    I have DataBinding.cpx -> DataControlUsages -> AppModuleDataControl1 -> PropertyInspector -> Configuration set to "AppModuleShared", as suggested as last step before running app at "http://niallcblogs.blogspot.nl/2009/06/auto-refreshing-adf-chart-objects-in.html".
    (I am trying to implement application from this page only.)
    Incomplete Stack trace for exception is:
    (Tell me if complete stack trace information required.)
    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:7290)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1227)
         at oracle.jbo.server.ViewRowSetImpl.refreshCollection(ViewRowSetImpl.java:1365)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1400)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1319)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1304)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:7211)
         at oracle.adf.model.bc4j.DCJboDataControl.executeIteratorBindingIfNeeded(DCJboDataControl.java:1366)
         at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:2219)
         at oracle.jbo.uicli.binding.JUCtrlHierBinding.getRootNodeBinding(JUCtrlHierBinding.java:92)
         at oracle.adfinternal.view.faces.dvt.model.binding.common.BindingKeyChangeHandler.setBinding(BindingKeyChangeHandler.java:52)
    at oracle.jbo.server.BaseSQLBuilderImpl.registerDatabaseChangeListener(BaseSQLBuilderImpl.java:4302)
         at oracle.jbo.server.ViewObjectImpl.registerDatabaseChangeListener(ViewObjectImpl.java:22152)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:1206)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:913)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:7282)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1227)
         at oracle.jbo.server.ViewRowSetImpl.refreshCollection(ViewRowSetImpl.java:1365)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1400)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1319)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1304)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:7211)
         at oracle.adf.model.bc4j.DCJboDataControl.executeIteratorBindingIfNeeded(DCJboDataControl.java:1366)
         at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:2219)
         at oracle.jbo.uicli.binding.JUCtrlHierBinding.getRootNodeBinding(JUCtrlHierBinding.java:92)
    Edited by: 996574 on May 28, 2013 1:22 PM
    Edited by: 996574 on May 28, 2013 1:28 PM

    try
    InputStream byteIS = (InputStream) boReportClientDocument.getPrintOutputController().export(ReportExportFormat.PDF);
    instead. Casting to ByteArrayInputStream gives cast exception XI 3.1 SP4. Also if you look at the API specification the exort method returns object of InputStream only. This should not have any effect on how you want to display or save the stream to a disk file.

  • DocumentBuilderFactory.setSchema() java.lang.UnsupportedOperationException

    Hello,
    When I call setSchema() on a JAPX DocumentBuilderFactory object, I get the following exception:
    Exception in thread "main" java.lang.UnsupportedOperationException: This parser does not support specification "null" version "null"
    at javax.xml.parsers.DocumentBuilderFactory.setSchema(DocumentBuilderFactory.java:561)
    After doing some research, I found the problem could be related to the classpath being incorrectly set to an older version of JAXP implementation. JDK 6 is the only sdk I have installed on this machine, so I don't understand how an older version could be messing things up.
    I'm using Netbeans 5.5. Does anyone know how to go about solving this?
    Thanks!

    NO. I am not trying to assign a new key to Map.
    After Retrieving KeySet from Map, 'set' is just a normal Set which contains collection of object and i am trying to add another object to this collection.
    This is the requirement , please do suggest.
    Cheers,
    Abhay Kumar

  • Error(23,19): method getName(java.lang.String) not found in class javax.swi

    Hi , when i try to run my program, i keep getting the error msg:
    Error(23,19): method getName(java.lang.String) not found in class javax.swing.JTextField
    I have checked the java API and it inherits from the awt.Component class and should be accessible via the jtextfield.
    I have tried the following:
    trying to initailise the JTextField at the start.
    Using getName works if i use it within the loop after setting the name.
    Does anybody know what i am doing wrong please?
    public class clsMember extends JPanel implements ActionListener {
        private JButton jbtnLog;
        private String surname;
        private JTextField txtItem;
        public clsMember() {
            super(new SpringLayout());
            makeInterface();
            surname = txtItem.getName("Surname").toString();
    private void makeInterface() {
         //code omitted
               for (int i = 0; i < numpairs; i++) {
                JLabel l = new JLabel(strLabels, JLabel.LEADING);
    this.add(l);
    //if the array item is salutation create a combobox
    if (strLabels[i] == "Salutation") {
    jcomSalutation = new JComboBox(strSalutation);
    jcomSalutation.setSelectedIndex(0);
    this.add(jcomSalutation);
    } else {
    txtItem = new JTextField(10);
    l.setLabelFor(txtItem);
    txtItem.setName(strLabels[i].replaceAll(" ", "")); //this is where the label is set and if i do a system.out it shows fine. getName works here too.
    this.add(txtItem);
    //code omitted

    If i have a loop that creates the jtextfields such as
                    txtItem = new JTextField(10);
                    l.setLabelFor(txtItem);
                    txtItem.setName(strLabels.replaceAll(" ", ""));
    this.add(txtItem);How is it then possible to assign to a string the value of a *specific jtextfield*. Lets say that one of these JTextfields has the name surname.
    How is it possible for me to writeString surname = surnamejtextfield.getText();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Handling of this ADSVALUE type is not yet implemented

    Hi,
    I have setup an authentication source to import groups from our MS AD server. On running a job, I am getting the error below. The auth source does not pass a username/password since I am able to browse the AD anonymously. I was hoping I could get more details regarding the error via log4net but strangely, log4net is not generating a ADAWSLog.txt file (level=INFO).
    Jul 7, 2006 5:07:04 PM- PTAuthSourceAgent::ProcessGroups: Call to retrieve the groups on this auth source failed. Please check that the authentication source server is online.
    *** Exception: com.plumtree.server.impl.soap.OpenSoapException: Error in function AWSProvider.GetGroups (): Error in function SOAPEnvelope.Restore (arrayText == [B@864e43): SOAP fault: faultcode='soap:Server' faultstring='Server was unable to process request. --> Unable to create GUID string for group LDAP://server:389/path. Error message: Handling of this ADSVALUE type is not yet implemented (type = 0xb).: GetGroupsInternal error looping through results: GetGroupsInternal Error in GetGroups'
    at com.plumtree.openfoundation.util.XPException.GetInstance(XPException.java:371)
    at com.plumtree.server.impl.users.providers.AWSProvider.GetGroups(AWSProvider.java:554)
    at com.plumtree.automationserver.agents.PTAuthSourceAgent.ProcessGroups(PTAuthSourceAgent.java:857)
    at com.plumtree.automationserver.agents.PTAuthSourceAgent.PerformOperation(PTAuthSourceAgent.java:266)
    at com.plumtree.automationserver.shell.PTJobShell.perform(PTJobShell.java:628)
    at com.plumtree.automationserver.shell.PTJobShell.runJob(PTJobShell.java:210)
    at com.plu
    mtree.automationserver.shell.PTJobShell.run(PTJobShell.java:100)
    Caused by: com.plumtree.server.impl.soap.OpenSoapException: Error in function SOAPEnvelope.Restore (arrayText == [B@864e43): SOAP fault: faultcode='soap:Server' faultstring='Server was unable to process request. --> Unable to create GUID string for group LDAP://server:389/path. Error message: Handling of this ADSVALUE type is not yet implemented (type = 0xb).: GetGroupsInternal error looping through results: GetGroupsInternal Error in GetGroups'
    at com.plumtree.openfoundation.util.XPException.GetInstance(XPException.java:371)
    at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(SOAPEnvelope.java:68)
    at com.plumtree.server.impl.webservice.PTWebService.Invoke(PTWebService.java:1017)
    at com.plumtree.server.impl.webservice.PTWebService.Invoke(PTWebService.java:906)
    at com.plumtree.server.impl.users.providers.AWSProvider.GetGroups(AWSProvider.java:547)
    ... 5 more
    Caused by: com.plumtree.server.impl.soap.OpenSoapException: SOAP fault: faultcode='soap:Server' faultstring='Server was unable to process request. --> Unable to create GUID string for group LDAP://server:389/path. Error message: Handling of this ADSVALUE type is not yet implemented (type = 0xb).: GetGroupsInternal error looping through results: GetGroupsInternal Error in GetGroups'
    at com.plumtree.server.impl.soap.SOAPParser.LoadInternal(SOAPParser.java:681)
    at com.plumtree.server.impl.soap.SOAPParser.LoadBinary(SOAPParser.java:590)
    at com.plumtree.server.impl.soap.SOAPEnvelope.Restore(SOAPEnvelope.java:65)
    ... 8 more
    Jul 7, 2006 5:07:04 PM- *** Job Operation #1 failed: ProcessGroups failed(282610)
    Jul 7, 2006 5:07:04 PM- Done with job operations.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Have you solved this issue? I have the same error message, although all my servers are up, and pingable.
    Thanks,
    Dave

  • Java.lang.UnsupportedOperationException: DCInvokeMethod.null datacontrol

    Hi,
    I m using producer consumer pattern of ADF facing the following exception. Task flow A uses Task flow B. From Task flow B event is raised and its is successfully consumed by the Task flow A, but after flow completion one popup error message comes saying :
    <ExceptionHandlerUtils> <showADFExceptionPopup> oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.UnsupportedOperationException, msg=DCInvokeMethod.null datacontrol
         at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:409)
         at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:471)
         at oracle.adf.model.binding.DCControlBinding.reportException(DCControlBinding.java:201)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.reportException(JUCtrlActionBinding.java:2016)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1668)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:744)
         at oracle.jbo.uicli.binding.JUEventConsumer.handleEvent(JUEventConsumer.java:88)
         at oracle.adf.controller.internal.binding.TaskFlowEventNameResolverForNestedBC$EventConsumerWrapper.handleEvent(TaskFlowEventNameResolverForNestedBC.java:68)
         at oracle.adf.model.binding.events.EventDispatcherImpl.invokeEvent(EventDispatcherImpl.java:444)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToConsumer(EventDispatcherImpl.java:417)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventForSubscription(EventDispatcherImpl.java:385)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventForCurrentContainer(EventDispatcherImpl.java:284)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:200)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToParent(EventDispatcherImpl.java:227)
         at oracle.adf.controller.internal.binding.TaskFlowEventDispatcherImpl.dispatchEventToParent(TaskFlowEventDispatcherImpl.java:75)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:210)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToParent(EventDispatcherImpl.java:227)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:210)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToParent(EventDispatcherImpl.java:227)
         at oracle.adf.controller.internal.binding.TaskFlowEventDispatcherImpl.dispatchEventToParent(TaskFlowEventDispatcherImpl.java:75)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:210)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToParent(EventDispatcherImpl.java:227)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:210)
         at oracle.adf.model.binding.events.EventDispatcherImpl.processContextualEvents(EventDispatcherImpl.java:514)
         at oracle.jbo.uicli.binding.EventHandlerInvoker.afterActionPerformed(EventHandlerInvoker.java:95)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:751)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)
         at com.ofss.fc.ui.taskflows.lcm.core.waiver.view.backing.Waiver.raiseEvent(Waiver.java:197)
         at com.ofss.fc.ui.taskflows.lcm.core.waiver.view.backing.Waiver.saveWaiveListener(Waiver.java:387)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         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:102)
         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:96)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         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:102)
         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:96)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         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:102)
         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:96)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         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:102)
         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:96)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         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:102)
         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:96)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         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)
    Caused by: java.lang.UnsupportedOperationException: DCInvokeMethod.null datacontrol
         at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:232)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1635)
         ... 122 more
    ## Detail 0 ##
    java.lang.UnsupportedOperationException: DCInvokeMethod.null datacontrol
         at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:232)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1635)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:744)
         at oracle.jbo.uicli.binding.JUEventConsumer.handleEvent(JUEventConsumer.java:88)
         at oracle.adf.controller.internal.binding.TaskFlowEventNameResolverForNestedBC$EventConsumerWrapper.handleEvent(TaskFlowEventNameResolverForNestedBC.java:68)
         at oracle.adf.model.binding.events.EventDispatcherImpl.invokeEvent(EventDispatcherImpl.java:444)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToConsumer(EventDispatcherImpl.java:417)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventForSubscription(EventDispatcherImpl.java:385)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventForCurrentContainer(EventDispatcherImpl.java:284)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:200)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToParent(EventDispatcherImpl.java:227)
         at oracle.adf.controller.internal.binding.TaskFlowEventDispatcherImpl.dispatchEventToParent(TaskFlowEventDispatcherImpl.java:75)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:210)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToParent(EventDispatcherImpl.java:227)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:210)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToParent(EventDispatcherImpl.java:227)
         at oracle.adf.controller.internal.binding.TaskFlowEventDispatcherImpl.dispatchEventToParent(TaskFlowEventDispatcherImpl.java:75)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:210)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToParent(EventDispatcherImpl.java:227)
         at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:210)
         at oracle.adf.model.binding.events.EventDispatcherImpl.processContextualEvents(EventDispatcherImpl.java:514)
         at oracle.jbo.uicli.binding.EventHandlerInvoker.afterActionPerformed(EventHandlerInvoker.java:95)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:751)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)
         at com.ofss.fc.ui.taskflows.lcm.core.waiver.view.backing.Waiver.raiseEvent(Waiver.java:197)
         at com.ofss.fc.ui.taskflows.lcm.core.waiver.view.backing.Waiver.saveWaiveListener(Waiver.java:387)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         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:102)
         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:96)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         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:102)
         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:96)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         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:102)
         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:96)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         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:102)
         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:96)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         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:102)
         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:96)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         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)
    What this exception is saying?
    Regards,
    Sudhir M.
    Edited by: 820419 on Jun 1, 2013 2:06 AM

    Hi,
    I think its hard to say without knowing what you do after consumption of the event. It seems you access an invalid binding using an invokeAction method. This could be e.g. caused by an attempt to pass a binding reference from task flow B to task flow A (which by design does not work)
    Frank

  • Java.lang.UnsupportedOperationException: csEX

    Hi ,
    I have a problem with Business Explorer 4.0 SP7 when I try to create new information space sing a UNX as datasource, I get this error
    The creation of the data source object tree failed.
    [] <java.lang.UnsupportedOperationException: csEX>
    Our landscape is:
    Note: These are new installations
    1 server (solaris) business obejcts platform 4.0 sp7 (no patch)
    1 server (windows) business explorer/mobile 4.0 sp7 (in DMZ) (no patch)
    do you have any idea?
    This error happens with all UNX (new and migrated) but no with excel sheets
    The log of Explorer Master Server is attached.
    This error happends with all the users including the Administrator.
    Regards
    Andy

    also, this could be indicative of a problem with the APS servers which handle the universe outline (in the same way as when serving Webi)
    so, the data access/connectivity services, and data federation services (both in the APS) especially need to be monitored.  you could try creating a new instance of each, or recreating the APS as a whole (not recommended to leave it as an untuned default, but may help isolate the problem once you shutdown the existing APSs)
    regards,
    H

  • Help,Urgent:java.lang.UnsupportedOperationException

    Hi..
    my project works fine in JDK1.4 and when i migrate it to JDk5.0, java.lang.UnsupportedOperationException is cought with in no time when iam rebulding the project in JBuilder10.0 and messge is " 1 error and 0 file(s) built ". what should i do?i did all required changes in PATH and CLASSPATH.Plzzzz...help...
    thanks in advance..
    vinod.

    It is the project file(.jpx) and it has more than 1000 files in it..and it is completely applet application.. and it is not even showing what operation is unsupported..when i change to JDK1.4 ,it is working fine..the moment i shfted to jdk5.0 and try to rebuild it is giving "java.lang.UnsupportedOperationException" and it is not giving any other info.now..any one plz..help..

  • Binds 2 Observable Lists throwing java.lang.UnsupportedOperationException

    Below is a simple code
    private ListProperty<String> list = new SimpleListProperty<>();
    private ListProperty<String> list2 = new SimpleListProperty<>();
    Bindings.bindContentBidirectional(list,list2);
    I want to bind both the Lists. But for some reason it throws: java.lang.UnsupportedOperationException at the Bindings Line.
    What is the issue with it?

    SimpleListProperty implements ObservableList, so the types are just fine.
    The problem is that the default constructor new SimpleListProperty() creates a ListProperty that wraps an empty list; effectively it's equivalent to
    new SimpleListProperty(FXCollections.emptyObservableList());
    The list returned by FXCollections.emptyObservableList() is unmodifiable; the binding will attempt to call setAll(...) on one of the lists (passing the content of the other). Of course, an unmodifiable list will throw an UnsupportedOperationException when you try to set elements in it.
    You need to create the SimpleListProperty with a modifiable list:
    private ListProperty<String> list = new SimpleListProperty<>(FXCollections.<String>observableArrayList());
    private ListProperty<String> list2 = new SimpleListProperty<>(FXCollections.<String>observableArrayList());
    Bindings.bindContentBidirectional(list,list2);

  • JDBC 2.0 feature is not yet implemented

    Hi - I'm trying to use an updatable resultset, with no luck; the statement is created with the following parameters:
    createStatement( ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
    Moving the cursor and reading works just fine; trying to update, e.g.
    ResultSet.updateString
    however, results in
    java.sql.SQLException: JDBC 2.0 feature is not yet implemented
    Your help is much appreciated ...

    Hi,
    Oracle 9i Lite JDBC driver implements JDBC 1.2 features plus some JDBC 2.0 features. Please check the documentation for what is supported.
    Ravi

  • JDBC 2.0 feature is not yet implemented Internal Exception

    I succeed in testing movie merge sample
    I can insert lines in tables movies
    My database source is defined on oracle lite bpel db
    Here a summary of the steps I follow to create a copy of merge projet from scratch
    New project TestMovies
    Asynchronous
    New PartnerLink
    Define Adapter Sevice
    database adater
    service name dbwrite
    My connection
    Perform select insert
    import system.movies
    finish
    add an invoke task
    partner link as
    merge operation
    autocreate variable invoke_1_merge_inputvariable
    change requestmessage to Movies project schema file
    add assing task
    copy rule from inputvariable to invoke_1_merge_inputvariable
    When I invoke the process with BPEL console I get an error:
    <part name="summary" >
    <summary>file:/C:/Oracle/OraBPEL/integration/orabpel/domains/default/tmp/.bpel_TestMovies_1.0.jar/dbwrite.wsdl [ dbwrite_ptt::merge(MoviesCollection) ] - WSIF JCA Execute of operation 'merge' failed due to: DBWriteInteractionSpec Execute Failed Exception. unknown failed. Descriptor name: [unknown]. ; nested exception is: ORABPEL-11616 DBWriteInteractionSpec Execute Failed Exception. unknown failed. Descriptor name: [unknown]. Caused by Exception [TOPLINK-4002] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.DatabaseException Exception Description: java.sql.SQLException: JDBC 2.0 feature is not yet implemented Internal Exception: java.sql.SQLException: JDBC 2.0 feature is not yet implemented Error Code: 0. </summary>
    </part>
    <part name="detail" >
    <detail> Exception Description: java.sql.SQLException: JDBC 2.0 feature is not yet implemented Internal Exception: java.sql.SQLException: JDBC 2.0 feature is not yet implemented Error Code: 0</detail>
    </part>
    Then I investigate to the files created by the db adapter the main difference between the sample and the project I create is :
    - diffrence between movie.java
    sample file is
         private String title;
         private String director;
         private String starring;
         private String synopsis;
         private String genre;
         private String runTime;
         private Timestamp releaseDate;
         private String rated;
         private String rating;
         private String viewerRating;
         private String status;
         private String totalGross;
         private String deleted;
         private String sequenceno;
         private Timestamp lastUpdated;
    my file is
         private String title;
         private String director;
         private String starring;
         private String synopsis;
         private String genre;
         private String runTime;
         private Timestamp releaseDate;
         private String rated;
         private String rating;
         private String viewerRating;
         private String status;
         private String totalGross;
         private String deleted;
         private String sequenceno;
         private Timestamp lastUpdated;
         in the sampe every thing is in string and in my file some fields are Timestamp object...
         What's going wrong with my work
         Any help will be very appriciated.
         I one work what's going wrong with my database adatper
         Emmanuel

    Hi Clemens,
    I try to change palltformClassName in the oc4j-ra file to the one declared in wdsl. Then I change in the wsdl file the location to match the one of oc4j-ra. Then I restart the BPEL server. Here is my declaration in oc4j-ra
         <connector-factory location="eis/DB/OracleLite" connector-name="Database Adapter">
              <config-property name="driverClassName" value="oracle.lite.poljdbc.POLJDBCDriver"/>
              <config-property name="connectionString" value="jdbc:polite4@localhost:100:orabpel"/>
              <config-property name="userName" value="system"/>
              <config-property name="password" value="any"/>
              <config-property name="minConnections" value="1"/>
              <config-property name="maxConnections" value="5"/>
              <config-property name="minReadConnections" value="1"/>
              <config-property name="maxReadConnections" value="5"/>
              <config-property name="usesExternalConnectionPooling" value="false"/>
              <config-property name="dataSourceName" value=""/>
              <config-property name="usesExternalTransactionController" value="false"/>
              <config-property name="platformClassName" value="oracle.toplink.internal.databaseaccess.OraclePlatform"/>
              <config-property name="usesNativeSequencing" value="true"/>
              <config-property name="sequencePreallocationSize" value="50"/>
              <config-property name="tableQualifier" value=""/>
              <config-property name="defaultNChar" value="false"/>
              <config-property name="usesBatchWriting" value="true"/>
         </connector-factory>
    But we I try to redo the test I still get the same error...
    Do you have any magic solution ;-)
    If not I can still use the declaration in the wsdl file...
    Emmanuel

  • Operation not yet implemented when exporting crystal report to pdf

    Thank you in advance,
    When running the line **** export within the following code, I am getting the following error message:
    "Error in File C:\DOCUME1\rborda\LOCALS1\Temp\TimeDetailTest {00DC8730-45CD-4A29-8854-C44BBD5B5230}.rpt: Operation not yet implemented."
    I tried the following solution registering dlls, but still did not solve the problem above:
    regsvr32 "C:\Program Files\Common Files\Crystal Decisions\2.0\bin\crtslv.dll"
    regsvr32 "C:\Program Files\Common Files\Crystal Decisions\2.0\bin\ExportModeller.dll"
    regsvr32 "C:\Program Files\Common Files\Crystal Decisions\2.0\bin\tslv.dll"
    CODE:
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.ReportAppServer
    Imports CrystalDecisions.Web
    Imports CrystalDecisions.ReportSource
    Partial Public Class _Default
        Inherits System.Web.UI.Page
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        End Sub
        Private Sub btnRunReport_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnRunReport.Click
            'Try
            Dim ConInfo As New CrystalDecisions.Shared.TableLogOnInfo
            Dim oRptDoc As New ReportDocument
            Dim expo As New ExportOptions
            Dim oDiskFileDestinOption As New DiskFileDestinationOptions()
            Dim strCrystalReportFilePath As String
            Dim strPdfFileDestinationPath As String
            Dim crParameterDiscreteValue As ParameterDiscreteValue
            Dim crParameterFieldDefinitions As ParameterFieldDefinitions
            Dim crParameterFieldLocation As ParameterFieldDefinition
            Dim crParameterValues As ParameterValues
            strCrystalReportFilePath = "C:\TimeDetailTest.rpt"
            strPdfFileDestinationPath = "C:\TimeDetailTest0814.pdf"
            oRptDoc.Load(strCrystalReportFilePath) 'loads the crystalreports in to the memory
            'Create parameter objects
            'Provide Parameter values
            crParameterFieldDefinitions = oRptDoc.DataDefinition.ParameterFields
            crParameterFieldLocation = crParameterFieldDefinitions.Item("StartPeriod")
            crParameterValues = crParameterFieldLocation.CurrentValues
            crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
            crParameterDiscreteValue.Value = #7/6/2008#
            crParameterValues.Add(crParameterDiscreteValue)
            crParameterFieldLocation.ApplyCurrentValues(crParameterValues)
            crParameterFieldLocation = crParameterFieldDefinitions.Item("EndPeriod")
            crParameterValues = crParameterFieldLocation.CurrentValues
            crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
            crParameterDiscreteValue.Value = #8/2/2008#
            crParameterValues.Add(crParameterDiscreteValue)
            crParameterFieldLocation.ApplyCurrentValues(crParameterValues)
            'Export Information
            oDiskFileDestinOption.DiskFileName = strPdfFileDestinationPath    'path of file where u want to locate ur PDF
            oRptDoc.ExportOptions.DestinationOptions = oDiskFileDestinOption
            oRptDoc.ExportOptions.ExportDestinationType = ExportDestinationType.DiskFile
            oRptDoc.ExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat
           oRptDoc.Export()
        End Sub
    End Class

    I got the same error message when trying to export a report to Excel format.  This happened with an existing report that had always exported with no problem, until I added a couple of new formulas. After investigating, I discovered that one of my formulas was returning a divide by zero error if a date range was too small.  Once I fixed that formula, it began exporting again with no problem.  I discovered this by trying to export to PDF (since all of the situations discussed here involved PDF) and that was when it returned the divide by zero error.

Maybe you are looking for

  • Faster way?

    Hello - I've been scratching my head at these two features that I want to provide for days now. I have been searching tutorials and thought you experts would know of a faster way. I'm running InD6 on a PC. It's fast; that's not my problem. I have a 2

  • Why would my Acrobat tab keep disappearing from my Office programs?

    Every so often, my Acrobat tab keeps disappearing from my Office programs.  It seems totally random, but happens when I am actually using the tool to convert a word doc or excel spreadsheet to PDF.  I am using Office 2007 Professional and Adobe Acrob

  • IWeb update 1.1.1 will not install

    I'm trying to install the iWeb 1.1.1 update and always at the end it says there was an error and the installation stops. I have OSX 10.4.6 on an 800Mhz iMac, G4, with 512MB ram and I am updating from iWeb version 1.1 I have repaired prefs and re-star

  • New Photo Booth effects??

    I installed Leopard earlier on today (Family license) on both my iMac and my MacBook. I thought both installations had gone perfectly smoothly, but it transpires that the new effects in Photo Booth haven't been installed on my iMac! =( They've been i

  • I get the "moron of the week" prize....

    It all started on Sunday when I couldn't remember the password on my Blackberry.  I finally accepted that I was going to have to let it wipe out my memory. I have set my device back up the way I had it with one exception. My Facebook is not working c