Disconnected from DB when attempting to create trigger.

I receive an ORA-03113: end-of-file on communication channel when creating this trigger. Could it be that the user that I'm logged in as does not have privileges to create triggers or something else?
CREATE OR REPLACE TRIGGER SLEA_TRANSACTION_TR
  BEFORE INSERT OR UPDATE OR DELETE ON tb_slea_transaction
  FOR EACH ROW   
BEGIN
  IF INSERTING THEN
  INSERT INTO tb_slea_transaction_audit (audit_timestamp,
                                         slea_year,
                                         empid,
                                         trans_date,
                                         sum_sort,
                                         dtl_sort,
                                         record_type,
                                         online_ind,
                                         paid_status,
                                         trans_amt,
                                         trans_id,
                                         updated_date,
                                         updated_by,
                                         comments,
                                         orig_trans_date,
                                         split_ind)
        VALUES (SYSTIMESTAMP,
                :new.slea_year
                :new.empid,
                :new.trans_date,
                :new.sum_sort,
                :new.dtl_sort,
                :new.record_type,
                :new.online_ind,
                :new.paid_status,
                :new.trans_amt,
                :new.trans_id,
                :new.updated_date,
                :new.updated_by,
                :new.comments,
                :new.orig_trans_date,
                :new.split_ind); 
  ELSE
    INSERT INTO tb_slea_transaction_audit (audit_timestamp,
                                         slea_year,
                                         empid,
                                         trans_date,
                                         sum_sort,
                                         dtl_sort,
                                         record_type,
                                         online_ind,
                                         paid_status,
                                         trans_amt,
                                         trans_id,
                                         updated_date,
                                         updated_by,
                                         comments,
                                         orig_trans_date,
                                         split_ind)
        VALUES (SYSTIMESTAMP,
                :OLD.slea_year
                :OLD.empid,
                :OLD.trans_date,
                :OLD.sum_sort,
                :OLD.dtl_sort,
                :OLD.record_type,
                :OLD.online_ind,
                :OLD.paid_status,
                :OLD.trans_amt,
                :OLD.trans_id,
                :OLD.updated_date,
                :OLD.updated_by,
                :OLD.comments,
                :OLD.orig_trans_date,
                :OLD.split_ind); 
   END IF;
END SLEA_TRANSACTION_TR;

Are you trying to create or recreate the trigger?
To turn on the debug you must:
1) Create the trigger a first time
2) Turn on the debug: "alter trigger trigger_name compile debug";
3) Recreate the trigger (create or replace trigger_name ...) -- BUG
The bug on 9i happens step 3, when you try to Recreate the trigger.
If you don't know about the debug, try to drop and create the trigger.
You can take a look on the NoteId 2256092 in Metalink.
Hope its help,
Paulo.

Similar Messages

  • IMac (27-inch, Mid 2011) 2.7 GHz Intel Core i5 4 GB 1333 MHz DDR3 running10.10.2 (14C1514). Trying to install Windows 7 64 bit from an install disc. When attempting to create an ISO image I can save the file in disk utility but can convert cdr to iso

    iMac (27-inch, Mid 2011) 2.7 GHz Intel Core i5 4 GB 1333 MHz DDR3 running10.10.2 (14C1514). Trying to install Windows 7 64 bit from an install disc. When attempting to create an ISO image I can save the file in disk utility but can convert cdr to iso. I select the file and the hit return as in step 8 of the Creating an
    iSO image document but the box that should open to select use iso does not open. How should I proceed?

    The Mac SuperDrive built into your Mac is the Optical drive.
    1. Insert your Windows DVD in Optical drive. Disconnect any external storage.
    2. Insert a USB2 Flash drive. This will be used to hold the BC drivers.
    3. Start BCA. Check the options to download software and Install Windows. You do not need to download Windows. The BCA will download the BC drivers to the USB.
    4. Partition your drive.
    5. You can see the Windows installer screens at https://help.apple.com/bootcamp/mac/5.0/help/#/bcmp173b3bf2.

  • When attempting to create an SSRS Report in SharePoint 2010 Dashboard Designer and change the Server Mode from Report Center to SharePoint Integrated

    Hi,
    When attempting to create an SSRS Report in SharePoint 2010 Dashboard Designer and change the Server Mode from Report Center to SharePoint Integrated, I get the following unhandled exception:
    ************** Exception Text **************
    System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: Instance validation error: '2' is not a valid value for Microsoft.PerformancePoint.Scorecards.SqlReportViewData.SqlReportViewDataServerMode.
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlReportViewData.Write1_SqlReportViewDataServerMode(SqlReportViewDataServerMode v)
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlReportViewData.Write3_SqlReportViewData(String n, String ns, SqlReportViewData o, Boolean isNullable, Boolean needType)
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlReportViewData.Write4_SqlReportViewData(Object o)
       --- End of inner exception stack trace ---

    Hi,
    According to your post, an error occurred when you integrate SQL Server Reporting Services with SharePoint.
    1. Please check the steps as the link below:
    http://technet.microsoft.com/en-us/library/ff724283(v=office.14).aspx
    2. Try to clean the configuration cache on all of your SharePoint servers and re-tested.
    http://blogs.msdn.com/b/josrod/archive/2007/12/12/clear-the-sharepoint-configuration-cache-for-timer-job-and-psconfig-errors.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • QuickTime Error Code 0 when attempting to create MPEG-2 Video File

    I am getting the above error when attempting to create an MPEG-2 file from an FCP Timeline; what might cause this problem and how can I fix?

    I'm real sorry. I am just lost. So if it does allow me to access via USB, what am I doing wrong? Why am I getting this error? I tried to go in and just import the video first and I could see the files, however they were gray, so it was not an option. Then I tried dragging them from the desktop icon and received the error. What else can I try to get my video loaded in imovie? I'm still fairly new to the mac. I have had mine for a year, but am still learning and would consider myself very green still. I have always done pretty well with a PC, so I catch on pretty quickly, but I definitely need some guidance here.

  • Error When Attempting to Create a Password File

    hi all,
    i recevied the following error when attempting to create a password file via the ORAPWD utility. can anyone offer any insight into what is causing this problem?
    $ ./orapwd file=/appl/oracle/product/9.2.0-64bit/dbs/orapwLEAF password=XXXXXX
    Unable to find error file.
    Error code 5
    thanks

    Try to set env variable ORACLE_HOME
    Best Regards
    Krystian Zieja / mob

  • Getting ORA-01031 when attempting to Create Database

    I am attempting to issue a CREATE DATABASE statement via JDBC but I am getting a "ORA-01031: insufficient privileges" error. I am logged in as an administrator and I have no trouble creating tables. I am also receiving the same error when attempting this from SQLPlus. I'm stumped.
    Thanks,
    Pino

    Pino,
    I haven't verified this, but only the SYS user can create a DATABASE in Oracle, and you also need to use a special login (when going via SQL*Plus) which JDBC cannot handle. Hence your failures both via JDBC and SQL*Plus.
    By the way, if you are new to Oracle, but have experience in another database, then the Oracle idea of a DATABASE is probably different than what you're used to. That's probably why you're stumped. If you haven't already done so, I suggest reading the Oracle Database Concepts volume of the Oracle documentation, which is available from:
    http://tahiti.oracle.com
    Good Luck,
    Avi.

  • JBO-26031 Error encountered when attempting to create new row

    Hi
    We are experiencing an intermittent error whereby sometimes the call to
    View1Impl.createRow() fails with the following error message:
    JBO-26031 Association end Entity1 of assoc Entity1Entity2FkAssoc invalid for entity based Entity1 in view object View2.
    View1 is a generated view object based on a single entity whereas View2 joins the entity from View1 (Entity1 in the error message) with Entity2 and three other entities.
    View2 has previously been executed with a WHERE clause defined within the code. We have tried re-setting the parameters to null prior to the createRow() call but this does not seem to have fixed the problem.
    Has anybody any suggestions as to why this error would be thrown (and if possible why it does not happen every time we attempt to create a new row)?
    Thanks in advance for any help
    Lisa

    I have exactly the same problem when I deployed the ADF application to JBOSS.
    I am using jdev 10.1.3.3 ADF 10.1.3.41.57 and JBOSS 4.0.3 sp1 / JAVA 1.5.0
    The strange think is that when I am running the application from jdev (using the embedded OC4J) the problem dos not occur.
    Any suggestions?

  • ESXi 6 fails/becomes unresponsive when attempting to create Datastore on OCZ SSD

    I am trying to bring a Mac Mini 5,3 online with vSphere 6.  The system originally came with two 500GB 7.2kRPM drives, and I swapped one with a brand new OCZ ARC100-25SAT3-480G SSD.  I am booting from a SanDisk 64GB USB plugged into the back.
    I brought the system online, added it to my vCenter, created a new datastore using the remaining 7200RPM drive, and all was well up to that point.  As soon as I attempt to create a new datastore on the OCZ drive, the host becomes unresponsive to either vCenter or the old thick client.  At the console I am still able to log in and look at the logs but that is about it, and it will even hang if I attempt a restart from the console so I have to manually power cycle it. If I leave it running, after a very long time (more than 10 minutes) the thick client will eventually throw the following useless error:
    Call "HostDatastoreSystem.CreateVmfsDatastore" for object "ha-datastoresystem" on ESXi "octo" failed.
    So I tried using partedUtil to remove partitions and do it again, with no change as soon as I tried to create the datastore (UI becomes unresponsive). Then I booted the machine using an external drive with OS X 10.10.3 on it and tried partitioning the drive MBR/FAT32, wrote and read a few files to make sure the drive actually seemed to work, and booted it back on on vSphere 6.  When I attempted to create a Datastore again, I still got the same behavior.
    After a reboot, this is what partedUtil reports for the disk:
    partedUtil get /dev/disks/t10.ATA_____OCZ2DARC100______________________________A22L2061437000076___
    58369 255 63 937703088
    1 2048 937697984 0 0

    Doesn't work, in fact ESXi seems to just hate this disk.  Since my original post, I've tried a few more things.
    First, I tried to use both partedUtil and disk to delete the partition on the drive.  This does not work.
    partedUtil delete /vmfs/devices/disks/t10.ATA_____OCZ2DARC100______________________________A22L2061437000076___ 1
    Error: Read-only file system during write on /dev/disks/t10.ATA_____OCZ2DARC100______________________________A22L2061437000076___
    Unable to delete partition 1 from device /vmfs/devices/disks/t10.ATA_____OCZ2DARC100______________________________A22L2061437000076___
    So I yanked the drive out, which is not trivial on a Mac Mini, and attached it to a windows box, then used diskpart to run the clean command on it.  I stuck back in the Mac Mini and had the same freezing and uselessness.  So I thought I'd try a different system.  I have an older SuperMicro X8SIL system in the rack that was easy to pop the top off of and hot insert the drive after another round using clean with diskpart.  After refreshing the storage controllers, the X8SIL machine saw it, so I told it to try to partition the device, and I got the exact same behavior.  Since this machine has a disk activity light, I can see that the disk light is pegged on.

  • Error when attempting to create JDBC connection

    I'm attempting to create a new JDBC Data Source for a newly installed Weblogic 10.3 installation. I can set up the connection correctly (when I click the Test Configuration button I see "Connection test succeeded"), but when I go to the next step and checkmark the server (exampleServer) to install it to, I get the error and stacktrace provided below.
    If I ignore the error and go back to the data sources, I can see it's been added but missing a server. When I try to add the server (exampleServer), it now adds successfully. BUT, if I try to Activate Changes, I get the error:
    An error occurred during activation of changes, please see the log for details.
    Error Could not perform unpadding: invalid pad byte.
    This is a fresh installation running on Vista. Any idea what might be going on??
    Thanks,
    John
    Error opening /com/bea/console/actions/jdbc/datasources/createjdbcdatasource/CreateJDBCDataSource.jpf.
    The source of this error is:
    com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:697)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:106)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)
    at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:180)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:324)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:130)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:184)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:159)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)
    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:54)
    at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:175)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:990)
    at weblogic.j2ee.descriptor.wl.JDBCDriverParamsBeanImpl.getPassword(JDBCDriverParamsBeanImpl.java:331)
    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 weblogic.management.jmx.modelmbean.WLSModelMBean.getAttribute(WLSModelMBean.java:525)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.setAttribute(WLSModelMBean.java:625)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.setAttribute(DefaultMBeanServerInterceptor.java:762)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.setAttribute(JmxMBeanServer.java:699)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$14.run(WLSMBeanServerInterceptorBase.java:376)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.setAttribute(WLSMBeanServerInterceptorBase.java:374)
    at weblogic.management.mbeanservers.edit.internal.RecordingInterceptor.setAttribute(RecordingInterceptor.java:130)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$14.run(WLSMBeanServerInterceptorBase.java:376)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.setAttribute(WLSMBeanServerInterceptorBase.java:374)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$14.run(WLSMBeanServerInterceptorBase.java:376)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.setAttribute(WLSMBeanServerInterceptorBase.java:374)
    at weblogic.management.mbeanservers.edit.internal.EditLockInterceptor.setAttribute(EditLockInterceptor.java:95)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$14.run(WLSMBeanServerInterceptorBase.java:376)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.setAttribute(WLSMBeanServerInterceptorBase.java:374)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.setAttribute(SecurityInterceptor.java:358)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$8$1.run(AuthenticatedSubjectInterceptor.java:463)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$8.run(AuthenticatedSubjectInterceptor.java:461)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.setAttribute(AuthenticatedSubjectInterceptor.java:456)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.setAttribute(WLSMBeanServer.java:287)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
    at javax.management.remote.rmi.RMIConnectionImpl.setAttribute(RMIConnectionImpl.java:683)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
    at javax.management.remote.rmi.RMIConnectionImpl_1030_WLStub.setAttribute(Unknown Source)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.setAttribute(RMIConnector.java:921)
    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:281)
    at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:504)
    at weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:380)
    at $Proxy115.setPassword(Unknown Source)
    at com.bea.console.utils.jdbc.JDBCUtils.saveGlobalDataSource(JDBCUtils.java:354)
    at com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.save(CreateJDBCDataSource.java:502)
    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 org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:64)
    at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:184)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.invoke(ActionInterceptors.java:50)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:58)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:87)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
    at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:255)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:256)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:133)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)
    ... 58 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedMethodAccessor219.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:173)
    ... 132 more
    Caused by: weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:78)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
    ... 136 more
    Caused by: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)
    at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:68)
    ... 138 more

    I resolved this. The problem is with the existing data source which got it's password encrypted with the earlier version of weblogic and hence it causing the padding problem. It can be resolved by deleting the existing entries of the datasource in the config.xml and create them manually. Later bring up the server.

  • Blank error message when attempt to create new batch

    I am useing Oracle Applications : 12.1.1 & RDBMS : 11.1.0.7.0
    when I attempt to create new batch for selecting specific Recipe and declaring product quantity in OPM
    Then there generate blank error message. Also I am using automatic document numbering ,But there haven't Generate any document number in the document Number field.
    Plz someone help me.
    Thanks
    Omar Parvez
    Edited by: user13140975 on Sep 5, 2011 1:18 AM

    Plz go following link
    http://www.scrnshots.com/login
    and provide username omarparvez & password 123456
    Thanks & Regards
    Omar Parvez

  • Disconnects from internet when it goes to sleep

    I have Mountain Lion on an iMac I purchased in 2010.  Once I installed Mountain Lion, it started disconnecting from the internet when it goes to sleep.  Does anybody know how to repair?

    Oh yeah I forgot to say I use an ETHERNET connection.

  • Error 49168 when attempting to create Disk Image

    After attempting to create a disk image of a specific CD, I have been unable to create a disk image from any folder or volume. Every time I try, I get (toward the end of the dmg creation prcess) "Unable to create (...) - error 49168."
    Creating a blank disc image still works fine.
    Judging from my attempts to find answers, this seems to be a rare problem.

    I just got the same error and have been looking around Google and elsewhere online. It seems to be rare but I haven't yet found a very good fix, the only thing I've found is this: http://tinyurl.com/d52l4 I'm currently trying that and I'll report back to let you know if it works
    All I did from the link was copy the contents of the folder I was trying to burn into a new folder and everything worked just fine. I suppose it had something to do with the permissions of the previous folder. Anyway, hope that helps.
    iBook G4   Mac OS X (10.4.3)   1.07GHz, 512 RAM, 60GB HD

  • IPod disconnected from iTunes when closing laptop lid

    I recently received a new iPod Classic 120 Gb after the old one's battery died. When i connect the new one to my Macbook Pro and close the lid it disconnects from iTunes (it is still connected, it appears in Finder, just not in iTunes).
    I got the latest version of iTunes and the iPod software. This never happened with the old iPod. Is there a fix for this?

    Okay guys . I got some goodies up . For those interested:
    - 2.6.22.12 kernel with CFS v22, hrtimers, powertop, Reiser4 and default CPU frequency governor 'ondemand'
    - iwlwifi 1.1.21
    - Authentec fingerprint reader driver
    I guess that should get you going pretty much  . The iwlwifi drivers have been built out-of-tree since my efforts to merging in the newer mac80211 stack & latest iwlwifi drivers amounted to nothing but a boatload of patch errors :-( (yes i can hack up patches to work but I felt like not doing it, since iwlwifi builds just fine out-of-tree). This kernel is tailored to the 6510 hardware, I cannot tell what is different in the 6170b lineup, but you definitely should not try this kernel on just any machine .
    If you have any questions, drop me a line.
    Credit of course to waninkoko for his kamikaze patchset, from which most of the patches come.
    Update: to the latest 2.6.22.12 kernel + corresponding driver packages
    Last edited by B (2007-11-11 16:39:48)

  • How do I stop pages from scrolling when i'm creating an interactive PDF?

    I'm attempting to create an interactive PDF portfolio with links from the homepage to gallery pages and projects etc, but it seems useless if I can't stop the PDF pages from scrolling? Can anyone help?
    I have InDesign CS5.5 and Adobe Acrobat Pro.
    Thanks,
    Elizabeth

    I had the same problem with an interactive PDF I created out of InDesign CS5.5. Not sure if what I found will work for a PDF portfolio but here is what I did.
    After creating my document and exporting it as an interactive PDF I opened it in Acrobat X. I went to file/properties and opened the dialogue box. I then clicked on the "initial view" tab and checked the "hide toolbars" and "hide window controls" clicked okay, closed the dialogue box and re-saved the PDF.
    The next time I launched it you could not mouse click to navigate the pages anymore, you had to use the interface I had created. The only caveat is that the keyboard arrows and the mouse scroll wheel still work but if you click anywhere on the page other than my buttons the pages now stay put.
    Hope this works for you,
    Phil

  • Error when attempting to create new Crystal Report against SAP BW

    We're getting an error when attemptiing to create a new report using the SAP toolbar in CR:
    "Failed to retrieve SSO2 logon ticket. Please contact your BW administrator".
    Any ideas? We're able to run existing reports fine. Just can't create new ones using the toolbar.

    Hi,
    but you do realize that it is a pre-requisite ?
    your BW system needs to be configured for reading and generating SSO token
    Ingo

Maybe you are looking for

  • Software update doesn't find latest software on q10

    Hy, I have a problem with my Q10. I have de OS 10.1.0.2309 and when I go to Software Updates and click on Check for Updates i get the message "You have the latest software". The same thing happens when i try with BB Link.  Can someone please help me

  • DBMS_SQL.BIND_VARIABLE with nested table and ORA-600

    Hello, I'm experimenting a little with pl/sql and I was trying to do some dynamic SQL using DBMS_SQL, but I'm having a problem when binding a variable that is a neste table(got no problems in the same example if I bind with a varchar2 variable). Here

  • ICON in the Pop Up

    Hi, I've to display an icon below the text in the Pop Up . Pls guide me how to proceed. Helpful answers will be rewarded. Regards, Sipra

  • ILife 09 Multiple Prints onto One Sheet of A4

    Hi - Anyone know how to pick a couple of photo's from one event, size them, arrange them and print them on sheet of A4? Help wasting loads of A4 photo paper doing one 6x4 per page!! Thanks J

  • IPhoto 08 Saturation Slider Flawed!

    Hi, Has anyone else noticed that the Saturation slider in iPhoto '08 makes absolutely no sense? It doesn't behave like a Saturation slider. In both Apple's Preview and Aperture, the Saturation slider works exactly like it should, just like Photoshop.