Oracle Workflow Java Activity Agent not starting up

Hi,
I am trying to start the Java Activity agent of Oracle workflow.
As specified in the installation and setup guid I am running the following script (for NT):
wfjvlsnr user/password@connectString
The activiy agent does start up but then I get a NullPointerException in the main thread of the Java Activity Agent class.
Appreciate you help.
thanks.
Here is the dump.
E:\Ora9idb\wf\admin>rem ******************************************************
E:\Ora9idb\wf\admin>rem $Header: wfjvlsnr.bat 26.5 2001/07/02 09:13:06 smayze
ship $
E:\Ora9idb\wf\admin>rem USAGE:
E:\Ora9idb\wf\admin>rem 1) Workflow Schema User/Password@Database
E:\Ora9idb\wf\admin>rem 2> "Workflow Schema User Password Database [protocol
[charset]
E:\Ora9idb\wf\admin>rem To disable output, use the jrew command instead of jre
E:\Ora9idb\wf\admin>rem ******************************************************
E:\Ora9idb\wf\admin>set WF_UN=workflow/workflow@workflow
E:\Ora9idb\wf\admin>set WF_CHARSET=
E:\Ora9idb\wf\admin>IF "" NEQ "" set WF_CHARSET=-DCHARSET=
E:\Ora9idb\wf\admin>set WF_CLASSPATH=;e:\Ora9idb\wf\java;C:\PROGRA~1\Oracle\jr
1.1.8\lib\rt.jar;e:\Ora9idb\wf\java;e:\Ora9idb\jlib\wfjava.jar;e:\Ora9idb\wf\x
\java\lib\xmlparserv2.jar;e:\Ora9idb\jlib\wfapi.jar;e:\Ora9idb\jdbc\lib\classe
11.zip;e:\Ora9idb\jlib\share.jar;e:\Ora9idb\jlib\ewt3.jar;e:\Ora9idb\jlib\ewt3
ls.jar;e:\Ora9idb\jlib\swingall-1_1_1.jar;
E:\Ora9idb\wf\admin>"C:\PROGRA~1\Oracle\jre\1.1.8\bin\jre" -classpath ";e:\Ora
db\wf\java;C:\PROGRA~1\Oracle\jre\1.1.8\lib\rt.jar;e:\Ora9idb\wf\java;e:\Ora9i
\jlib\wfjava.jar;e:\Ora9idb\wf\xml\java\lib\xmlparserv2.jar;e:\Ora9idb\jlib\wf
i.jar;e:\Ora9idb\jdbc\lib\classes111.zip;e:\Ora9idb\jlib\share.jar;e:\Ora9idb\
ib\ewt3.jar;e:\Ora9idb\jlib\ewt3-nls.jar;e:\Ora9idb\jlib\swingall-1_1_1.jar;"
nojit oracle.apps.fnd.wf.WFFALsnr workflow/workflow@workflow
Oracle Workflow 2.6.0 JAVA Function Activity Agent
Connected to workflow@workflow with character set UTF8
Listening...
Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9996 test.SelectApprover
PUT APPROVER_NAME=CDOUGLAS
Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9996 test.SelectApprover
Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9997 test.SelectApprover
PUT APPROVER_NAME=CDOUGLAS
Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9997 test.SelectApprover
Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9998 test.SelectApprover
PUT APPROVER_NAME=CDOUGLAS
Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9998 test.SelectApprover
Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9999 test.SelectApprover
PUT APPROVER_NAME=CDOUGLAS
Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9999 test.SelectApprover
Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/99910 test.SelectApprove
PUT APPROVER_NAME=CDOUGLAS
Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing TEST_REQ/99910 test.SelectApprove
T
Wed Aug 28 12:14:12 GMT+05:30 2002 Executing WFEVDEME/PO3435 oracle.apps.fnd.w
XMLGetTagValue
GET ATTR=REQUESTOR
GET EVENT=EVENTMESSAGE
GET TAG=/ORDER/REQUESTOR
PUT REQUESTOR=BLEWIS
Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing WFEVDEME/PO3435 oracle.apps.fnd.w
XMLGetTagValue
Wed Aug 28 12:14:12 GMT+05:30 2002 Executing TEAC_IT1/SYSADMIN JayTestFunction
PUT TEST_RESULT=JAVA
Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing TEAC_IT1/SYSADMIN JayTestFunction
Wed Aug 28 12:14:12 GMT+05:30 2002 Executing TEST_REQ/9996 test.ApproveRequisi
on
PUT TEST_ATTRIBUTE=This value was set in the Approve Requisition Activity
Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing TEST_REQ/9996 test.ApproveRequisi
on
Exception in thread "main" java.lang.NullPointerException:
at oracle.apps.fnd.wf.WFFALsnr.listen(WFFALsnr.java)
at oracle.apps.fnd.wf.WFFALsnr.main(WFFALsnr.java)
E:\Ora9idb\wf\admin>

Hi,
I tried to run the same without entering password,but still i am getting error.
The error description is:
Oracle Workflow 2.6.3 JAVA Function Activity Agent
Please Enter Database Password :
ORA-06401: NETCMN: invalid driver designator
Unable to connect to nn0734.nucleussoftware.com:1521:asdb
Accepted arguments:
java <program> <user> <conStr> [oci8]
java <program> <user> <conStr> thin
Where <conStr> is in the form of <host>:<port>:<sid> for thin
and DB Service name for oci8
Please Help. Is there any problem with my tnsnames.ora or something else.
Thanx in advance,
Sarab

Similar Messages

  • Java Function Activity Agent not starting

    Hi,
    I am facing some problem in starting Java Function Activity Agent on Windows XP.
    I hav modified WF_CLASSPATH of wfjavlsnr.bat script to include classes12.jar, ojdbc14.jar & my custom jar files.
    But when I run this script from command prompt using following syntax
    wfjvlsnr.bat owf_mgr/password@host:portid:sid or
    wfjvlsnr.bat owf_mgr/password@sidfollowing messge is thrown...
    Oracle Workflow 2.6.0 JAVA Function Activity Agent
    t2cCreateState
    Connected to owf_mgr@dbserver:1521:ORA10G with character set
    UTF8
    Unable to connect to dbserver:1521:ORA10G
    Can anybody please point out what could be the problem....?
    what is this t2cCreateState? I have never see this "t2cCreateState" when we run JFAA in unix box.
    Any points will be appreciated..
    Regards,
    Nitin

    Hi,
    I tried to run the same without entering password,but still i am getting error.
    The error description is:
    Oracle Workflow 2.6.3 JAVA Function Activity Agent
    Please Enter Database Password :
    ORA-06401: NETCMN: invalid driver designator
    Unable to connect to nn0734.nucleussoftware.com:1521:asdb
    Accepted arguments:
    java <program> <user> <conStr> [oci8]
    java <program> <user> <conStr> thin
    Where <conStr> is in the form of <host>:<port>:<sid> for thin
    and DB Service name for oci8
    Please Help. Is there any problem with my tnsnames.ora or something else.
    Thanx in advance,
    Sarab

  • Problem calling a EJB Java Client from Java Activity Agent

    Hi,
    We have a wrapper java class that calls to an EJB through a JNDI lookup. The wrapper class is called from a workflow. The problem is that the call fail with the following message error:
    Error : getRemoteHome Lugar: ServiceLocator NamingException Mensaje Error: Receive timed out
    Mon Jan 09 15:32:13 EST 2006 Enqueuing VIC/97513 com.tallion.tax.workflow.assessment.Update
    F_FN_ERROR (MODULE=com.tallion.tax.workflow.assessment.Update) (ITEMTYPE=VIC) (ITEMKEY=97513) (ACTID=10617) (FUNCMODE=RUN) (ERRMESSAGE=getRemoteHome Lugar: ServiceLocator NamingException Mensaje Erro
    The wrapper class has in their classpath a jndi.properties as follows:
    java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
    java.naming.provider.url=69.0.137.120:1099
    java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
    The call just works fine when we restart the Java Activity Agent and then, after a while it fails again with the same error.
    Any ideas/workaround?
    Thanks.

    I have a situation that is a bit similar. I have successfully used beans for storing methods used in JSPs and used by other methods in the same class as was suggested above. Now I would like to break some methods into another (utility) class since they are lower level and can be used by lots of things. They are for database operations (given a String query and String dbname, it queries and returns ResultSet for example). I want to have them in a separate class for reusability and OOP.
    I am having problems calling those public static methods in the public class from my bean that communicates with the JSP. I can't compile the class that calls the method in the database ops class. I get an error like :
    loginHelper.java:45: cannot find symbol
    symbol : variable sqlHelper
    location: class dbHelperBean.loginHelper
    and when I include the package name in the call I get
    loginHelper.java:45: cannot find symbol
    symbol : class sqlHelper
    location: package dbHelperBean
    That's strange since the package of both classes is dbHelperBean and the class is indeed called sqlHelper. I tried to compile it in the same directory as sqlHelper as well. What am I doing wrong?
    Thanks for any help.

  • Service (Oracle Fulfillment Server VIS_oracle12) can not start

    in ERP12.0.4 on windows server 2003
    service (Oracle Fulfillment Server VIS_oracle12) can not start
    When I start the service it stops immediate or give me this message
    This is vision instance
    you can see the log of start and stop all services E:\oracle\VIS\inst\apps\VIS_oracle12\logs\appl\admin\log.
    AC-50001: Error - java.lang.NullPointerException occurred while executing script - null stop
    Raised by oracle.apps.ad.autoconfig.ServiceControl$Service
    ****************************************************

    Hi,
    Please check the log file for more details about the error.
    Was this working before? If yes, what changes have been done recently?
    Any errors in the event viewer?
    Regards,
    Hussein

  • Fast return from Java Activity Agent

    Hello,
    long ago I had defined some workflows using the Java Activity Agent. But now I have to create a new flow with a lot of very short activities, and I want to return control to the workflow engine as fast as possible when they complete, without waiting for the next call to background processing. Is there any known best practice to achieve this? I have tried to enqueue calls to the background engine in my java classes, but this doesn't seem a solution.
    Thank you in advance,
    Antonio

    Hello,
    I didn't post my solution because it's very hackish, though it has dramatically improved my execution time.
    But to answer your curiosity...
    I have added a listener to the inbound queue, thus replacing the loop to call the background engine with calls synchronized with inbound messages. Additionally I call the background engine every 30 seconds, just in case, and so that the loop exit condition is checked.
    So, here's my basic listener/background handler:
    DECLARE
            q_agent sys.aq$_agent;
            wf_agent sys.aq$_agent := sys.aq$_agent(NULL,'OWF_MGR.WF_INBOUND_QUEUE',0);
            v_tab_agents DBMS_AQ.aq$_agent_list_t;
    BEGIN
            v_tab_agents(1) := wf_agent;
           WHILE( < ANY CONDITION TO STOP PROCESSING ... > ) LOOP
             dbms_aq.listen(
             agent_list => v_tab_agents,
             WAIT => 30, /* in seconds, may be   DBMS_AQ.FOREVER */
             agent => q_agent
             owf_mgr.wf_engine.background;
         --    DBMS_OUTPUT.PUT_LINE('Date: ' || TO_CHAR(SYSDATE,'yyyy/mm/dd hh24:mi:ss' );
              END LOOP;
    END;
    /Antonio

  • Oracle distributed document capture service not started

    Oracle distributed document capture service not started
    and timeout

    I did check the Distributed Document Capture Configuration (from the Start menu) and it also indicates that I have selected "Oracle Distributed Document Capture Prompted Login". Once I click "OK" after I supplied all the paths required by server settings, it also displays the error "The username and password could not be validated". What credentials should be entered in the User ID / Password / Domain fields? You should use the username and password entered while configuring the "capture" security model. Leave the domain field blank.
    I have not yet configured the IIS at this point. Is it required for the Capture application to authenticate the user I specified during the installation configuration at login? IIS will serve web ODDC interface and will be needed for authentication while accessing ODDC web pages. I beleive that it is not needed for authentication from ODC/ODDC applets. However, when something is not working as expected, I would first finish all required installation and especially post installation setup steps.
    I had a look at the IIS configuration in the installation document. It doesn't clearly state which document is the default document for the website one needs to create in IIS. Do you know what it should be? You have to add new web site, say like "Capture" and add virtual directory from assumed path like: C:\Program Files\Oracle\Document Capture\WebPages
    For the default document I have WebCapture.asp.
    The Oracle Distributed Document Capture service does no start on my PC. Is this required for me to atleast login to the Capture application? It's required only for processing the scanned batches.
    I hope that this will help.
    Boris
    Edited by: tombo on 2012.03.16 06:32

  • JAVA servers are not starting

    Hi SAP Gurus,
    some days back i did system refresh from prod. now ABAP is running but only java servers are not starting. other nodes dispatcher & SDM running. please suggest.
    here is dev_server1 file
    =============================================
    -> arg[ 36]: -Djstartup.whoami=server
    -> arg[ 37]: -Djstartup.debuggable=no
    -> arg[ 38]: -DSAPINFO=BQN_51_server
    -> arg[ 39]: -DSAPSTART=1
    -> arg[ 40]: -DCONNECT_PORT=64990
    -> arg[ 41]: -DSAPSYSTEM=51
    -> arg[ 42]: -DSAPSYSTEMNAME=BQN
    -> arg[ 43]: -DSAPMYNAME=cpcsapv1_BQN_51
    -> arg[ 44]: -DSAPPROFILE=/usr/sap/BQN/SYS/profile/BQN_DVEBMGS51_cpcsapv1
    -> arg[ 45]: -DFRFC_FALLBACK=ON
    -> arg[ 46]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 47]: -DSAPSTARTUP=1
    -> arg[ 48]: -DSAPSYSTEM=51
    -> arg[ 49]: -DSAPSYSTEMNAME=BQN
    -> arg[ 50]: -DSAPMYNAME=cpcsapv1_BQN_51
    -> arg[ 51]: -DSAPDBHOST=cpcsapv1
    -> arg[ 52]: -Dj2ee.dbhost=cpcsapv1
    [Thr  4] Fri Feb  3 14:28:34 2012
    [Thr  4] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server1]
    [Thr 27] Fri Feb  3 14:28:36 2012
    [Thr 27] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 27] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 27] JLaunchISetClusterId: set cluster id 515639851
    [Thr 27] Fri Feb  3 14:28:44 2012
    [Thr 27] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 27] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Fri Feb  3 14:29:13 2012
    40.606: [GC 40.606: [ParNew: 87040K->5145K(130560K), 0.0272228 secs] 87040K->5145K(1005056K), 0.0273939 secs]
    Fri Feb  3 14:30:59 2012
    147.504: [GC 147.505: [ParNew: 92185K->4232K(130560K), 0.0099921 secs] 92185K->4232K(1005056K), 0.0101364 secs]
    Fri Feb  3 14:31:32 2012
    180.020: [GC 180.020: [ParNew: 91272K->11482K(130560K), 0.0398227 secs] 91272K->11482K(1005056K), 0.0400287 secs]
    Fri Feb  3 14:31:35 2012
    182.991: [GC 182.992: [ParNew: 98522K->16449K(130560K), 0.0520708 secs] 98522K->16449K(1005056K), 0.0522291 secs]
    Fri Feb  3 14:31:37 2012
    184.671: [GC 184.671: [ParNew: 103489K->16840K(130560K), 0.0362919 secs] 103489K->16840K(1005056K), 0.0364886 secs]
    Fri Feb  3 14:31:38 2012
    185.955: [GC 185.955: [ParNew: 103880K->17465K(130560K), 0.1179448 secs] 103880K->17465K(1005056K), 0.1181308 secs]
    Fri Feb  3 14:31:39 2012
    187.030: [GC 187.030: [ParNew: 104505K->19470K(130560K), 0.0490249 secs] 104505K->19470K(1005056K), 0.0492104 secs]
    Fri Feb  3 14:31:40 2012
    187.892: [GC 187.892: [ParNew: 106510K->20973K(130560K), 0.0462993 secs] 106510K->20973K(1005056K), 0.0464782 secs]
    Fri Feb  3 14:31:41 2012
    188.624: [GC 188.625: [ParNew: 108013K->22480K(130560K), 0.0549972 secs] 108013K->22480K(1005056K), 0.0551496 secs]
    Fri Feb  3 14:31:42 2012
    189.855: [GC 189.856: [ParNew: 109520K->26140K(130560K), 0.0483116 secs] 109520K->26140K(1005056K), 0.0485971 secs]
    [Thr 139] Fri Feb  3 14:31:47 2012
    [Thr 139] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 139] JHVM_RegisterNatives: registering methods in com.sap.i18n.cp.ConverterJNI
    [Thr 139] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.engine.Compress
    Fri Feb  3 14:31:48 2012
    196.478: [GC 196.479: [ParNew
    Fri Feb  3 14:31:49 2012
    : 113180K->34002K(130560K), 0.0845910 secs] 113180K->34002K(1005056K), 0.0848079 secs]
    Fri Feb  3 14:32:14 2012
    221.647: [GC 221.647: [ParNew: 121042K->43127K(130560K), 0.0901828 secs] 121042K->43127K(1005056K), 0.0904040 secs]
    Fri Feb  3 14:32:15 2012
    223.343: [GC 223.343: [ParNew: 130143K->37620K(130560K), 0.0733509 secs] 130143K->46470K(1005056K), 0.0735802 secs]
    Fri Feb  3 14:32:16 2012
    224.069: [GC 224.069: [ParNew: 124591K->40179K(130560K), 0.0747273 secs] 133442K->49029K(1005056K), 0.0749214 secs]
    Fri Feb  3 14:32:17 2012
    224.682: [GC 224.683: [ParNew: 127211K->40700K(130560K), 0.0815027 secs] 136062K->52675K(1005056K), 0.0816996 secs]
    225.187: [GC 225.187: [ParNew: 127724K->40534K(130560K), 0.0587785 secs] 139699K->54340K(1005056K), 0.0589684 secs]
    [Thr 130] Fri Feb  3 14:35:11 2012
    [Thr 130] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 149] Fri Feb  3 14:35:12 2012
    [Thr 149] ***LOG S98=> STISearchConv, no conv (14387978) [r3cpic_mt.c  6137]
    [Thr 149]
    [Thr 149] *  LOCATION    CPIC (TCP/IP) on local host with Unicode
    [Thr 149] *  ERROR       no conversation found with id 14387978
    [Thr 149] *
    TIME        Fri Feb  3 14:35:12 2012
    [Thr 149] *  RELEASE     701
    [Thr 149] *  COMPONENT   CPIC (TCP/IP) with Unicode
    [Thr 149] *  VERSION     3
    [Thr 149] *  RC          473
    [Thr 149] *  MODULE      r3cpic_mt.c
    [Thr 149] *  LINE        6138
    [Thr 149] *  COUNTER     1
    [Thr 149] *
    [Thr 149] *****************************************************************************
    [Thr 149]
    **[Thr 149] *  LOCATION    CPIC (TCP/IP) on local host with Unicode**
    **[Thr 149] *  ERROR       illegal parameter value ( function=SAPCMTIMEOUT2 /**_
    ***              parameter=conversationID / value=14387978 )**_
    **[Thr 149] ***
    ***  TIME        Fri Feb  3 14:35:12 2012**
    **[Thr 149] *  RELEASE     701**
    **[Thr 149] *  COMPONENT   CPIC (TCP/IP) with Unicode**
    **[Thr 149] *  VERSION     3**
    **[Thr 149] *  RC          769**
    **[Thr 149] *  MODULE      r3cpicmt.c**_
    **[Thr 149] *  LINE        7354**
    **[Thr 149] *  COUNTER     2**
    **[Thr 149] ***
    **[Thr 149] *******************************************************************************
    [Thr 27] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    399.717: [GC 399.717: [ParNew: 127574K->43520K(130560K), 0.0996730 secs] 141380K->60028K(1005056K), 0.0999462 secs]
    Fri Feb  3 14:35:15 2012
    402.992: [GC 402.993: [ParNew: 130425K->39664K(130560K), 0.0697386 secs] 146933K->65055K(1005056K), 0.0699946 secs]
    Fri Feb  3 14:35:18 2012
    406.083: [GC 406.083: [ParNew: 126695K->36855K(130560K), 0.0698643 secs] 152086K->67926K(1005056K), 0.0701081 secs]
    Fri Feb  3 14:35:19 2012
    407.337: [GC 407.338: [ParNew: 123895K->36788K(130560K), 0.0644911 secs] 154966K->67859K(1005056K), 0.0646924 secs]
    Fri Feb  3 14:35:20 2012
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingImpl::initializeRelations
    Fri Feb  3 14:35:21 2012
    409.075: [GC 409.075: [ParNew: 123700K->38997K(130560K), 0.0669356 secs] 154771K->70069K(1005056K), 0.0671589 secs]
    Fri Feb  3 14:35:24 2012
    411.813: [GC 411.814: [ParNew: 126037K->41099K(130560K), 0.0865503 secs] 157109K->72170K(1005056K), 0.0867652 secs]
    ==============================================================

    Hi,
    From the logs, looks like the Java is not able to connect to the ABAP via the RFC.
    ERROR no conversation found with id 14387978
    Check the SAPJSF user which is required for communication between ABAP and Java stacks. Check for roles and if it is locked. Also you could try a server restart, which may reset the conversation IDs.
    Regards,
    Srikishan

  • Dispatcher process on ABAP +  JAVA system  does not start.

    Hi all,
    Dispatcher process on ABAP +  JAVA system  does not start.
    Can someone help me to solve this issue in a ABAP+JAVA stack system?
      service p4 ================= ERROR =================
    Core service p4 failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='Can't assign requested addres
    s (errno:227)
    com.sap.engine.services.rmi_p4.dispatcher.TransportMonitor constructor : can't open  server socket.', Arguments: []--> : Can't find resource for bundle java
    .util.PropertyResourceBundle, key Can't assign requested address (errno:227)
    com.sap.engine.services.rmi_p4.dispatcher.TransportMonitor constructor : can't open  server socket.
            at com.sap.engine.services.rmi_p4.dispatcher.TransportMonitor.<init>(TransportMonitor.java:211)
            at com.sap.engine.services.rmi_p4.dispatcher.P4ServiceFrame.start(P4ServiceFrame.java:93)
            at com.sap.engine.core.service630.container.ServiceRunner.startCommunicationServiceFrame(ServiceRunner.java:228)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:158)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
            at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
    com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='Can't assign requested addres
    s (errno:227)
    com.sap.engine.services.rmi_p4.dispatcher.TransportMonitor constructor : can't open  server socket.', Arguments: []--> : Can't find resource for bundle java
    .util.PropertyResourceBundle, key Can't assign requested address (errno:227)
    com.sap.engine.services.rmi_p4.dispatcher.TransportMonitor constructor : can't open  server socket.
            at com.sap.engine.services.rmi_p4.dispatcher.TransportMonitor.<init>(TransportMonitor.java:211)
            at com.sap.engine.services.rmi_p4.dispatcher.P4ServiceFrame.start(P4ServiceFrame.java:93)
            at com.sap.engine.core.service630.container.ServiceRunner.startCommunicationServiceFrame(ServiceRunner.java:228)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:158)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
            at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
    [Framework -> criticalShutdown] Core service p4 failed. J2EE Engine cannot be started.
    Nov 9, 2011 6:41:09 AM              com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:6]_26] Fatal: Critical shutdown was invoked. Reason is: Core
    service p4 failed. J2EE Engine cannot be started.
    Please let me know if you need any further information in this regard.
    with regards,
    Raja

    Hi,
    Core service p4 failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='Can't assign requested addres
    Please reboot the server to free up occupied ports. Later start the sap system.
    Regards,
    Deepak kori

  • Oracle BAM Plan Monitor does not start

    Hello all,
    the Oracle BAM Plan Monitor does not start in when I execute the start scripts.
    It tells my that the name of the service is invalid.
    Is there any possibility to check on the configuration for that service name?
    I have also checked on the event log of my Windows machine. There are a couple of strange entries coming from the Oracle BAM Engine:
    EventEngine: ADC Context exception ADC Server exception in GetUserGroups(): 2.
    ActiveDataCache: Caught exception while validating user NT-AUTORITÄT\SYSTEM: The RPC-Server is not available
    Maybe someone has a clue how to resolve this issue.

    Hi
    Are you using a valid user name and passwd to access the plan monitor?
    Did you set up a user called 'BAM' in your Enterprise Link? Normally this user will get created automaticaly while installing BAM. If it doesnt exist, you will have to create a user called BAM in EL with a blank password.
    Please follow the post installation document, that is having more details.
    Thanks
    Laj

  • Different ways of starting external java activity agent?

    Hi All,
    Can any one tell me different of ways of starting Oracle Workflow 2.6.4.0.0 JAVA Function Activity Agent in Solaris .
    The one option i know is using shell script wfjvlsnr.csh.This option requires connection string to be given.
    But according to the user of my application ,im allowed to use only datasource to get the workflow database connection.
    Can any one please let me whether there is option to run java activity listner using Workflow database as datasource.
    Thanks in advance.
    Cheers,
    Cherry

    Can any one pls help me out...plsssssss
    Cheers,
    Sharath

  • Java Stack is not started in SAP netweaver ABAP+JAVA Stack

    Dear All,
    Win2003 64 bit , ECC6.0 , Oracle 10.2.0.2.
    Its a newly installed SAP Netweaver  Dual Stack (PI) , Yesterday i have done Client copy from 001 to 999 (SAP_UCUS).
    Client copy also successfully completed .
    login/system_client=999 ,i have activated in Default profile and i have restarted the Server.
    Now i dont have issue with ABAP stack ,its working fine, but java stack is not working running.
    std_output0.out log:
    Service com.sap.aii.adapter.mail.svc started. (812 ms).
      Service com.adobe~XMLFormService started. (2937 ms).
      Service com.sap.aii.af.ispeak.svc started. (390 ms).
    ServiceManager started for 73719 ms.
    Framework started for 85781 ms.
    SAP J2EE Engine Version 7.00   PatchLevel is running!
    PatchLevel September 11, 2006 16:35 GMT
    >
    Login :### Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingImpl::initializeRelations
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.GeneratedComplexType::_loadInto
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.InstanceBuilder::readSequence
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.InstanceBuilder::readElement
    SAP J2EE Engine Version 7.00   PatchLevel is shutting down!  PatchLevel September 11, 2006 16:35 GMT
    =================
    C:\Documents and Settings\ixdadm>jcmon pf=D:\usr\sap\IXD\SYS\profile\IXD_DVEBMGS
    00_SAPXIDEV
    [Thr 4576] MtxInit: -2 0 0
    ============================================================
    JControl Monitor Program - Main Menu
    ============================================================
    0  : exit
    10 : Cluster Administration Menu
    20 : Local Administration Menu
    30 : Shared Memory Menu (Solid Rock, experimental)
    command => 20
    Can't open shared memory administration (rc = -107)
    ============================================================
    Kindly suggest .
    Edited by: satheesh0812 on Dec 30, 2010 12:00 PM

    Hi,
    Please provide the full log entries of server0_out.log.
    You can access UME service properties in config tool by following this path..
    Global server configuration -> services -> com.sap.security.core.ume.service
    There you can set the following settings for new client 900 (it u want to change it)
    ume.r3.connection.master.client
    ume.r3.connection.master.user
    ume.r3.connection.master.passwd
    Refer this [useful link|http://help.sap.com/saphelp_nw04s/helpdata/en/45/1bbdccc7850064e10000000a1553f7/frameset.htm] to get more detailed information. Refer [Config Tool actviities|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0a3d713-5ab6-2c10-ddb1-e7487bc33384?quicklink=index&overridelayout=true]  link To get more information.
    Also, Make sure that the Users J2EE_GUEST, J2EE_ADMIN, SAPJSF ABAP Users exist in the ABAP client (i.e. client number as mentioned in ume.r3.connection.master.client ) and they are not locked. All the required roles need to be assigned properly.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Dec 31, 2010 2:58 PM

  • Em agent not starting

    Hi,
    We have 11.1.0.7 database nstalled on windows platform.
    I followed the below procedure to disable existing em and to re install.
    ==============================
    drop user sysman cascade;
    drop public synonym SETEMVIEWUSERCONTEXT;
    drop role MGMT_USER;
    drop PUBLIC SYNONYM MGMT_TARGET_BLACKOUTS;
    drop user MGMT_VIEW;
    $ emca -deconfig dbcontrol db
    $ emca -config dbcontrol db -repos create
    ===============================
    emca -repos create was successful.
    emca -config dbcontrol db was giving error at the end.
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control.
    install log showing below error
    =======================
    Mar 25, 2011 2:41:35 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
    at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:871)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:252)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:215)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:235)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    =========================
    When I checked the In /oc4j/j2ee/OC4J_DBConsole_X.X.X.X_orcl file, showing below error.
    =========================
    c:\11.1.0\db/oc4j/j2ee/home/oc4j.jar -config c:\11.1.0\db/oc4j/j2ee/OC4J_DBConsole_estimatingsrv.cgx.net_ptrial/config/server.xml Sun Mar 27 23:15:57 2011::tzOffset for America/New_York is -240(min), but agent is runnning with tzOffset -300(min)
    Sun Mar 27 23:15:57 2011::trying again after waiting for 1 sec to account for daylight transition
    Sun Mar 27 23:15:57 2011::tzOffset for America/New_York is -240(min), but agent is runnning with tzOffset -300(min)
    Sun Mar 27 23:15:57 2011::Mismatch detected between timezone in env (America/New_York) and in
    c:\11.1.0\db\estimatingsrv.cgx.net_ptrial/sysman/config/emd.properties (America/New_York). Forcing value to latter.. Sun Mar 27 23:15:58 2011::The agentTZRegion value in c:\11.1.0\db\estimatingsrv.cgx.net_ptrial/sysman/config/emd.properties is not in agreement with
    what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script
    mgmt_target.set_agent_tzrgn(<agent_name>, <new_tz_rgn>) to get the value propagated to repository 11/03/28 00:16:09 Error initializing server: Unable to start HTTP-Server. default-web-site configuartion may not be valid.
    11/03/28 00:16:12 Fatal error: server exiting
    ==============================
    How can I solve the issue?
    Thanks,
    Kavitha

    Hi,
    please check article-ID ID [359524.1] "How To Find Agents with time-skew problems" in MOS...
    The errors you have pasted are saying that you should
    "please stop the agent and exectute 'emctl resetTZ agent'
    and also execute the script
    mgmt_target.set_agent_tzrgn(<agent_name>, <new_tz_rgn>) to get the value propagated to repository"
    have you executed the script as well?
    If you follow the instructions aof the article-ID it says thet you should stop the agent, run emctl resetTZ agent, execute mgmt_target.set_agent_tzrgn
    and start the agent afterwards...
    HTH

  • SAP PI 7.11 JAVA Stack do not start - Loading [PoolManager]...

    Hello,
    <br>
    our Java Stack of our SAP PI 7.11 do not start. In the SAP MMC we get following error:
    <br>
    -1501 (Some managers fails to start)
    <br><br>
    I loooked into the std_server0 log and find this error:<br><br>
    Loading [PoolManager]... [31] ms<br>
    ERROR: Server process failed to start due to:<br>
    java.lang.NoClassDefFoundError: com/sap/jvm/monitor/thread/ThreadWatcher$Callback<br>
         at java.lang.Class.getDeclaredConstructors0(Native Method)<br>
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)<br>
         at java.lang.Class.getConstructor0(Class.java:2671)<br>
         at java.lang.Class.newInstance0(Class.java:321)<br>
         at java.lang.Class.newInstance(Class.java:303)<br>
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:601)<br>
         at com.sap.engine.core.Framework.loadManagers(Framework.java:394)<br>
         at com.sap.engine.core.Framework.start(Framework.java:329)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br>
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
         at java.lang.reflect.Method.invoke(Method.java:585)<br>
         at com.sap.engine.boot.FrameThread.startFramework(FrameThread.java:155)<br>
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:179)<br>
         at com.sap.engine.boot.StartFrame.work(StartFrame.java:93)<br>
         at com.sap.engine.boot.Start.main(Start.java:35)<br>
    Caused by: java.lang.ClassNotFoundException: com.sap.jvm.monitor.thread.ThreadWatcher$Callback<br><br>
    Now I post you the all of the Log-File:<br>
    <br>
    stdout/stderr redirection<br>
    <br>
    node name   : server0<br>
    host name   : iilsrv02<br>
    system name : IPE<br>
    system nr.  : 00<br>
    started at  : Mon Jan 09 13:57:24 2012<br><br>
    JVMX version - Nov  5 2007 23:34:18 - 01_REL - optU - windows amd64 - bas2:88748 (mixed mode, sharing)<br>
    (CompilerOracle exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources)<br>
    (CompilerOracle exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector <br>getApplicationDomain)
    (CompilerOracle exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub)<br>
    (CompilerOracle exclude com/sapportals/portal/prt/util/StringUtils escapeToJS)<br>
    (CompilerOracle exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices)<br>
    (CompilerOracle exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile)<br>
    (CompilerOracle exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup)<br>
    (CompilerOracle exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue)<br>
    (CompilerOracle exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode)<br>
    (CompilerOracle exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode)<br>
    (CompilerOracle exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects)<br>
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement)<br>
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence)<br>
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations)<br>
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto)<br>
    (CompilerOracle exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects)<br>
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory<br>
    WARNING: The hash of package index [E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\index.list] is corrupted<br>
    Reading kernel properties from kernelProperties.bin file...<br>
       Checked the data for 47 ms<br>
       Read the objects for 234 ms<br>
       Substituted the values for 31 ms<br>
    Finished reading kernel objects for 265 ms<br>
    Startup mode [NORMAL] and action [NONE] read<br>
    AS Java version [7.11.3710.93986.20100429121726] is starting server process [ID2867950] on host [iilsrv02]...<br>
    Loading [LogManager]... [157] ms<br>
    Loading [PoolManager]... [31] ms <br>
    ERROR: Server process failed to start due to:<br>
    java.lang.NoClassDefFoundError: com/sap/jvm/monitor/thread/ThreadWatcher$Callback<br>
         at java.lang.Class.getDeclaredConstructors0(Native Method)<br>
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)<br>
         at java.lang.Class.getConstructor0(Class.java:2671)<br>
         at java.lang.Class.newInstance0(Class.java:321)<br>
         at java.lang.Class.newInstance(Class.java:303)<br>
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:601)<br>
         at com.sap.engine.core.Framework.loadManagers(Framework.java:394)<br>
         at com.sap.engine.core.Framework.start(Framework.java:329)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br>
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
         at java.lang.reflect.Method.invoke(Method.java:585)<br>
         at com.sap.engine.boot.FrameThread.startFramework(FrameThread.java:155)<br>
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:179)<br>
         at com.sap.engine.boot.StartFrame.work(StartFrame.java:93)<br>
         at com.sap.engine.boot.Start.main(Start.java:35)<br>
    Caused by: java.lang.ClassNotFoundException: com.sap.jvm.monitor.thread.ThreadWatcher$Callback<br>
    Loader Info -
    <br>
    ClassLoader name: [system:Kernel]<br>
    Living status: alive<br>
    Direct parent loaders:<br>
       [library:core_lib]<br>
    Resources:<br>
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\jenqulib.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcantlr~runtime.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcblcachemgmtapi_for_assembly.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcblcachemgmtimpl.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcblcache_pluginslib.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcblframekrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_cacheimpl.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_classloadkrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_clusterkrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_configurationkrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_databasekrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_licensingkrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_lockingkrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_logkrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_poolkrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_servicekrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcbljkernel_threadkrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcblopensqlkernelimplOpenSQLKrn.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcjeoffline_deployimpl.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcjesessionmgmtimpl.jar
       E:\usr\sap\IPE\DVEBMGS00\j2ee\cluster\bin\kernel\sap.comtcseclikeylikey_assembly.jar<br>
    <br>
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:274)<br>
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:243)<br>
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)<br>
         ... 16 more<br><br>
    Have someone an idee where to find the error and how we could resolve it?<br><br>
    Thanks and regards<br>
    Martin

    Hi,
    You are right, JSPM will not start with server0 down. And server0 will not come up with SAP JVM not updated.
    Perhaps you could try a manual update of the SAP JVM as mentioned in the thread:
    SAP EHP1 FOR SAP NW CE 7.1 -  java doesn't start after updating jvm
    Hope it helps.
    Regards,
    Srikishan

  • Workflow notificaiton mailer Does Not Start, Remains In Status Starting

    Hi Gurus,
    Workflow notification mailer is not getting started and its showing status starting.I have tried to bounce the service componets still its showing starting.My application version is 12.0.6 and OS is AIX.I got a metalink reference"Notification Mailer Does Not Start, Remains In Status Starting [ID 371830.1]".Since its a Productin instance can we try it??Please suggest.Couldnt understand what will be the impact of updating wf_event_subscriptions.Please suggest/help...
    Thank you so much...!!

    994272 wrote:
    Thanks Hussein,
    From the logfile I got the following error.
    [Mar 16, 2013 2:48:36 AM EDT]:1363416516284:-1:-1:ios1402e.idc.ikon.org:10.81.42.25:-1:-1:1:20420:SYSADMIN(0):-1:Thread[GSMQueueProcessor,5,main]:2021231295:40299:1363412471938:4:PROCEDURE:[SVC-GSM-WFALSNRSVC-4786418 : oracle.apps.fnd.cp.gsc.Processor.processControlEvent(String)]:BEGIN (noEvent)
    [Mar 16, 2013 2:48:36 AM EDT]:1363416516284:-1:-1:ios1402e.idc.ikon.org:10.81.42.25:-1:-1:1:20420:SYSADMIN(0):-1:Thread[GSMQueueProcessor,5,main]:2021231295:40299:1363412471938:4:STATEMENT:[SVC-GSM-WFALSNRSVC-4786418 : oracle.apps.fnd.cp.gsc.Processor.processControlEvent(String)]:Did not receive any control events.
    ThanksYou can follow the steps in (Notification Mailer Does Not Start, Remains In Status Starting [ID 371830.1]).
    Thanks,
    Hussein

  • Oracle Workflow Java API

    Hi everyone,
    some questions to that API (maybe only Oracle can answer):
    1) in the "Oracle Workflow and Java Technical White Paper" an API-Function called "setItemOwner" ist described but you cannot find this method inside any class of the wf*.jar files. Where is it ?
    As i understnd, the owner of a workflow-item(process) is needed to watch the processes with workflow-monitor.
    Do we have to implement this function/method ?
    2) I found out, that the Java API is, compared with the PL/SQL packages, slightly incomplete?
    Several functions/methods are not implemented and other functions/methods are not of the same functionality as their PL/SQL counterparts.
    An Example: CreateProcess
    The Java method "createProcess" has two parameters fewer (user_key and owner_role). API methods to set the user key or to set the owner (see Question 1) are not implemented.
    Is there a special reason for that ?
    Thanks
    Ralf

    Ralf,
    1) setItemOwner should be in the WFEngineAPI class in the package oracle.apps.fnd.wf.engine.
    2) It is true that the Java and PL/SQL implementations are not exactly the same - some APIs are available only in PL/SQL, others only
    in Java. The Workflow Guide lists which ones are currently available where. If there is functionality you would like to see added, I
    think the best thing to do is log an enhancement request.
    Regards,
    Clara
    Hi everyone,
    some questions to that API (maybe only Oracle can answer):
    1) in the "Oracle Workflow and Java Technical White Paper" an API-Function called "setItemOwner" ist described but you cannot find this method inside any class of the wf*.jar files. Where is it ?
    As i understnd, the owner of a workflow-item(process) is needed to watch the processes with workflow-monitor.
    Do we have to implement this function/method ?
    2) I found out, that the Java API is, compared with the PL/SQL packages, slightly incomplete?
    Several functions/methods are not implemented and other functions/methods are not of the same functionality as their PL/SQL counterparts.
    An Example: CreateProcess
    The Java method "createProcess" has two parameters fewer (user_key and owner_role). API methods to set the user key or to set the owner (see Question 1) are not implemented.
    Is there a special reason for that ?
    Thanks
    Ralf

Maybe you are looking for

  • Histogram works, Pie Chart doesn't :(

    I have a simple form, which has 1 block, a block level "when-new-block-instance" trigger and 2 bean_area under the block (beans don't have any trigger code). This simple form is called from within another form when a button is pressed. The histogram

  • Make Keynote default presentation software

    I have office 08 on my Mac but have now switched to iWork 08. I don't want to delete office 08 as there are some occasions when I need it, but i prefer to work in iWork 08. How do I make keynotes the default program for presentations. Likewise for pa

  • I have Windows 7 64bits and my adobe premiere cc pro 2014 is crashing, what I should do?

    Everytime i try, this error come back please help me, i have an channel on youtube and i need/have to edit my videos.

  • Spin a picture around it's axis to write something on the back

    Hi guys, I'm rather new to Motion, and don't really know all that much about the 3D aspect in Motion, so I am having a few issues with something that should be rather simple. This is what I would like to do : I would like to add a picture in motion a

  • Photoshop CS5 "Drag&Drop Place" feature disable?

    Photoshop CS5 now allows you to Drag and Drop files into your currently open document and place them as a "Smart" layer. This is quite a nifty feature, and I use it all the time for indesign, but i have grown so use to having Drag and Drop in photosh