Cartridge instances

I'm running a servlet in OAS (latest version) and it takes a very long time to process. I set the logging to 15 and got the following log information. The cartridge seems to take 45 seconds to startup a new thread/instance. The same issue appears on NT also. Any ideas?
04-12-2000 16:23:59 0 idev `JAVAWEB` 679 10 0x400fff `Processing request:
04-12-2000 16:23:59 0 idev `Intermaker` 679 10 0x400fff `Starting Intermaker.init`
04-12-2000 16:24:00 0 idev `Intermaker` 679 10 0x400fff `Ending Intermaker.init`
04-12-2000 16:24:00 0 idev `Intermaker` 679 10 0x400fff `Starting Intermaker.doGet`
04-12-2000 16:24:00 0 idev `Intermaker` 679 10 0x400fff `Starting processing of Intermaker Option # 1`
04-12-2000 16:24:01 0 idev `Intermaker` 679 10 0x400fff `Completing processing of Intermaker Option # 1`
04-12-2000 16:24:01 0 idev `Intermaker` 679 10 0x400fff `Completing Intermaker.doGet`
04-12-2000 16:24:01 0 idev `JAVAWEB` 679 7 0x400fff `Notify class name: oracle.OAS.servlet.servletrunner, dir path: D:\Oracle\Intermaker\servlets
04-12-2000 16:24:01 0 idev `JAVAWEB` 679 7 0x400fff `cartridge: IntermakerS/IntermakerS bytes written: 0 process time: 2
04-12-2000 16:24:01 0 idev `JAVAWEB` 679 7 0x400fff `DecAttachCount before: 1, after: 0, threadId: 7
04-12-2000 16:24:01 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount to: 0, threadId: 7
04-12-2000 16:24:01 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount memory freed and set to null, threadId: 7
04-12-2000 16:24:01 0 idev `JAVAWEB` 679 7 0x400fff `Processing request complete. thr_id: 7
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `Java cartridge instance exec..., thr_id: 8
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `IncAttachCount before: 0, after: 1, threadId: 8
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount to: 1, threadId: 8
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 10 0x400fff `Processing request: 0
04-12-2000 16:24:47 0 idev `Intermaker` 679 10 0x400fff `Starting Intermaker.doGet`
04-12-2000 16:24:47 0 idev `Intermaker` 679 10 0x400fff `Starting processing of Intermaker Option # 3`
04-12-2000 16:24:47 0 idev `Intermaker` 679 10 0x400fff `Completing processing of Intermaker Option # 3`
04-12-2000 16:24:47 0 idev `Intermaker` 679 10 0x400fff `Completing Intermaker.doGet`
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `Notify class name: oracle.OAS.servlet.servletrunner, dir path: D:\Oracle\Intermaker\servlets
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `cartridge: IntermakerS/IntermakerS bytes written: 0 process time: 0
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `DecAttachCount before: 1, after: 0, threadId: 8
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount to: 0, threadId: 8
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount memory freed and set to null, threadId: 8
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `Processing request complete. thr_id: 8
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `Java cartridge instance exec..., thr_id: 7
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `IncAttachCount before: 0, after: 1, threadId: 7
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount to: 1, threadId: 7
04-12-2000 16:24:47 0 idev `JAVAWEB` 679 10 0x400fff `Processing request: 0
04-12-2000 16:24:47 0 idev `Intermaker` 679 10 0x400fff `Starting Intermaker.doGet`
04-12-2000 16:24:47 0 idev `Intermaker` 679 10 0x400fff `Starting processing of Intermaker Option # 2`
04-12-2000 16:24:50 0 idev `Intermaker` 679 10 0x400fff `Completing processing of Intermaker Option # 2`
04-12-2000 16:24:50 0 idev `Intermaker` 679 10 0x400fff `Completing Intermaker.doGet`
04-12-2000 16:24:50 0 idev `JAVAWEB` 679 7 0x400fff `Notify class name: oracle.OAS.servlet.servletrunner, dir path: D:\Oracle\Intermaker\servlets
04-12-2000 16:24:50 0 idev `JAVAWEB` 679 7 0x400fff `cartridge: IntermakerS/IntermakerS bytes written: 0 process time: 3
04-12-2000 16:24:50 0 idev `JAVAWEB` 679 7 0x400fff `DecAttachCount before: 1, after: 0, threadId: 7
04-12-2000 16:24:50 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount to: 0, threadId: 7
04-12-2000 16:24:50 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount memory freed and set to null, threadId: 7
04-12-2000 16:24:50 0 idev `JAVAWEB` 679 7 0x400fff `Processing request complete. thr_id: 7
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 7 0x400fff `Java cartridge instance exec..., thr_id: 8
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 7 0x400fff `IncAttachCount before: 0, after: 1, threadId: 8
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount to: 1, threadId: 8
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 10 0x400fff `Processing request: 0
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 7 0x400fff `Notify class name: oracle.OAS.servlet.servletrunner, dir path: D:\Oracle\Intermaker\servlets
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 7 0x400fff `cartridge: IntermakerS/IntermakerS bytes written: 0 process time: 0
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 7 0x400fff `DecAttachCount before: 1, after: 0, threadId: 8
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount to: 0, threadId: 8
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 7 0x400fff `Set AttachCount memory freed and set to null, threadId: 8
04-12-2000 16:25:33 0 idev `JAVAWEB` 679 7 0x400fff `Processing request complete. thr_id: 8
null

Ven Kumar (guest) wrote:
: Hi guys.
: Iam running OAS 4.0.7 on WIndows NT with SP4. When I invoke a
: PL/Sql Cartridge, it takes almost 25-30 Seconds for the
: resoponse to come back. I have set the Minimum and Maximum
: cartridge Instances to 5 and 20 . I have done the same for the
: the minimum and the maximum number of threads. It makes no
: difference. The response is fine after the first call to a
: package. Any subsequent call gives a rapid response. If there
ios
: no actvity for a while then it is back to the 25 sec response.
: What can I do to improve this. Any ideas or suggestions ?
: Thanks
: Ven
OAS 4.0.7 on NT with SP4 need it 128 Mb. RAM. Do you have it
If not, Oops .... the performance is terrible ....
I sure, I have the same environment ....
Bye ....
null

Similar Messages

  • OAS 4.0.8.1 & JWEB cartridge - ows 10911

    I am running OAS 4.0.8.1 on NT sp5. When I startup my jweb cartridge I get ows-04793 and ows-10911. I can run helloworld correctly but when I run my application I get the same errors above again. Is anyone running OAS 4.0.8.1 on NT with a jweb cartridge and not getting these errors. Even if I use the default cartridge from Oracle without altering anything I get these errors. ???

    I increased the severity level for logging to 15 for the Cartridge configuration
    in the OASManager.
    It says init method did not return. For my init method I have that following :
    public void init(ServletConfig config) throws ServletException
    super.init(config) ;
    All the above was generated by the Servlet Wizard.
    Below if the level 15 trace information :
    OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    OWS-10833: Cartridge HelloServlet/HelloCart init runtime callback did not return WRB_DONE `
    OWS-10911: Throwing exception for reason: wrkwfInit:Error in wrkwfInit `
    OWS-10911: Throwing exception for reason: wrkwfStartOrig:Error at creation time `
    OWS-10911: Throwing exception for reason: wrkwfStart: Cartridge Instance factory creation failed. `
    OWS-10803: Cartridge instance factory for HelloServlet/HelloCart not intialized `
    OWS-10911: Throwing exception for reason: No Carrtridge Instance Factories Initialized Properly `
    OWS-10821: Application HelloServlet failed to deregister with the name server `
    OWS-10850: Cartridge Server HelloServlet received exception IDL:oracle/OAS/Cartridge/InitFailed:1.0 while deregistering
    Can anyone advise why and what needs to be
    done to fix this ??
    Please help.
    Thanks,

  • OAS 4.0.8.1 - JServlet Cartridge - error OWS-04769

    Hi,
    I'm trying to run servlets under the JServlet Cartridge of OAS. My servlet uses the HttpSession class to track sessions. After receiving requests from 3 clients the servlet stops running with the following messages in wrb.log:
    08-15-2000 14:22:56 460136 darkstar `Broker` 5786 1 0x10fff `OWS-04769: Number of instances for Cartridge Secure_Apps/Login at darkstar has reached the maximum. `
    08-15-2000 14:22:56 484025 darkstar `Broker` 5786 1 0x10fff `OWS-04760: Disable Host darkstar for Cartridge Secure_Apps/Login. `
    08-15-2000 14:22:56 524139 darkstar `Broker` 5786 1 0x10fff `OWS-04759: No host is available to create Cartridge Secure_Apps/Login. `
    How do I increase the number of cartridge instances? Or how else can I work around this problem.
    Thanks.
    Martin
    null

    I increased the severity level for logging to 15 for the Cartridge configuration
    in the OASManager.
    It says init method did not return. For my init method I have that following :
    public void init(ServletConfig config) throws ServletException
    super.init(config) ;
    All the above was generated by the Servlet Wizard.
    Below if the level 15 trace information :
    OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    OWS-10833: Cartridge HelloServlet/HelloCart init runtime callback did not return WRB_DONE `
    OWS-10911: Throwing exception for reason: wrkwfInit:Error in wrkwfInit `
    OWS-10911: Throwing exception for reason: wrkwfStartOrig:Error at creation time `
    OWS-10911: Throwing exception for reason: wrkwfStart: Cartridge Instance factory creation failed. `
    OWS-10803: Cartridge instance factory for HelloServlet/HelloCart not intialized `
    OWS-10911: Throwing exception for reason: No Carrtridge Instance Factories Initialized Properly `
    OWS-10821: Application HelloServlet failed to deregister with the name server `
    OWS-10850: Cartridge Server HelloServlet received exception IDL:oracle/OAS/Cartridge/InitFailed:1.0 while deregistering
    Can anyone advise why and what needs to be
    done to fix this ??
    Please help.
    Thanks,

  • Maintaining OAS cartridge state

    I'm not sure this forum is the right place to post this question
    but anyway. My problem is to create OAS cartridge application
    (JWeb or PLSQL ) that uses Oracle stored PLSQL packages. Each
    time the OAS submits request to the stored procedure it seems
    PLSQL package has lost its state. That means that all packaged
    variables has been initialised. For example, consider this PLSQL
    code stored in Oracle database
    Package Test IS
    Procedure First;
    FUNCTION Second RETURN INTEGER;
    END;
    Package body Test IS
    myVar INTEGER;
    Procedure First IS
    BEGIN
    myVar := 1;
    END;
    Function Second RETURN INTEGER IS
    BEGIN
    RETURN myVar;
    END;
    END;
    Let's say that created HTML wiht a button that fires Test.First
    using either JWeb or PLSQL cartridge. After then it generates
    HTML pages with another button. Clicking on that button fires
    Test.Second functions using the same cartridge. That function is
    supposed to return 1. But each time it returned NULL instead.
    The documentation for OAS gives very confusing information about
    that. It states that it is possible bind clients to particular
    cartridge instance by enabling client sessions. Doing that
    doesn't solve above mentioned problem. Using cookies will not
    help as well because I cannot store structures like records,
    PLSQL tables or cursors this way.
    Andrei Filimonov
    null

    Andrei,
    Here is a response from someone in the OAS team. Hope this
    helps...
    What you need is access to the same database session for all
    the requests
    from the same client. The session feature of OAS does guarantee
    you access to the
    same cartridge instance, but it's upto the cartridge instance
    whether to maintain
    the database session as part of the instance state or not.
    You can certainly achieve this by JWeb cartridge by storing the
    database session
    handle as part of the instance state. As far as PL/SQl cartridge
    is concerned, this
    is not possible until OAS 4.0.8 which has this new feature.
    Regards,
    Andrei Filimonov (guest) wrote:
    : I'm not sure this forum is the right place to post this
    question
    : but anyway. My problem is to create OAS cartridge application
    : (JWeb or PLSQL ) that uses Oracle stored PLSQL packages. Each
    : time the OAS submits request to the stored procedure it seems
    : PLSQL package has lost its state. That means that all packaged
    : variables has been initialised. For example, consider this
    PLSQL
    : code stored in Oracle database
    : Package Test IS
    : Procedure First;
    : FUNCTION Second RETURN INTEGER;
    : END;
    : Package body Test IS
    : myVar INTEGER;
    : Procedure First IS
    : BEGIN
    : myVar := 1;
    : END;
    : Function Second RETURN INTEGER IS
    : BEGIN
    : RETURN myVar;
    : END;
    : END;
    : Let's say that created HTML wiht a button that fires
    Test.First
    : using either JWeb or PLSQL cartridge. After then it generates
    : HTML pages with another button. Clicking on that button fires
    : Test.Second functions using the same cartridge. That function
    is
    : supposed to return 1. But each time it returned NULL instead.
    : The documentation for OAS gives very confusing information
    about
    : that. It states that it is possible bind clients to particular
    : cartridge instance by enabling client sessions. Doing that
    : doesn't solve above mentioned problem. Using cookies will not
    : help as well because I cannot store structures like records,
    : PLSQL tables or cursors this way.
    : Andrei Filimonov
    null

  • Reports Web Cartridge and OAS

    I am trying to configurate reports 6i with AOS but I keep getting the following error :
    Oracle Reports Server OWS Cartridge - Unable to communicate with the Reports Server.
    when I try to run the test report.
    Can anybody give me a clue? We have OAS, DB 8i and Reports onn the same machine. And working with WebDB and Reports CGI we have no problem, but we need to set up the cartridge with OAS.
    Thanks for your help.

    I also tried the request as: http://host:listner/rwows/rwows60?reportname
    Which generates the following errors in the wrb.log file
    `OWS-10827: Cartridge webrep/Reports60Cartridge init instance callback did not return WRB_DONE `
    `OWS-10911: Throwing exception for reason: wrkwInit : instance init did not return WRB_DONE `
    `OWS-10804: Cartridge instance failed to initialze `
    `OWS-10911: Throwing exception for reason: wrkwfCreate: Error in Creating instances `
    `OWS-04793: Operation oracle_OAS_Cartridge_OASCartridgeFactory_create_nw returns exception IDL:oracle/OAS/Cartridge/CreateFailed:1.0 `
    I appreciate any insight.
    null

  • OAS 4.0.8.1 Administration from a remote location

    We have installed OAS 4.0.8.1 on NT and it is functioning.
    I am able to access this from a remote place and get a static web page. I don't have a registered domain name
    Can I go into Node manager (OAS Manager) from a remote location (through Internet) and manager the server.
    null

    I increased the severity level for logging to 15 for the Cartridge configuration
    in the OASManager.
    It says init method did not return. For my init method I have that following :
    public void init(ServletConfig config) throws ServletException
    super.init(config) ;
    All the above was generated by the Servlet Wizard.
    Below if the level 15 trace information :
    OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    OWS-10833: Cartridge HelloServlet/HelloCart init runtime callback did not return WRB_DONE `
    OWS-10911: Throwing exception for reason: wrkwfInit:Error in wrkwfInit `
    OWS-10911: Throwing exception for reason: wrkwfStartOrig:Error at creation time `
    OWS-10911: Throwing exception for reason: wrkwfStart: Cartridge Instance factory creation failed. `
    OWS-10803: Cartridge instance factory for HelloServlet/HelloCart not intialized `
    OWS-10911: Throwing exception for reason: No Carrtridge Instance Factories Initialized Properly `
    OWS-10821: Application HelloServlet failed to deregister with the name server `
    OWS-10850: Cartridge Server HelloServlet received exception IDL:oracle/OAS/Cartridge/InitFailed:1.0 while deregistering
    Can anyone advise why and what needs to be
    done to fix this ??
    Please help.
    Thanks,

  • When Available, OAS 4.0.8.1

    Does anyone know when Application Server v4.0.8.1 will be available for Linux? I really need to do some benchmarks against an 8i database to see if this will work.

    I increased the severity level for logging to 15 for the Cartridge configuration
    in the OASManager.
    It says init method did not return. For my init method I have that following :
    public void init(ServletConfig config) throws ServletException
    super.init(config) ;
    All the above was generated by the Servlet Wizard.
    Below if the level 15 trace information :
    OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    OWS-10833: Cartridge HelloServlet/HelloCart init runtime callback did not return WRB_DONE `
    OWS-10911: Throwing exception for reason: wrkwfInit:Error in wrkwfInit `
    OWS-10911: Throwing exception for reason: wrkwfStartOrig:Error at creation time `
    OWS-10911: Throwing exception for reason: wrkwfStart: Cartridge Instance factory creation failed. `
    OWS-10803: Cartridge instance factory for HelloServlet/HelloCart not intialized `
    OWS-10911: Throwing exception for reason: No Carrtridge Instance Factories Initialized Properly `
    OWS-10821: Application HelloServlet failed to deregister with the name server `
    OWS-10850: Cartridge Server HelloServlet received exception IDL:oracle/OAS/Cartridge/InitFailed:1.0 while deregistering
    Can anyone advise why and what needs to be
    done to fix this ??
    Please help.
    Thanks,

  • Big problem of OAS4 on NT4

    Sorry for the Japanese inside.
    My webserver always shutdown after running for a few weeks. And the memory used is always increasing. I find some information in the wrb.log.
    Can anyone tell me what happened to my webserver. (PIII500, 512M memory, 1024M swap)
    03-29-2001 11:06:08 388392 webserver `brainweb/plsql J[g
    bW` 252 8 0x400fff ` @s
    .9Bo     _
    T: 0, oCg: 14741`
    03-29-2001 11:06:08 388737 webserver `brainweb/plsql J[g
    bW` 252 10 0x400fff ` OItB`
    03-29-2001 11:07:48 271333 webserver `brainweb/plsql J[g
    bW` 252 8 0x400fff ` G[WFg: brainweb/plsql)gL
    NGXgpFXB`
    03-29-2001 11:07:48 271620 webserver `brainweb/plsql J[g
    bW` 252 8 0x400fff ` G[WFg: brainweb/plsql*3mIFX3j\5=B`
    03-29-2001 11:07:48 271905 webserver `brainweb/plsql J[g
    bW` 252 8 0x400fff ` G[WFg: brainweb/plsql)gL
    NGXgp@sB`
    03-29-2001 11:07:48 272151 webserver `brainweb/plsql J[g
    bW` 252 8 0x400fff ` brain_reqformpN....`
    03-29-2001 11:07:48 274038 webserver `brainweb/plsql J[g
    bW` 252 10 0x400fff ` [U[: brainweb01EOIB`
    03-29-2001 11:07:48 356783 webserver `brainweb/plsql J[g
    bW` 252 8 0x400fff ` @s
    .9Bo     _
    T: 0, oCg: 14741`
    03-29-2001 16:22:01 325964 webserver `Cartridge Server` 286 1 0x400fff `OWS-10911: Throwing exception for reason: wrkpGetProperty 2 `
    03-29-2001 16:22:01 418942 webserver `Cartridge Server` 286 1 0x400fff `OWS-10911: Throwing exception for reason: wrkpGetProperty 2 `
    03-29-2001 16:22:01 495132 webserver `Cartridge Server` 286 1 0x400fff `OWS-10911: Throwing exception for reason: wrkpGetProperty 2 `
    03-29-2001 16:22:01 593725 webserver `Broker` 327 1 0x10fff `OWS-04793: Operation oracle_OAS_System_CartridgeServerFactory_create_nw returns exception IDL:omg.org/CORBA/UNKNOWN:1.0 `
    03-29-2001 16:22:01 706151 webserver `Broker` 327 1 0x10fff `OWS-04793: Operation oracle_OAS_System_CartridgeServerFactory_create_nw returns exception IDL:omg.org/CORBA/UNKNOWN:1.0 `
    03-29-2001 16:22:01 930924 webserver `Broker` 327 1 0x10fff `OWS-04793: Operation oracle_OAS_System_CartridgeServerFactory_create_nw returns exception IDL:omg.org/CORBA/UNKNOWN:1.0 `
    03-29-2001 16:22:18 66937 webserver `DB_Utilities/Log_Analyzer Cartridge` 356 0 0x400fff `OWS-05201: Agent parameter DAD_NAME not found for agent DB_Utilities/Log_Analyzer`
    03-29-2001 16:22:18 167586 webserver `Cartridge Server` 356 1 0x400fff `OWS-10834: Cartridge DB_Utilities/Log_Analyzer init cartridge callback did not return WRB_DONE `
    03-29-2001 16:22:18 228370 webserver `Cartridge Server` 356 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwfInit:Error in wrkwfInit `
    03-29-2001 16:22:19 275444 webserver `Cartridge Server` 356 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwfStartOrig:Error at creation time `
    03-29-2001 16:22:19 301630 webserver `Cartridge Server` 356 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwfStart: Cartridge Instance factory creation failed. `
    03-29-2001 16:22:19 351883 webserver `Cartridge Server` 356 1 0x400fff `OWS-10803: Cartridge instance factory for DB_Utilities/Log_Analyzer not intialized `
    null                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi, I restarted my server 2/3 times , but i couldn't solve the following errors.
    due to this i am receiving Dr.Watsons error.
    Web server -OAS 4.0
    O/S- NT 4.0
    oracle 8.1.5
    Any idea abt this
    08-07-2002 15:31:44 765072 gvwsga `Cartridge Server`     1202 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    08-07-2002 15:31:52 395197 gvwsga `Cartridge Server`     893 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    08-07-2002 15:31:55 818352 gvwsga `Cartridge Server`     1041 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    08-07-2002 15:32:01 208689 gvwsga `Cartridge Server`     1041 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    08-07-2002 15:32:08 234918 gvwsga `Cartridge Server`     1041 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    08-07-2002 15:32:09 819596 gvwsga `Cartridge Server`     1224 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    08-07-2002 15:32:09 229652 gvwsga `Cartridge Server`     1041 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `

  • Problems with Report Server configuration

    I am installing the Report Server using the Web Cartridge in Oracle Aplication Server.
    The version of OAS is 4.0.
    I have followed the steps indicated in the manual of configuration of the Report Server, but the cartridge it doesn't work, being obtained the following error in the logging files:
    06-29-2000 12:46:40 543608 andromeda `Cartridge Server` 2696 1 0x400fff `OWS-10804: Cartridge instance failed to initialze `
    06-29-2000 12:46:40 560208 andromeda `Cartridge Server` 2696 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwfCreate: Error in Creating instances `
    06-29-2000 12:46:40 608409 andromeda `Broker` 122 1 0x10fff `OWS-04793: Operation oracle_OAS_Cartridge_OASCartridgeFactory_create_nw returns exception IDL:oracle/OAS/Cartridge/CreateFailed:1.0 `
    06-29-2000 12:46:40 760776 andromeda `Cartridge Server` 2696 1 0x400fff `OWS-10827: Cartridge LISTA/Lactas init instance callback did not return WRB_DONE `
    06-29-2000 12:46:40 778988 andromeda `Cartridge Server` 2696 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwInit : instance init did not return WRB_DONE `
    When an application and a cartridge are defined for the Form Server there is not any problem, and OAS it works perfectly.
    I wait some suggestion on that it is what can have been forgotten in the configuration the one cartridge.
    Thank you in advance.

    "Unable to connect to the server at CALYSTO\ReportService.
    Hello Tom,
    It should be "ReportServer" in the URL, not "ReportService".
    In "Reporting Service Configuration Manager" look up the correct URL. Open Internet Explorer with right-mouse click => "Run as Administrator" and open the URL, this should work. Navigate to "Side setting" (on top right side),
    go to tab "Security" and add your account with role "System Administrator". Afterwards you should be able to open the URL without running IE as admin.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Data Cartridge Implementation - PGA Memory Problem

    Hi,
    I have modified the Data Cartridge implementation explained in the article at http://www.oracle-developer.net/display.php?id=422.
    More precisely I have modified it to create not only the type returned, but also the select statement.
    The problem I have, is that the PGA memory through the execution of my package always increases, and when it ends the execution the PGA doesn't get released.
    I'm wondering if i'm missing something on the ODCITableClose.
    Object spec:
    create or replace type t_conf_obj as object
      atype anytype, --<-- transient record type
      static function ODCITableDescribe(rtype                  out anytype,
                                        p_cz_conf_categoria in     number,
                                        p_id_profilo        in     number   default null,
                                        p_cz_conf_livello   in     number   default null,
                                        p_dt_rif            in     varchar2 default to_char(sysdate,'ddmmyyyy')
                                       ) return number,
      static function ODCITablePrepare(sctx                   out t_conf_obj,
                                       tf_info             in     sys.ODCITabFuncInfo,
                                       p_cz_conf_categoria in     number,
                                       p_id_profilo        in     number   default null,
                                       p_cz_conf_livello   in     number   default null,
                                       p_dt_rif            in     varchar2 default to_char(sysdate,'ddmmyyyy')
                                      ) return number,
      static function ODCITableStart(sctx                in out t_conf_obj,
                                     p_cz_conf_categoria in     number,
                                     p_id_profilo        in     number   default null,
                                     p_cz_conf_livello   in     number   default null,
                                     p_dt_rif            in     varchar2 default to_char(sysdate,'ddmmyyyy')
                                    ) return number,
      member function ODCITableFetch(self  in out t_conf_obj,
                                     nrows in     number,
                                     rws      out anydataset
                                    ) return number,
      member function ODCITableClose(self in t_conf_obj
                                    ) return number
    );Object Body
    create or replace type body t_conf_obj as
      static function ODCITableDescribe(rtype                  out anytype,
                                        p_cz_conf_categoria in     number,
                                        p_id_profilo        in     number   default null,
                                        p_cz_conf_livello   in     number   default null,
                                        p_dt_rif            in     varchar2 default to_char(sysdate,'ddmmyyyy')
                                       ) return number
      is
        r_sql   pck_conf_calcolo.rt_dynamic_sql;
        v_rtype anytype;
        stmt    dbms_sql.varchar2a;
      begin
          HERE I CREATE MY SELECT STATEMENT
        if p_cz_conf_livello is null and p_id_profilo is null then
          stmt := pck_conf_calcolo.GetSQLConfCategoria(p_cz_conf_categoria
        elsif p_cz_conf_livello is not null then
          stmt (1) := pck_conf_calcolo.GetSQLConfCategoria(p_cz_conf_categoria,
                                                           p_id_profilo,
                                                           p_cz_conf_livello,
                                                           p_dt_rif
        else
          stmt (1) := pck_conf_calcolo.GetSQLConfCategoria(p_cz_conf_categoria,
                                                           p_id_profilo
        end if;
        || parse the sql and describe its format and structure.
        r_sql.cursor := dbms_sql.open_cursor;
        dbms_sql.parse(r_sql.cursor, stmt, stmt.first, stmt.last, false, dbms_sql.native);
        dbms_sql.describe_columns2(r_sql.cursor,
                                   r_sql.column_cnt,
                                   r_sql.description);
        dbms_sql.close_cursor(r_sql.cursor);
        || create the anytype record structure from this sql structure.
        anytype.begincreate(dbms_types.typecode_object, v_rtype);
        for i in 1 .. r_sql.column_cnt loop
          v_rtype.addattr(r_sql.description(i).col_name,
                          case
                          --<>--
                            when r_sql.description(i).col_type in (1, 96, 11, 208) then
                             dbms_types.typecode_varchar2
                          --<>--
                            when r_sql.description(i).col_type = 2 then
                             dbms_types.typecode_number
                            when r_sql.description(i).col_type in (112) then
                             dbms_types.typecode_clob
                          --<>--
                            when r_sql.description(i).col_type = 12 then
                             dbms_types.typecode_date
                          --<>--
                            when r_sql.description(i).col_type = 23 then
                             dbms_types.typecode_raw
                          --<>--
                            when r_sql.description(i).col_type = 180 then
                             dbms_types.typecode_timestamp
                          --<>--
                            when r_sql.description(i).col_type = 181 then
                             dbms_types.typecode_timestamp_tz
                          --<>--
                            when r_sql.description(i).col_type = 182 then
                             dbms_types.typecode_interval_ym
                          --<>--
                            when r_sql.description(i).col_type = 183 then
                             dbms_types.typecode_interval_ds
                          --<>--
                            when r_sql.description(i).col_type = 231 then
                             dbms_types.typecode_timestamp_ltz
                          --<>--
                          end,
                          r_sql.description(i).col_precision,
                          r_sql.description(i).col_scale,
                          r_sql.description(i).col_max_len,
                          r_sql.description(i).col_charsetid,
                          r_sql.description(i).col_charsetform);
        end loop;
        v_rtype.endcreate;
        || now we can use this transient record structure to create a table type
        || of the same. this will create a set of types on the database for use
        || by the pipelined function...
        anytype.begincreate(dbms_types.typecode_table, rtype);
        rtype.setinfo(null,
                      null,
                      null,
                      null,
                      null,
                      v_rtype,
                      dbms_types.typecode_object,
                      0);
        rtype.endcreate();
        return odciconst.success;
      exception when others then
        -- indicate that an error has occured somewhere.
        return odciconst.error;
      end odcitabledescribe;
      static function ODCITablePrepare(sctx                   out t_conf_obj,
                                       tf_info             in     sys.ODCITabFuncInfo,
                                       p_cz_conf_categoria in     number,
                                       p_id_profilo        in     number   default null,
                                       p_cz_conf_livello   in     number   default null,
                                       p_dt_rif            in     varchar2 default to_char(sysdate,'ddmmyyyy')
                                      ) return number
      is
        r_meta pck_conf_calcolo.rt_anytype_metadata;
      begin
        || we prepare the dataset that our pipelined function will return by
        || describing the anytype that contains the transient record structure...
        r_meta.typecode := tf_info.rettype.getattreleminfo(1,
                                                           r_meta.precision,
                                                           r_meta.scale,
                                                           r_meta.length,
                                                           r_meta.csid,
                                                           r_meta.csfrm,
                                                           r_meta.type,
                                                           r_meta.name);
        || using this, we initialise the scan context for use in this and
        || subsequent executions of the same dynamic sql cursor...
        sctx := t_conf_obj(r_meta.type);
        return odciconst.success;
      end;
      static function ODCITableStart(sctx                in out t_conf_obj,
                                     p_cz_conf_categoria in     number,
                                     p_id_profilo        in     number   default null,
                                     p_cz_conf_livello   in     number   default null,
                                     p_dt_rif            in     varchar2 default to_char(sysdate,'ddmmyyyy')
                                    ) return number
      is
        r_meta pck_conf_calcolo.rt_anytype_metadata;
        stmt    dbms_sql.varchar2a;
      begin
          HERE I CREATE MY SELECT STATEMENT
        if p_cz_conf_livello is null and p_id_profilo is null then
          stmt := pck_conf_calcolo.GetSQLConfCategoria(p_cz_conf_categoria
        elsif p_cz_conf_livello is not null then
          stmt(1) := pck_conf_calcolo.GetSQLConfCategoria(p_cz_conf_categoria,
                                                           p_id_profilo,
                                                           p_cz_conf_livello,
                                                           p_dt_rif
        else
          stmt(1) := pck_conf_calcolo.GetSQLConfCategoria(p_cz_conf_categoria,
                                                          p_id_profilo
        end if;
        || we now describe the cursor again and use this and the described
        || anytype structure to define and execute the sql statement...
        pck_conf_calcolo.r_sql.cursor := dbms_sql.open_cursor;
        dbms_sql.parse(pck_conf_calcolo.r_sql.cursor, stmt, stmt.first, stmt.last, false, dbms_sql.native);
        dbms_sql.describe_columns2(pck_conf_calcolo.r_sql.cursor,
                                   pck_conf_calcolo.r_sql.column_cnt,
                                   pck_conf_calcolo.r_sql.description);
        for i in 1 .. pck_conf_calcolo.r_sql.column_cnt loop
          || get the anytype attribute at this position...
          r_meta.typecode := sctx.atype.getattreleminfo(i,
                                                        r_meta.precision,
                                                        r_meta.scale,
                                                        r_meta.length,
                                                        r_meta.csid,
                                                        r_meta.csfrm,
                                                        r_meta.type,
                                                        r_meta.name);
          case r_meta.typecode
          --<>--
            when dbms_types.typecode_varchar2 then
              dbms_sql.define_column(pck_conf_calcolo.r_sql.cursor, i, '', 32767);
              --<>--
            when dbms_types.typecode_number then
              dbms_sql.define_column(pck_conf_calcolo.r_sql.cursor,
                                     i,
                                     cast(null as number));
              --<>--
            when dbms_types.typecode_date then
              dbms_sql.define_column(pck_conf_calcolo.r_sql.cursor,
                                     i,
                                     cast(null as date));
              --<>--
            when dbms_types.typecode_raw then
              dbms_sql.define_column_raw(pck_conf_calcolo.r_sql.cursor,
                                         i,
                                         cast(null as raw),
                                         r_meta.length);
              --<>--
            when dbms_types.typecode_timestamp then
              dbms_sql.define_column(pck_conf_calcolo.r_sql.cursor,
                                     i,
                                     cast(null as timestamp));
              --<>--
            when dbms_types.typecode_timestamp_tz then
              dbms_sql.define_column(pck_conf_calcolo.r_sql.cursor,
                                     i,
                                     cast(null as timestamp with time zone));
              --<>--
            when dbms_types.typecode_timestamp_ltz then
              dbms_sql.define_column(pck_conf_calcolo.r_sql.cursor,
                                     i,
                                     cast(null as timestamp with local time zone));
              --<>--
            when dbms_types.typecode_interval_ym then
              dbms_sql.define_column(pck_conf_calcolo.r_sql.cursor,
                                     i,
                                     cast(null as interval year to month));
              --<>--
            when dbms_types.typecode_interval_ds then
              dbms_sql.define_column(pck_conf_calcolo.r_sql.cursor,
                                     i,
                                     cast(null as interval day to second));
              --<>--
            when dbms_types.typecode_clob then
              --<>--
              dbms_sql.define_column(pck_conf_calcolo.r_sql.cursor,
                                     i,
                                     cast(null as clob));
              --<>--
          end case;
        end loop;
        || the cursor is prepared according to the structure of the type we wish
        || to fetch it into. we can now execute it and we are done for this method...
        pck_conf_calcolo.r_sql.execute := dbms_sql.execute(pck_conf_calcolo.r_sql.cursor);
        return odciconst.success;
      end;
      member function ODCITableFetch(self  in out t_conf_obj,
                                     nrows in     number,
                                     rws      out anydataset
                                    ) return number
      is
        type rt_fetch_attributes is record(
          v2_column    varchar2(32767),
          num_column   number,
          date_column  date,
          clob_column  clob,
          raw_column   raw(32767),
          raw_error    number,
          raw_length   integer,
          ids_column   interval day to second,
          iym_column   interval year to month,
          ts_column    timestamp,
          tstz_column  timestamp with time zone,
          tsltz_column timestamp with local time zone,
          cvl_offset   integer := 0,
          cvl_length   integer);
        r_fetch rt_fetch_attributes;
        r_meta  pck_conf_calcolo.rt_anytype_metadata;
      begin
        rws := null;
        if dbms_sql.fetch_rows(pck_conf_calcolo.r_sql.cursor) > 0 then
          || first we describe our current anytype instance (self.a) to determine
          || the number and types of the attributes...
          r_meta.typecode := self.atype.getinfo(r_meta.precision,
                                                r_meta.scale,
                                                r_meta.length,
                                                r_meta.csid,
                                                r_meta.csfrm,
                                                r_meta.schema,
                                                r_meta.name,
                                                r_meta.version,
                                                r_meta.attr_cnt);
          || we can now begin to piece together our returning dataset. we create an
          || instance of anydataset and then fetch the attributes off the dbms_sql
          || cursor using the metadata from the anytype. longs are converted to clobs...
          anydataset.begincreate(dbms_types.typecode_object, self.atype, rws);
          rws.addinstance();
          rws.piecewise();
          for i in 1 .. pck_conf_calcolo.r_sql.column_cnt loop
            r_meta.typecode := self.atype.getattreleminfo(i,
                                                          r_meta.precision,
                                                          r_meta.scale,
                                                          r_meta.length,
                                                          r_meta.csid,
                                                          r_meta.csfrm,
                                                          r_meta.attr_type,
                                                          r_meta.attr_name);
            case r_meta.typecode
            --<>--
              when dbms_types.typecode_varchar2 then
                dbms_sql.column_value(pck_conf_calcolo.r_sql.cursor,
                                      i,
                                      r_fetch.v2_column);
                rws.setvarchar2(r_fetch.v2_column);
                --<>--
              when dbms_types.typecode_number then
                dbms_sql.column_value(pck_conf_calcolo.r_sql.cursor,
                                      i,
                                      r_fetch.num_column);
                rws.setnumber(r_fetch.num_column);
                --<>--
              when dbms_types.typecode_date then
                dbms_sql.column_value(pck_conf_calcolo.r_sql.cursor,
                                      i,
                                      r_fetch.date_column);
                rws.setdate(r_fetch.date_column);
                --<>--
              when dbms_types.typecode_raw then
                dbms_sql.column_value_raw(pck_conf_calcolo.r_sql.cursor,
                                          i,
                                          r_fetch.raw_column,
                                          r_fetch.raw_error,
                                          r_fetch.raw_length);
                rws.setraw(r_fetch.raw_column);
                --<>--
              when dbms_types.typecode_interval_ds then
                dbms_sql.column_value(pck_conf_calcolo.r_sql.cursor,
                                      i,
                                      r_fetch.ids_column);
                rws.setintervalds(r_fetch.ids_column);
                --<>--
              when dbms_types.typecode_interval_ym then
                dbms_sql.column_value(pck_conf_calcolo.r_sql.cursor,
                                      i,
                                      r_fetch.iym_column);
                rws.setintervalym(r_fetch.iym_column);
                --<>--
              when dbms_types.typecode_timestamp then
                dbms_sql.column_value(pck_conf_calcolo.r_sql.cursor,
                                      i,
                                      r_fetch.ts_column);
                rws.settimestamp(r_fetch.ts_column);
                --<>--
              when dbms_types.typecode_timestamp_tz then
                dbms_sql.column_value(pck_conf_calcolo.r_sql.cursor,
                                      i,
                                      r_fetch.tstz_column);
                rws.settimestamptz(r_fetch.tstz_column);
                --<>--
              when dbms_types.typecode_timestamp_ltz then
                dbms_sql.column_value(pck_conf_calcolo.r_sql.cursor,
                                      i,
                                      r_fetch.tsltz_column);
                rws.settimestampltz(r_fetch.tsltz_column);
                --<>--
              when dbms_types.typecode_clob then
                --<>--
                dbms_sql.column_value(pck_conf_calcolo.r_sql.cursor,
                                      i,
                                      r_fetch.clob_column);
                rws.setclob(r_fetch.clob_column);
                --<>--
            end case;
          end loop;
          || our anydataset instance is complete. we end our create session...
          rws.endcreate();
        end if;
        return odciconst.success;
      end;
      member function ODCITableClose(self in t_conf_obj
                                    ) return number
      is
      begin
        dbms_sql.close_cursor(pck_conf_calcolo.r_sql.cursor);
        pck_conf_calcolo.r_sql := null;
        return odciconst.success;
      end;
    end;We have an Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 running on Windows 2003 sp2.
    Thanks in advance.
    Riccardo.

    I'm getting confused with so much answers!!!

  • OSM v7.2 - More that 1 instance in a non clustered environment

    I am just wondering...
    1) Can i install OSM separately on 2 servers while using the same database instance in a non-clustered manner?
    This is for circumstances where I need a dedicated server resource for bulk provisioning for example.
    2) If I am not using AIA in my implementation, how does COM calls a SOM cartridge and how does SOM reply COM on the completed status?
    Is it via some default provided webservice, or do i need to find a way to implement it myself.
    Thanks :)

    Hi,
    1. Though technically it is feasible to use two OSM instances with same database, it is not suggested as it may lead to locking issues and not sure how you are planning to acheive bulk provisioning by this way
    2. The calling of SOM cartridge by COM and status updates of SOM to COM has to be implemented by yourself if you are not using AIA. You can make use of default webservices proivded by OSM
    Regards,
    JP

  • Forms runtime as cartridge?

    In a document from July 1997 from Oracle called "Developer/2000
    and the NCA: An Architectural Overview", authors Mark Doran et
    al, the future direction of the Forms Runtime was stated to be:
    In a release after 2.0, the Forms Runtime will be implemented
    as a cartridge. The Web Application Server will invoke a
    Forms cartrige directly to run a Forms application, elim-
    inating the ned for a separate Listener process and Runtime
    processes. In this configuration, the Forms cartridge will
    be able to exploit all of the functionality of the Web
    Application Server, including Inter-Cartridge Exchange
    (ICX) and dynamic load balancing.
    Initially, each instance of the Cartridge will handle a single
    connected user, just as the Forms Runtime does today, but
    in later versions a single cartridge will be able to serve
    multiple simultaneous users for even greater scalability.
    I have two questions:
    a) is this still the intended direction of the Forms Runtime?
    (I couldn't find this repeated in later documents)
    b) if so, which release will/does have this feature?
    I have scoured all the promotional documentation for OAS 4.0
    and Developer 6.0 looking for an answer, but could not find
    any.
    The reasons I care are that 1) our client will continue to grow,
    and the scalability improvement is interesting, and 2) if
    you can use Inter-Cartridge Exchange to (I think) access
    real CORBA objects which live in a custom-built application
    cartridge that lives in OAS 4.0. From Forms, you have to
    use Forms-specific syntax to access functions, and you
    can't access objects directly.
    null

    I agree.
    I've tested my application using Dev2.1 to find out that each
    user was going to take up around 10M.
    We have a user base of about 300, but usually theres only about
    80 users on during our busiest time. 80Users * 10M = 800M.
    Thats not even counting the memeory needed for the reports
    server.
    But to be fair OAS load balancing did cut down on apps which
    were inactive.
    But this still leaves me with the prospect of at least a 512M
    apps server. Which might be incredibly slow during peak times.
    So I started looking towards the OAS4.0 release which had this
    promised shared cartridge architecture. But it looks as if we
    are going to have to upgrade to Dev6.0 to use this cartridge
    architecture.
    What happened to Dev2.1?
    I received the Dev6.0 beta CD, and was imressed by OAS4.0.
    Should we just skip the Dev2.1 / OAS3.0 or are there going to be
    further releases of Dev2.x supporting OAS4.0?
    null

  • Aligning ink cartridges

    I replaced ink cartridges now every time I turn on my hp psc 1315v all in one it prints another alignment page and tells me to align print cartridges I have done this repeatedly,but it keeps printing and telling me to align.I have removed and replaced cartridges but no help. I tried the hp problem solving utility, which told my everything was good, its not

    Hello, 
    Thanks for the post.  I'm not sure what OS you are operating under but I have seen instances of this in the MAC OS X environment.  I've included some great information below on how to be rid of this "error" message.  
    Good Luck!
    Regarding ink alerts and other messages that reoccur after hitting OK on the pop up.  I have learned that in some products you need to actually go into the Message Center and acknowledge the messages there in order for the pop ups to stop.  Simply hitting OK on the pop up does not terminate the alert.  You can Ctrl-Click and highlight all of the messages and acknowledge en masse in the Message Center.
    Please make sure that we are acknowledging the ink alerts and such IN the message center. 
    If these steps do not resolve the issue, there is also the option of turning the messages off altogether. Go to HP utility, should be in the dock or in the Hewlett Packard folder in applications. In there you have an option for message center, in there you can go to settings in the top right, and then uncheck the boxes for displaying alerts.
    I worked for HP but my posts and replies are my own....Thank you!
    *Say thanks by clicking the *Kudos!* which is on the left*
    *Make it easier for other people to find solutions, by marking my answer with (Accept as Solution) if it solves your issue.*

  • SOM cartridge in O2A

    Hi,
    This is regarding CommunicationsProvisioningOrderFulfilmentPIP in O2A.
    1. In this cartridge, there is a function called GetCommunicationsServiceConfigurationDetails. This function is targeted to local instances of OSM. I cannot understand the exact use of this function. Already there is a provision function which is targeted to local OSM instances. Can anyone please explain the exact use of this function? Also, name suggests that it is for getting service config details? Is it that it is for getting details from some inventory system like UIM?
    2. Also, what exactly are the advantages of having this cartridge and orchestration at SOM level. Few things mentioned are: XML transformation and communication back to COM. Is there any other advantage that I am missing?
    Thanks.

    Hi!
    Cartridges in Endeca are prebuilt and modular components that pull in content and data (Videos, reviews, Analytics,...) from the Endeca engine and external system. Cartridges do expose Endeca features (guided navigation, search, spotlights).
    In the Endeca package (application and SDK) you will find at the moment 22 cartridges OOTB.
    A technical team can create custom cartridges if needed.
    In the Experience Manager you can use cartridges to configure pages.
    I hope this will help.
    Best regards,
    Heiko

  • Issues on server instance restart for endeca

    Hi,
    We are using endeca as a search engine and jboss as the app server for our application,when we restart the jboss instance we are getting following error only on few instance (out of 6 instance in the cluster only 2 or 3).
    2012-05-01 06:39:32,456 ERROR [nucleusNamespace.atg.dynamo.servlet.dafpipeline.DynamoServlet]
    javax.servlet.jsp.JspException: org.apache.jasper.JasperException: javax.el.ELException: Error reading 'defaultSortUrl' on type com.endeca.soleng.uiComponentLibrary.web.urlFormatter.components.MetaInfoComponentUrl
         at org.apache.jsp.tag.web.include_tag.doTag(include_tag.java:124)
         at org.apache.jsp.layout.VitaminShoppeLayout_jsp._jspx_meth_cartridges_005finclude_005f2(VitaminShoppeLayout_jsp.java:694)
         at org.apache.jsp.layout.VitaminShoppeLayout_jsp._jspx_meth_c_005fforEach_005f2(VitaminShoppeLayout_jsp.java:662)
         at org.apache.jsp.layout.VitaminShoppeLayout_jsp._jspx_meth_c_005fotherwise_005f3(VitaminShoppeLayout_jsp.java:572)
         at org.apache.jsp.layout.VitaminShoppeLayout_jsp._jspx_meth_c_005fchoose_005f3(VitaminShoppeLayout_jsp.java:513)
         at org.apache.jsp.layout.VitaminShoppeLayout_jsp._jspService(VitaminShoppeLayout_jsp.java:120)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
         at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)
         at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)
         at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968)
         at org.apache.jsp.tag.web.include_tag.doTag(include_tag.java:108)
         at org.apache.jsp.results_jsp._jspx_meth_cartridges_005finclude_005f0(results_jsp.java:125)
         at org.apache.jsp.results_jsp._jspService(results_jsp.java:101)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
         at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)
         at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)
         at atg.servlet.WrappingRequestDispatcher.include(WrappingRequestDispatcher.java:94)
         at atg.servlet.ServletUtil.invokeInclude(ServletUtil.java:3316)
         at atg.taglib.dspjsp.IncludeTag.doEndTag(IncludeTag.java:567)
         at org.apache.jsp.search.query_005fnew_jsp._jspx_meth_dsp_005finclude_005f2(query_005fnew_jsp.java:483)
         at org.apache.jsp.search.query_005fnew_jsp._jspService(query_005fnew_jsp.java:206)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
         at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)
         at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)
         at atg.servlet.WrappingRequestDispatcher.include(WrappingRequestDispatcher.java:94)
         at atg.taglib.dspjsp.IncludeTag.doEndTag(IncludeTag.java:585)
         at org.apache.jsp.en.query_jsp._jspx_meth_dsp_005finclude_005f0(query_jsp.java:134)
         at org.apache.jsp.en.query_jsp._jspService(query_jsp.java:91)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at com.endeca.content.reference.Controller.doGet(Controller.java:230)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
         at org.jboss.web.tomcat.service.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:97)
         at org.jboss.web.tomcat.service.session.JvmRouteValve.invoke(JvmRouteValve.java:84)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
         at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437)
         at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:381)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: org.apache.jasper.JasperException: javax.el.ELException: Error reading 'defaultSortUrl' on type com.endeca.soleng.uiComponentLibrary.web.urlFormatter.components.MetaInfoComponentUrl
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:431)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
         at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)
         at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)
         at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968)
         at org.apache.jsp.cartridges.ResultsList_jsp._jspx_meth_dsp_005foparam_005f0(ResultsList_jsp.java:297)
         at org.apache.jsp.cartridges.ResultsList_jsp._jspx_meth_dsp_005fdroplet_005f0(ResultsList_jsp.java:229)
         at org.apache.jsp.cartridges.ResultsList_jsp._jspService(ResultsList_jsp.java:118)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
         at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)
         at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)
         at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968)
         at org.apache.jsp.tag.web.include_tag.doTag(include_tag.java:108)
         ... 86 more
    Caused by: javax.el.ELException: Error reading 'defaultSortUrl' on type com.endeca.soleng.uiComponentLibrary.web.urlFormatter.components.MetaInfoComponentUrl
         at javax.el.BeanELResolver.getValue(BeanELResolver.java:66)
         at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
         at org.apache.el.parser.AstValue.getValue(AstValue.java:118)
         at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
         at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:928)
         at org.apache.jsp.components.SortOptions_jsp._jspx_meth_c_005fif_005f0(SortOptions_jsp.java:148)
         at org.apache.jsp.components.SortOptions_jsp._jspService(SortOptions_jsp.java:117)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         ... 111 more
    it is not constant on any specific instance it will switch between different instance on each restart.

    Hi Mike,
    Sorry for the late response. Probably you have already solved the issue.
    Anyway, look in the Windows Registry for SAP keys and delete then. A good place to start is "<i>My Computer\HKEU_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services</i>".
    Don't forget to backup the registry before any change.
    Hope this help.
    Cheers,
    Marcelo

Maybe you are looking for