Error attempting to instantiate the activation agent class "oracle.tip.adap

I am trying to run the JMS and AQ tutorials and experiencing class problems. The BPEL process I am looking at is Queue2Topic.
When I go to the BPEL console, I have a yellow exclamation mark against the process Queue2Topic, and when I click on the process receive the following error message :-
Exception Name:
Error while creating activation job
Exception Description:
An error occurred while attempting to instantiate the activation agent class "oracle.tip.adapter.fw.agent.jca.JCAActivationAgent". The exception reported was: "javax/resource/spi/work/WorkManager".
Suggested Fix:
Please fix the error and redeploy the class to the server.
Context:
Stack Trace:

all is fixed!!
discovered a similar problem in the forum.
Solution was to copy
{orabpel-home}/lib/connector15.jar
to
{j2ee-home}/lib/connector.jar

Similar Messages

  • About adpatch and Attempting to instantiate the current-view snapshot...

    when we install any patch 1st time with adpatch utility.
    it start gathring snapshot information with following message
    Attempting to instantiate the current-view snapshot...
    how can I force to adpatch utility to do above?
    Regards
    Chirag Patel

    Thanks Fadi,
    1)
    i tried what u said.
    but still it is the same error.
    AutoPatch error:
    Error while executing statement
    AutoPatch error:
    ORA-06550: line 3, column 10:
    PLS-00302: component 'IS_PATCH_APPLIED2' must be declared
    ORA-06550: line 3, column 1:
    PL/SQL: Statement ignored
    AutoPatch error:
    adppdepIsPatchApplied() returned FALSE
    See messages above for details.
    You should check the file
    /home/appldev1/dev1appl/admin/dev1/log/adpatch.6502082.log\
    2) it means every time when we apply patch, then adpatch update snapshot automatically ?
    Regards
    Chirag
    Nairobi

  • An error occurred while running the Inventory agent in InventoryEnforcer

    2007.03.07 15:00:00 [Console:SERVMAN SCHEDULED ITEM] Inventory Agent:
    Found KeyValuePair in INVSETUP.INI, agentRuns = Subscriber
    2007.03.07 15:00:00 [Console:SERVMAN SCHEDULED ITEM] Inventory Agent:
    Found KeyValuePair in INVSETUP.INI, forceDebug = false
    2007.03.07 15:01:12 [Console:SERVMAN SCHEDULED ITEM] Clean the
    Inventory Agent
    2007.03.07 15:01:12 [Console:SERVMAN SCHEDULED ITEM]
    Inventory(InvAgent):Mar 7, 2007 3:01:12 PM: An error occurred while
    running the Inventory agent in
    InventoryEnforcer:EnforcePolicy(Distributed Server Package
    ServerX:General:Server Inventor.Pol.ZEN.BO.ORG)
    2007.03.07 15:01:12 [Console:SERVMAN SCHEDULED ITEM] MESSAGE - Policy
    processed successfully : Distributed Server Package
    ServerX:General:Server Inventor.Pol.ZEN.BO.ORG
    2007.03.07 15:01:12 [Console:SERVMAN SCHEDULED ITEM] Policy has been
    flagged to prevent future scheduling : Distributed Server Package
    ServerX:General:Server Inventor.Pol.ZEN.BO.ORG
    I have reinstalled de ZfS 7SP1 Inventory Agent on the server.
    Did not help.
    Recreated the Distributed Server Package with only Server Inventory
    Policy enabled. And succesfully distributed it to the subscriber.
    Did not help.
    Restarted server, did not help ;-)
    Checked if INVNATVE.NLM, INVAID.NLM and MPKSCAN.NLM are installed. OK
    Inventory Policy is referred to sane Inventory Service object as
    workstation inventory policy
    Inventory Service on root service has Machines Attached option
    enabled.
    Workstation inventory works fine from all our 36 locations.
    Server inventory i am testing from one location.
    We have Netware 6.5 SP5 with ZfD and ZfS 7 SP1 on all our locations.
    Greetings from the Netherlands,
    Michel Woltjer

    Michel,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Error(10,47): EntryFlowPageCO not found  in class oracle.apps.ap.oie.entry.

    Hi All,
    I extended a CO named IndusFinalReviewPageCOXX and I got the following error.
    Error(10,47): EntryFlowPageCO not found in class oracle.apps.ap.oie.entry.summary.webui.FinalReviewPageCO in class indus.oracle.apps.ap.oie.entry.summary.webui.IndusFinalReviewPageCOXX.
    I already drag the class file of EntryFlowPageCO in path myclasses\oracle\apps\ap\oie\entry\summary\webui
    and import the file. but the error remains same..after that I compile the class file of EntryFlowPageCO and found one more CO imports in EntryFlowPageCO. I drag class file of that CO also in appropriate path.. But still get the same error.
    Pls give me the solution ASAP.
    Thanks
    Amit Jaitly

    Amit,
    In the standard CO you can check that controller EntryFlowPageCO is not under myclasses\oracle\apps\ap\oie\entry\summary\webui.
    Its under oracle/apps/ap/oie/entry/webui so put the same under this directory structure.
    Regards,
    Gyan

  • Error LNK2028: unresolved token (0A00001F) "public: static class oracle....

    Hello,
    I am using MSVC C++ Express and Oracle XE. When I am building my C++ script I get the following errors:
    DbCheck.obj : error LNK2028: unresolved token (0A00001F) "public: static class oracle::occi::Environment * __clrcall oracle::occi::Environment::createEnvironment(enum oracle::occi::Environment::Mode,void *,void * (__clrcall*)(void *,unsigned int),void * (__clrcall*)(void *,void *,unsigned int),void (__clrcall*)(void *,void *))" (?createEnvironment@Environment@occi@oracle@@$$FSMPAV123@W4Mode@123@PAXP6MPAX1I@ZP6MPAX11I@ZP6MX11@Z@Z) referenced in function "int __clrcall main(cli::array<class System::String ^ >^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z)
    DbCheck.obj : error LNK2019: unresolved external symbol "public: static class oracle::occi::Environment * __clrcall oracle::occi::Environment::createEnvironment(enum oracle::occi::Environment::Mode,void *,void * (__clrcall*)(void *,unsigned int),void * (__clrcall*)(void *,void *,unsigned int),void (__clrcall*)(void *,void *))" (?createEnvironment@Environment@occi@oracle@@$$FSMPAV123@W4Mode@123@PAXP6MPAX1I@ZP6MPAX11I@ZP6MX11@Z@Z) referenced in function "int __clrcall main(cli::array<class System::String ^ >^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z)
    F:\Visual C++ Projects\DbCheck\Debug\DbCheck.exe : fatal error LNK1120: 2 unresolved externals
    I downloaded OCCI for Visual C++ 8 (Windows) Download (zip). but still get the error. I also linked oraocci10.lib and oraocci10d.lib but still nogo. I did it in the project property page under linker->input->additional dependencies. The configuration I choosed was:
    Configuration: Debug
    Platform: Win32
    Is there a way to determine what is missing or what is causing the error, does one of you know how to solve the problem?
    Thanks
    Rodger

    Could you try to create a CLR command line application and get that to run first ?
    This example here links and runs fine for me (it is a bit messy since I've been experimenting with my own mem leak problems, but it runs fine, you might want to change the select statement though)
    (The stdafx.h file only contains #pragma once, the TestRead class is there just to test mapping from std::string to System::String)
    #include "stdafx.h"
    #include <occi.h>
    using namespace System;
    using namespace std;
    using namespace oracle::occi;
    public ref class TestRead
    public:
         System::String^ GetStr(int index);
    internal:
         oracle::occi::ResultSet* m_resultSet;
    System::String^ TestRead::GetStr(int index)
         try
              return gcnew System::String(m_resultSet->getString(index).c_str());
         catch (const oracle::occi::SQLException& ex)
              throw gcnew System::Exception(gcnew System::String(ex.getMessage().c_str()));
         return "";
    int main(array<System::String ^> ^args)
    try
         oracle::occi::Environment *env = oracle::occi::Environment::createEnvironment((oracle::occi::Environment::Mode)(oracle::occi::Environment::OBJECT | oracle::occi::Environment::THREADED_MUTEXED));
    Connection *conn = env->createConnection("test","test","");
    try
    oracle::occi::Statement *stmt = conn->createStatement("Select site_addr From parcel");
    oracle::occi::ResultSet *rs = stmt->executeQuery();
         TestRead^ testread = gcnew TestRead();
         testread->m_resultSet = rs;
    //int MktId;
    string MktName;
    int rowno = 1;
    while (rs->next())
              System::String^ name = testread->GetStr(1);
    rowno++;
         // if (rowno > 100)
         //     break;
    stmt->closeResultSet(rs);
    conn->terminateStatement(stmt);
    catch (SQLException &ex)
    env->terminateConnection(conn);
    oracle::occi::Environment::terminateEnvironment(env);
    throw;//re-throw
    env->terminateConnection(conn);
    oracle::occi::Environment::terminateEnvironment(env);
    catch (SQLException &ex)
    Console::WriteLine(L"Hello World");
    return 0;
    }

  • Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec

    I have created a BPEL process in which i have used DB Adapter when i try to deploy the soa suite coposite i am getting the following error.
    [09:36:10 PM] Error deploying archive sca_TicketBooking_rev1.0.jar to partition "default" on server soa_server1 [http://utl-7c8735e613f:8001]
    [09:36:10 PM] HTTP error code returned [500]
    [09:36:10 PM] Error message from server:
    There was an error deploying the composite on soa_server1: [JCABinding] [TicketBooking.TicketBooking/1.0]Unable to complete unload due to: Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec: Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec.
    [09:36:10 PM] Check server log for more details.
    [09:36:10 PM] Error deploying archive sca_TicketBooking_rev1.0.jar to partition "default" on server soa_server1 [http://utl-7c8735e613f:8001]
    [09:36:10 PM] #### Deployment incomplete. ####
    [09:36:10 PM] Error deploying archive file:/D:/Personal/OracleWork/RnDProjects/TicketBooking/TicketBooking/deploy/sca_TicketBooking_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    I already created the data source and JNDI Name in the DBAdapter but still getting the error while deploying the application.
    One mistake that i think i have made after creating the data source now the DBAdapter.rar file taking the path as follows.
    Source Path:     C:\ Oracle\ Middleware\ Oracle_SOA1\ soa\ connectors\ was\ DbAdapter. rar
    Deployment Plan: C:\ Oracle\ Middleware\ Oracle_SOA1\ soa\ connectors\ was\ Plan. xml
    initially the path was as follows:
    Source Path:     C:\ Oracle\ Middleware\ Oracle_SOA1\ soa\ connectors\ DbAdapter. rar
    Deployment Plan: C:\ Oracle\ Middleware\ Oracle_SOA1\ soa\ connectors\ Plan. xml
    Please help me i have googled a lot but can't find the answer anywhere.
    Thanks in advance

    Mate ,
    Just check the health status and state of DB Adapter in the deployments of WLAdminConsole.
    If its inactive , redeploy and update it ,also make sure its targeted to the right server.

  • Cannot locate Java class oracle.tip.adapter.jms.outbound.JmsProduceInteract

    Hi team ,
    I am trying to developing the JMS queue in BPEL. For it, i configure JMS adapter in BPEL. compilation done sucessfully.
    But during deployement , i am getting the following error.
    [12:21:06 PM] HTTP error code returned [500]
    [12:21:06 PM] Error message from server:
    There was an error deploying the composite on soa_server1: [JCABinding] [textmessageusingqueues.enqueue/1.0]Unable to complete unload due to: Cannot locate Java class oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec: Cannot locate Java class oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec.
    So please resolve my problem.
    Regards
    Narsi p

    Mate ,
    Just check the health status and state of DB Adapter in the deployments of WLAdminConsole.
    If its inactive , redeploy and update it ,also make sure its targeted to the right server.

  • Java Mapping Error - Unable to instantiate the Java class

    Hi,
    I am trying out a Java Mapping scenario.
    The code worked fine in eclipse.i could get the desired output.
    but when i tried it out in XI ....i got the following error in moni:
    *Unable to instantiate the Java class*
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">CANNOT_INSTANCIATE_CLASS</SAP:Code>
      <SAP:P1>JavaMapping</SAP:P1>
      <SAP:P2>http://www.sdsdsd.com/XI/Sales/T~</SAP:P2>
      <SAP:P3>3bd13b30-6300-11dc-b9f1-f0050aa5c91a</SAP:P3>
      <SAP:P4>-1</SAP:P4>
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to instantiate the Java class JavaMapping (http://www.sdsdsd.com/XI/Sales/T~, 3bd13b30-6300-11dc-b9f1-f0050aa5c91a, -1)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please help me out with this error.

    Hi Anu,
    Currently I am also facing the same Unable to instantiate the Java class  same java class is working fine in eclipse .
    Could you please confirm Is this because of version mismatch that in Eclipse JAVA and SAP JAVA ?
    Thanks in Advance.
    Best,
    Srinivas

  • Error in report during the activation

    HI gurus,
         can any body help me solving this problem.during the activating  the program i am getting problem.
    REPORT  ZSD_RDD0028_DELIVERY_OOP                .
    *& STRUCTURE DECLARATION OF LIKP                            *
    TYPES : BEGIN OF TY_LIKP,
            VBELN TYPE VBELN_VL, "Delivery NO"
            VKORG TYPE VKORG, "Sales Organization"
            LFART TYPE LFART, "Delivery Type"
            KUNNR TYPE KUNNR,  "Ship-To Party"
            END OF TY_LIKP,
    *STRUCTURE DECLARATION OF LIPS TABLE
            BEGIN OF TY_LIPS,
            VBELN TYPE VBELN_VL, "Delivery"
            POSNR TYPE POSNR_VL, "Delivery item"
            MATNR TYPE MATNR, "Material Number"
            END OF TY_LIPS,
    *STRUCTURE DECLARATION OF KNA1 TABLE
            BEGIN OF TY_KNA1,
            KUNNR TYPE KUNNR, "Ship-To Party"
            NAME1 TYPE NAME1, "NAME"
            ORT01 TYPE ORT01, "CITY"
            PSTLZ TYPE PSTLZ,  "POSTAL CODE"
            END OF TY_KNA1,
    STRUCTURE DECLARATION OF FINAL OUTPUT
            BEGIN OF TY_OUTPUT,
            VBELN TYPE VBELN_VL,
            VKORG TYPE VKORG,
            LFART TYPE LFART,
            KUNNR TYPE KUNNR,
            POSNR TYPE POSNR_VL,
            MATNR TYPE MATNR,
            NAME1 TYPE NAME1,
            ORT01 TYPE ORT01,
            PSTLZ TYPE PSTLZ,
            END OF TY_OUTPUT.
    INTERNAL TABLE DECLARATION FOR LIKP
    DATA : T_LIKP TYPE STANDARD TABLE OF TY_LIKP INITIAL SIZE 0,
    INTERNAL TABLE DECLARATION FOR LIPS
           T_LIPS TYPE STANDARD TABLE OF TY_LIPS INITIAL SIZE 0,
    INTERNAL TABLE DECLARATION FOR KNA1
           T_KNA1 TYPE STANDARD TABLE OF TY_KNA1 INITIAL SIZE 0,
    INTERNAL TABLE DECLARATION FOR OUTPUT.
           T_OUTPUT TYPE STANDARD TABLE OF TY_OUTPUT INITIAL SIZE 0,
    WORK-AREA DECLARATION FOR LIKP.
           W_LIKP TYPE TY_LIKP,
    WORK-AREA DECLARATION FOR LIPS.
           W_LIPS TYPE TY_LIPS,
    WORK-AREA DECLARATION FOR KNA1.
           W_KNA1 TYPE TY_KNA1,
    WORK-AREA DECLARATION FOR OUTPUT.
           W_OUTPUT TYPE TY_OUTPUT,
    DECLARATION OF CLASS.
           G_MAIN TYPE REF TO ZCL_GET_SALES_DATA,
           G_VBELN TYPE LIKP-VBELN.
    SELECTION-SCREEN DECLARATION.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME .
    SELECT-OPTIONS : S_VBELN FOR G_VBELN .
    SELECTION-SCREEN END OF BLOCK B1.
    PARAMETERS : P_R1 as CHECKBOX .
    INITIALIZATION.
    INITIALIZATION.
    CLEAR WORKAREA AND INTERNAL TABLE
          CLEAR :  W_LIKP ,
                   W_LIPS ,
                   W_OUTPUT,
                   W_KNA1 .
    REFRESH WORK AREA AND INTERNAL TABLE
        REFRESH : T_LIKP,
                  T_LIPS ,
                  T_OUTPUT,
                  T_KNA1 .
    *==================
    AT SELECTION-SCREEN
    AT SELECTION-SCREEN.
    START-OF-SELECTION.
    START-OF-SELECTION.
    CREATING THE OBJECT FOR THE CLASS.
      CREATE OBJECT G_MAIN.
    GET THE LIKP DATA.
    CALL METHOD G_MAIN->GET_LIKP
      EXPORTING
        VBELN_LOW  = 'S_VBELN-LOW'
        VBELN_HIGH = 'S_VBELN-HIGH'
      CHANGING
        T_LIKP     = 'T_LIKP'.
    GET THE LIPS DATA.
    CALL METHOD G_MAIN->GET_LIPS
      EXPORTING
        T_LIKP = 'T_LIKP'
      CHANGING
        T_LIPS = 'T_LIPS'.
    GET THE KNA1 DATA.
    CALL METHOD G_MAIN->GET_KNA1
      EXPORTING
        T_LIKP = 'T_LIKP'
      CHANGING
        T_KNA1 = 'T_KNA1'.
    *DISPLAY THE DATA .
    PERFORM SUB_DISP_DATA.
    *&      Form  SUB_DISP_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM SUB_DISP_DATA .
    LOOP AT T_LIPS INTO W_LIPS.
    CLEAR W_LIKP.
    READ TABLE T_LIKP INTO W_LIKP WITH KEY VBELN = W_LIKP-VBELN.
    CLEAR W_KNA1.
    READ TABLE T_KNA1 INTO W_KNA1 WITH KEY KUNNR = W_LIKP-KUNNR.
    WRITE :/ W_LIPS-VBELN,
             W_LIPS-POSNR,
             W_LIKP-VKORG,
             W_LIKP-KUNNR,
             W_KNA1-NAME1,
             W_KNA1-ORT01,
             W_LIPS-NTGEW.
    ENDLOOP.
    ENDFORM.                    " SUB_DISP_DATA

    Hi Rohit,
    I copied ur prog n tried to execute but as u have used the Z classes I commented tht part n activated I dint get any error so if u can be a little more specific abt the error I think we can relate it.
    Also I think the error could be with the way u have used the classes so just check that once.
    Regds
    Seema

  • Java Exception when attempt to start the SNMP agent

    Hi,
    I require to start the SNMP agent in Solaris 2.6 running Web Logic 5.1. Upon entering
    the command :
    $ java weblogic.SNMPAgent, it is asking me for the password , and I gave the same.
    The system is
    generating a Java Exception given below:
    Exception in thread "main" com.adventnet.snmp.snmp2.agent.AgentRuntimeException:
    Failure in opening SnmpSession, errstat: 0, errvalue: 0
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java:47)
    at com.adventnet.snmp.snmp2.agent.AgentRuntimeException.<init>(AgentRuntimeException.java:63)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.addClientAndOpenSession(SnmpAgent.java:801)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.restartSnmpAgent(SnmpAgent.java:939)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.restartSnmpAgent(CompiledCode)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.setPort(Compiled Code)
    at weblogic.management.snmp.agent.WebLogicAgent.init(Compiled Code)
    at weblogic.management.snmp.agent.WebLogicAgent.startup(WebLogicAgent.java:377)
    at weblogic.SNMPAgent.main(SNMPAgent.java:25)
    Given below is the file <startSNMPAgent.sh> and it's central contents:
    $JAVA weblogic.SNMPAgent -password pbgst -serverURLs t3://localhost:7001 -trap
    Destinations localhost:162
    The classpath settings are correct and as per documentation.
    There are SNMP agents also running in the machine which have been started by default
    by Solaris,
    doing a ps -ef | grep snmp shows:
    root 556 1 0 Jun 23 ? 0:00 /usr/lib/dmi/snmpXdmid -s sunhyd01
    root 516 1 0 Jun 23 ? 0:00 /usr/lib/snmp/snmpdx -y -c /etc/snmp/conf
    pbgst 28090 25879 0 17:01:37 pts/32 0:00 grep snmp
    I tried to start the SNMP agent on a diff. port and specified the same in the
    .sh file and also changed the
    trap Destinations port ---- it still generates the same exception.
    Please do try to resolve this problem for me, as the project is in production
    phase.
    Thanks for all help beforehand.
    Baivab
    P.S. How can I obtain the id for WebSupport center, as we have using WL licensed
    product
    recently purchased in 3 nos.

    Hello,
    way back we had the same problem and the reason was, that the path
    names with the server instances were to long
    (/opt/wlsroot/wlsInstances/axsExpert.SwissAir/S_243_7001 ->
    /opt/wlsroot/wlsInstances/axsExpert.SAir/S_243_7001). But this was
    with WLS 5.1 SP8.
    Regards
    Wolfgang Becker
    Atraxis
    On 9 Jul 2001 23:02:29 -0800, "Baivab Mitra"
    <[email protected]> wrote:
    >
    Hello Michel,
    Thanks for the reply. As you may have noticed, that the SNMP agents which are
    already running, the owner is <root>. These services are required and I do not
    have or I can not obtain the password to start/stop the same. As such, the only
    option which I have is to start the weblogic-specific SNMP service in a different
    port. Question: In the parameters, I specified : <snmpPort 1600 trace Destinations
    1601> I am still getting the same error. What else is required and/or how do I
    proceed to start the same service?
    Thanks for your help beforehand,
    Baivab
    "Michael Girdley" <----> wrote:
    It looks like another SNMP agent has already bound to the port.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Baivab Mitra" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I require to start the SNMP agent in Solaris 2.6 running Web Logic5.1.
    Upon entering
    the command :
    $ java weblogic.SNMPAgent, it is asking me for the password , and Igave
    the same.
    The system is
    generating a Java Exception given below:
    Exception in thread "main"com.adventnet.snmp.snmp2.agent.AgentRuntimeException:
    Failure in opening SnmpSession, errstat: 0, errvalue: 0
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java:47)
    atcom.adventnet.snmp.snmp2.agent.AgentRuntimeException.<init>(AgentRuntimeExce
    ption.java:63)
    atcom.adventnet.snmp.snmp2.agent.SnmpAgent.addClientAndOpenSession(SnmpAgent.j
    ava:801)
    atcom.adventnet.snmp.snmp2.agent.SnmpAgent.restartSnmpAgent(SnmpAgent.java:939
    atcom.adventnet.snmp.snmp2.agent.SnmpAgent.restartSnmpAgent(CompiledCode)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.setPort(CompiledCode)
    at weblogic.management.snmp.agent.WebLogicAgent.init(CompiledCode)
    atweblogic.management.snmp.agent.WebLogicAgent.startup(WebLogicAgent.java:377)
    at weblogic.SNMPAgent.main(SNMPAgent.java:25)
    Given below is the file <startSNMPAgent.sh> and it's central contents:
    $JAVA weblogic.SNMPAgent -password pbgst -serverURLst3://localhost:7001 -trap
    Destinations localhost:162
    The classpath settings are correct and as per documentation.
    There are SNMP agents also running in the machine which have been startedby default
    by Solaris,
    doing a ps -ef | grep snmp shows:
    root 556 1 0 Jun 23 ? 0:00 /usr/lib/dmi/snmpXdmid-s
    sunhyd01
    root 516 1 0 Jun 23 ? 0:00 /usr/lib/snmp/snmpdx -y-c
    /etc/snmp/conf
    pbgst 28090 25879 0 17:01:37 pts/32 0:00 grep snmp
    I tried to start the SNMP agent on a diff. port and specified the samein
    the
    sh file and also changed the
    trap Destinations port ---- it still generates the same exception.
    Please do try to resolve this problem for me, as the project is inproduction
    phase.
    Thanks for all help beforehand.
    Baivab
    P.S. How can I obtain the id for WebSupport center, as we have usingWL
    licensed
    product
    recently purchased in 3 nos.

  • ADF error at 10.1.3.1 Invalid class: oracle.jbo.ApplicationModule

    Hi,
    I need some help. I'm a novice jdeveloper user, but I have managed to build a small appilcation for a client, with use of ADF. When I try to run it at the applications server, it can't find the page, and have this error in the application.log:
    07/01/23 09:15:58.698 rtvview: Servlet error
    oracle.classloader.util.AnnotatedLinkageError: Class oracle/jbo/ApplicationModule violates loader constraints
    Invalid class: oracle.jbo.ApplicationModule
    Loader: adf.oracle.domain:10.1.3.1
    Code-Source: /t02dat/iast_r3/midtier/BC4J/lib/adfm.jar
    Configuration: <code-source> in /t02dat/iast_r3/midtier/j2ee/home/config/server.xml
    Dependent class: oracle.jbo.uicli.mom.JUApplicationDefImpl
    Loader: adf.oracle.domain:10.1.3.1
    Code-Source: /t02dat/iast_r3/midtier/BC4J/lib/adfm.jar
    Configuration: <code-source> in /t02dat/iast_r3/midtier/j2ee/home/config/server.xml
    Does anyone have an idea?
    Versions:
    Jdeveloper 10.1.3.1
    Application Server 10.1.3.1.0
    Thanks
    Jorn
    It worked when I tried to deploy the application thru jdeveloper server connection. Does anyone know why it's working now?
    Message was edited by:
    user527535

    I've managed to eliminate the JBO-35007 errors through the use of the Refresh and RefreshCondition tags. The problem I have now is that I do most of my testing in Firefox (latest release) and it seems to be caching pages even though I have caching turned off. For instance we have different menu options based on a user's privileges. If I log out and log in as someone else who has different privileges the previous user's options are still displayed. If I click on them it then refreshes the page and the new user's options are displayed. This is also fixed by manually refreshing the page. I do not encounter this problem at all with IE, only firefox. Any thoughts here?

  • Error when i fetch the external table in oracle 9i ?

    External table is created.
    But, when i select the external table , it is thrwing the following error.
    I have given READ and WRITE permission to the oracle directory.
    And, i having the flat file with comma delimited data.
    SQL> create table mohan_ext (
    2 EMPNO NUMBER(5) ,
    3 JOB VARCHAR2(15),
    4 SALARY NUMBER(8,2),
    5 MGR NUMBER(5) ,
    6 HIREDATE DATE,
    7 DEPTNO NUMBER(5)
    8 )
    9 organization external
    10 (type oracle_loader
    11 default directory ext_dir
    12 access parameters (records delimited by newline
    13 fields terminated by ','
    14 missing field values are null
    15 (
    16 EMPNO NUMBER(5:5) ,
    17 JOB VARCHAR2(15:15),
    18 SALARY NUMBER(8,2:8,2),
    19 MGR NUMBER(5:5) ,
    20 HIREDATE DATE,
    21 DEPTNO NUMBER(5:5)
    22 )
    23 )
    24 LOCATION('flat.txt'));
    Table created.
    SQL> select * from mohan_ext;
    select * from mohan_ext
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-00554: error encountered while parsing access parameters
    KUP-01005: syntax error: found "identifier": expecting one of: "comma, char, date, defaultif,
    decimal, double, float, integer, (, nullif, oracle_date, oracle_number, position, raw, recnum, ),
    unsigned, varrawc, varchar, varraw, varcharc, zoned"
    KUP-01008: the bad identifier was: NUMBER
    KUP-01007: at line 5 column 11
    ORA-06512: at "SYS.ORACLE_LOADER", line 14
    ORA-06512: at line 1
    SQL>

    You may need to scrub some of the data prior to using it as an external table. For instance, ensure that you do not have any extra commas lingering around somewhere within the data as this could cause mapping issues with the data. I've used this process hundreds of times, and more often than not there is an extra comma somewhere that is causing the issue.

  • De registering the JMX agent from oracle golden gate monitor server.

    Hi,
         I configured a system to monitor the golden gate processes on the golden gate monitor server.
    Now I don't want any more to monitor  one of the server processes on  the monitor server.
    What is the procedure to deregister the jagent ? In my case the jagent is a embedded agent not a stand alone agent .
    Thanks,

    Hi,
         I configured a system to monitor the golden gate processes on the golden gate monitor server.
    Now I don't want any more to monitor  one of the server processes on  the monitor server.
    What is the procedure to deregister the jagent ? In my case the jagent is a embedded agent not a stand alone agent .
    Thanks,

  • Jca Activation Agent error

    Hi,
    I am trying to deploy a process to the BPEL server which uses a FTPAdapter to get a file from a server, and bring it into the BPEL process. I have defined my "eis" entry in the oc4j-ra.xml file in the application-deployments/default/FtpAdapter folder. I have restarted the server after this configuration change. The process deploys from Designer without giving any errors in Designer, but when I view the deployed process in PM, it is flagged with an error. The error message it gives is:
    The following exception occured while loading this Process: 
    Exception Name:
    Could not initialize activation agent
    Exception Description:
    BPEL container could not initialize activation agent class "oracle.tip.adapter.fw.agent.jca.JCAActivationAgent". The reason is Unable to obtain Locator handle. The Adapter Framework Message Listener was unable to obtain BPEL Process Locator handle: Authentication failed. Failed to authenticate credentials. Please examine the log file to determine the problem. .
    Suggested Fix:
    Please ensure that the activation class "oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" is configured correctly in the bpel deployment descriptor (bpel.xml).
    Context:
    Stack Trace: Does anyone have any ideas as to why this is happening?
    Thanks

    Could you please send me [[email protected]] your bpel.xml and oc4j-ra.xml for investigation.
    It seems to me that there are some mismatch between them.
    Thanks,
    Rakesh

  • Error while compling the custom agent

    I am trying to develop custom agent for ifs using jdeveloper. I have attached following .jar file with project.
    repos.jar,vbjorb.jar,release.jar,xmlparser2.jar, util.jar, tools.jar, adk_1081.jar, lclasess1.jar
    I am getting following error while compiling.
    Error: (50) constructor IfsAgent() not found in class oracle.ifs.agents.common.IfsAgent.
    Error: (86) method required, but value found.
    Can anybody help me to fix this error?
    Thanks
    Sanjay

    Looks like the call to your agent is missing some parameters.
    Here is the constructor for IfsAgent:
    IfsAgent(java.lang.String name, java.lang.String[] args,
    java.lang.String parameterTableSection, oracle.ifs.agents.manager.ServerManager manager)
    This is the description from the iFS Online Resources whitepaper section on creating a simple agent.
    The constructor for an Agent always contains these 4 arguments. The arguments are stored in the ServerManager definition file and are
    passed to the Agent class when it is instantiated at runtime.
    name is the name of this Agent.
    args are any custom arguments you want
    to pass to your Agent.
    sectionName identifies the section
    specfic to this Agent in the common
    ParameterTable. In practice, it is
    the name of this Agent.
    manager is the name of the ServerManager
    that hosts this Agent at runtime.
    I hope this helps.
    -D

Maybe you are looking for