Unable to start weblogic process because of syntax error in jc-jar.xml

Hi,
I'm trying to deploy a wli project from workshop 9.2 but keep getting the following exception:
unexpected exception caused by URI syntax file:/C:/Clients/Test/Department/Test Rewrite/Dev/Test/TestUtility/build/classes/META-INF/jc-jar.xml
java.net.URISyntaxException: Illegal character in path at index 37: file:/C:/Clients/Test/Department/Test Rewrite/Dev/PT
MA/TestUtility/build/classes/META-INF/jc-jar.xml
at java.net.URI$Parser.fail(URI.java:2809)
at java.net.URI$Parser.checkChars(URI.java:2982)
at java.net.URI$Parser.parseHierarchical(URI.java:3066)
at java.net.URI$Parser.parse(URI.java:3014)
at java.net.URI.<init>(URI.java:578)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.getInputStreamForJbcJarFile(DispClass.java:1758)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.findImplementationClass(DispClass.java:1568)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.<init>(DispClass.java:142)
at com.bea.wli.knex.runtime.jws.dispatcher.JwsDispClass.<init>(JwsDispClass.java:105)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.<init>(DispClass.java:124)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.<init>(DispClass.java:80)
at com.bea.wli.knex.runtime.jcs.dispatcher.JcsDispClass.<init>(JcsDispClass.java:46)
at com.bea.wli.knex.runtime.jcx.dispatcher.JcxDispClass.<init>(JcxDispClass.java:31)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.getControlDispClass(DispClass.java:635)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.<init>(DispClass.java:425)
at com.bea.wli.knex.runtime.jws.dispatcher.JwsDispClass.<init>(JwsDispClass.java:105)
at com.bea.wli.bpm.runtime.JpdDispClass.<init>(JpdDispClass.java:65)
at com.bea.wli.bpm.runtime.JpdDispClass.<init>(JpdDispClass.java:55)
at com.bea.wli.bpm.runtime.JpdDispFile.createPrimaryDispClass(JpdDispFile.java:381)
at com.bea.wli.knex.runtime.core.dispatcher.DispFile.<init>(DispFile.java:154)
at com.bea.wli.knex.runtime.jws.dispatcher.JwsDispFile.<init>(JwsDispFile.java:24)
at com.bea.wli.bpm.runtime.JpdDispFile.<init>(JpdDispFile.java:107)
at jrockit.reflect.NativeConstructorInvoker.newInstance([Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
        at java.lang.reflect.Constructor.newInstance([Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
        at com.bea.wli.knex.runtime.core.dispatcher.DispUnit.loadDispFile(DispUnit.java:219)
        at com.bea.wli.knex.runtime.core.dispatcher.DispUnit.<init>(DispUnit.java:153)
        at com.bea.wli.knex.runtime.core.dispatcher.DispCache.ensureDispUnit(DispCache.java:624)
        at com.bea.wli.knex.runtime.core.dispatcher.HttpServerHelper.getDispUnit(HttpServerHelper.java:501)
        at com.bea.wli.knex.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(HttpServerHelper.java:539)
        at com.bea.wli.knex.runtime.core.dispatcher.HttpServer.doGet(HttpServer.java:49)
I can export the ear file from workshop and deploy the ear file on the server without any exceptions. I can also view the test console and execute the process without exceptions if I use the ear file deployment method.
Any help with this problem would be appreciated,
Dale                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Hi,
I'm trying to deploy a wli project from workshop 9.2 but keep getting the following exception:
unexpected exception caused by URI syntax file:/C:/Clients/Test/Department/Test Rewrite/Dev/Test/TestUtility/build/classes/META-INF/jc-jar.xml
java.net.URISyntaxException: Illegal character in path at index 37: file:/C:/Clients/Test/Department/Test Rewrite/Dev/PT
MA/TestUtility/build/classes/META-INF/jc-jar.xml
at java.net.URI$Parser.fail(URI.java:2809)
at java.net.URI$Parser.checkChars(URI.java:2982)
at java.net.URI$Parser.parseHierarchical(URI.java:3066)
at java.net.URI$Parser.parse(URI.java:3014)
at java.net.URI.<init>(URI.java:578)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.getInputStreamForJbcJarFile(DispClass.java:1758)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.findImplementationClass(DispClass.java:1568)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.<init>(DispClass.java:142)
at com.bea.wli.knex.runtime.jws.dispatcher.JwsDispClass.<init>(JwsDispClass.java:105)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.<init>(DispClass.java:124)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.<init>(DispClass.java:80)
at com.bea.wli.knex.runtime.jcs.dispatcher.JcsDispClass.<init>(JcsDispClass.java:46)
at com.bea.wli.knex.runtime.jcx.dispatcher.JcxDispClass.<init>(JcxDispClass.java:31)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.getControlDispClass(DispClass.java:635)
at com.bea.wli.knex.runtime.core.dispatcher.DispClass.<init>(DispClass.java:425)
at com.bea.wli.knex.runtime.jws.dispatcher.JwsDispClass.<init>(JwsDispClass.java:105)
at com.bea.wli.bpm.runtime.JpdDispClass.<init>(JpdDispClass.java:65)
at com.bea.wli.bpm.runtime.JpdDispClass.<init>(JpdDispClass.java:55)
at com.bea.wli.bpm.runtime.JpdDispFile.createPrimaryDispClass(JpdDispFile.java:381)
at com.bea.wli.knex.runtime.core.dispatcher.DispFile.<init>(DispFile.java:154)
at com.bea.wli.knex.runtime.jws.dispatcher.JwsDispFile.<init>(JwsDispFile.java:24)
at com.bea.wli.bpm.runtime.JpdDispFile.<init>(JpdDispFile.java:107)
at jrockit.reflect.NativeConstructorInvoker.newInstance([Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
        at java.lang.reflect.Constructor.newInstance([Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
        at com.bea.wli.knex.runtime.core.dispatcher.DispUnit.loadDispFile(DispUnit.java:219)
        at com.bea.wli.knex.runtime.core.dispatcher.DispUnit.<init>(DispUnit.java:153)
        at com.bea.wli.knex.runtime.core.dispatcher.DispCache.ensureDispUnit(DispCache.java:624)
        at com.bea.wli.knex.runtime.core.dispatcher.HttpServerHelper.getDispUnit(HttpServerHelper.java:501)
        at com.bea.wli.knex.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(HttpServerHelper.java:539)
        at com.bea.wli.knex.runtime.core.dispatcher.HttpServer.doGet(HttpServer.java:49)
I can export the ear file from workshop and deploy the ear file on the server without any exceptions. I can also view the test console and execute the process without exceptions if I use the ear file deployment method.
Any help with this problem would be appreciated,
Dale                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • OAS Startup OWS-08820: Unable to start oassrv process 'oassrv'.

    Dear OAS Product Manager, Oracle fellows & Developer Guys,
    I am using Win NT 4.0 Server, Servie Pack 5 (1280)
    on Intel Pentium III 550MHz PC - 256MB ram.
    8GB Hard Disk 1 with C,D,E,F drives and
    another 4GB Hard Disk with G,H drives,
    all with FAT.(I have got Win98 in C:)
    I have got:
    1) Oracle8 (8.0.4) at D:\ORANT
    2) Devloper2000 at D:\ORANT
    3) Oracle8i (8.1.6) at G:\Oracle8i
    4) JDeveloper 3.1 at F:\JDeveloper 3.1
    Then I installed OAS 4.0.8.1 at F:\OAS (after closing
    all running Oracle processes) with the "Complete" option.
    After reboot, I logged into the Oracle Application
    Server Manager, and tried to start "ALL" as mentioned in the
    documentation. I got the following message:
    Site
    Please wait while the command is being processed on host elysium ...
    Starting ORB process...
    waiting for ORB to be ready...
    The command completed successfully on host elysium.
    oassrv: Starting wrb service 0
    ConfigProvider Server accepting requests...
    oassrv: Starting wrb service 1
    Log Server is accepting requests now...
    oassrv: Starting wrb service 2
    PANIC: YS::ERROR::BADFRAME in oassrv at line 66 of
    m:\nt_4081_40bit_opt_102099\ows\srchome\ys\src\ys\yse.c
    abnormal program termination
    OWS-08820: Unable to start oassrv process 'oassrv'.
    Initialization Failure- Exiting OAS...
    Execute STOP of all the OAS Processes from the OAS Manager
    Nothing much is described for this error in the Error Messages section of the documentation.
    Please help me out.
    Anuj Patel
    [email protected]

    Check if there is no a pid or trace or any file that is created during the start of this kind of process and remove it and try again. As well you may check if there is a java process from the console kill it and start it.
    Greetings

  • ERROR   ORA-12514: TNS: unable to start extract process

    Hi Experts,
    I have installed Oracle Golden Gate in the below environment.But unable to start extract process
    Primary site (source): This is production DB and up and running.
    RAC 2 nodes
    Oracle RAC 11.2.0.1.0
    ASM
    Oracle GoldenGate 11g Release 1 (11.1.1.0.0)
    Enterprise Linux Server release 5.5 (Carthage)
    Processor Type x64
    OS 64 bit
    target Site (destination):
    Standalone single server - Non RAC
    Oracle version 11.2.0.1.0
    ASM
    Oracle GoldenGate 11g Release 1 (11.1.1.0.0)
    Enterprise Linux Server release 5.5 (Carthage)
    Processor Type x64
    OS 64 bit
    Getting below error in logs while starting extract process:
    RECOVERY: reset to initial or altered checkpoint.
    2012-08-05 10:34:10  ERROR   OGG-00868  Oracle GoldenGate Capture for Oracle, aaa.prm:  Attaching to
    ASM server asm: (12514) ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor.
    2012-08-05 10:34:10  ERROR   OGG-01668  Oracle GoldenGate Capture for Oracle, aaa.prm:  PROCESS
    ABENDING.[oracle@ ggate]$
    Getting below error while connecting with asm instance directly:
    [oracle@ admin]$ sqlplus sys@asm as sysasm
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Aug 5 11:16:11 2012
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    [oracle@ ~]$ tnsping asm TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 05-AUG-2012 11:55
    :42
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xxx-
    scan)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ASM) (I
    NSTANCE_NAME = +ASM1)))
    OK (0 msec) Any help Please ?
    Regards
    LazyDBA
    Edited by: LazyDBA11g on Aug 5, 2012 12:14 AM
    Edited by: LazyDBA11g on Aug 5, 2012 11:25 PM
    Edited by: LazyDBA11g on Aug 12, 2012 4:36 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hello JK,
    Thanks a lot for specific response.
    SQL> select INST_ID, NAME, VALUE from gv$parameter where name like '%_listener%';
    INST_ID NAME VALUE
    1 local_listener (DESCRIPTION=(ADDRESS_LIST=(AD
    DRESS=(PROTOCOL=TCP)(HOST=xxx_
    data1-vip)(PORT=1521))))
    1 remote_listener xxxdata-scan:1521
    2 local_listener (DESCRIPTION=(ADDRESS_LIST=(AD
    DRESS=(PROTOCOL=TCP)(HOST=xxx_
    data2-vip)(PORT=1521))))
    2 remote_listener xxxdata-scan:1521
    If I  add REMOTE_LISTENER pointing to SCAN ip address, Does it require DB bounce ? (Its production DB)
    Regards,
    LazyDBA
    Edited by: LazyDBA11g on Aug 10, 2012 12:01 PM
    Edited by: LazyDBA11g on Aug 12, 2012 4:48 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Unable to start WebLogic 5.1 sp4 from the Console

    I installed WebLogic Server 5.1 Service Pack 4, as described by the
    release_notes_sp4.html document. I can successfully do the following using
    NT Workstation 4.0:
    1. Start weblogic from the command line using startWebLogic.cmd
    2. Start weblogic from the Start | Programs | WebLogic 5.1.0 | WebLogic
    Server menu.
    I can also start the console from the command line using startConsole.cmd.
    But, from the console, when I start weblogic, but it is only 5.1.0, not
    5.1.0 sp4
    When I start the console from the Start | Programs | WebLogic 5.1.0 |
    WebLogic Console menu and then try to start weblogic , I get the following
    error:
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError:
    weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Any help would be appreciated.

    I am facing the same problem here Steven. Did you get any solution for that?
    Thanks
    Vishwajeet Lohakarey
    Yash Technologies Inc.
    [email protected]
    Steven R. Baturin <[email protected]> wrote in message
    news:[email protected]...
    I installed WebLogic Server 5.1 Service Pack 4, as described by the
    release_notes_sp4.html document. I can successfully do the followingusing
    NT Workstation 4.0:
    1. Start weblogic from the command line using startWebLogic.cmd
    2. Start weblogic from the Start | Programs | WebLogic 5.1.0 | WebLogic
    Server menu.
    I can also start the console from the command line using startConsole.cmd.
    But, from the console, when I start weblogic, but it is only 5.1.0, not
    5.1.0 sp4
    When I start the console from the Start | Programs | WebLogic 5.1.0 |
    WebLogic Console menu and then try to start weblogic , I get the following
    error:
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError:
    weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Any help would be appreciated.

  • AD4J: Unable to start Heap Dump due to OS Error

    When Java 'Heap Dump' is requested, the following message is shown:
    Unable to start Heap Dump due to OS Error.
    Details of the monitored JDK and application server are given below:
    JDK: Sun JDK 1.4.2_08 on Solaris 9
    Application Server: WebLogic 8.1 SP4
    1. What could be the possible cause? No errors are logged in jamserv/logs/error_log. Is there any way to enable detailed logging?
    2. Each time the heap dump is requested, a file of the format heapdump<n> gets created in /tmp (e.g. /tmp/heapdump12.txt). If you see the file, it contains the following:
    a) a line containing summary of the heap usage, and
    b) stack traces of all the threads
    Thanks!

    Wrong Forum?

  • Getting "Unable to run script at line 1: syntax error"  error?

    Hi,
    I want to run a script using the AEGP_ExecuteScript() function. but I got an error "Unable to run script at line 1: syntax error". what could be the rea son for this? shall I inlcude anything extra info in my project?
    Below is the code ...
    char scriptPath[] = "F:\\Documents and Settings\\akshays\\Desktop \\Active Shutter.jsx";
    A_Boolean platform_encodingB = 'B';
    AEGP_MemHandle outResultPH0;
    AEGP_MemHandle outErrorStringPH0;
    utilitySuite5->AEGP_ExecuteScript( pluginID, scriptPath, platform_encodingB, &outResultPH0, &outErrorStringPH0 );
    please help me.
    Thanks
    Manjunath

    This can be debug by using "ExtendSCript Toolkit 2 and Debugger".
    Just open Edit -> Prefernces -> General -> ****
    There enable checkbox "Enable javascript debugger".
    if you encountering an error while launching the script, then AE will automatically open your script in "ExtendSCript" toolkit with an error at the bottom line. You can see the "DataBrowsing" panel right side for available functions., objects and so on.
    then you can get to know what is the error and the reason for this error at least.

  • Unable to start weblogic

    hello
    After trying to activate the DBMS support on my weblogic server, I am unable to restart my weblogic server, I should mention that I run my weblogic through JDeveloper 11g, when I try to execute my project I 'have the following error:
    NestedThrowables:
    java.lang.reflect.InvocationTargetException.
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:341)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1785)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    Truncated. see log file for complete stacktrace
    Caused By: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:365)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
    at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
    Truncated. see log file for complete stacktrace
    Caused By: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
    at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:549)
    at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:149)
    at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:98)
    at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534)
    Truncated. see log file for complete stacktrace
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal internal error> org.apache.openjpa.util.InternalException: There was an error when invoking the static getInstance method on the named factory class "kodo.jdbc.kernel.KodoJDBCBrokerFactory". See the nested exception for details.
    at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:95)
    at kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(PersistenceManagerFactoryImpl.java:41)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: There were errors initializing your configuration: <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal store error> org.apache.openjpa.util.StoreException: A connection could not be obtained for driver class "com.microsoft.sqlserver.jdbc.SQLServerDriver" and URL ""jdbc:sqlserver://localhost:1433;DatabaseName=helpdesk;User=sa;Password=123456"". You may have specified an invalid URL.
    at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:235)
    at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:684)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(ConfigurationImpl.java:288)
    at org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAConfigurationImpl.java:1409)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBrokerFactory.java:646)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFactory.java:131)
    at kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory.java:43)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:124)
    at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:90)
    at kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(PersistenceManagerFactoryImpl.java:41)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534)
    at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:149)
    at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:98)
    at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
    at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:299)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1785)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.sql.SQLException: A connection could not be obtained for driver class "com.microsoft.sqlserver.jdbc.SQLServerDriver" and URL ""jdbc:sqlserver://localhost:1433;DatabaseName=helpdesk;User=sa;Password=123456"". You may have specified an invalid URL.
    at com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:274)
    at com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:413)
    at com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:290)
    at com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:199)
    at org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:113)
    at org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:93)
    at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:227)
    ... 42 more
    at org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(ConfigurationImpl.java:302)
    at org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAConfigurationImpl.java:1409)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBrokerFactory.java:646)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFactory.java:131)
    at kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory.java:43)
    Truncated. see log file for complete stacktrace
    <16 mai 2011 14 h 47 GMT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <16 mai 2011 14 h 47 GMT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    <16 mai 2011 14 h 47 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <16 mai 2011 14 h 47 GMT> <Error> <WebLogicServer> <BEA-000383>
    <16 mai 2011 14 h 47 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Process exited..
    it seems will have one problem with the url said, now I do not know how to change the url so that weblogic does not start,knowing that my weblogic server is integrated in JDEV
    thanks

    i create a new application with a new jsf page, at run time it gives this error (i think the same error) :
    Starting WLS with line:
    d:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=D:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1 -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=d:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\sysext_manifest_classpath;d:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <24 mai 2011 16 h 51 GMT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <24 mai 2011 16 h 51 GMT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <24 mai 2011 16 h 51 GMT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\lib\sqljdbc4.jar>
    <24 mai 2011 16 h 51 GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 17.0-b17 from Sun Microsystems Inc.>
    <24 mai 2011 16 h 51 GMT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 >
    <24 mai 2011 16 h 51 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <24 mai 2011 16 h 51 GMT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <24 mai 2011 16 h 51 GMT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <24 mai 2011 16 h 51 GMT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00031. Log messages will continue to be logged in C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <24 mai 2011 16 h 51 GMT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <24 mai 2011 16 h 52 GMT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException.
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
         at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:341)
         at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1785)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
         Truncated. see log file for complete stacktrace
    Caused By: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:365)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
         at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
         Truncated. see log file for complete stacktrace
    Caused By: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
         at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:549)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:149)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:98)
         at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534)
         Truncated. see log file for complete stacktrace
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal internal error> org.apache.openjpa.util.InternalException: There was an error when invoking the static getInstance method on the named factory class "kodo.jdbc.kernel.KodoJDBCBrokerFactory". See the nested exception for details.
         at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:95)
         at kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(PersistenceManagerFactoryImpl.java:41)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: There were errors initializing your configuration: <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal store error> org.apache.openjpa.util.StoreException: A connection could not be obtained for driver class "com.microsoft.sqlserver.jdbc.SQLServerDriver" and URL ""jdbc:sqlserver://localhost:1433;DatabaseName=helpdesk;User=sa;Password=123456"". You may have specified an invalid URL.
         at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:235)
         at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:684)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(ConfigurationImpl.java:288)
         at org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAConfigurationImpl.java:1409)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBrokerFactory.java:646)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFactory.java:131)
         at kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory.java:43)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:124)
         at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:90)
         at kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(PersistenceManagerFactoryImpl.java:41)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:149)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:98)
         at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
         at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
         at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:299)
         at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1785)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.sql.SQLException: A connection could not be obtained for driver class "com.microsoft.sqlserver.jdbc.SQLServerDriver" and URL ""jdbc:sqlserver://localhost:1433;DatabaseName=helpdesk;User=sa;Password=123456"". You may have specified an invalid URL.
         at com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:274)
         at com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:413)
         at com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:290)
         at com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:199)
         at org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:113)
         at org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:93)
         at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:227)
         ... 42 more
         at org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(ConfigurationImpl.java:302)
         at org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAConfigurationImpl.java:1409)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBrokerFactory.java:646)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFactory.java:131)
         at kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory.java:43)
         Truncated. see log file for complete stacktrace
    >
    <24 mai 2011 16 h 52 GMT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <24 mai 2011 16 h 52 GMT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    <24 mai 2011 16 h 52 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <24 mai 2011 16 h 52 GMT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <24 mai 2011 16 h 52 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Process exited.

  • Unable to start Oracle Process Manager from the windows services for OBIEE

    Hi,
    I have OBIEE 11g installed on a 32-bit windows machine. Of the two windows services installed, I am unable to start the Oracle Process Manager. When I try to start it I get the following error:
    Error 1053: The service did not respond to the start or control request  in a timely fashion.
    At the back end, this service is calling the file opmn.exe which is placed at MIDDLEWAREHOME\Oracle_BI1\opmn\bin. On trying to execute this file the error we get is:
    The procedure entry point longjmp could not be located in the dynamic link library orauts.dll
    I have tried replacing the orauts.dll file, but to no avail.
    Please let me know if you have any clue regarding what is to be done.
    Thanks
    Naman

    Hi Naman,
    This error occurs for the following reasons,
    *Path variable is not set properly
    *Multiple Oracle homes exists in the same machine.
    Follow the below steps and let me know if it works,
    1. Select My Computer -> Right Click -> Properties
    2. In the System Properties screen go to Advanced Tab
    3. Click on Environment Variables
    4. In the System Variables section select PATH variable & Click edit
    5. Now you will find that it will contain invalid directories. Remove the incorrect entries. This may happen when you have multiple oracle homes in the same machine
    6. Restart the service.
    Rgds,
    Dpka

  • Sp6 - unable to start weblogic server

    hi,
    I have weblogic 5.1 running in solaris 2.6 & service pack 3. Weblogic is
    fine
    with these environment settings. I tried to install Service pack 6. I
    included
    weblogicsp6.jar & weblogicsp6boot.jar instead of weblogicsp3.jar &
    weblogicsp3boot.jar.
    Now i am unable to start the weblogic server.
    error while starting the server is :-
    Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/common/T3ServicesFinderDef
    at java.lang.ClassLoader.defineClass0(Native Method) .....
    I checked my startup script, its fine with weblogicsp6boot.jar, the
    first entry
    in the java classpath & weblogicsp6.jar, the first entry in
    -Dweblogic.class.path.
    anyone has the answer? is there any issue in servicepack 6.
    regards
    Arun.
    reply to [email protected]

    This is almost always a result of not installing the service pack correctly.
    You should check the documentation on the service pack to doublecheck that
    you have the correct settings.
    Michael Girdley
    BEA Systems Inc
    "Arun" <[email protected]> wrote in message
    news:[email protected]..
    hi,
    I have weblogic 5.1 running in solaris 2.6 & service pack 3. Weblogic is
    fine
    with these environment settings. I tried to install Service pack 6. I
    included
    weblogicsp6.jar & weblogicsp6boot.jar instead of weblogicsp3.jar &
    weblogicsp3boot.jar.
    Now i am unable to start the weblogic server.
    error while starting the server is :-
    Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/common/T3ServicesFinderDef
    at java.lang.ClassLoader.defineClass0(Native Method) .....
    I checked my startup script, its fine with weblogicsp6boot.jar, the
    first entry
    in the java classpath & weblogicsp6.jar, the first entry in
    -Dweblogic.class.path.
    anyone has the answer? is there any issue in servicepack 6.
    regards
    Arun.
    reply to [email protected]

  • Unable to start weblogic server using another user of same machine

    Hi,
    I have installed weblogic using my credentials.I am able to start it properly with my credentials.
    I am getting error while starting weblogic server from another user of same machine having same admin rights.
    It shows following details while starting server and process stops:
    <22-Dec-2011 06:15:02 o'clock GMT> <Info> <Security> <BEA-090905> <Disabling C
    ptoJ JCE Provider self-integrity check for better startup performance. To enable
    this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true
    >
    <22-Dec-2011 06:15:02 o'clock GMT> <Info> <Security> <BEA-090906> <Changing th
    default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To
    enable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    Please advice.
    Thanks and Regards:
    Priya

    Can you check the server log file for more details. The server log file is located in the <domain-home>/servers/<server-name>/logs directory.
    There probably something wrong with the log rotation or something similar. Usually when certain files that are created during runtime belong
    to a certain user, other users do not have rights or they must belong to the same group.
    Also note that the messages are only info messages and are not really the cause.

  • Unable to start opmn process.

    Hi group,
    I have done a new fresh install of Ebusiness Suite release 12.1.1 in a Windows 2003 Server, but at Validate System Configuration Post Install steps there are some failures. After that I am trying to start "opmn" process without any process.
    F:\ORAEBS\apps\tech_st\10.1.3\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    Could not create process by
    C:\OracleClient10gR2\opmn\bin\opmn.exe -a -q ping
    with error The system cannot find the file specified.
    (GetLastError()=2
    Timed out waiting for OPMN to initialize. OPMN may be down or
    taking a long time to initialize. Will not attempt to start
    processes because OPMN is unreachable. If OPMN is initializing,
    retrying the command may prove successful. If OPMN is down,
    correct the underlying problem before retrying the command.
    Any advice or help to solve this problem will be really appreciated.
    Thanks in advance.
    Kind regards,
    Francisco Mtz. Oviedo

    Hi Hussein,
    The error that I see in the logfile is:
    checking URL = http://<hostname.domain>:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Then I try to start opmn process manually but it fails with next error message:
    F:\ORAEBS\apps\tech_st\10.1.3\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    Could not create process by
    C:\OracleClient10gR2\opmn\bin\opmn.exe -a -q ping
    with error The system cannot find the file specified.
    (GetLastError()=2
    Timed out waiting for OPMN to initialize. OPMN may be down or
    taking a long time to initialize. Will not attempt to start
    processes because OPMN is unreachable. If OPMN is initializing,
    retrying the command may prove successful. If OPMN is down,
    correct the underlying problem before retrying the command.
    AutoConfig was executed by Installation process.
    Thanks in advance.
    Kind regards,
    Francisco Mtz. Oviedo

  • Unable to start weblogic 6.1

    Hi there,
    I'm trying to migrate from weblogic 5.1 to 6.1. Have tried following their steps of migration by going to the console to convert the weblogic.properties file to .xml file. But when i try to start the server in 6.1 with the new config.xml file it throws the following exception. Can someone pls help me why this is happening? Many thanks!
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: invalid value myApp for attribute Name of MBean "myApp:Name=myApp,Type=Server", getLegalCheck() is (weblogic.management.configuration.LegalHelper.serverMBeanSetNameLegalCheck(self,value);)
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:120)
    at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileRepository.java:261)
    at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileRepository.java:223)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:374)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy1.loadDomain(Unknown Source)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:188)
    at weblogic.management.AdminServer.configure(AdminServer.java:173)
    at weblogic.management.Admin.initialize(Admin.java:257)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:368)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:213)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    ***************************************************************************

    thanks for the reply...now i encounter another problem. Whenever i try to make a connection to the database i keep having the error:
    Unable to get a connection from weblogic.jdbc.jts.ejbPool
    Previously all the application runs on wls5.1 and is working fine.
    May i know what is the problem? Thanks!

  • Unable to start weblogic server back end in linux

    Hi All,
          i am  going to start weblogic 10.3.6 in production environment by using below commend but it gives error:
           >cd /usr/app/oracle/Middleware/user_projects/domains/base_domain
            >nohup startWebLogic.sh &
           But when I use this command I am getting this output:
         -bash-3.2$ nohup ./startWebLogic.sh &
      -bash-3.2$ nohup: appending output to `nohup.out'
    Can someone please help me in this.
    Thank you,
    Ram

    Hi Ram,
    That it's the normal behavior when you use a nohup command, all the output is getting saved into a nohup.out file that you can find in the same location where the startWeblogic.sh file resides..
    If you do:
    tail -f nohup.out
    You will find all the output.
    Also if you want to see the last 200 output lines do:
    tail -fn 200 nohup.out
    The advantage of using nohup is that if you are using a ssh client you can close the client and the process will keep running.
    Hope this helps
    Regards
    Carlos

  • Unable to start weblogic 10 with eclipse

    Hello,
    i've a weblogic 10 server and it runs normally if i want to start from the DOS command-line and my ear is correctly deployed.
    When i try to start the same server within eclipse, my application seems to be initialized but at the end of the starting i've the following error :
    <Critical> <WebLogicServer> <AdminServer> <main> <<WLS Kernel>> <> <BEA-000386> <Server subsystem failed. Reason: java.lang.NoClassDefFoundError: weblogic/management/internal/DynamicMBeanImpl
    java.lang.NoClassDefFoundError: weblogic/management/internal/DynamicMBeanImpl
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:177)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppActivation(ClassDeploymentManager.java:158)
         at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    >
    I don't know what i have to do, and where should i find the DynamicMBeanImpl in the weblogic 10 API.
    Thanks

    Hi, David. Adding weblogic.jar by the full path will and does work. It makes sense to doubt this, but have a look at the manifest.mf file. It is these relative classpath entries that don't resolve correctly unless the real path of weblogic.jar is in the eclipse launch path. Hunting individual jars is a never-ending process in wls10. It is easiest to just use the original weblogic.jar file.
    This is why. Notice all the relative classpath entries:
    unknown-00-1b-63-07-ce-dc:~/bea/wlserver_10.3/server/lib adriancole$ jar -xvf weblogic.jar META-INF/MANIFEST.MF
    inflated: META-INF/MANIFEST.MF
    unknown-00-1b-63-07-ce-dc:~/bea/wlserver_10.3/server/lib adriancole$ cat META-INF/MANIFEST.MF
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.6.5
    Created-By: R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32 (B
    EA Systems, Inc.)
    Main-Class: weblogic.Server
    Implementation-Vendor: BEA Systems
    Implementation-Title: WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 20
    08 1137967
    Implementation-Version: 10.3.0.0
    Class-Path: ../../../modules/features/weblogic.server.modules_10.3.0.0
    .jar schema/weblogic-domain-binding.jar schema/diagnostics-binding.ja
    r schema/diagnostics-image-binding.jar wlcipher.jar webservices.jar x
    mlx.jar ojdbc6.jar jconn2.jar jconn3.jar jConnect.jar EccpressoAsn1.j
    ar EccpressoCore.jar EccpressoJcae.jar mysql-connector-java-commercia
    l-5.0.3-bin.jar wlbase.jar wlutil.jar wlsqlserver.jar wldb2.jar wlsy
    base.jar wloracle.jar wlinformix.jar wlw-langx.jar ../../common/lib/p
    dev.jar wlw-system.jar jcom.jar weblogic-L10N.jar
    unknown-00-1b-63-07-ce-dc:~/bea/wlserver_10.3/server/lib adriancole$ jar -xvf ../../../modules/features/weblogic.server.modules_10.3.0.0.jar META-INF/MANIFEST.MF
    inflated: META-INF/MANIFEST.MF
    unknown-00-1b-63-07-ce-dc:~/bea/wlserver_10.3/server/lib adriancole$ cat META-INF/MANIFEST.MF
    Manifest-Version: 1.0
    Implementation-Vendor: BEA Systems
    Implementation-Title: BEA Modules WebLogic Server Dependencies 10.3 Th
    u Jul 10 07:58:50 MDT 2008
    Implementation-Version: 10.3.0.0
    Feature-Name: weblogic.server.modules
    Source-Repository-Change-Id: 1133362
    Class-Path: weblogic.server.modules.L10N_10.3.0.0.jar ../com.bea.core.
    antlr.runtime_2.7.7.jar ../com.bea.core.descriptor.j2ee_1.1.0.0.jar .
    ./com.bea.core.descriptor.j2ee.binding_1.1.0.0.jar ../com.bea.core.de
    scriptor.wl_1.1.0.0.jar ../com.bea.core.descriptor.wl.binding_1.1.0.0
    .jar ../com.bea.core.datasource6_1.4.0.0.jar ../com.bea.core.datasour
    ce6.binding_1.4.0.0.jar ../com.bea.core.beangen_1.4.0.0.jar ../com.be
    a.core.descriptor.settable.binding_1.4.0.0.jar ../com.bea.core.diagno
    stics.accessor_1.1.0.0.jar ../com.bea.core.diagnostics.accessor.bindi
    ng_1.1.0.0.jar ../com.bea.core.management.core_2.3.0.0.jar ../com.bea
    .core.management.core.binding_2.3.0.0.jar ../com.bea.core.ejbgen_1.0.
    0.0.jar ../org.apache.ant.patch_1.1.0.0_1-6-5.jar ../org.apache.ant_1
    .6.5/lib/ant-all.jar ../com.bea.core.repackaged.apache.bcel_5.2.1.0.j
    ar ../com.bea.core.repackaged.jdt_3.2.2.0.jar ../com.bea.core.apache.
    commons.collections_3.2.0.jar ../com.bea.core.apache.commons.lang_2.1
    .0.jar ../com.bea.core.apache.commons.pool_1.3.0.jar ../com.bea.core.
    apache.dom_1.0.0.0.jar ../com.bea.core.apache.logging_1.0.0.0.jar ../
    org.apache.openjpa_2.2.0.0_1-1-0.jar ../com.bea.core.xml.xmlbeans_1.0
    .0.0_2-4-0.jar ../com.bea.core.logging_1.4.0.0.jar ../com.bea.core.be
    a.opensaml_1.0.0.0_5-0-2-0.jar ../com.bea.core.bea.opensaml2_1.0.0.0_
    5-0-2-0.jar ../com.bea.core.monitoring.harvester.api_2.1.0.0.jar ../c
    om.bea.core.monitoring.harvester.jmx_2.1.0.0.jar ../com.bea.adaptive.
    harvester.utils_1.2.0.0.jar ../com.bea.mbean.typing.util_1.2.0.0.jar
    ../javolution_3.7.19.0.jar ../joda.time_1.2.1.0.jar ../com.bea.core.x
    ml.staxb.buildtime_1.3.0.0.jar ../com.bea.core.xml.staxb.runtime_1.3.
    0.0.jar ../com.bea.core.annogen_1.2.0.0.jar ../com.bea.core.kodo_1.0.
    0.0_4-2-0.jar ../com.bea.core.kodo.integration_1.3.0.0.jar ../com.bea
    .core.kodo.integration.binding_1.3.0.0.jar ../com.bea.core.kodo.integ
    ration.tools_1.2.0.0.jar ../com.bea.core.process_5.4.0.0.jar ../com.b
    ea.core.xml.beaxmlbeans_1.0.0.0_2-4-0.jar ../com.bea.core.repackaged.
    aspectj.aspectjweaver_5.1.0.jar ../com.bea.core.repackaged.apache.com
    mons.logging_1.2.0.jar ../com.bea.core.repackaged.springframework.spr
    ing_2.0.3.jar ../com.bea.core.repackaged.springframework.pitchfork_1.
    1.0.0_1-0.jar ../com.bea.core.common.security.i18n_1.0.0.0_5-0-2-0.ja
    r ../com.bea.core.common.security.xacml_1.0.0.0_5-0-2-0.jar ../com.be
    a.core.common.security.saml2.utils_1.0.0.0_5-0-2-0.jar ../com.bea.cor
    e.common.engine.impl_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.engin
    e.api_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.api_1.0.0.0
    _5-0-2-0.jar ../com.bea.core.common.security.impl_1.0.0.0_5-0-2-0.jar
    ../com.bea.core.common.security.jdkutils_1.0.0.0_5-0-2-0.jar ../com.
    bea.core.common.security.utils_1.0.0.0_5-0-2-0.jar ../com.bea.core.co
    mmon.security.saml2_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.securi
    ty.saml2.manage_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.p
    roviders.utils_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.sa
    ml.utils_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.xacmlpro
    viders.utils_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.prov
    iders.env_1.0.0.0_5-0-2-0.jar ../com.bea.core.certj_1.0.0.0.jar ../co
    m.bea.core.ldapjdk_1.0.0.0.jar ../com.bea.core.apache.commons.net_1.0
    .0.0_1-4-1.jar ../com.bea.core.weblogic.saaj_1.3.0.0.jar ../com.bea.c
    ore.weblogic.stax_1.4.0.0.jar ../glassfish.el_2.1.0.jar ../glassfish.
    jaxb_2.1.6.jar ../glassfish.jaxb.xjc_2.1.6.jar ../glassfish.jaxws.res
    olver_2.1.3.jar ../glassfish.jaxws.fastinfoset_2.1.3.jar ../glassfish
    .jaxws.rt_2.1.3.jar ../glassfish.jaxws.mimepull_1.0.144.jar ../com.be
    a.core.woodstox_1.0.0.0_3-2-4.jar ../glassfish.jaxws.tools_1.0.0.0_2-
    1-3.jar ../glassfish.stax.ex_1.0.0.0_1-2.jar ../glassfish.xmlstreambu
    ffer_0.5.221.jar ../com.bea.core.apache.oro_1.0.0.0_2-0-8.jar ../java
    x.activation_1.1.0.0_1-1.jar ../javax.annotation_1.1.jar ../javax.int
    erceptor_1.0.jar ../javax.ejb_3.0.1.jar ../javax.jdo_2.0.1.jar ../jav
    ax.enterprise.deploy_1.2.jar ../javax.jms_1.1.1.jar ../javax.jsp_1.1.
    0.0_2-1.jar ../javax.jws_2.0.jar ../javax.mail_1.1.0.0_1-1.jar ../jav
    ax.management.j2ee_1.0.jar ../javax.persistence_1.0.0.0_1-0.jar ../ja
    vax.resource_1.5.1.jar ../javax.security.jacc_1.0.0.0_1-1.jar ../java
    x.servlet_1.0.0.0_2-5.jar ../javax.transaction_1.0.0.0_1-1.jar ../jav
    ax.xml.bind_2.1.1.jar ../javax.xml.registry_1.0.0.0_1-0.jar ../javax.
    xml.soap_1.3.1.0.jar ../javax.xml.stream_1.1.1.0.jar ../javax.xml.ws_
    2.1.1.jar ../javax.xml.rpc_1.2.1.jar ../monfox.dsnmp.agent_1.0.0.0_4-
    6-5.jar ../com.bea.core.jsafe_3.5.0.jar ../com.bea.core.serp_1.14.2.0
    .jar ../com.bea.core.apache_1.2.0.0.jar ../com.bea.core.beaninfo_1.4.
    0.0.jar ../com.bea.core.descriptor_1.4.0.0.jar ../com.bea.core.repack
    aged.asm_3.0.jar ../com.bea.core.repackaged.asm.commons_3.0.jar ../co
    m.bea.core.repackaged.asm.tree_3.0.jar ../com.bea.core.repackaged.asm
    .util_3.0.jar ../com.bea.core.diagnostics.core_2.1.0.0.jar ../com.bea
    .core.diagnostics.logging_1.1.0.0.jar ../com.bea.core.diagnostics.que
    ry_1.0.0.0.jar ../com.bea.core.diagnostics.accessor_1.1.0.0.jar ../co
    m.bea.core.diagnostics.instrumentor_1.3.0.0.jar ../com.bea.core.diagn
    ostics.notifications_1.1.0.0.jar ../com.bea.core.diagnostics.query_1.
    0.0.0.jar ../com.bea.core.diagnostics.snmp_1.1.0.0.jar ../com.bea.cor
    e.i18n_1.4.0.0.jar ../com.bea.core.i18n.generator_1.3.0.0.jar ../com.
    bea.core.i18n.tools_1.1.0.0.jar ../com.bea.core.management.jmx_1.1.0.
    0.jar ../com.bea.core.mbean.maker_1.3.0.0.jar ../com.bea.core.mbean.s
    upport_1.3.0.0.jar ../com.bea.core.messaging.kernel_1.4.0.0.jar ../co
    m.bea.core.resourcepool_1.4.0.0.jar ../com.bea.core.weblogic.socket.a
    pi_1.0.0.0.jar ../com.bea.core.weblogic.rmi.client_1.4.0.0.jar ../com
    .bea.core.weblogic.security.wls_1.0.0.0_5-0-2-0.jar ../com.bea.core.w
    eblogic.lifecycle_1.1.0.0.jar ../com.bea.core.store_1.4.0.0.jar ../co
    m.bea.core.store.gxa_1.4.0.0.jar ../com.bea.core.store.admintool_1.1.
    0.0.jar ../com.bea.core.store.jdbc_1.1.0.0.jar ../com.bea.core.transa
    ction_2.5.0.0.jar ../com.bea.core.utils.full_1.4.0.0.jar ../com.bea.c
    ore.utils.agent_1.0.0.0.jar ../com.bea.core.utils.classloaders_1.4.0.
    0.jar ../com.bea.core.utils.compiler_1.0.0.0.jar ../com.bea.core.util
    s.expressions_1.3.0.0.jar ../com.bea.core.utils.wrapper_1.3.0.0.jar .
    ./com.bea.core.timers_1.4.0.0.jar ../com.bea.core.weblogic.workmanage
    r_1.4.0.0.jar ../com.bea.core.workarea_1.4.0.0.jar ../com.bea.core.xm
    l.weblogic.xpath_1.1.0.0.jar ../com.bea.core.jatmi_1.2.0.3.jar ../com
    .bea.core.weblogic.security_1.0.0.0_5-0-2-0.jar ../com.bea.core.weblo
    gic.security.auth_1.0.0.0.jar ../com.bea.core.weblogic.security.diges
    t_1.0.0.0.jar ../com.bea.core.weblogic.security.identity_1.1.0.0.jar
    ../com.bea.core.weblogic.security.logger_1.1.0.0.jar ../com.bea.core.
    nodemanager.plugin_1.2.0.0.jar ../com.bea.core.jmspool_1.4.0.0.jar ..
    /com.bea.core.compat.wl.90_1.1.0.0.jar ../com.bea.core.http.pubsub.mb
    ean_1.2.0.0.jar ../com.bea.core.weblogic.web.api_1.2.0.0.jar ../com.b
    ea.core.redef_1.1.0.0.jar ../com.bea.core.redefagent_1.1.0.0.jar ../c
    om.bea.core.redef.binding_1.1.0.0.jar
    Source-Repository-URI: p4://p4jrep.bea.com:7999://depot/dev/src_stable
    /repository/modules/features
    Created-By: 1.6.0_03-p3-landonf_19_aug_2008_14_55-b00 (Sun Microsystem
    s Inc.)
    See what I mean? You would end up needing a crazy amount of individual jars to get the equivalent classpath of the weblogic.jar in its original location.
    Does that make sense?
    Cheers,
    -Adrian

  • Unable to start BPm process

    Hi
    I have a process model with a start process (wsdl which takes some inputs) and then next task assigned to a dynamic user based on inputs in start process.
    While I try to start the process manually from nwa by giving inputs i see teh error "Failed to start the process; Process manager adapter may not be started; error= com.sap.glx.adapter.api.AdapterException: Process start failed due to TransitionException"
    This error pops up randomly whenever I change some user mapping at the second level task (not start process and next task)
    Any clues?
    Regards
    Lavanya

    Hi Lavanya,
    Could you please tell me how you resolved. I am also getting same error.
    com.sap.glx.adapter.api.AdapterException: Process start failed due to TransitionException
    Thanks in advance.
    cheers,
    dev

Maybe you are looking for