Naming Exception error in initiate task

Hi guys, I'm really in need of help. I'm getting naming exception error in my initiate task. There is no error code from bpel. I had copied my workflow from my development server (using oracle 10g) to my production server (using oracle 9i). I did not get this error when I'm in my development server.
The difference between these two servers are:
1) IP address
2) Oracle database version as stated above
3) domain name
The initiate task is just after setsystemdefineattribute and before my next task of sending email. The error did not halt the workflow but continue to the task of sending email.
Can someone help me? I can't seems to find the error which cause this problem.

I've found out the reason why I'm getting the naming exception error. It is due to wrong configuration in is_config.xml. I'm using Active Directory instead of JAZN and somehow I configure it wrongly to get the error.
I've switch back to JAZN XML base provider and it is working fine now but I would want to use the active directory as my identity service provider.
Currently my active directory in my production server is win2000. I'm using the is_config_for_activedirectory template but I still don't understand what values is needed to provide for the is_config.
Below are some of the items I don't understand.
1) Can I still use this if my AD is on win2k? If not, what should i use as I'm using AD as my id service provider now.
2) The default xmlns after the tag <BPMIdentityServiceConfig> do we need to change it? If so, to what values?
3) What is this property name and values after the providerType?
4) What is needed for binddn? I only know what to put for ou and dc but I'm not sure about cn.
5) What is this password for and whose password?
6) The whole lot under userControls and roleControl, I'm totally lost.
I've read through the Identity Service Provider (16.7.1) but I still can't understand how to config the active directory part.
I really hope someone could help enlighten me on this. Thanks
Hi guys, I'm really in need of help. I'm getting
naming exception error in my initiate task. There is
no error code from bpel. I had copied my workflow
from my development server (using oracle 10g) to my
production server (using oracle 9i). I did not get
this error when I'm in my development server.
The difference between these two servers are:
1) IP address
2) Oracle database version as stated above
3) domain name
The initiate task is just after
setsystemdefineattribute and before my next task of
sending email. The error did not halt the workflow
but continue to the task of sending email.
Can someone help me? I can't seems to find the error
which cause this problem.

Similar Messages

  • Naming Exception Error for Session Bean (Stateless) in JDeveloper

    I have written a session bean stateless in JDeveloper Environment. When i running that bean i getting the following error message.
    javax.naming.NamingException: Lookup error: java.net.ConnectException: Connection refused:
    how can we resolve this error?

    http://forum.java.sun.com/thread.jsp?forum=54&thread=484437&tstart=0&trange=15
    -Regards
    Manikantan

  • Javax.naming.NoInitialContextException ERROR

    I get the following error:
    Naming exception Error while connecting to the database : javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
    I created a Java class which has a method which connects to the database using:
    InitialContext ctx = new InitialContext();
    javax.sql.DataSource ds = (javax.sql.DataSource)ctx.lookup("jdbc/TMBLDB01CoreDS");
    m_connection = ds.getConnection();
    It errored out on the second line with the above error. I am using JDeveloper 10.1.3.
    I got it to work with a JDBC connection but prefer to use JNDI with JDBC.
    I started the Oracle AS Containers for J2EE (OC4J) by double clicking start_oc4j.bat.
    What is missing to make this work?

    Yes by adding the following solved that issue.
      env.put(JboContext.DEPLOY_PLATFORM, JboContext.PLATFORM_LOCAL);Another thing is I have added BC4J Client as library to my project. When I run I am getting
    javax.naming.NamingException: oracle.jbo.server.InitialContextImpl [Root exception is java.lang.ClassNotFoundException: oracle.jbo.server.InitialContextImpl]
         at oracle.jbo.common.JboInitialContextFactory.getInitialContext(JboInitialContextFactory.java:65)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)Do I need any other libraries?
    Thanks

  • Error in invoking task query service-after customising Worklist application

    hi' I am getting error after trying to customize the Worklist application.
    IWorkflowServiceClient wfSvcClient =WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.SOAP_CLIENT);
    IWorkflowContext wfCtx = wfSvcClient.getTaskQueryService().authenticate(userid, password, realm_name, null);
    In the above code 2nd line gives error:
    log4j:WARN No appenders could be found for logger (collaxa.cube.services).
    log4j:WARN Please initialize the log4j system properly.
    <2009-11-16 11:36:55,598> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
         at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.config.ConfigurationManager.getProperty(ConfigurationManager.java:119)
         at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(ConfigurationManager.java:170)
         at oracle.bpel.services.common.exception.ServicesException.<clinit>(ServicesException.java:61)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
         at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
         at test.GetWorkList.getWorklist(GetWorkList.java:39)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> ORABPEL-30028
    <::>
    <::> Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a valid XML document. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getProperty(ConfigurationManager.java:119)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(ConfigurationManager.java:170)
    <::>      at oracle.bpel.services.common.exception.ServicesException.<clinit>(ServicesException.java:61)
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
    <::>      at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
    <::>      at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:39)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: java.lang.NullPointerException
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
    <::>      ... 11 more
    <2009-11-16 11:36:55,598> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
         at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.config.ConfigurationManager.getProperty(ConfigurationManager.java:119)
         at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(ConfigurationManager.java:170)
         at oracle.bpel.services.common.exception.ServicesException.<clinit>(ServicesException.java:61)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
         at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
         at test.GetWorkList.getWorklist(GetWorkList.java:39)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> ORABPEL-30028
    <::>
    <::> Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a valid XML document. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
    <::>      at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
    <::>      at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:39)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: java.lang.NullPointerException
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
    <::>      ... 6 more
    <2009-11-16 11:36:55,598> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
         at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
         at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
         at test.GetWorkList.getWorklist(GetWorkList.java:39)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> ORABPEL-30028
    <::>
    <::> Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a valid XML document. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
    <::>      at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
    <::>      at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:39)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: java.lang.NullPointerException
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
    <::>      ... 6 more
    <2009-11-16 11:36:55,598> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
         at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
         at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
         at test.GetWorkList.getWorklist(GetWorkList.java:39)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> WorkflowService:: VerificationService.VerificationService: Session Timeout set to default due to error: Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a valid XML document. Contact oracle support if error is not fixable.
    ITaskQueryService
    <::> ORABPEL-30509
    <::>
    <::> Error in invoking task query service.
    <::> A client side error occured in invoking the task query service.
    <::> Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:176)
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:43)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
    <::>      at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
    <::>      ... 4 more
    <2009-11-16 11:36:55,661> <ERROR> <oracle.bpel.services.workflow> <::> Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
    javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
         at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
         at test.GetWorkList.getWorklist(GetWorkList.java:43)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> ORABPEL-30509
    <::>
    <::> Error in invoking task query service.
    <::> A client side error occured in invoking the task query service.
    <::> Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:176)
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:43)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
    <::>      at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
    <::>      ... 4 more
    <2009-11-16 11:36:55,661> <ERROR> <oracle.bpel.services.workflow> <::> Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
    javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
         at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
         at test.GetWorkList.getWorklist(GetWorkList.java:43)
         at test.GetWorkList.main(GetWorkList.java:111)
    Error in invoking task query service.
    A client side error occured in invoking the task query service.
    Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
         at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
         at test.GetWorkList.getWorklist(GetWorkList.java:43)
         at test.GetWorkList.main(GetWorkList.java:111)after taskquery
    Edited by: Yatan on Nov 16, 2009 12:22 PM

    I am not getting where to keep this .xml file so it is able to read this.
    please advice.
    thanks
    Yatan

  • BPM error while updating task

    Hi, I'm using an initiator Task form a process in BPM with SOA version 11.1.1.6 and JDeveloper 11.1.1.6 and everytime I try to update the task I get this error:
    ORABPEL-10101
    Error while updating task .
    Error while updating task Cannot delete Comments.
    Check the underlying exception and database connection information. If the error persists, contact Technical Support Services at Oracle.
    at oracle.bpel.services.workflow.repos.driver.WFTask.updateComments(WFTask.java:5384)
    at oracle.bpel.services.workflow.repos.driver.WFTask.updateWFTask(WFTask.java:2712)
    at oracle.bpel.services.workflow.repos.driver.PersistencyService.updateWFTask(PersistencyService.java:630)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperationInTrans(TaskService.java:6586)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6306)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6277)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6253)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6235)
    at oracle.bpel.services.workflow.task.impl.TaskService.updateTask(TaskService.java:2088)
    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)
    I've tried to remove the userComments from the Task Form, and remove anything associated with it, but everytime I try to savbe the task it gets this error
    thanks

    Hi,
    Have you solved the problem? For I have met the same problem, Could you share it with me.
    thanks a lot.

  • Javax.naming.NameNotFoundException: error in whil calling EJB Bean

    Dear friends,
    I have created (Bean Managed Entity) a remote,home and bean objects for adding a country in a database. When i convert
    into jar and and deploy means, its working fine. But if i put into a package means it does work
    and raise "javax.naming.NameNotFoundException" error.
    i keep my files as following folder structure
    d:\siva\projects\ShopCart\
    (under this )
    CountryMas.java
    CountryHome.java
    CountryBean.java
    CountryMasPK.java
    <meta-inf>
    ejb-jar.xml
    weblogic-ejb-jar.xml
    and deployed in weblogic 6.1 using console.
    i have copied the source code here with
    Remote interface
    package ShopCart;
    import javax.ejb.*;
    import javax.rmi.*;
    public interface CountryMas extends EJBObject {
    Home Interface
    package ShopCart;
    import javax.ejb.*;
    import java.rmi.*;
    public interface CountryHome extends EJBHome {
         public CountryMas create(String Cname) throws CreateException,RemoteException;
         public CountryMas findByPrimaryKey(CountryMasPK pk) throws      
    FinderException,RemoteException;
    BEAN OBJECT
    package ShopCart;
    import java.io.*;
    import java.util.*;
    import java.sql.*;
    import javax.sql.*;
    import javax.ejb.*;
    import javax.naming.*;
    public class CountryBean implements EntityBean {
         private EntityContext ctx;
         private int CountryId;
         private String CountryName;
         public void setEntityContext(EntityContext ctx){
              this.ctx = ctx;
         public void unsetEntityContext(){
              this.ctx = null;
         public void ejbActivate(){
         public void ejbPassivate(){
         public void ejbLoad(){
         public void ejbStore(){
         public void ejbRemove(){
              Connection con = null;
              PreparedStatement ps = null ;
              try {
                   con = getConnection();
                   ps = con.prepareStatement("Delete from CountryMas where id=?");
                   ps.setInt(1,CountryId);
                   if (ps.executeUpdate() !=1) {
                        String Error = "JDBC did not create any row";
                        throw new CreateException (Error);
              }catch (Exception e){
                   System.out.println (e);
         public CountryMasPK ejbCreate(String Cname) throws CreateException {
              this.CountryName =Cname;
              Connection con = null;
              PreparedStatement ps = null ;
              try {
                   con = getConnection();
                   ps = con.prepareStatement("insert into CountryMas values(?)");
                   ps.setString (1,CountryName);
                   if (ps.executeUpdate() !=1) {
                        String Error = "JDBC did not delete any row";
                        throw new CreateException (Error);
                   con.commit();
              }catch (Exception e){
                   System.out.println (e);
              int PKid=0;
              ResultSet rs;
              PreparedStatement ps1 = null;
              try {
                   ps1 = con.prepareStatement("select max(id) as Mid from CountryMas");
                   rs = ps1.executeQuery();
                   PKid = rs.getInt("mid");
              }catch(Exception e){
                   System.out.println (e);
              return new CountryMasPK(PKid);
         public void ejbPostCreate(String Cname) throws CreateException {
         private Connection getConnection()throws SQLException {
              InitialContext initCtx = null;
              DataSource ds = null;
              try{
                   initCtx = new InitialContext ();
                   ds = (javax.sql.DataSource)
                        initCtx.lookup("java:comp/env/jdbc/ShopCartPool");
              }catch(Exception e){
                   System.out.println(e);
              return ds.getConnection();           
         public CountryMasPK ejbFindByPrimaryKey(CountryMasPK pk)throws ObjectNotFoundException {
              Connection con= null;
              PreparedStatement ps = null ;
              try{
                   con = getConnection();
                   ps = con.prepareStatement("select cname from CountryMas where id=?");
                   ps.setInt(1,pk.ID);
                   ps.executeQuery();
                   ResultSet rs= ps.getResultSet();
                   if (rs.next()){
                        this.CountryName = rs.getString(1);
              }catch(Exception e){
                   System.out.println(e);
              //return new CountryMasPK(pk.i);
              return pk;
    PRIMARY KEY OBJECT
    package ShopCart;
    import java.io.Serializable;
    public class CountryMasPK implements java.io.Serializable {
         public int ID;
         public CountryMasPK(int ID){
              this.ID =ID;
         public CountryMasPK(){
         public CountryMasPK(CountryMasPK pk){
                   this.ID = pk.ID;
         public String toString(){
                   return new Integer(ID).toString();
         public int hashCode(){
              return new Integer(ID).hashCode();
         public boolean equals(Object countrymas){
              //return ((CountryMasPK)countrymas).ID.equals(ID);
              return true;
    EJB-JAR.XML
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC
    '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN'
    'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <entity>
    <ejb-name>ShopCart</ejb-name>
    <home>ShopCart.CountryHome</home>
    <remote>ShopCart.CountryMas</remote>
    <ejb-class>ShopCart.CountryBean</ejb-class>
    <persistence-type>Bean</persistence-type>
    <prim-key-class>ShopCart.CountryMasPK</prim-key-class>
    <reentrant>False</reentrant>
    <resource-ref>
    <res-ref-name>jdbc/ShopCartPool</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </entity>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>ShopCart</ejb-name>
         <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    WEBLOGIC-EJB-JAR.XML
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN'
    'http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>ShopCart</ejb-name>
    <reference-descriptor>
    <resource-description>
    <res-ref-name>jdbc/ShopCartPool</res-ref-name>
         <jndi-name>ShopCartDataSource</jndi-name>
    </resource-description>
    </reference-descriptor>
    <jndi-name>Country</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    i converted jar file like this
    d:\siva\projects\> set claapath=%classpath%;.;
    cd d:\siva\projects\ShopCart > javac *.java
    cd d:\siva\projects\ShopCart > jar -cvf Sh.jar *
    cd..
    d:\siva\projects> java weblogic.ejbc ShopCart\Sh.jar ShopCart\Shop.jar
    and deployed using weblogic 6.1 console
    and client code as follows
    Client.java
    import java.io.*;
    import javax.naming.*;
    import javax.ejb.*;
    import javax.rmi.*;
    import java.util.*;
    import ShopCart.*;
    class Client {
         public static void main(String args[]){
              Context ctx=null;
              try{
                   Properties pr = new Properties();
                   pr.put(Context.INITIAL_CONTEXT_FACTORY,
                        "weblogic.jndi.WLInitialContextFactory");
                   pr.put(Context.PROVIDER_URL,"t3://localhost:7001");
                   ctx= new InitialContext(pr);
                   Object obj = ctx.lookup("Country");
                   CountryHome cm = (CountryHome)
    javax.rmi.PortableRemoteObject.narrow(obj,CountryHome.class);
                   cm.create(args[0]);
                   System.out.println ("Creating Country " + args[0] +" ..... [Done]");          
              }catch (Exception e){
                   System.out.println(e);
    when i run this file it raise the error
    D:\Siva\Projects>java Client.java
    Exception in thread "main" java.lang.NoClassDefFoundError: Client/java
    D:\Siva\Projects>java Client
    javax.naming.NameNotFoundException: Unable to resolve Country. Resolved: '' Unre
    solved:'Country' ; remaining name ''
    D:\Siva\Projects>
    This is the error message. Please observe it and do let me know what would be the error. There
    would be small configuration error. But i couldn't locate it . plz help me somebody.
    Thanx & Regards,
    Siva.

    you need to use the name java:comp/env/Country in the client.
    and the client deployment descriptor will need an ejb-ref entry:
    <ejb-ref>
      <ejb-ref-name>
        Country
      </ejb-ref-name>
      <ejb-ref-type>
        Session
      </ejb-ref-type>
      <home>
        ShopCart.CountryHome
      </home>
      <remote>
        ShopCart.CountryMas
      </remote>
    </ejb-ref>toby

  • B2BStarter - Exception Error -:  AIP-50014:  General Error

    i have configured 2 trading partners and then the communication between them is through RNIF. The communication was fine and i was receving purchase order and ack properly. then i added a JMS queue and configured the IDC for JMS and now when i restart the B2B server i get the error:- B2BStarter - Exception Error -: AIP-50014: General Error
    Please help
    Edited by: user10552310 on Nov 6, 2008 11:35 PM

    Hi,
    Please make sure the following steps,
    if you are using weblogic JMS,
    1. Add the weblogic.jar in the classpath by following the below instructions:
    a. copy the weblogic.jar in $ORACLE_HOME/ip/lib/ folder
    b. go to the $ORACLE_HOME/opmn/conf/ folder
    c. update the opmn.xml (take the backup of opmn.xml)
    c.1 add this line <variable id="CLASSPATH" value="$ORACLE_HOME/ip/lib/weblogic.jar" append="true" />
    after <variable id="CLASSPATH" value="$ORACLE_HOME/ip/lib/maverick-all.jar" append="true" /> line
    d. restart the B2B
    2. make sure the below properties are set
    polling interval <polling Interval time>
    Destination Provider Properties java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.credentials=weblogic;java.naming.security.principal=weblogic;java.naming.provider.url=t3://<IP Address>:<Port>/
    isTopic false
    Connection Factory Location <Connection Factory Name>
    Message Type bytes
    Factory Provider Properties java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.credentials=weblogic;java.naming.security.principal=weblogic;java.naming.provider.url=t3://<IP Address>:<port>/
    In case of AQ based JMS please follow the below thread,
    Re: Creating JMS internal delivery channel ?
    Regards
    Nandagopal.S

  • ERROR: invalid backup file version. Exception: Error while unzipping invalid wcs 7.x export file

    Hi,
    I'm having a serious issue with your brend new Cisco Prime Network Control System (NCS) and i would appreciate if someone could give me good answers.
    After a background backup task failure, the database was entirelly corrupted and the oracle server no longuer wanted to start. And because of that the NCS web server is unusable, since no one can log in.
    We tryed to restore to last known backup obtained after a former suucessful backup. But we get this error:
    "ERROR: invalid backup file version. Exception: Error while unzipping invalid wcs 7.x export file"
    All the lost data was previously migrated from the former WCS 7.x server. Before this issue everything was working fine.
    So we think that the appliance is seeing the backup file from NCS as a WCS backup.
    We need to find rapidly a solution. Here is our configuration:
    We formerly had WCS 7.0.172.0 hosted on Microsoft Windows Server 2003  SP2 with the above caracteristics: 
    Intel(R)Xeon(R) CPU  5120 @ 1.86Ghz 1.87Ghz 16GB of RAM.
    We now have NCS  Version 1.1.1.24 running under Cisco Application Deployment  Engine
    OS Release:  2.0
    ADE-OS Build Version: 2.0.1.038
    ADE-OS System Architecture:  x86_64

    I was getting this error too. TL;DR: When you transfer the wcs.zip file to your FTP server, make sure you are using BINARY mode... which is often NOT the default FTP mode.
    Long Version:
    TO GET THIS ERROR, what I had done was use the Windows CLI FTP command to transfer my "wcs.zip" to the NCS FTP server.
    -----BEGIN WRONG STEPS-----
    C:\ftp
    ftp> open x.x.x.x
    Connected to x.x.x.x.
    220 Service ready for new user
    User (x.x.x.x:(none)): ftp-user
    331 User name okay, need password for ftp-user
    Password:
    230 User logged in, proceed
    ftp> put wcs.zip
    200 Command PORT okay
    150 File status okay; about to open data connection
    226 Closing data connection
    ftp: 526768949 bytes sent blah blah etc
    -----END WRONG STEPS-----
    I would then run "ncs stop" and "ncs migrate" and get the "ERROR: invalid backup file version. Exception: Error while unzipping invalid wcs 7.x export file".
    I remembered something from my misspent youth: Windows, for no good reason, likes to transfer files in ASCII mode. UNIX (which LINUX comes from) prefers BINARY, and the two do not like to negotiate.
    TO FIX THIS, I had to just FTP in Binary mode.
    -----BEGIN RIGHT STEPS-----
    C:\ftp
    ftp> open x.x.x.x
    Connected to x.x.x.x.
    220 Service ready for new user
    User (x.x.x.x:(none)): ftp-user
    331 User name okay, need password for ftp-user
    Password:
    230 User logged in, proceed
    ftp> binary
    200 Command TYPE okay
    ftp> put wcs.zip
    200 Command PORT okay
    150 File status okay; about to open data connection
    226 Closing data connection
    ftp: 526768949 bytes sent blah blah etc
    -----END RIGHT STEPS-----
    NOW when I enter "ncs stop" (actually... had to restart them... then stop them... x.x) and then the proper "ncs migrate" commands, I get a happy output and don't have to go home late troubleshooting this.
    "  Stage 1 of 5: Decompressing backup ...
      -- complete.
      Stage 2 of 5: Restoring Support Files ...
                  : Restoring the Domain Maps ...
                  :  -- complete.
                  : Restoring the License files ...
                  :  -- complete.
      -- complete.
      Stage 3 of 5: Restoring Data ...
    I hope this helps anyone banging their head against the WCS->PI1.3 install wall.
    (Note, WCS needs to be migrated to NCS 1.1.1.24 (NOT NCS 1.1.3!!!!!) before you can migrate to Prime Infrastructure 1.2 or 1.3, because for no readily apparent reason the "ncs migrate" command was removed from PI 1.2 and up. Also note, there is no "Prime Infrastructure 1.1;" they just renamed NCS to Prime Infrastructure after NCS 1.1 because. Yes, the sentence ends there. Great products, all 3, just... agonizing to migrate.)

  • System.Exception: Error: Invalid token in RPDS stream. StringTable token: 0x12.

    When i am trying to create a report the above error occur,I am using SQL 2012 SP1 .The issue is regarding CU hotfixes?
    Detail error is
    System.Exception: Error: Invalid token in RPDS stream. StringTable token: 0x12.
    at Microsoft.ReportingServices.Rendering.RPDSProcessing.RPLReader.ReadStringTable(Int64 offset, RPLContext context)
    at Microsoft.ReportingServices.Rendering.RPDSProcessing.RPLReader.ReadVersionedReport(RPLReport report, RPLContext context)
    at Microsoft.ReportingServices.Rendering.RPDSProcessing.RPLReader.ReadReport(RPLReport report, RPLContext context)
    at Microsoft.ReportingServices.Rendering.RPDSProcessing.RPLReport..ctor(BinaryReader reader)
    at Microsoft.Reporting.AdHoc.DataManagement.Internal.DataManager.PopulateRimWithRplData(Stream stream, HashSet`1 itemsToNotParse)
    at Microsoft.Reporting.AdHoc.DataManagement.Internal.DataManager.HandleRenderEditResponse(IAsyncEnumeratorCallback aec)

    I haven't seen this one before. Have you tried the RSSharePoint.msi from http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2894115&kbln=en-us? Grab the Fix named "2012_SP1_RSShrPnt_CU7_2894115_11_0_3393_x64".
    Deploy that update to your SharePoint servers.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Naming exception from the pcd... occurred in PI 7.1

    In PI 7.1 Iu2019ve got a process which gets invoked as SOAP service and synchronously calls a second SOAP service. The service returns the correct result and works, when called from the Web Services Navigator. When I call the Service on PI the Web Services Navigator only shows a NullPointerException (although the service gets invoked). The Message Monitoring of the Runtime Workbench doesnu2019t show any Message at all.
    I looked at the Trace-Log and found the Message:
    Naming exception from the pcd when trying to access the principal ROLE.PCD_ROLE_PERSISTENCE.VvlvkEGjiW9zPFaxR/4pd2/bX5Q=
    Has anybody got an idea what could cause this behavior or how one can solve this problem? As far as I could find out PCD_ROLE_PERSISTENCE is part of the portal which is not meant to be Part of PI.
    Regards,
    Tarik

    Hello Osman,
    We are also facing same ROLE.PCD_ROLE_PERSISTENCE.VvlvkEGjiW9zPFaxR/4pd2/bX5Q= error.
    Also when I send a message via SAOPUI I get error:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.ConfigException: Some of the IS access information is not available. SLDAccess property may be set to true, but SLD is not available.
    How did you exactly solve your issue?
    System: PI 7.1
    SP: 71006

  • Error in inserting Task SOAINFRA.WFTASKPKG_111160

    Hi All,
    I have a main process which has call activity to a reusable process which in turns has a call activity to another reusable process.After successful deployment when i try to create an instance i am getting the below error.I am using Oracle BPM 11.1.1.6.0
    Please help.Urgent
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Client received SOAP Fault from server : faultName: {{http://xmlns.oracle.com/bpel/workflow/taskService}operationErroredFault} messageType: {{http://xmlns.oracle.com/bpel/workflow/taskService}workflowErrorMessage} parts: {{ payload=<operationErroredFault xmlns="http://xmlns.oracle.com/bpel/workflow/taskService"><faultInfo>java.sql.SQLException: ORA-20003: Error while inserting task ORA-06512: at "PRD_SOAINFRA.WFTASKPKG_111160", line 1391 ORA-12899: value too large for column "PRD_SOAINFRA"."WFTASK"."PARENTCOMPONENTINSTREFID" (actual: 333, maximum: 200) ORA-06512: at line 1 </faultInfo>
    <task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
    <title>EntitySubGroupPeriodEndClose</title>
    <payload xmlns="http://xmlns.oracle.com/bpel/workflow/task"/>
    <taskDefinitionURI>default/EntitySubGroupPeriodEndClose!.0/Humantask1</taskDefinitionURI>
    <ownerRole>EntitySubGroupPeriodEndClose.ProcessOwner</ownerRole>
    <priority>3</priority>
    <identityContext>jazn.com</identityContext>
    <processInfo>
    <instanceId>850173</instanceId>
    <processId>DKSubgroupClosingConsolidation</processId>
    <processName>2.2.1.1 DK Subgroup Closing &amp;Consolidation</processName>
    </processInfo>
    <systemAttributes>
    <approvalDuration>0</approvalDuration>
    <assignedDate>2012-03-19T10:00:36.142+01:00</assignedDate>
    <createdDate>2012-03-19T10:00:36+01:00</createdDate>
    <digitalSignatureRequired>false</digitalSignatureRequired>
    <fromUser>
    <type>user</type>
    </fromUser>
    <inShortHistory>true</inShortHistory>
    <isGroup>true</isGroup>
    <numberOfTimesModified>1</numberOfTimesModified
    <passwordRequiredOnUpdate>false</passwordRequiredOnUpdate><pushbackSequence>INITIAL_ASSIGNEES;1</pushbackSequence>
    <secureNotifications>false</secureNotifications>
    <state>ASSIGNED</state><taskId>6f854633-ecc2-4904-8e39-3d498b025c91</taskId>
    <taskNumber>407607</taskNumber>
    <updatedBy>
    <id>workflowsystem</id>
    <displayName>workflowsystem</displayName>
    <type>user</type>
    </updatedBy>
    <updatedDate>2012-03-19T10:00:36+01:00</updatedDate>
    <version>1</version>
    <versionReason>TASK_VERSION_REASON_INITIATED</versionReason>
    <taskDefinitionId>default/EntitySubGroupPeriodEndClose!1.0/Humantask1</taskDefinitionId>
    <taskDefinitionName>Humantask1</taskDefinitionName>
    <workflowPattern>Participant</workflowPattern>
    <participantName>default.DefaultPerformer</participantName>
    <assignees>
    <id>EntitySubGroupPeriodEndClose.AccountingProcessDK</id>
    <displayName>EntitySubGroupPeriodEndClose.AccountingProcessDK</displayName>
    <type>application_role</type>
    </assignees>
    <parentTaskVersion>0</parentTaskVersion>
    <rootTaskId>6f854633-ecc2-4904-8e39-3d498b025c91</rootTaskId>
    <systemStringActions>PUSH_BACK,sharePayload</systemStringActions>
    <stage>Stage1</stage>
    <taskNamespace>http://xmlns.oracle.com/NordeaBPMApps/EntitySubGroupPeriodEndClose/Humantask1</taskNamespace>
    <componentType>Workflow</componentType>
    <activityName>UserTask</activityName>
    <activityId>ABSTRACT_ACTIVITY3030415068651</activityId>
    <thread>1</thread>
    <parentThread>0</parentThread>
    <swimlaneRole>AccountingProcessDK</swimlaneRole>
    </systemAttributes>
    <systemMessageAttributes/>
    <callback>
    <id>EntitySubGroupPeriodEndClosing/HumanTasks.Humantask1.reference</id>
    <converstationId>urn:FDBB762071A111E1BFFDCF77E9A7B417</converstationId>
    </callback>
    <sca>
    <applicationName>default</applicationName>
    <componentName>Humantask1</componentName>
    <compositeDN>default/EntitySubGroupPeriodEndClose!1.0*soa_666dbabf-822c-4c8e-a0d0-23510f17124a</compositeDN>
    <compositeInstanceId>890179</compositeInstanceId>
    <compositeName>EntitySubGroupPeriodEndClose</compositeName>
    <compositeVersion>1.0</compositeVersion>
    <ecId>29fe0e285cd4cadd:14ed22aa:13629736ab0:-8000-000000000000067e</ecId>
    <parentComponentInstanceId>bpmn:850173</parentComponentInstanceId>
    <parentComponentInstanceRefId>850173-EntitySubGroupPeriodEndClosing_ABSTRACT_ACTIVITY3055187201238_EntitySubGroupClosingSAPGLEntities_ABSTRACT_ACTIVITY2755974131170_ABSTRACT_ACTIVITY3030415068651-EntitySubGroupPeriodEndClosing_ABSTRACT_ACTIVITY3055187201238_EntitySubGroupClosingSAPGLEntities_ABSTRACT_ACTIVITY2755974131170_ABSTRACT_ACTIVITY2755974131170_try.12-2</parentComponentInstanceRefId>
    <headerProperties>rO0ABXNyABFqYXZhLnV0aWwuSGFzaE1hcAUH2sHDFmDRAwACRgAKbG9hZEZhY3RvckkACXRocmVzaG9sZHhwP0AAAAAAAAx3CAAAABAAAAAGdAAcdHJhY2tpbmcuY29tcG9zaXRlSW5zdGFuY2VJZHQABjg5MDE3OXQADXRyYWNraW5nLmVjaWR0ADwyOWZlMGUyODVjZDRjYWRkOjE0ZWQyMmFhOjEzNjI5NzM2YWIwOi04MDAwLTAwMDAwMDAwMDAwMDA2N2V0AAhwcmlvcml0eXQAATB0ACV0cmFja2luZy5jb21wb3NpdGVJbnN0YW5jZUNyZWF0ZWRUaW1lc3IADmphdmEudXRpbC5EYXRlaGqBAUtZdBkDAAB4cHcIAAABNiovxVp4dAAXdHJhY2tpbmcuY29udmVyc2F0aW9uSWR0ACR1cm46RkRCQjc2MjA3MUExMTFFMUJGRkRDRjc3RTlBN0I0MTd0ABx0cmFuc3BvcnQuaHR0cC5yZW1vdGVBZGRyZXNzdAAMMTAuMjUuMTg3Ljc3eA==</headerProperties>
    <compositeCreatedTime>2012-03-19T10:00:35.546+01:00</compositeCreatedTime>
    </sca>
    <applicationContext>OracleBPMProcessRolesApp</applicationContext>
    <taskDefinitionId>default/EntitySubGroupPeriodEndClose!1.0/Humantask1</taskDefinitionId>
    <correlationId>6f854633-ecc2-4904-8e39-3d498b025c91</correlationId>
    <mdsLabel>soa_666dbabf-822c-4c8e-a0d0-23510f17124a</mdsLabel>
    </task>
    </operationErroredFault>
    } cause: {null} at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:808) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:384) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:301) 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(AstValue.java:187) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297) at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53) at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java: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 javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:889) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:379) 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:301) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:101) 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.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41) 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.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542) 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:3730) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696) 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:2273) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused by: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Client received SOAP Fault from server : faultName: {{http://xmlns.oracle.com/bpel/workflow/taskService}operationErroredFault} messageType: {{http://xmlns.oracle.com/bpel/workflow/taskService}workflowErrorMessage} parts: {{ payload=<operationErroredFault xmlns="http://xmlns.oracle.com/bpel/workflow/taskService"><faultInfo>java.sql.SQLException: ORA-20003: Error while inserting task ORA-06512: at "PRD_SOAINFRA.WFTASKPKG_111160", line 1391 ORA-12899: value too large for column "PRD_SOAINFRA"."WFTASK"."PARENTCOMPONENTINSTREFID" (actual: 333, maximum: 200) ORA-06512: at line 1 </faultInfo><task xmlns="http://xmlns.oracle.com/bpel/workflow/task"> <title>EntitySubGroupPeriodEndClose</title><payload xmlns="http://xmlns.oracle.com/bpel/workflow/task"/><taskDefinitionURI>default/EntitySubGroupPeriodEndClose!1.0/Humantask1</taskDefinitionURI><ownerRole>EntitySubGroupPeriodEndClose.ProcessOwner</ownerRole><priority>3</priority><identityContext>jazn.com</identityContext><processInfo><instanceId>850173</instanceId><processId>DKSubgroupClosingConsolidation</processId><processName>2.2.1.1 DK Subgroup Closing &amp; Consolidation</processName></processInfo><systemAttributes><approvalDuration>0</approvalDuration><assignedDate>2012-03-19T10:00:36.142+01:00</assignedDate><createdDate>2012-03-19T10:00:36+01:00</createdDate><digitalSignatureRequired>false</digitalSignatureRequired><fromUser><type>user</type></fromUser><inShortHistory>true</inShortHistory><isGroup>true</isGroup><numberOfTimesModified>1</numberOfTimesModified><passwordRequiredOnUpdate>false</passwordRequiredOnUpdate><pushbackSequence>INITIAL_ASSIGNEES;1</pushbackSequence><secureNotifications>false</secureNotifications><state>ASSIGNED</state><taskId>6f854633-ecc2-4904-8e39-3d498b025c91</taskId><taskNumber>407607</taskNumber><updatedBy><id>workflowsystem</id><displayName>workflowsystem</displayName><type>user</type></updatedBy><updatedDate>2012-03-19T10:00:36+01:00</updatedDate><version>1</version><versionReason>TASK_VERSION_REASON_INITIATED</versionReason><taskDefinitionId>default/EntitySubGroupPeriodEndClose!1.0/Humantask1</taskDefinitionId><taskDefinitionName>Humantask1</taskDefinitionName><workflowPattern>Participant</workflowPattern><participantName>default.DefaultPerformer</participantName><assignees><id>EntitySubGroupPeriodEndClose.AccountingProcessDK</id><displayName>EntitySubGroupPeriodEndClose.AccountingProcessDK</displayName><type>application_role</type></assignees><parentTaskVersion>0</parentTaskVersion><rootTaskId>6f854633-ecc2-4904-8e39-3d498b025c91</rootTaskId><systemStringActions>PUSH_BACK,sharePayload</systemStringActions><stage>Stage1</stage><taskNamespace>http://xmlns.oracle.com/NordeaBPMApps/EntitySubGroupPeriodEndClose/Humantask1</taskNamespace><componentType>Workflow</componentType><activityName>UserTask</activityName><activityId>ABSTRACT_ACTIVITY3030415068651</activityId><thread>1</thread><parentThread>0</parentThread><swimlaneRole>AccountingProcessDK</swimlaneRole></systemAttributes><systemMessageAttributes/><callback><id>EntitySubGroupPeriodEndClosing/HumanTasks.Humantask1.reference</id><converstationId>urn:FDBB762071A111E1BFFDCF77E9A7B417</converstationId></callback><sca><applicationName>default</applicationName><componentName>Humantask1</componentName><compositeDN>default/EntitySubGroupPeriodEndClose!1.0*soa_666dbabf-822c-4c8e-a0d0-23510f17124a</compositeDN><compositeInstanceId>890179</compositeInstanceId><compositeName>EntitySubGroupPeriodEndClose</compositeName><compositeVersion>1.0</compositeVersion><ecId>29fe0e285cd4cadd:14ed22aa:13629736ab0:-8000-000000000000067e</ecId><parentComponentInstanceId>bpmn:850173</parentComponentInstanceId><parentComponentInstanceRefId>850173-EntitySubGroupPeriodEndClosing_ABSTRACT_ACTIVITY3055187201238_EntitySubGroupClosingSAPGLEntities_ABSTRACT_ACTIVITY2755974131170_ABSTRACT_ACTIVITY3030415068651-EntitySubGroupPeriodEndClosing_ABSTRACT_ACTIVITY3055187201238_EntitySubGroupClosingSAPGLEntities_ABSTRACT_ACTIVITY2755974131170_ABSTRACT_ACTIVITY2755974131170_try.12-2</parentComponentInstanceRefId><headerProperties>rO0ABXNyABFqYXZhLnV0aWwuSGFzaE1hcAUH2sHDFmDRAwACRgAKbG9hZEZhY3RvckkACXRocmVzaG9sZHhwP0AAAAAAAAx3CAAAABAAAAAGdAAcdHJhY2tpbmcuY29tcG9zaXRlSW5zdGFuY2VJZHQABjg5MDE3OXQADXRyYWNraW5nLmVjaWR0ADwyOWZlMGUyODVjZDRjYWRkOjE0ZWQyMmFhOjEzNjI5NzM2YWIwOi04MDAwLTAwMDAwMDAwMDAwMDA2N2V0AAhwcmlvcml0eXQAATB0ACV0cmFja2luZy5jb21wb3NpdGVJbnN0YW5jZUNyZWF0ZWRUaW1lc3IADmphdmEudXRpbC5EYXRlaGqBAUtZdBkDAAB4cHcIAAABNiovxVp4dAAXdHJhY2tpbmcuY29udmVyc2F0aW9uSWR0ACR1cm46RkRCQjc2MjA3MUExMTFFMUJGRkRDRjc3RTlBN0I0MTd0ABx0cmFuc3BvcnQuaHR0cC5yZW1vdGVBZGRyZXNzdAAMMTAuMjUuMTg3Ljc3eA==</headerProperties><compositeCreatedTime>2012-03-19T10:00:35.546+01:00</compositeCreatedTime></sca><applicationContext>OracleBPMProcessRolesApp</applicationContext><taskDefinitionId>default/EntitySubGroupPeriodEndClose!1.0/Humantask1</taskDefinitionId><correlationId>6f854633-ecc2-4904-8e39-3d498b025c91</correlationId><mdsLabel>soa_666dbabf-822c-4c8e-a0d0-23510f17124a</mdsLabel></task></operationErroredFault>} cause: {null} at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:362) at oracle.sysman.emSDK.webservices.wsdlparser.OperationInfoImpl.invokeWithDispatch(OperationInfoImpl.java:1004) at oracle.sysman.emas.model.wsmgt.PortName.invokeOperation(PortName.java:750) at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:802) ... 79 more Caused by: oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : faultName: {{http://xmlns.oracle.com/bpel/workflow/taskService}operationErroredFault} messageType: {{http://xmlns.oracle.com/bpel/workflow/taskService}workflowErrorMessage} parts: {{ payload=<operationErroredFault xmlns="http://xmlns.oracle.com/bpel/workflow/taskService"><faultInfo>java.sql.SQLException: ORA-20003: Error while inserting task ORA-06512: at "PRD_SOAINFRA.WFTASKPKG_111160", line 1391 ORA-12899: value too large for column "PRD_SOAINFRA"."WFTASK"."PARENTCOMPONENTINSTREFID" (actual: 333, maximum: 200) ORA-06512: at line 1 </faultInfo><task xmlns="http://xmlns.oracle.com/bpel/workflow/task"> <title>EntitySubGroupPeriodEndClose</title><payload xmlns="http://xmlns.oracle.com/bpel/workflow/task"/><taskDefinitionURI>default/EntitySubGroupPeriodEndClose!1.0/Humantask1</taskDefinitionURI><ownerRole>EntitySubGroupPeriodEndClose.ProcessOwner</ownerRole><priority>3</priority><identityContext>jazn.com</identityContext><processInfo><instanceId>850173</instanceId><processId>DKSubgroupClosingConsolidation</processId><processName>2.2.1.1 DK Subgroup Closing &amp; Consolidation</processName></processInfo><systemAttributes><approvalDuration>0</approvalDuration><assignedDate>2012-03-19T10:00:36.142+01:00</assignedDate><createdDate>2012-03-19T10:00:36+01:00</createdDate><digitalSignatureRequired>false</digitalSignatureRequired><fromUser><type>user</type></fromUser><inShortHistory>true</inShortHistory><isGroup>true</isGroup><numberOfTimesModified>1</numberOfTimesModified><passwordRequiredOnUpdate>false</passwordRequiredOnUpdate><pushbackSequence>INITIAL_ASSIGNEES;1</pushbackSequence><secureNotifications>false</secureNotifications><state>ASSIGNED</state><taskId>6f854633-ecc2-4904-8e39-3d498b025c91</taskId><taskNumber>407607</taskNumber><updatedBy><id>workflowsystem</id><displayName>workflowsystem</displayName><type>user</type></updatedBy><updatedDate>2012-03-19T10:00:36+01:00</updatedDate><version>1</version><versionReason>TASK_VERSION_REASON_INITIATED</versionReason><taskDefinitionId>default/EntitySubGroupPeriodEndClose!1.0/Humantask1</taskDefinitionId><taskDefinitionName>Humantask1</taskDefinitionName><workflowPattern>Participant</workflowPattern><participantName>default.DefaultPerformer</participantName><assignees><id>EntitySubGroupPeriodEndClose.AccountingProcessDK</id><displayName>EntitySubGroupPeriodEndClose.AccountingProcessDK</displayName><type>application_role</type></assignees><parentTaskVersion>0</parentTaskVersion><rootTaskId>6f854633-ecc2-4904-8e39-3d498b025c91</rootTaskId><systemStringActions>PUSH_BACK,sharePayload</systemStringActions><stage>Stage1</stage><taskNamespace>http://xmlns.oracle.com/NordeaBPMApps/EntitySubGroupPeriodEndClose/Humantask1</taskNamespace><componentType>Workflow</componentType><activityName>UserTask</activityName><activityId>ABSTRACT_ACTIVITY3030415068651</activityId><thread>1</thread><parentThread>0</parentThread><swimlaneRole>AccountingProcessDK</swimlaneRole></systemAttributes><systemMessageAttributes/><callback><id>EntitySubGroupPeriodEndClosing/HumanTasks.Humantask1.reference</id><converstationId>urn:FDBB762071A111E1BFFDCF77E9A7B417</converstationId></callback><sca><applicationName>default</applicationName><componentName>Humantask1</componentName><compositeDN>default/EntitySubGroupPeriodEndClose!1.0*soa_666dbabf-822c-4c8e-a0d0-23510f17124a</compositeDN><compositeInstanceId>890179</compositeInstanceId><compositeName>EntitySubGroupPeriodEndClose</compositeName><compositeVersion>1.0</compositeVersion><ecId>29fe0e285cd4cadd:14ed22aa:13629736ab0:-8000-000000000000067e</ecId><parentComponentInstanceId>bpmn:850173</parentComponentInstanceId><parentComponentInstanceRefId>850173-EntitySubGroupPeriodEndClosing_ABSTRACT_ACTIVITY3055187201238_EntitySubGroupClosingSAPGLEntities_ABSTRACT_ACTIVITY2755974131170_ABSTRACT_ACTIVITY3030415068651-EntitySubGroupPeriodEndClosing_ABSTRACT_ACTIVITY3055187201238_EntitySubGroupClosingSAPGLEntities_ABSTRACT_ACTIVITY2755974131170_ABSTRACT_ACTIVITY2755974131170_try.12-2</parentComponentInstanceRefId><headerProperties>rO0ABXNyABFqYXZhLnV0aWwuSGFzaE1hcAUH2sHDFmDRAwACRgAKbG9hZEZhY3RvckkACXRocmVzaG9sZHhwP0AAAAAAAAx3CAAAABAAAAAGdAAcdHJhY2tpbmcuY29tcG9zaXRlSW5zdGFuY2VJZHQABjg5MDE3OXQADXRyYWNraW5nLmVjaWR0ADwyOWZlMGUyODVjZDRjYWRkOjE0ZWQyMmFhOjEzNjI5NzM2YWIwOi04MDAwLTAwMDAwMDAwMDAwMDA2N2V0AAhwcmlvcml0eXQAATB0ACV0cmFja2luZy5jb21wb3NpdGVJbnN0YW5jZUNyZWF0ZWRUaW1lc3IADmphdmEudXRpbC5EYXRlaGqBAUtZdBkDAAB4cHcIAAABNiovxVp4dAAXdHJhY2tpbmcuY29udmVyc2F0aW9uSWR0ACR1cm46RkRCQjc2MjA3MUExMTFFMUJGRkRDRjc3RTlBN0I0MTd0ABx0cmFuc3BvcnQuaHR0cC5yZW1vdGVBZGRyZXNzdAAMMTAuMjUuMTg3Ljc3eA==</headerProperties><compositeCreatedTime>2012-03-19T10:00:35.546+01:00</compositeCreatedTime></sca><applicationContext>OracleBPMProcessRolesApp</applicationContext><taskDefinitionId>default/EntitySubGroupPeriodEndClose!1.0/Humantask1</taskDefinitionId><correlationId>6f854633-ecc2-4904-8e39-3d498b025c91</correlationId><mdsLabel>soa_666dbabf-822c-4c8e-a0d0-23510f17124a</mdsLabel></task></operationErroredFault>} cause: {null} at oracle.j2ee.ws.client.jaxws.DispatchImpl.throwJAXWSSoapFaultException(DispatchImpl.java:1040) at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:826) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:235) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:106) at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:358) ... 82 more

    I got the answer myself. I have seen the following exception in the log files while trying to insert the taskpay load into humantask
    ORA-06512: at "ORABPEL.WFTASKPKG", line 1164
    ORA-12899: value too large for column "ORABPEL"."WFMESSAGEATTRIBUTE"."STRINGVALUE" (actual: 2901, maximum: 2000)
    ORA-06512: at line 1
    So I assume the max length for any element in taskpayload is 2000 characters.

  • Repair permissions Error: The underlying task reported failure on exit, ever since time machine system restore

    Recently had to restore system 10.5.8 Leopard startup volume using Time machine. After many hours of migrating additional important databases that were recovered from failing startup drive, everything seemed to be back up and running smoothly on a new WD 1tb Black drive. Right before I run timemachine again to backup the new revised seemingly stable startup volume, I choose to repair disk permissions using disk utility. Repair permissions failed with this error, The underlying task reported faliure on exit. I tried using the OS X DVD to repair permissions, Diskwarrior, Onyx, none are able to reapair the disk permissions. Although everything seems perfect I would imagine that the system will fail eventually. It's strange that I had no problems repairing disk permissions in the past on this particular system that was the most recent backup. What should I do ?

    Repair permissions always reports a bunch of stuff.  Ignore it if it says it completed successfully.
    Also note that is it usually a waste of time (except maybe after a system upgrade). 

  • Error: The underlying task reported failure on exit (-9972)

    After much debackle that I posted a few days ago I finally was able to run scans with disk utility. I got this:
    Verifying volume “ROVER”
    ** /dev/disk3s2
    ** Phase 1 - Read FAT
    Unable to read FAT (Input/output error)
    Error: The underlying task reported failure on exit (-9972)
    1 volume checked
         0 HFS volumes verified
         1 volume failed verification
    Repairing disk for “ROVER”
    ** /dev/disk3s2
    ** Phase 1 - Read FAT
    Unable to read FAT (Input/output error)
    Error: The underlying task reported failure on exit (-9972)
    Repair attempted on 1 volume
         0 HFS volumes repaired
         1 volume could not be repaired
    Of course I have no idea what it means so I'm turning to here.
    FYI: The disk is named ROVER and it was formated for PC (FAT). I was unable to upload all my music onto the disk and eventually unable to mount it to the desktop ir iTunes.

    Hi Charles,
    This indicates that your disk volume has issues that Disk Utility cannot fix, you have two options:
    # Back up as much of your important data and files as you can, then try using a third-party disk utility to repair the drive. Be sure that you use one that works with your version of Mac OS X.
    # Back up as much of your important data and files as you can, then perform an Erase and Install installation of Mac OS X on the affected volume.
    Important: This option completely erases the destination volume. You should always back up important files on the target volume before performing an Erase and Install installation. You can then restore your backed up files afterwards.

  • DataSource CORP_LDAP: Naming exception when trying to create principal

    Using NetWeaver 6.40 SP 15.
    I have configured the UME to use writable LDAP and database. Specifically, for LDAP I'm using the Sun One Directory Server. I'm able to authenticate using one of the LDAP users using a Web Dynpro app.
    When I try to create a user through the NWA web app, I simply get a "Could not create user" error in the application. In the server instance "security.log" I found the following:
    Date : 03/08/2006
    Time : 16:22:59:248
    Message : DataSource CORP_LDAP: Naming exception when trying to create principal ***************************************************************************
    com.sap.security.core.persistence.imp.PrincipalDatabagMaint Wed Mar 08 16:22:59 CST 2006
    UniqueID: USER.CORP_LDAP.testuser
    Type: USER
    Home data source: CORP_LDAP
    Private id part: testuser
    "com.sap.security.core.usermanagement"|->"uniquename" (no time limit)="testuser"
    "com.sap.security.core.usermanagement"|->"department" (no time limit)="CI&T"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_CREATION_DATE" (no time limit)="0001141856579248"
    "com.sap.security.core.usermanagement"|->"firstname" (no time limit)="user"
    "com.sap.security.core.usermanagement"|->"lastname" (no time limit)="test"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_TYPE_ATTRIBUTE" (no time limit)="USER"
    "com.sap.security.core.usermanagement"|->"email" (no time limit)="[email protected]"
    "com.sap.security.core.usermanagement"|->"company" (no time limit)=""
    "com.sap.security.core.usermanagement"|->"accessibilitylevel" (no time limit)="0"
    Severity : Error
    Category : /System/Security/Usermanagement
    Location : com.sap.security.core.persistence
    Application : sap.com/com.sap.security.core.admin
    Thread : SAPEngine_Application_Thread[impl:3]_22
    Datasource : 1141856104605:C:\usr\sap\J2E\JC00\j2ee\cluster\server0\log\system\security.log
    Message ID : 000D60DD8A4D00540000001C0000136000040E8333C9FD7C
    Source Name : /System/Security/Usermanagement
    Argument Objs : CORP_LDAP,***************************************************************************
    com.sap.security.core.persistence.imp.PrincipalDatabagMaint Wed Mar 08 16:22:59 CST 2006
    UniqueID: USER.CORP_LDAP.testuser
    Type: USER
    Home data source: CORP_LDAP
    Private id part: testuser
    "com.sap.security.core.usermanagement"|->"uniquename" (no time limit)="testuser"
    "com.sap.security.core.usermanagement"|->"department" (no time limit)="CI&T"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_CREATION_DATE" (no time limit)="0001141856579248"
    "com.sap.security.core.usermanagement"|->"firstname" (no time limit)="user"
    "com.sap.security.core.usermanagement"|->"lastname" (no time limit)="test"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_TYPE_ATTRIBUTE" (no time limit)="USER"
    "com.sap.security.core.usermanagement"|->"email" (no time limit)="[email protected]"
    "com.sap.security.core.usermanagement"|->"company" (no time limit)=""
    "com.sap.security.core.usermanagement"|->"accessibilitylevel" (no time limit)="0"
    Arguments : CORP_LDAP,***************************************************************************
    com.sap.security.core.persistence.imp.PrincipalDatabagMaint Wed Mar 08 16:22:59 CST 2006
    UniqueID: USER.CORP_LDAP.testuser
    Type: USER
    Home data source: CORP_LDAP
    Private id part: testuser
    "com.sap.security.core.usermanagement"|->"uniquename" (no time limit)="testuser"
    "com.sap.security.core.usermanagement"|->"department" (no time limit)="CI&T"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_CREATION_DATE" (no time limit)="0001141856579248"
    "com.sap.security.core.usermanagement"|->"firstname" (no time limit)="user"
    "com.sap.security.core.usermanagement"|->"lastname" (no time limit)="test"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_TYPE_ATTRIBUTE" (no time limit)="USER"
    "com.sap.security.core.usermanagement"|->"email" (no time limit)="[email protected]"
    "com.sap.security.core.usermanagement"|->"company" (no time limit)=""
    "com.sap.security.core.usermanagement"|->"accessibilitylevel" (no time limit)="0"
    Dsr Component : <masked id>_J2E_7234450
    Dsr Transaction : 79521ee0aef011da9168000d60dd8a4d
    Dsr User : Administrator
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives : com.sap.security.core.persistence
    Resource Bundlename :
    Session : 200
    Source : /System/Security/Usermanagement
    ThreadObject : SAPEngine_Application_Thread[impl:3]_22
    Transaction :
    User : Administrator
    Where can I find the initial NamingException?

    Hi All,
    Thanks for your replies and SORRY for my late response.
    Now, what I actually want is that though my UME is connected to LDAP i want to the portal admin to be able to create users in the portal DB. I checked my UME configuration and it says
    Microsoft ADS (Deep Hheirarchy) + Database
    and the name of the configuration file is
    dataSourceConfiguration_ads_deep_writeable_db.xml
    Now I could not understand why I am not able to create users in the DB?
    Does the portal has any restriction like at any given point of time only one of the user stores can be active? Doesnt the portal allow both the user stores to be active at a time?
    regards,
    PK

  • Trying to raise a named exception, in an exception handler

    We have some converted code that I'm trying to fix. Usually, the code isn't modularized, and is an EXCEPTION named at the top of a package gets raised, the code falls into the EXCEPTION handler and everything works fine.
    create or replace package tmp_pg
    as
      procedure main;
    end tmp_pg;
    create or replace package body tmp_pg
    as
      x_datacheck EXCEPTION;
      wk_num      NUMBER(1);
    begin
      wk_num := 1;
    exception
      when x_datacheck then
        raise_application_error(-20500, 'datacheck');
      when others then
        raise;
    end tmp_pg;
    /The problem we're seeing for some of the code, is that inside the private methods in the PACKAGE BODY, the EXCEPTION defined at the PACKAGE BODY-level is raised, which results in a "ORA-06510: PL/SQL: unhandled user-defined exception" error:
    create or replace package body tmp_pg
    as
      x_datacheck EXCEPTION;
      wk_num      NUMBER(1);
      procedure main is
      begin
        if wk_num = 1 then
          raise x_datacheck;
        end if;
      end main;
    begin
      wk_num := 1;
    exception
      when x_datacheck then
        raise_application_error(-20500, 'datacheck');
      when others then
        raise;
    end tmp_pg;So the code above compiles, but fails at runtime. I tried both of the following, which doesn't work:
    - adding an exception handler in the procedure MAIN( ), which raises X_DATACHECK
      procedure main is
      begin
        if wk_num = 1 then
          raise x_datacheck;
        end if;
      exception
        when x_datacheck then
          raise x_datacheck
      end main;- adding a locally defined exception handler in MAIN( ), raising that, which in turn raises X_DATACHECK from the exception handler in MAIN( )
      procedure main is
        lx_datacheck EXCEPTION;
      begin
        if wk_num = 1 then
          raise lx_datacheck;
        end if;
      exception
        when lx_datacheck then
          raise x_datacheck;
      end main;Does anyone have another solution I could try?
    Thanks,
    --=Chuck

    This block of code:
    begin
      wk_num := 1;
    exception
      when x_datacheck then
        raise_application_error(-20500, 'datacheck');
      when others then
        raise;
    end tmp_pg;executes only once, the first time the package is accessed in a session. Since it does not raise x_datacheck, the exception block will not catch it. When x_datacheck is raised in main, the initialisation section has already finished running, so main needs to be the one catching and re-raising. Something like:
    SQL> create package tmp_pg as
      2    procedure main;
      3  end tmp_pg;
      4  /
    Package created.
    SQL> create or replace package body tmp_pg as
      2    x_datacheck EXCEPTION;
      3    wk_num      NUMBER(1);
      4
      5    procedure main is
      6    begin
      7      if wk_num = 1 then
      8        raise x_datacheck;
      9      end if;
    10    exception
    11      when x_datacheck then
    12        raise_application_error(-20500, 'datacheck');
    13    end main;
    14
    15  begin
    16    wk_num := 1;
    17  end tmp_pg;
    18  /
    Package body created.
    SQL> exec tmp_pg.main;
    BEGIN tmp_pg.main; END;
    ERROR at line 1:
    ORA-20500: datacheck
    ORA-06512: at "OPS$ORACLE.TMP_PG", line 12
    ORA-06512: at line 1This would work even if some procedure called by main raised x_datacheck. If you want the initialisation section to catch x_datacheck, then either it needs to raise it itself, or call a procedure that raises x_datacheck.
    John
    John

Maybe you are looking for

  • Z97 Gaming 5 BIOS update problem.

    Hi. Firt of all i want to apologize for my bad english  . Yesterday i bought MB form subject and i want do update my bios ( curently ver 1.4 ). When i want flash under Windows ( Windows 8.1) program doent do anything, when i use M-Flash it stucks on

  • After use and not even long use dropdown menus are blank, Firefox won't close.

    For a couple of weeks after a short time of use dropdown menus are blank almost as if they have been lifted off the screen but I can see an imprint of where they should be.. Sometimes running the cursor over them seems to make them appear but not oft

  • How do you reference cells on a different spreadsheet?

    I would like to reference or lookup data in cells on a different spreadsheet/workbook. Is there a way to do this? I do not mean referencing a cell on a sheet within a single spreadsheet/workbook.

  • Sound Hiccups

    i just recently bought a p500 series i believe. its the big 18.5 inch one. every couple hours or so the sound seems to freeze for about two or three seconds and then resume. its kinda weird. its like a hiccup. it happens when im playing itunes. reall

  • RFC connection problem BW3.5

    Hi all, we are trying to configure the connection between a BW3.5 and a CRM4.0 box. Neither the automatic source system creation nor the SM59 setup is working. When testing the connection, we get a 'Gateway' error message. The BW system is already ta