Cannot start Weblogic 10.3 using JRockit-R27.5.0-jdk1.5.0_14

I'm having problems starting Weblogic Administration server. My setup is Oracle Enterprise Linux 5.0 64-bit on AMD platform. I've installed Weblogic 10.3 64bit and JRockit-R27.5.0-jdk1.5.0_14. When trying to start Weblogic within my domain by typing "./startWebLogic.sh" I get the following error:
JAVA Memory arguments: -Xms256m -Xmx512m
WLS Start Mode=Production
CLASSPATH=:/opt/bfapps/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bfapps/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bfapps/bea/jrockit-R27.5.0-jdk1.5.0_14/lib/tools.jar:/opt/bfapps/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/bfapps/bea/wlserver_10.3/server/lib/weblogic.jar:/opt/bfapps/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/opt/bfapps/bea/wlserver_10.3/server/lib/webservices.jar:/opt/bfapps/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/opt/bfapps/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar::/opt/bfapps/bea/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/opt/bfapps/bea/wlserver_10.3/server/lib/xqrl.jar::
PATH=/opt/bfapps/bea/wlserver_10.3/server/bin:/opt/bfapps/bea/modules/org.apache.ant_1.6.5/bin:/opt/bfapps/bea/jrockit-R27.5.0-jdk1.5.0_14/jre/bin:/opt/bfapps/bea/jrockit-R27.5.0-jdk1.5.0_14/bin:/opt/bfapps/bea/jrockit-R27.5.0-jdk1.5.0_14/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/NX/bin:/usr/NX/bin:/home/jeff/bin:/usr/NX/bin:/usr/NX/bin
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://hostname:port/console *
starting weblogic with Java version:
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
BEA JRockit(R) (build R27.5.0-110_o-99226-1.5.0_14-20080528-1505-linux-x86_64, compiled mode)
Starting WLS with line:
/opt/bfapps/bea/jrockit-R27.5.0-jdk1.5.0_14/bin/java -jrockit -Xms256m -Xmx512m -da -Dplatform.home=/opt/bfapps/bea/wlserver_10.3 -Dwls.home=/opt/bfapps/bea/wlserver_10.3/server -Dweblogic.home=/opt/bfapps/bea/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/opt/bfapps/bea/patch_wls1030/profiles/default/sysext_manifest_classpath:/opt/bfapps/bea/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=Admin -Djava.security.policy=/opt/bfapps/bea/wlserver_10.3/server/lib/weblogic.policy weblogic.Server
<Jul 22, 2009 4:40:59 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.5.0-110_o-99226-1.5.0_14-20080528-1505-linux-x86_64 from BEA Systems, Inc.>
<Jul 22, 2009 4:41:00 PM EDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.UnsupportedClassVersionError: weblogic/jdbc/common/internal/ConnectionPool : unsupported classversion 50.0
java.lang.UnsupportedClassVersionError: weblogic/jdbc/common/internal/ConnectionPool : unsupported classversion 50.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at weblogic.kernel.FinalThreadLocalList.initialize(FinalThreadLocalList.java:44)
at weblogic.t3.srvr.PreConfigBootService.start(PreConfigBootService.java:70)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:459)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:164)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:712)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:486)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
at weblogic.Server.main(Server.java:67)
>
<Jul 22, 2009 4:41:00 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Jul 22, 2009 4:41:00 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Jul 22, 2009 4:41:00 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
I'm assuming I do not have my environment setup properly. Any ideas?
Thanks,
Jeff

WLS 10.3 and above require Java 1.6, and certain versions. It's recommend that you use one of the JVM's installed with the product. For 10.3, I think that is jdk160_05.

Similar Messages

  • Cannot start weblogic server anymore after conf. jena for oracle database

    Hi,
    My weblogic server 10.3.4.0 installed in oracle developer days in oralce linux guest was able to start before using the oracle user account. Following the seman. tech. dev. guide, I set up jena adapter for oracle in my guest linux system. Since the oracle user doesn't have permission to copy folders into the autodeploy directory in weblogic server, so I login as root to copy the joseki.war folder into the autodeploy directory. However, after that, I am not able to start the weblogic server console anymore using the oracle user account. Any suggestions will be much appreciated. Thanks a lot in advance.
    Hong

    Pl do not post duplicates - cannot start weblogic server anymore in oracle user after config. in root

  • Jrockit-R27.3.1-jdk1.4.2_14  AND GCHandlesCompaction

    Hi All,
    I am using the above version of JRockit. I am not sure if this is a bug but when I start my managed server from the admin console, it does not set the GCHandlesCompaction to true
    -Xmx:512m -Xms:512m -Xns:128m -XXtlasize:fixed=12k -Xverbose:memory,memdbg,gcpause,gcreport -Xmanagement:port=7777 -XgcPrio:pausetime -XpauseTarget=200 -XgcPause -XgcReport -Xverboselog:verbose-jrockit.log
    unless I start it using the -server option in the Remote Start like this
    -server -Xmx:512m -Xms:512m -Xns:128m -XXtlasize:fixed=12k -Xverbose:memory,memdbg,gcpause,gcreport -Xmanagement:port=7777 -XgcPrio:pausetime -XpauseTarget=200 -XgcPause -XgcReport -Xverboselog:verbose-jrockit.log
    Can anyone tell me if this is the expected behaviour

    Hi,
    there is an issue after i migrated from jrockit 1.4.2_08 to
    jrockit-R27.3.1-jdk1.4.2_14 which is related to the TimeZone, its reporting different TimeZone and not able to fetch the local time zone.
    After running tzinfo please find the result:
    Tzinfo version:
    java version "1.4.2_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_14-b05)
    BEA JRockit(R) (build R27.3.1-1-85830-1.4.2_14-20070716-1248-windows-ia32, compiled mode)
    Time zone data version: tzdata2007a
    Though i am based out of India, the timezone it reports as:
    Europe/Riga
    Europe/Rome
    Europe/Samara
    Default ->sun.util.calendar.ZoneInfo[id="GMT+05:30",offset=19800000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]
    sun.util.calendar.ZoneInfo[id="Europe/Riga",offset=7200000,dstSavings=3600000,useDaylight=true,transitions=126,lastRule=java.util.SimpleTimeZone[id=Europe/Riga,offset=7200000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]]
    could you please help me whats causing this issue.

  • Weblogic 8.1 using JRockit 1.4.2_15 and XMLEncoder on 64-bit Linux

    I am using Weblogic 8.1 sp6 with JRockit 1.4.2_15. When I call XMLEncoder the following exception below is thrown. When I use the Sun JDK, all is fine. We need to use JRockit. It appears that some awt shared library is not found. Further attempts to change the LD_LIBRARY_PATH uncovered some additional information that impilied that s shared library libXp.so was missing or not referred to correctly (possibily in the start up script?). I have tried several attempts to fix this but haven't been able to do so. This works fine under WIndows and on 32-bit Linux. It appears to be something with the 64-bit Linux. Any help would be appreciated.
    javax.transaction.TransactionRolledbackException: EJB Exception: : java.lang.UnsatisfiedLinkError: no awt in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.beans.DefaultPersistenceDelegate.class$(DefaultPersistenceDelegate.java:83)
    at java.beans.DefaultPersistenceDelegate.initBean(DefaultPersistenceDelegate.java:285)
    at java.beans.DefaultPersistenceDelegate.initialize(DefaultPersistenceDelegate.java:395)
    at java.beans.PersistenceDelegate.writeObject(PersistenceDelegate.java:103)
    at java.beans.Encoder.writeObject(Encoder.java:54)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:249)
    at java.beans.Encoder.writeExpression(Encoder.java:256)
    at java.beans.XMLEncoder.writeExpression(XMLEncoder.java:361)
    at java.beans.PersistenceDelegate.writeObject(PersistenceDelegate.java:100)
    at java.beans.Encoder.writeObject(Encoder.java:54)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:249)
    at java.beans.Encoder.writeExpression(Encoder.java:256)
    at java.beans.XMLEncoder.writeExpression(XMLEncoder.java:361)
    at java.beans.DefaultPersistenceDelegate.doProperty(DefaultPersistenceDelegate.java:219)
    at java.beans.DefaultPersistenceDelegate.initBean(DefaultPersistenceDelegate.java:254)
    at java.beans.DefaultPersistenceDelegate.initialize(DefaultPersistenceDelegate.java:395)
    at java.beans.PersistenceDelegate.writeObject(PersistenceDelegate.java:103)
    at java.beans.Encoder.writeObject(Encoder.java:54)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:249)
    at java.beans.Encoder.writeExpression(Encoder.java:256)
    at java.beans.XMLEncoder.writeExpression(XMLEncoder.java:361)
    at java.beans.PersistenceDelegate.writeObject(PersistenceDelegate.java:100)
    at java.beans.Encoder.writeObject(Encoder.java:54)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:249)
    at java.beans.Encoder.writeObject1(Encoder.java:182)
    at java.beans.Encoder.cloneStatement(Encoder.java:195)
    at java.beans.Encoder.writeStatement(Encoder.java:226)
    at java.beans.XMLEncoder.writeStatement(XMLEncoder.java:324)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:252)
    at fedex.focus.session.ReserveLevelingSessionBean.publishReserveLevelingEvent(ReserveLevelingSessionBean.java:53)
    at fedex.focus.session.ReserveLevelingSession_ncr8js_EOImpl.publishReserveLevelingEvent(ReserveLevelingSession_ncr8js_EOImpl.java:46)
    at fedex.focus.session.TripAssignmentSessionBean.unassign(TripAssignmentSessionBean.java:3814)
    at fedex.focus.session.TripAssignmentSessionBean.unassign(TripAssignmentSessionBean.java:3245)
    at fedex.focus.session.TripAssignmentSessionBean.unassign(TripAssignmentSessionBean.java:3214)
    at fedex.focus.session.TripAssignmentSession_yif9zk_EOImpl.unassign(TripAssignmentSession_yif9zk_EOImpl.java:2012)
    at fedex.focus.session.FocusClientSessionBean.unassign(FocusClientSessionBean.java:2901)
    at fedex.focus.session.FocusClientSessionBean_qkjepy_EOImpl.unassign(FocusClientSessionBean_qkjepy_EOImpl.java:3008)
    at fedex.focus.session.FocusClientSessionBean_qkjepy_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:491)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:120)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:434)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:429)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:35)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    ; nested exception is:
    java.lang.UnsatisfiedLinkError: no awt in java.library.path
    at weblogic.ejb20.internal.EJBRuntimeUtils.throwTransactionRolledback(EJBRuntimeUtils.java:202)
    at weblogic.ejb20.internal.BaseEJBHome.handleSystemException(BaseEJBHome.java:326)
    at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:284)
    at weblogic.ejb20.internal.StatelessEJBObject.postInvoke(StatelessEJBObject.java:168)
    at fedex.focus.session.ReserveLevelingSession_ncr8js_EOImpl.publishReserveLevelingEvent(ReserveLevelingSession_ncr8js_EOImpl.java:56)
    at fedex.focus.session.TripAssignmentSessionBean.unassign(TripAssignmentSessionBean.java:3814)
    at fedex.focus.session.TripAssignmentSessionBean.unassign(TripAssignmentSessionBean.java:3245)
    at fedex.focus.session.TripAssignmentSessionBean.unassign(TripAssignmentSessionBean.java:3214)
    at fedex.focus.session.TripAssignmentSession_yif9zk_EOImpl.unassign(TripAssignmentSession_yif9zk_EOImpl.java:2012)
    at fedex.focus.session.FocusClientSessionBean.unassign(FocusClientSessionBean.java:2901)
    at fedex.focus.session.FocusClientSessionBean_qkjepy_EOImpl.unassign(FocusClientSessionBean_qkjepy_EOImpl.java:3008)
    at fedex.focus.session.FocusClientSessionBean_qkjepy_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:491)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:120)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:434)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:429)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:35)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Caused by: java.lang.UnsatisfiedLinkError: no awt in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.beans.DefaultPersistenceDelegate.class$(DefaultPersistenceDelegate.java:83)
    at java.beans.DefaultPersistenceDelegate.initBean(DefaultPersistenceDelegate.java:285)
    at java.beans.DefaultPersistenceDelegate.initialize(DefaultPersistenceDelegate.java:395)
    at java.beans.PersistenceDelegate.writeObject(PersistenceDelegate.java:103)
    at java.beans.Encoder.writeObject(Encoder.java:54)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:249)
    at java.beans.Encoder.writeExpression(Encoder.java:256)
    at java.beans.XMLEncoder.writeExpression(XMLEncoder.java:361)
    at java.beans.PersistenceDelegate.writeObject(PersistenceDelegate.java:100)
    at java.beans.Encoder.writeObject(Encoder.java:54)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:249)
    at java.beans.Encoder.writeExpression(Encoder.java:256)
    at java.beans.XMLEncoder.writeExpression(XMLEncoder.java:361)
    at java.beans.DefaultPersistenceDelegate.doProperty(DefaultPersistenceDelegate.java:219)
    at java.beans.DefaultPersistenceDelegate.initBean(DefaultPersistenceDelegate.java:254)
    at java.beans.DefaultPersistenceDelegate.initialize(DefaultPersistenceDelegate.java:395)
    at java.beans.PersistenceDelegate.writeObject(PersistenceDelegate.java:103)
    at java.beans.Encoder.writeObject(Encoder.java:54)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:249)
    at java.beans.Encoder.writeExpression(Encoder.java:256)
    at java.beans.XMLEncoder.writeExpression(XMLEncoder.java:361)
    at java.beans.PersistenceDelegate.writeObject(PersistenceDelegate.java:100)
    at java.beans.Encoder.writeObject(Encoder.java:54)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:249)
    at java.beans.Encoder.writeObject1(Encoder.java:182)
    at java.beans.Encoder.cloneStatement(Encoder.java:195)
    at java.beans.Encoder.writeStatement(Encoder.java:226)
    at java.beans.XMLEncoder.writeStatement(XMLEncoder.java:324)
    at java.beans.XMLEncoder.writeObject(XMLEncoder.java:252)
    at fedex.focus.session.ReserveLevelingSessionBean.publishReserveLevelingEvent(ReserveLevelingSessionBean.java:53)
    at fedex.focus.session.ReserveLevelingSession_ncr8js_EOImpl.publishReserveLevelingEvent(ReserveLevelingSession_ncr8js_EOImpl.java:46)

    Sounds like a library path problem. Check your LD_LIBRARY_PATH variable, maybe it includes a harcoded path to your Sun JDK installation which overrides whatever JRockit tries to load?
    What Linux and JRockit version are you using?
    Henrik

  • Cannot start WebLogic Domain

    Hi!
    I successfully installed WebLogic 10.3 on IBM AIX 5.3 and I used JDK IBM 1.6 for installation. Then I created a basic domain consisting of one Administration Server. When I try to start the domain using the script startWebLogic.sh in the $domain_home/bin I get the following message, but it does not show any message that the server is now running. It doesn't prompt me for the user name and password either and cannot access the Admin Console like http://host_name:7001/console. Am I missing something or just doing something wrong?
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=:/u01/app/oracle/product/wls1030/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/product/wls1030/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java6_64/lib/tools.jar:/u01/app/oracle/product/wls1030/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/product/wls1030/bea/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/product/wls1030/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/u01/app/oracle/product/wls1030/bea/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/product/wls1030/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/u01/app/oracle/product/wls1030/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar::/u01/app/oracle/product/wls1030/bea/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/u01/app/oracle/product/wls1030/bea/wlserver_10.3/server/lib/xqrl.jar::
    PATH=/u01/app/oracle/product/wls1030/bea/wlserver_10.3/server/bin:/u01/app/oracle/product/wls1030/bea/modules/org.apache.ant_1.6.5/bin:/usr/java6_64/jre/bin:/usr/java6_64/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/wls1030/bin:/usr/bin/X11:/sbin:.
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0"
    Java(TM) SE Runtime Environment (build pap6460sr8-20100409_01(SR8))
    IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr8-20100401_55940 (JIT enabled, AOT enabled)
    J9VM - 20100401_055940
    JIT - r9_20100401_15339
    GC - 20100308_AA)
    JCL - 20100408_01
    Starting WLS with line:
    /usr/java6_64/bin/java -Xms256m -Xmx512m -da -Dplatform.home=/u01/app/oracle/product/wls1030/bea/wlserver_10.3 -Dwls.home=/u01/app/oracle/product/wls1030/bea/wlserver_10.3/server -Dweblogic.home=/u01/app/oracle/product/wls1030/bea/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/u01/app/oracle/product/wls1030/bea/patch_wls1030/profiles/default/sysext_manifest_classpath:/u01/app/oracle/product/wls1030/bea/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=/u01/app/oracle/product/wls1030/bea/wlserver_10.3/server/lib/weblogic.policy weblogic.Server
    I'm new to WebLogic Application Server and any help with this will be appreciated.
    Thanks!

    Can you double check where did you put your boot.properties file. if the file is not encrypted means did not boot..
    in 10.3 we need to create boot.properties file under $domain_home/servers/adminserver/security folder
    for Managed server $domain_home/servers/ms1/security folder
    create a boot.properties file under the security folder it will work
    you can find server logs under $domain_home/servers/adminserver/logs directory
    Thanks
    ksr

  • I cannot start weblogic due to IOException

    Hello,
    Can you tell me how to sole this problem. After starting weblogic , I got an exception :
    *weblogic.diagnostics.lifecycle.DiagnosticComponentLifecycleException: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"*
    bash-3.00$ ./startWebLogic.sh
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=/product/gemaltovalidation/3rdps/bea/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/product/gemaltovalidation/3rdps/java/jdk1.6.0_21/lib/tools.jar:/product/gemaltovalidation/3rdps/bea/utils/config/10.3/config-launch.jar:/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server/lib/weblogic.jar:/product/gemaltovalidation/3rdps/bea/modules/features/weblogic.server.modules_10.3.2.0.jar:/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server/lib/webservices.jar:/product/gemaltovalidation/3rdps/bea/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/product/gemaltovalidation/3rdps/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/product/gemaltovalidation/3rdps/bea/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server/lib/xqrl.jar
    PATH=/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server/bin:/product/gemaltovalidation/3rdps/bea/modules/org.apache.ant_1.7.0/bin:/product/gemaltovalidation/3rdps/java/jdk1.6.0_21/jre/bin:/product/gemaltovalidation/3rdps/java/jdk1.6.0_21/bin:/opt/java1.6/bin:/opt/oracle/10.2.0/bin:/opt/java1.5/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/quest/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
    Java HotSpot(TM) Client VM (build 17.0-b16, mixed mode, sharing)
    Starting WLS with line:
    /product/gemaltovalidation/3rdps/java/jdk1.6.0_21/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -Djava.security.policy=/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/product/gemaltovalidation/3rdps/bea/wlserver_10.3 -Dwls.home=/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server -Dweblogic.home=/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/product/gemaltovalidation/3rdps/bea/patch_wls1032/profiles/default/sysext_manifest_classpath weblogic.Server
    <Jul 23, 2010 3:28:10 PM MEST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /product/gemaltovalidation/wls/domain/gemalto_domain/lib/commons-logging-1.1.jar:/product/gemaltovalidation/wls/domain/gemalto_domain/lib/eps-event-core-api.jar:/product/gemaltovalidation/wls/domain/gemalto_domain/lib/eps-ws-client.jar:/product/gemaltovalidation/wls/domain/gemalto_domain/lib/gemalto-domain-logging-startup.jar:/product/gemaltovalidation/wls/domain/gemalto_domain/lib/log4j.jar:/product/gemaltovalidation/wls/domain/gemalto_domain/lib/oaps-api.jar:/product/gemaltovalidation/wls/domain/gemalto_domain/lib/smsgw-api.jar:/product/gemaltovalidation/wls/domain/gemalto_domain/lib/smsgw-driver-api.jar:/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server/lib/wlcommons-logging.jar:/product/gemaltovalidation/3rdps/bea/wlserver_10.3/server/lib/wllog4j.jar>
    <Jul 23, 2010 3:28:10 PM MEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 17.0-b16 from Sun Microsystems Inc.>
    <Jul 23, 2010 3:28:11 PM MEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 >
    <Jul 23, 2010 3:28:13 PM MEST> <Info> <Management> <BEA-141227> <Making a backup copy of the configuration at /product/gemaltovalidation/wls/domain/gemalto_domain/config-original.jar.>
    <Jul 23, 2010 3:28:13 PM MEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 23, 2010 3:28:13 PM MEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jul 23, 2010 3:28:13 PM MEST> <Notice> <LoggingService> <BEA-320400> <The log file /product/gemaltovalidation/wls/domain/gemalto_domain/servers/AdminServer/logs/AdminServer__yyyy_MM_dd_hh_mm.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jul 23, 2010 3:28:13 PM MEST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /product/gemaltovalidation/wls/domain/gemalto_domain/servers/AdminServer/logs/AdminServer__2010_07_23_03_28.log00010. Log messages will continue to be logged in /product/gemaltovalidation/wls/domain/gemalto_domain/servers/AdminServer/logs/AdminServer__yyyy_MM_dd_hh_mm.log.>
    <Jul 23, 2010 3:28:13 PM MEST> <Notice> <Log Management> <BEA-170019> <The server log file /product/gemaltovalidation/wls/domain/gemalto_domain/servers/AdminServer/logs/AdminServer__%yyyy%_%MM%_%dd%_%hh%_%mm%.log is opened. All server side log events will be written to this file.>
    <Jul 23, 2010 3:28:13 PM MEST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.diagnostics.lifecycle.DiagnosticComponentLifecycleException: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:66)
    at weblogic.diagnostics.lifecycle.DiagnosticFoundationService.start(DiagnosticFoundationService.java:107)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.store.io.file.Heap.open(Heap.java:185)
    at weblogic.store.io.file.FileStoreIO.open(FileStoreIO.java:88)
    at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:332)
    at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:323)
    at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:104)
    at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:177)
    at weblogic.diagnostics.archive.DiagnosticStoreRepository.getStore(DiagnosticStoreRepository.java:85)
    at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:64)
    ... 4 more
    Caused by: java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.store.io.file.StoreDir.throwIOException(StoreDir.java:214)
    at weblogic.store.io.file.StoreDir.open(StoreDir.java:104)
    at weblogic.store.io.file.Heap.open(Heap.java:183)
    ... 11 more
    Caused by: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable, errno=11
    at weblogic.store.io.file.direct.DirectIONative.open(Native Method)
    at weblogic.store.io.file.direct.DirectFileChannel.<init>(DirectFileChannel.java:52)
    at weblogic.store.io.file.direct.DirectIOManager.open(DirectIOManager.java:139)
    at weblogic.store.io.file.StoreFile.openInternal(StoreFile.java:118)
    at weblogic.store.io.file.StoreFile.open(StoreFile.java:148)
    at weblogic.store.io.file.StoreDir.open(StoreDir.java:96)
    ... 12 more
    >
    The WebLogic Server encountered a critical failure
    Reason: Assertion violated
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class weblogic.protocol.ServerIdentityManager$Initializer
    at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIdentityManager.java:64)
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:172)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:801)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:423)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:409)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:187)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:458)
    at weblogic.Server.main(Server.java:67)
    Thanks in advance
    Grégory

    The diagnostics store is not transactional, it is written at the OS discretion.
    The exception is ultimately caused by java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable, errno=11.
    Make sure (using an OS process list) that there is no accidentally started WLS instance of this server.
    If you ruled out another running instance of WLS and If your domain is stored on NFS, you might have run into a dangling lock issue after an NFS client crash. It is safe to get rid of the diagnostics store DAT files to recover from your situation (remove <DOMAIN>/servers/<SERVER>/data/store/diagnostics/WLS_DIAGNOSTICS<FILENUM>.DAT). If it were a store that contains useful data, such as the default store, custom JMS Server File Store, etc, we recommend copying this file within the same dir to some tmp name (e.g., <original-name>.copy), delete the original file, and rename <original-name>.copy back to <original-name>.

  • Cannot start Weblogic server after installation

    Hi,
    i just installed weblogic workshop 8.1 and i wanted to start creating a simple EJB application. After creating a simple (express) Basic Weblogic Platform Domain, when I create an application ans try to start the server, I get the error listed below. Can anyone let me know what I'm missing in the initial configuration?
    Thanks.
    ####<Sep 23, 2004 11:47:10 PM EDT> <Error> <WLW> <prablp> <cgServer> <main> <<WLS Kernel>> <> <000000> <resourceUnavailable( 08006,2006) NOT IMPLEMENTED!!!>
    ####<Sep 23, 2004 11:47:10 PM EDT> <Error> <WLW> <prablp> <cgServer> <main> <<WLS Kernel>> <> <000000> <resourceUnavailable( 08006,2006) NOT IMPLEMENTED!!!>
    ####<Sep 23, 2004 11:47:10 PM EDT> <Error> <WLW> <prablp> <cgServer> <main> <<WLS Kernel>> <> <000000> <resourceUnavailable( 08006,2006) NOT IMPLEMENTED!!!>
    ####<Sep 23, 2004 11:47:10 PM EDT> <Error> <WLW> <prablp> <cgServer> <main> <<WLS Kernel>> <> <000000> <Error in startup class com.bea.wli.init.WLIDBCreate Method: init:
    com.bea.wli.init.WLIDBCreateException: Could not execute (possibly among others) COMMIT statement for null null: COMMIT
         at com.bea.wli.init.WLIDBCreate$WLIDataSource.createDBObjects(WLIDBCreate.java:668)
         at com.bea.wli.init.WLIDBCreate.init(WLIDBCreate.java:996)
         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:324)
         at com.bea.wli.init.BPMStartupShutdown.invoke(BPMStartupShutdown.java:410)
         at com.bea.wli.init.BPMStartupShutdown.startup(BPMStartupShutdown.java:275)
         at com.bea.wli.init.BPMStartup.main(BPMStartup.java:23)
         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:324)
         at weblogic.t3.srvr.StartupClassService.invokeMain(StartupClassService.java:229)
         at weblogic.t3.srvr.StartupClassService.invokeClass(StartupClassService.java:160)
         at weblogic.t3.srvr.StartupClassService.access$000(StartupClassService.java:36)
         at weblogic.t3.srvr.StartupClassService$1.run(StartupClassService.java:121)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.t3.srvr.StartupClassService.invokeStartupClass(StartupClassService.java:116)
         at weblogic.t3.srvr.StartupClassService.addDeployment(StartupClassService.java:88)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:331)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:591)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:569)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:241)
         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:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:731)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:710)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:484)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:985)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:943)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
         at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
         at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7351)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1304)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
         at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:32)
    >
    ####<Sep 23, 2004 11:47:11 PM EDT> <Debug> <Management> <prablp> <cgServer> <main> <<WLS Kernel>> <> <BEA-141132> <Dynamic invocation while executing action updateDeployments on myWLPDomain:Location=cgServer,Name=cgServer,Type=ServerConfig MBean instance failed. The method updateDeployments with signature [] was invoked with parameters as [].
    weblogic.management.AbortDeploymentException: weblogic.t3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with nested exception:
    [com.bea.wli.init.WLIDBCreateException: Could not execute (possibly among others) COMMIT statement for null null: COMMIT  ]
         at weblogic.t3.srvr.StartupClassService.addDeployment(StartupClassService.java:92)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:331)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:591)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:569)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:241)
         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:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:731)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:710)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:484)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:985)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:943)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
         at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
         at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7351)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1304)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
         at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:32)
    >
    ####<Sep 23, 2004 11:47:11 PM EDT> <Error> <Deployer> <prablp> <cgServer> <main> <<WLS Kernel>> <> <BEA-149601> <The deployment framework was unable to resume accepting requests.>
    ####<Sep 23, 2004 11:47:11 PM EDT> <Emergency> <WebLogicServer> <prablp> <cgServer> <main> <<WLS Kernel>> <> <BEA-000342> <Unable to initialize the server: [Deployer:149601]The deployment framework was unable to resume accepting requests.weblogic.t3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with nested exception:
    [com.bea.wli.init.WLIDBCreateException: Could not execute (possibly among others) COMMIT statement for null null: COMMIT  ]>

    Hi,
    I am also getting this error when i am trying to start my weblogic server. I am unable to resolve this. Can somebody please help. I am am using weblogic 8.1 SP3
    JAVA Memory arguments: -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize
    =128m
    WLS Start Mode=Development
    CLASSPATH=;C:\bea\WEBLOG~1\server\lib\weblogic_knex_patch.jar;C:\bea\WEBLOG~1\common\lib\log4j.jar;C
    :\bea\WEBLOG~1\server\lib\debugging.jar;C:\bea\WEBLOG~1\server\lib\knex.jar;C:\bea\WEBLOG~1\javelin\
    lib\javelin.jar;C:\bea\WEBLOG~1\server\lib\wlw-lang.jar;C:\bea\JDK142~1\lib\tools.jar;C:\bea\WEBLOG~
    1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\ant\
    ant.jar;C:\bea\JDK142~1\jre\lib\rt.jar;;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\
    bea\WEBLOG~1\server\lib\webserviceclient.jar;C:\bea\WEBLOG~1\server\lib\webserviceclient+ssl.jar;C:\
    bea\WEBLOG~1\server\lib\xbean.jar;C:\bea\WEBLOG~1\server\lib\wlxbean.jar;C:\bea\WEBLOG~1\server\lib\
    xqrl.jar;C:\bea\WEBLOG~1\server\lib\netui\netui-compiler.jar;C:\bea\WEBLOG~1\server\lib\wli.jar;C:\b
    ea\WEBLOG~1\server\lib\fop.jar;C:\bea\WEBLOG~1\integration\adapters\sample\lib\sample-eis.jar;
    PATH=C:\bea\WEBLOG~1\server\bin;C:\bea\JDK142~1\jre\bin;C:\bea\JDK142~1\bin;C:\WINNT\system32;C:\WIN
    NT;C:\PROGRA~1\Serena\CHANGE~1\DIMENS~1\9.1\PROG;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft S
    QL Server\80\Tools\BINN;C:\Program Files\ATI Technologies\ATI Control Panel;P:\DLL;C:\bea\WEBLOG~1\s
    erver\bin\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    === Debugging ===
    This window is necessary for debugging code using WebLogic Workshop
    java version "1.4.2_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
    Starting WLS with line:
    C:\bea\JDK142~1\bin\java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server
    =y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX
    :MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -Dplatform.home=C
    :\bea\WEBLOG~1 -Dwls.home=C:\bea\WEBLOG~1\server -Dwli.home=C:\bea\WEBLOG~1\integration -Dlog4j.con
    figuration=file:C:\bea\WEBLOG~1\common\lib\workshopLogCfg.xml -Dweblogic.management.discover=true -D
    weblogic.ProductionModeEnabled= -Dweblogic.security.SSL.ignoreHostnameVerify=false -Dwlw.iterativeD
    ev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.Name=cgServer -Djava.securit
    y.policy=C:\bea\WEBLOG~1\server\lib\weblogic.policy weblogic.Server
    <Aug 24, 2006 1:27:44 PM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Ja
    va HotSpot(TM) Client VM Version 1.4.2_04-b05 from Sun Microsystems Inc.>
    <Aug 24, 2006 1:27:44 PM PDT> <Info> <Configuration Management> <BEA-150016> <This server is being s
    tarted as the administration server.>
    <Aug 24, 2006 1:27:44 PM PDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP3 Tu
    e Jun 29 23:11:19 PDT 2004 404973
    WebLogic XMLX Module 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic Integration 8.1 SP3 Wed Jun 30 14:05:38 PDT 2004 405464>
    <Aug 24, 2006 1:27:45 PM PDT> <Notice> <Management> <BEA-140005> <Loading domain configuration from
    configuration repository at C:\bea\USER_P~1\domains\DARES1\.\config.xml.>
    <Aug 24, 2006 1:27:50 PM PDT> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\use
    r_projects\domains\DARES1\cgServer\cgServer.log is opened. All server side log events will be writte
    n to this file.>
    <Aug 24, 2006 1:27:51 PM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security
    realm myrealm.>
    <Aug 24, 2006 1:27:52 PM PDT> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server
    "cgServer" for domain "DARES1">
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,3704) NOT IMPLEMENT
    ED!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,3704) NOT IMPLEMENT
    ED!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,3704) NOT IMPLEMENT
    ED!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,3704) NOT IMPLEMENT
    ED!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,3704) NOT IMPLEMENT
    ED!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( 42000,229) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,3704) NOT IMPLEMENT
    ED!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,3704) NOT IMPLEMENT
    ED!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,3704) NOT IMPLEMENT
    ED!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:05 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,3704) NOT IMPLEMENT
    ED!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <resourceUnavailable( HY000,262) NOT IMPLEMENTE
    D!!!>
    <Aug 24, 2006 1:28:28 PM PDT> <Error> <WLW> <000000> <Error in startup class com.bea.wli.init.WLIDBC
    reate Method: init:
    com.bea.wli.init.WLIDBCreateException: Could not execute (possibly among others) CREATE statement fo
    r TABLE WLI_USER: CREATE TABLE WLI_USER( ID VARCHAR(250) NOT NULL, EMAIL VARCHAR(250), CONSTRA
    INT PK_WLI_USER PRIMARY KEY(ID))
    at com.bea.wli.init.WLIDBCreate$WLIDataSource.createDBObjects(WLIDBCreate.java:668)
    at com.bea.wli.init.WLIDBCreate.init(WLIDBCreate.java:996)
    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:324)
    at com.bea.wli.init.BPMStartupShutdown.invoke(BPMStartupShutdown.java:410)
    at com.bea.wli.init.BPMStartupShutdown.startup(BPMStartupShutdown.java:275)
    at com.bea.wli.init.BPMStartup.main(BPMStartup.java:23)
    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:324)
    at weblogic.t3.srvr.StartupClassService.invokeMain(StartupClassService.java:229)
    at weblogic.t3.srvr.StartupClassService.invokeClass(StartupClassService.java:160)
    at weblogic.t3.srvr.StartupClassService.access$000(StartupClassService.java:36)
    at weblogic.t3.srvr.StartupClassService$1.run(StartupClassService.java:121)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.t3.srvr.StartupClassService.invokeStartupClass(StartupClassService.java:116)
    at weblogic.t3.srvr.StartupClassService.addDeployment(StartupClassService.java:88)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:33
    1)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:5
    91)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarg
    et.java:569)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.jav
    a:241)
    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:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:731)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:710)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:48
    4)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.j
    ava:985)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:943)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
    at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.jav
    a:7351)
    at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java
    :1304)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerS
    erverLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    >
    <Aug 24, 2006 1:33:02 PM PDT> <Error> <Deployer> <BEA-149601> <The deployment framework was unable t
    o resume accepting requests.>
    <Aug 24, 2006 1:33:03 PM PDT> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the se
    rver: [Deployer:149601]The deployment framework was unable to resume accepting requests.weblogic.t3.
    srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with
    nested exception:
    [com.bea.wli.init.WLIDBCreateException: Could not execute (possibly among others) CREATE statement f
    or TABLE WLI_USER: CREATE TABLE WLI_USER( ID    VARCHAR(250)    NOT NULL, EMAIL VARCHAR(250), CONSTR
    AINT PK_WLI_USER PRIMARY KEY(ID)) ]>
    The WebLogic Server did not start up properly.
    weblogic.management.AbortDeploymentException: weblogic.t3.srvr.FatalStartupException: Can't start se
    rver due to startup class failure WLI Startup Class - with nested exception:
    [com.bea.wli.init.WLIDBCreateException: Could not execute (possibly among others) CREATE statement f
    or TABLE WLI_USER: CREATE TABLE WLI_USER( ID    VARCHAR(250)    NOT NULL, EMAIL VARCHAR(250), CONSTR
    AINT PK_WLI_USER PRIMARY KEY(ID)) ]
    at weblogic.t3.srvr.StartupClassService.addDeployment(StartupClassService.java:92)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:33
    1)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:5
    91)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarg
    et.java:569)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.jav
    a:241)
    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:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:731)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:710)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:48
    4)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.j
    ava:985)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:943)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
    at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.jav
    a:7351)
    at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java
    :1304)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerS
    erverLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    Reason: [Deployer:149601]The deployment framework was unable to resume accepting requests.weblogic.t
    3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - wi
    th nested exception:
    [com.bea.wli.init.WLIDBCreateException: Could not execute (possibly among others) CREATE statement f
    or TABLE WLI_USER: CREATE TABLE WLI_USER( ID    VARCHAR(250)    NOT NULL, EMAIL VARCHAR(250), CONSTR
    AINT PK_WLI_USER PRIMARY KEY(ID)) ]
    Stopping the Weblogic Workshop debugger...

  • Cannot start weblogic server anymore in oracle user after config. in root

    Hi all,
    My weblogic server 10.3.4.0 installed in oracle developer days in oralce linux guest was able to start before using the oracle user account. However, after I copied a folder into the autodeploy directory in weblogic server under the root account, I am not able to start the weblogic server anymore using the oracle user account. The folder I copied into the autodeploy directory is called Joseki.war which is used to access Sparql service and semantic techonologies in Jena. Can anybody pls give some advice to fix the issue? Thank you very much in advance.

    Wrong forum - your post has nothing to do with the Oracle database. You wanted a WLS forum.

  • Cannot start weblogic 8.1 User is not permitted to boot the server

    Hi,
    Sorry to cross-post, but I didn't seem to get any feedback on this in the 'security' newsgroup.
    I have installed Weblogic 8.1SP3 on two identical workstations as well as deployed our application. On one server WL8.1 starts up fine. On another, it says "BEA-090404 user weblogic 8.1 is not permitted to boot the server".
    The OS'es are identical: Windows XP Pro SP2.
    The only difference I can think of: one is logged into a windows-domain, the other directly onto the PC.
    I've ran diffs-ignoring-whitespace (i.e. diff -w) on the important-looking files (.ldift and config.xml) and don't see any differences that would warrant such difference.
    Any suggestions?
    thanks,
    bill

    when you installed the WLS , which admin user did you >create ?Admin user 'weblogic'. Actually someon did this long ago and checked in the generated config files (boot.properties) into our source tree?
    So, in which mode do you start the WLS ? development or >production ?This I don't know.
    Our setup is as follows:
    1) We install weblogic (server only)
    2) Run our ant scripts
    3) Ant populates and deploys the config files and pe.ear file to a new domain.
    4) we start weblogic from a script in that domain: startWeblogic.cmd
    <Jul 20, 2007 8:17:35 AM CDT> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Jul 20, 2007 8:17:35 AM CDT> <Info> <Management>
    We use a few app servers and use a similar paradigm: install, deploy from build tree, start from script.
    My question: where do you specify that 'user weblogic is member of the administrator group' ?

  • New OBIEE 11g Installation - Cannot start weblogic

    Hi Everyone,
    Hoping someone can help,
    I have just install OBIEE 11g on Windows XP, when I click 'start BI services', I receive the following error when trying to start Weblogic.......
    JAVA Memory arguments: -Xms256m -Xmx512m
    +.+
    WLS Start Mode=Production
    +.+
    CLASSPATH=C:\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Middl
    ewareHome\Oracle_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;c:\MIDDLE~1\patch_wls10
    +35\profiles\default\s.....etc+
    +<Aug 31, 2011 2:58:29 PM BST> <Critical> <WebLogicServer> <BEA-000386> <Server s+
    ubsystem failed. Reason: weblogic.security.SecurityInitializationException: Auth
    entication denied: Boot identity not valid; The user name and/or password from t
    he boot identity file (boot.properties) is not valid. The boot identity may have
    been changed since the boot identity file was created. Please edit and update t
    he boot identity file with the proper values of username and password. The first
    time the updated boot identity file is used to start the server, these new valu
    es are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot i
    dentity not valid; The user name and/or password from the boot identity file (bo
    ot.properties) is not valid. The boot identity may have been changed since the b
    oot identity file was created. Please edit and update the boot identity file wit
    h the proper values of username and password. The first time the updated boot id
    entity file is used to start the server, these new values are encrypted.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.do...etc...
    +<Aug 31, 2011 2:58:29 PM BST> <Notice> <WebLogicServer> <BEA-000365> <Server sta+
    te changed to FAILED>
    +<Aug 31, 2011 2:58:29 PM BST> <Error> <WebLogicServer> <BEA-000383> <A critical+
    service failed. The server will shut itself down>
    +<Aug 31, 2011 2:58:29 PM BST> <Notice> <WebLogicServer> <BEA-000365> <Server sta+
    te changed to FORCE_SHUTTING_DOWN>
    The above considered, my guess is that I need to add the correct username and pasword to a file somewhere (possibly boot.properties?)
    Would anybody be able to provide instructions on how to do this? i.e. I'm not sure on the format of info to be entered and which uname/password weblogic might need.
    Having looked in the Middleware Home, it looks as though weblogic is wlserver_10.3
    Any advice appreciated.

    Hi,
    I am not sure on windows but on Linux, I run the below command first time and it then stores the password in boot.properties.
    startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=<PASSWORD> -Dweblogic.system.StoreBootIdentity=true &
    If I memory is correct, the boot.properties are under the domain.... ~/AdminServer/security/ folder.
    Cherrish Vaidiyan

  • Multiple LV instances, web server cannot start, port already in use

    Hi there,
    I have a general question about webserving VIs in case either
    a) multiple instances of the LV development environment are running (this is possible in windows XP for instance when "switch users" is allowed and each user launches LV)
    b) multiple compiled LV executables are run by the same user
    c) any mixture of the two above
    I have an application case when either of the three above would be a very good solution, was not for the problem encountered. Say, b): the user is given two deployed executables, and can decide to run either or both concurrently. Moreover, I want these applications to be visible on the web, so they are compiled with the webserver turned on, default settings.
    The problem I've seen (LV8.5.1, winXp for sure, but I think I've seen it as well in linux and other versions as well) is that each new instance of the LV engine tries to get hold of the tcp port (default 80), so that all instances beyond the first complain about "The Web Server cannot start. Is the Web Server port already in use?"
    While I can understand the origin of the message, and found some posts on the forums somehow related to it, I don't like it too much. 
    I could think only of two workarounds here: 1) set different web server ports for each LV instance, and instruct the remote users to direct their browsers to a webserverort link to access each VI; 2) run all the applications from the same instance of the LV dev system. The latter is not so convenient for me, due to conflicts in global VIs between all instances of the applications [compiling executables IS a way to privatize memory spaces in this case, AND global variables are imho well justified for the fairly complex application I have in mind here].
    Is there a third, more elegant solution perhaps, which I'm missing?
    Thanks, Enrico

    NathanK wrote:
    What is it in particular that you dislike about the message?
    How would you like LabVIEW to behave in this case?
    No problem with the message, but I'd just be very happy if a single
    web server would serve all my instances of the executables on the same
    port. I.e., if 2.exe is open and wants to start another server on the
    same port used already by 1.exe, then 2.exe becomes served by the
    server already opened. Am I demanding too much? Am I missing some
    necessary logic?
    At the moment, anyway, I'm stuck with the vi being served correctly,
    but not the compiled application, and I can't figure out why. It's
    LV8.5.1, and yes, I have in the .ini
    WebServer.DirectoryIndex="index.htm"
    WebServer.LogPath=C:\Program Files\National Instruments\LabVIEW 8.5\www.log
    WebServer.MimeTypes="htm;text/html;gif;image/gif;j​pg;image/jpeg;png;image/png;txt;text/plain;html;te​xt/html;jpeg;image/jpeg;css;text/css;llb;applicati​on/x-labview-llb;vi;application/x-labview-vi;doc;a​pplication/msword;dot;application/msword;bin;appli​cation/octet-stream;exe;application/octet-stream;r​tf;application/rtf;pdf;application/pdf;ai;applicat​ion/postscript;eps;application/postscript;ps;appli​cation/postscript;csh;application/x-csh;gtar;appli​cation/x-gtar;gz;application/x-gz;sh;application/x​-sh;tar;application/x-tar;zip;application/zip;hqx;​application/mac-binhex40;ua;audio/basic;wav;audio/​wav;tif;image/tiff;tiff;image/tiff;xbm;image/x-xbi​tmap;rtx;text/richtext;qt;video/quicktime;mov;vide​o/quicktime;avi;video/x-msvideo;movie;video/x-sgi-​movie;aif;audio/aif;aifc;audio/aif;aiff;audio/aif;​aim;application/x-aim;dif;video/x-dv;div;video/x-d​v;js;application/x-javascript;pntg;image/x-macpain​t;xlb;application/vnd.ms-excel;xls;application/vnd​.ms-excel;ppa;application/vnd.ms-powerpoint;ppt;ap​plication/vnd.ms-powerpoint;pps;application/vnd.ms​-powerpoint;pot;application/vnd.ms-powerpoint;pwz;​application/vnd.ms-powerpoint;mid;audio/mid;midi;a​udio/mid;enc;video/mpeg;m1v;video/mpeg;mp2;video/m​peg;mpa;video/mpeg;mpe;video/mpeg;mpeg;video/mpeg;​mpg;video/mpeg;psd;image/x-photoshop;bmp;image/bmp​;pic;image/pic;ra;audio/vnd.rn-realaudio;rf;image/​vnd.rf-realflash;rm;application/vnd.rn-realmedia;r​p;image/vnd.rn-realpix;ram;audio/x-pn-realaudio;rm​m;audio/x-pn-realaudio;rnx;application/vnd.rn-real​player;rt;text/vnd.rn-realtext;rv;video/vnd.rn-rea​lvideo;smi;application/smil;ssm;application/stream​ingmedia;sithqx;application/mac-binhex40;sit;appli​cation/x-stuffit"
    WebServer.Port=80  [### or 8000]
    WebServer.Enabled=True
    WebServer.RootPath=C:\Program Files\National Instruments\LabVIEW 8.5\www
    WebServer.TcpAccess="c+*"
    WebServer.ViAccess="+*"
     [hints welcome here]. That is, I'm at the moment unable to use even my workaround 1 above.
    Enrico

  • Cannot start Weblogic Admin Server

    When we start weblogic Admin server, we got the following message.
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGBUS (0x7) at pc=0x000000373368316b, pid=348, tid=139846128580352
    # JRE version: 6.0_20-b20
    # Java VM: OpenJDK 64-Bit Server VM (19.0-b09 mixed mode linux-amd64 compressed oops)
    # Derivative: IcedTea6 1.9.7
    # Distribution: Red Hat Enterprise Linux Server release 6.0 (Santiago), package rhel-1.39.1.9.7.el6-x86_64
    # Problematic frame:
    # C [libc.so.6+0x8316b]
    # If you would like to submit a bug report, please include
    # instructions how to reproduce the bug and visit:
    # http://icedtea.classpath.org/bugzilla
    --------------- T H R E A D ---------------
    Current thread is native thread
    siginfo:si_signo=SIGBUS: si_errno=0, si_code=2 (BUS_ADRERR), si_addr=0x00007f3077b08000
    Registers:
    RAX=0x00007f3077b08000, RBX=0x00007f3077b08000, RCX=0x0000000000000000, RDX=0x0000000000000000
    RSP=0x00007f3076d12a68, RBP=0x00007f3076d12b80, RSI=0x0000000000000000, RDI=0x00007f3077b08000
    R8 =0x0000000000007f80, R9 =0x0000000000200000, R10=0x0000000000000000, R11=0x0000003733682c6a
    R12=0x0000000000008000, R13=0x0000000000000003, R14=0x00007f3076d136a8, R15=0x00007f3076d12ab0
    RIP=0x000000373368316b, EFL=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000006
    TRAPNO=0x000000000000000e
    Register to memory mapping:
    RAX=0x00007f3077b08000
    Best Regards,

    Two things you may want to try
    1. It complains about libc.so.6+0x8316b. Check with your Linux administrator to see if they have recent version of libc.so file at the kernel and if not, upgrade and try to start admin server (Make sure you remove the cache, tmp folders under server folder)
    2. check your /etc/hosts and see if anything strange like duplicate host file, ip mismatch etc
    Post your results after trying the above
    Thanks
    Lawrence Manickam
    http://toyork.blogspot.ca

  • Cannot Start Weblogic After Modifying Java_options

    So I have been following the installation guide for WebCenter Sites. When I get to the steps for configuring weblogic, specifically setting the java options. I get the following issue
    starting weblogic with Java version:
    java version "1.6.0_30"
    Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
    Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)
    Starting WLS with line:
    C:\JAVA_H~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\oracle\MIDDLE~1\wlserver\10.3\server\lib\weblogic.policy " -Xverify:none -da -Dplatform.home=C:\oracle\MIDDLE~1\wlserver\10.3 -Dwls.home=C:\oracle\MIDDLE~1\wlserver\10.3\server -Dweblogic.home=C:\oracle\MIDDLE~1\wlserver\10.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1036\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_oepe180\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_ocp371\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_adfr1111\profiles\default\sysext_manifest_classpath -Djava.io.tmpdir=C:\wlstmp -Dfile.encoding=UTF-8 -Dnet.sf.ehcache.enableShutdownHook=true -Djava.net.preferIPv4Stack=true " weblogic.Server
    Exception in thread "main" java.lang.NoClassDefFoundError: -Xverify:none -da -Dplatform/home=C:\oracle\MIDDLE~1\wlserver\10/3 -Dwls/home=C:\oracle\MIDDLE~1\wlserver\10/3\server -Dweblogic/home=C:\oracle\MIDDLE~1\wlserver\10/3\server -Dweblogic/management/discover=true -Dwlw/iterativeDev= -Dwlw/testConsole= -Dwlw/logErrorsToConsole= -Dweblogic/ext/dirs=C:\oracle\MIDDLE~1\patch_wls1036\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_oepe180\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_ocp371\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_adfr1111\profiles\default\sysext_manifest_classpath -Djava/io/tmpdir=C:\wlstmp -Dfile/en coding=UTF-8 -Dnet/sf/ehcache/enableShutdownHook=true -Djava/net/preferIPv4Stack=true
    Caused by: java.lang.ClassNotFoundException: -Xverify:none -da -Dplatform.home=C:\oracle\MIDDLE~1\wlserver\10.3 -Dwls.home=C:\oracle\MIDDLE~1\wlserver\10.3\server -Dweblogic.home=C:\oracle\MIDDLE~1\wlserver\10.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1036\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_oepe180\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_ocp371\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_adfr1111\profiles\default\sysext_manifest_classpath -Djava.io.tmpdir=C:\wlstmp -Dfile.encoding=UTF-8 -Dnet.sf.ehcache.enableShutdownHook=true -Djava.net.preferIPv4Stack=true
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    Could not find the main class: -Xverify:none -da -Dplatform.home=C:\oracle\MIDDLE~1\wlserver\10.3 -Dwls.home=C:\oracle\MIDDLE~1\wlserver\10.3\server -Dweblogic.home=C:\oracle\MIDDLE~1\wlserver\10.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1036\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_oepe180\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_ocp371\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_adfr1111\profiles\default\sysext_manifest_classpath -Djava.io.tmpdir=C:\wlstmp -Dfile.encoding=UTF-8 -Dnet.sf.ehcache.enableShutdownHook=true -Djava.net.preferIPv4Stack=true . Program will exit.
    I have never done this for Weblogic can anyone advise? Thanks

    Looks like you have a rogue " (quote mark), it's appearing just after
    -Djava.security.policy=C:\oracle\MIDDLE~1\wlserver\10.3\server\lib\weblogic.policy
    and before
    -Xverify:none
    Try to find it in one of the scripts you modified, and remove it.
    Phil

  • No JRMC  found in JRockit  R27.2.0-jdk1.5.0_10 / bin

    Hi
    I want to do JRA recording to check memory usage.
    WLS 9.2
    Oracle Solaris on SPARC (32-bit)
    but when I open :-
    R27.2.0-jdk1.5.0_10 /bin there no jrmc file to start JRA recording.
    Is there any other way to do JRA recording ?
    below is the folder structure :-
    rwxr-xr-x 1 bea bea 1789 Nov 10 2006 java-rmi.cgi
    -rwxr-xr-x 1 bea bea 189160 Nov 10 2006 unpack200
    -rwxr-xr-x 1 bea bea 66696 Mar 21 2007 jrcmd
    -rwxr-xr-x 1 bea bea 66768 Mar 21 2007 appletviewer
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 extcheck
    -rwxr-xr-x 1 bea bea 66808 Mar 21 2007 idlj
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 jar
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 jarsigner
    -rwxr-xr-x 1 bea bea 66152 Mar 21 2007 java
    -rwxr-xr-x 1 bea bea 66808 Mar 21 2007 javac
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 javadoc
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 javah
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 javap
    -rwxr-xr-x 1 bea bea 66808 Mar 21 2007 jdb
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 keytool
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 native2ascii
    -rwxr-xr-x 1 bea bea 69432 Mar 21 2007 orbd
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 policytool
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 rmic
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 rmid
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 rmiregistry
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 serialver
    -rwxr-xr-x 1 bea bea 66800 Mar 21 2007 servertool
    -rwxr-xr-x 1 bea bea 69432 Mar 21 2007 tnameserv
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 apt
    -rwxr-xr-x 1 bea bea 66800 Mar 21 2007 jconsole
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 jps
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 jstat
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 jstatd
    -rwxr-xr-x 1 bea bea 66792 Mar 21 2007 pack200
    drwxr-xr-x 3 bea bea 1024 Mar 21 2007 .
    drwxr-xr-x 2 bea bea 1024 Mar 21 2007 sparcv9
    drwxr-xr-x 9 bea bea 512 Jun 25 2007 ..
    Thanks in advance..... :)

    WLS : 9.2
    Platform : Solaris is 32 bit.
    Is the case that with JRockit jdk1.5.0_10 (Release R27.2) JRockit Mission Control is not supported?JRMC works. But there is no JRMC GUI application for Solaries (because the Eclipse RCP libraries are unavailable on that platform). You can enable the JRMC server on the Solaris machine (start JRockit with the appropriate -Xmanagement flag) and connect remotely from a Windows or Linux desktop.
    When checked with supported configuration could see JRockit Mission Control 3.1.0 is for Solaris 64 bit.Yes. JRockit JVM including JRMC server. No JRMC GUI.
    Henrik

  • Cannot start Weblogic! Plese help

    Hi all,we're facing a strange problem:when starting up weblogic,
    after the log message:
    Tue Feb 06 18:49:57 CET 2001:<I> <WebLogicServer> Server loading from weblogic.class.path.
    EJB redeployment enabled.
    the startup process freeze.Java doesn't use cpu or ram.Last week the startup was
    hung for 5 minutes, then the wls started.
    Today all is blocked since more than 30 minutes.
    Enabling the verbose classloader i can see as a last message:
    <ServerClassLoader><V>Loading Weblogic.security.acl.TTLCache$Entry...
    <ServerClassLoader><V>Loaded weblogic.security.acl.TTLCache$Entry from ./lib/weblogic510sp8.jar
    So i try to remove sp8; now the last message is
    <ServerClassLoader><V>Loading weblogic.security.acl.TTLCache$Entry...
    <ServerClassLoader><V>Loaded weblogic.security.acl.TTLCache$Entry from /opt/wls/weblogic/classes/weblogic/security/acl/TTLCache$Entry.class
    No error is present in the log.
    We are using weblogic server 5.1 with sp8 (now sp6), on HPUX 11.0
    jdk 1.2.2.04, heap size 768m.We are deploying about 150 ejbs
    Please help
    Sandro

    Just tried that and I get this:
    INIT: cannot execute "/etc/rc.sysinit"
    INIT: Entering runlevel: 5
    INIT: cannot execute "/etc/rc.multi"
    INIT: cannot execute "/bin/sh"
    (this part just repeats until it goes to)
    INIT: Id "x" respawning too fast: disabled for 5 minutes
    INIT: Id "c5" respawning too fast: disabled for 5 minutes
    INIT: Id "c6" respawning too fast: disabled for 5 minutes
    INIT: Id "c4" respawning too fast: disabled for 5 minutes
    INIT: Id "c1" respawning too fast: disabled for 5 minutes
    INIT: Id "c3" respawning too fast: disabled for 5 minutes
    INIT: Id "c2" respawning too fast: disabled for 5 minutes
    INIT: no more processes left in this runlevel
    Hope this helps.
    pink
    Last edited by Mr Pink57 (2010-01-18 01:05:17)

Maybe you are looking for