Start Web Logic 5.1 in a separate JVM

Hi All.
Is there a way to start Web Logic 5.1 in a separate JVM from within a java class.
I am writing a service pack for a Web Logic application. During the service pack
uninstall, I have to stop web logic, delete the new files, restore old files and
restart web logic.
For restarting, I am using a JNI call to invoke the web logic startup class. This
runs in its own java.exe process. But even after the uninstaller's java.exe quits,
the java.exe that is running web logic holds a lock on to the folder from where
the uininstaller was launched.
Does anyone know why this is happening?
Is there a solution to this issue?
Your help would be much appreciated.
Thanks Jai

In your function that you call with JNI, before you launch the new WebLogic
process, you should set the current working directory to the WebLogic
directory and everything will work fine.
I have no explanation for why the directory remains locked.
- Mike
"Jai Karuppuswamy" <[email protected]> wrote in message
news:[email protected]..
>
Hi All.
Is there a way to start Web Logic 5.1 in a separate JVM from within a javaclass.
>
>
I am writing a service pack for a Web Logic application. During theservice pack
uninstall, I have to stop web logic, delete the new files, restore oldfiles and
restart web logic.
For restarting, I am using a JNI call to invoke the web logic startupclass. This
runs in its own java.exe process. But even after the uninstaller'sjava.exe quits,
the java.exe that is running web logic holds a lock on to the folder fromwhere
the uininstaller was launched.
Does anyone know why this is happening?
Is there a solution to this issue?
Your help would be much appreciated.
Thanks Jai

Similar Messages

  • Starting Web Logic Server  - Unrecognized option: -jrockit

    Hi,
    Im getting the error "Unrecognized option: -jrockit" when I try to start the Web Logic Server as is showed below:
    D:\Oracle\Middleware\user_projects\domains\base_domain\bin>startWebLogic.cmd
    * 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:
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Starting WLS with line:
    I already installed the JDK 7 64 (jdk-7u2-windows-x64) and use the generic file to install the Web Logic Server (wls1035_generic)
    I got the files from here:
    JDK >> http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u2-download-1377129.html
    Web Logic >> http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    Any help I will appreciate.
    Thank You,
    Raul.

    Note that you are using the HotSpot JDK. The option -jrockit is only valid if you are using JRockit.
    When you open setDomainEnv.cmd you see something like:
    if "%JAVA_VENDOR%"=="Oracle" (
         set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
         if "%JAVA_VENDOR%"=="Sun" (
              set JAVA_HOME=%SUN_JAVA_HOME%
         ) else (
              set JAVA_VENDOR=Oracle
              set JAVA_HOME=C:\bea\jrockit_160_29_D1.2.0-10
    )which selects a certain JDK based on the set JAVA_VENDOR property.
    You add the property JAVA_VENDOR above the first if statement, for example,
    set SUN_JAVA_HOME=
    set JAVA_VENDOR=Sun
    if "%JAVA_VENDOR%"=="Oracle" (...)Also see if the SUN_JAVA_HOME property is set to the correct directory.
    technical session - http://middlewaremagic.com/weblogic/?p=7831

  • Start web logic server 12cr1 falls

    Hi
    I'm new in Oracle world.
    I don't have any idea but mt situation is following
    i created'new domain in Web Logic Server wizard (everything is looking fine) but when I try to staed I get a following
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:957329 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 com.bea.common.security.storeservice.util.StoreServiceDelegate$StoreSerivceHelper.getPersistenceManagerFactory(StoreServiceDelegate.java:347)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:145)
         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:1789)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:443)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:841)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:870)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1032)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.lang.RuntimeException: There were errors initializing your configuration: <openjpa-1.1.1-SNAPSHOT-r422266:957329 fatal store error> org.apache.openjpa.util.StoreException: *[FMWGEN][SQLServer JDBC Driver]The requested instance is either invalid or not running*.
         at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:235)
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:917)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    HELP!
    I'm running on win2008 and DB is MSSQL2008r2
    Laslo

    Hi
    thanks for quick reply
    I created a new web logic domain without security store... right now when I start it loog ok
    ####<Sep 6, 2012 1:59:31 PM CEST> <Notice> <Security> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932771559> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775105> <BEA-000365> <Server state changed to STANDBY.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775109> <BEA-000365> <Server state changed to STARTING.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Log Management> <WIN-DKF42PM30J6> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775369> <BEA-170027> <The server has successfully established a connection with the Domain level Diagnostic Service.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775495> <BEA-000365> <Server state changed to ADMIN.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775544> <BEA-000365> <Server state changed to RESUMING.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775566> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:c0a8:8380:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775568> <BEA-002613> <Channel "Default" is now listening on 192.168.131.128:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775572> <BEA-002613> <Channel "Default[4]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775577> <BEA-002613> <Channel "Default[5]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775586> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:0:ffff:ffff:fffe:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <Server> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775591> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:7ca4:9afd:eba:23ad:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1346932775594> <BEA-000331> <Started the WebLogic Server Administration Server "AdminServer" for domain "Test_base_domain" running in development mode.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775637> <BEA-000365> <Server state changed to RUNNING.>
    ####<Sep 6, 2012 1:59:35 PM CEST> <Notice> <WebLogicServer> <WIN-DKF42PM30J6> <AdminServer> <main> <<WLS Kernel>> <> <> <1346932775685> <BEA-000360> <The server started in RUNNING mode.>
    Thanks a lot ... But still I'm not understand why I cannot connect to mssql with my previous domain even I put extracted sqljdbc.jar and sqljdbc4.jar to $JAVA_HOME/jre/lib/ext AND I put this jar files to C:\Oracle\Middleware\jdk160_29\jre\lib\ext as well
    Also:
    i dont have a problem to connect to http://win-dkf42pm30j6:7001/console to get Admin Console BUT WHY I cannot see the http://win-dkf42pm30j6:7001/ page !!!
    thanks in advance
    Edited by: LPastor on Sep 6, 2012 5:45 AM
    Edited by: LPastor on Sep 6, 2012 5:46 AM
    Edited by: LPastor on Sep 6, 2012 5:47 AM
    Edited by: LPastor on Sep 6, 2012 5:47 AM

  • Error in starting web logic server

    Hi
    I am new to weblogic and i get the following error when i launched weblogic server for the first time. Please tell me how to remove this error.
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <WebLogicServer> <BSLF221A> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1314609103256> <BEA-000000> <WebLogic Server "AdminServer" version:
    WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Notice> <Log Management> <BSLF221A> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1314609103334> <BEA-170019> <The server log file D:\middleware\soasuite11g\user_projects\domains\soasuiteps3devdomain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Log Management> <BSLF221A> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1314609103350> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Diagnostics> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103444> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "http" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "https" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103647> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103647> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103647> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <RJVM> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103694> <BEA-000570> <Network Configuration for Channel "AdminServer"
    Listen Address          :7001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104147> <BEA-002609> <Channel Service initialized.>
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <Socket> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104178> <BEA-000406> <NTSocketMuxer was built on Jan 13 2005 17:47:03
    >
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <Socket> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104209> <BEA-000436> <Allocating 3 reader threads.>
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <Socket> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104209> <BEA-000446> <Native IO Enabled.>
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <IIOP> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104350> <BEA-002014> <IIOP subsystem enabled.>
    ####<Aug 29, 2011 2:41:46 PM IST> <Error> <Security> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609106834> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)>
    ####<Aug 29, 2011 2:41:46 PM IST> <Critical> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106834> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1398)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         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:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
         at com.sun.xml.bind.v2.model.impl.ModelBuilder.<clinit>(ModelBuilder.java:173)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:462)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:308)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1149)
         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:136)
         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:217)
         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.xml.bind.ContextFinder.newInstance(ContextFinder.java:132)
         at javax.xml.bind.ContextFinder.find(ContextFinder.java:286)
         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:372)
         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:337)
         at oracle.security.jps.internal.keystore.config.FarmKeyStoreConfig.load(FarmKeyStoreConfig.java:48)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:330)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:101)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:73)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:63)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:64)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:191)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:132)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:127)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:850)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:844)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:844)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:284)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:270)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1339)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         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:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Aug 29, 2011 2:41:46 PM IST> <Notice> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106944> <BEA-000365> <Server state changed to FAILED>
    ####<Aug 29, 2011 2:41:46 PM IST> <Error> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106944> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Aug 29, 2011 2:41:46 PM IST> <Notice> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106944> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Aug 29, 2011 2:41:46 PM IST> <Info> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106975> <BEA-000236> <Stopping execute threads.>

    "Caused By: java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)"
    You have to upgrade your JAXB library in the rt.jar (located in the <JDK-HOME>/jre/lib directory).
    Steps are presented here: http://jaxb.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6.html section 7.1.2
    Also note the line "newer releases (since update 4) of JavaSE 6 contain JAXB 2.1" in section 7.1.2. If this is an option for
    you I would upgrade your JDK.

  • Error: Unable to start Web Logic Server , Managed Server in SOA Suite

    After creating JDBC DataSource in WLS 10.3.3
    Created a DbAdapter outbound connection pool, Selected javax.resource.cci.CoonectionFactory
    Enter JNDI name: eis/DB/test
    Then, In Outbound Connection Pools tab, expand javax.resource.cci.CoonectionFactory
    Check xADataSourceName, enter jdbc/testDS,
    When I restarted server's , I am getting Error:
    There are 1 nested errors:
    ava.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:401)
    at weblogic.jdbc.module.JDBCDataSourceFactory.addDataSourceFactory(JDBCDataSourceFactory.java:36)
    at weblogic.jdbc.common.internal.JDBCService.initFactories(JDBCService.java:370)
    at weblogic.jdbc.common.internal.JDBCService.initialize(JDBCService.java:114)
    at weblogic.jdbc.common.internal.JDBCService.start(JDBCService.java:134)
    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)

    Hi,
    I have the same problem, have you find a solution ?
    Please
    Thank
    Cyril

  • OBIEE 11.1.1.5 on Linux 64 Web Logic fails to start

    I have installed 11.1.1.5 on RHEL 5.4 64-bit and everything was running on first install. I brought down services and now when I try and start WebLogic, I get no failure and can start services but the EM and WebLogic URL's fail to load, but am able to load Answers and login. When I look at the log I referenced something about enabling HTTP Tunneling. Does this need to be done on the server itself or through Web Logic? When I start Web Logic it says HTTP Tunneling enables = false and know it is disabled by default. Any feedback is appreciated.

    This is the error I get when trying to use the stopWebLogic.sh to stop WebLogic:
    This Exception occurred at Tue Sep 20 21:37:28 GMT 2011.
    javax.naming.CommunicationException [Root exception is java.net.ConnectException: http://bobidev1.corp.mycompany.com:7001: Destination unreachable; nested exception is:
            java.net.ConnectException: Connection refused; No available router to destination]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:313)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
    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.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx4.connect$1(<iostream>:16)
    at org.python.pycode._pyx4.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(/opt/bobi/oracle/middleware/user_projects/domains/bifoundation_domain/shutdown.py:6)
    at org.python.pycode._pyx15.call_function(/opt/bobi/oracle/middleware/user_projects/domains/bifoundation_domain/shutdown.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.util.PythonInterpreter.execfile(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:124)
    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 weblogic.WLST.main(WLST.java:29)
    Caused by: java.net.ConnectException: http://bobidev1.corp.mycompany.com:7001: Destination unreachable; nested exception is:
    java.net.ConnectException: Connection refused; No available router to destination
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
    ... 38 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
    java.net.ConnectException: Connection refused; No available router to destination
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
    ... 44 more
    Problem invoking WLST - Traceback (innermost last):
    File "/opt/bobi/oracle/middleware/user_projects/domains/bifoundation_domain/shutdown.py", line 6, in ?
    File "<iostream>", line 22, in connect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing connect : Error getting the initial context. There is no server running at http://bobidev1.corp.mycompany.com:7001
    Use dumpStack() to view the full stacktrace
    Done
    Stopping Derby Server...
    Edited by: J.A.M on Sep 20, 2011 2:38 PM
    Edited by: J.A.M on Sep 20, 2011 3:19 PM

  • Web Logic server 10.3.5 not running

    I am starting the WLS from START-->All Programs-->Oracle Classic Instance - asinst_1-->Start Web Logic Admin Server.
    When it starts it is giving error highlighted in bold.After Logging in the error in bold keeps coming.I am unable to understand this .Can anybody explain me the what should I do?Please assist me as I am not able to understand.
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic
    patch.jar;C:\oracle\MIDDLE~1\patchocp360\profiles\default\sys_manifest_classpa
    th\weblogic_patch.jar;C:\oracle\MIDDLE~1\JROCKI~1.2-4\lib\tools.jar;C:\oracle\MI
    DDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\serve
    r\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_1
    0.3.5.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\oracle\M
    IDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\NETSFA~1.0
    _1/lib/ant-contrib.jar;C:\oracle\Middleware\wlserver_10.3\server\lib\weblogic.ja
    r;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\Oracle
    \Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\Oracle\M
    iddleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Middlewar
    e\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\Middleware\Oracle_F
    RHome1\common\wlst\lib\adf-share-mbeans-wlst.jar;C:\Oracle\Middleware\Oracle_FRH
    ome1\common\wlst\lib\mdswlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst
    \resources\auditwlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resourc
    es\jps-wlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\jrf-wl
    st.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\oamap_help.jar;
    C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\oamAuthnProvider.jar;C
    :\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\ossoiap_help.jar;C:\Ora
    cle\Middleware\Oracle_FRHome1\common\wlst\resources\ossoiap.jar;C:\Oracle\Middle
    ware\Oracle_FRHome1\common\wlst\resources\sslconfigwlst.jar;C:\Oracle\Middleware
    \Oracle_FRHome1\common\wlst\resources\wsm-wlst.jar;C:\oracle\MIDDLE~1\ORACLE~1\s
    oa\modules\commons-cli-1.1.jar;C:\oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.so
    a.mgmt_11.1.1\soa-infra-mgmt.jar;C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_
    11.1.1\jrf.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:
    \oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;.;C:\Program Files\Java\jre6\lib
    \ext\QTJava.zip
    PATH=C:\oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\oracle\MIDDLE~1
    \patch_ocp360\profiles\default\native;C:\oracle\MIDDLE~1\WLSERV~1.3\server\nativ
    e\win\32;C:\oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\oracle\MIDDLE~1\modules\ORG
    APA~1.1\bin;C:\oracle\MIDDLE~1\JROCKI~1.2-4\jre\bin;C:\oracle\MIDDLE~1\JROCKI~1.
    2-4\bin;C:\Oracle\Middleware\Oracle_FRHome1\bin;C:\oracle\product\10.2.0\db_1\bi
    n;E:\oracle\product\10.2.0\db_1\bin;C:\Program Files\PC Connectivity Solution\;C
    :\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\NTRU Cryptosystems\
    NTRU TCG Software Stack\bin\;C:\Program Files\Java\jdk1.6.0_24\bin;C:\Windows;C:
    \Windows\system32;C:\Oracle\Middleware\Oracle_FRHome1\opmn\bin;C:\Oracle\Middlew
    are\Oracle_FRHome1\opmn\lib;C:\Oracle\Middleware\Oracle_FRHome1\perl\bin;C:\Prog
    ram Files\Java\jdk1.6.0_24\bin;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\3
    2\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:
    *[WARN ][osal   ] Could not enumerate processes (1) error=-1073738819*
    *[WARN ][osal   ] Could not add counter (null)\ for query*
    *[WARN ][osal   ] Failed to init virtual size counter.*
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Oracle JRockit(R) (build R28.1.3-11-141760-1.6.0_24-20110301-1429-windows-ia32,
    compiled mode)
    Starting WLS with line:
    C:\oracle\MIDDLE~1\JROCKI~1.2-4\bin\java -jrockit -Xms256m -Xmx512m -Dweblogic
    .Name=AdminServer -Djava.security.policy=C:\oracle\MIDDLE~1\WLSERV~1.3\server\li
    b\weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=C
    :\oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Dw
    eblogic.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Xms512m -Xmx1024m -Doracle.
    home=C:\Oracle\Middleware\Oracle_FRHome1 -Ddomain.home=C:\Oracle\Middleware\user
    _projects\domains\ClassicDomain -Dcommon.components.home=C:\oracle\MIDDLE~1\ORAC
    LE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.lo
    gging.impl.Jdk14Logger -Ddomain.home=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~
    1 -Djrockit.optfile=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocke
    t_optfile.txt -Doracle.server.config.dir=C:\oracle\MIDDLE~1\USER_P~1\domains\CLA
    SSI~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\oracle\M
    IDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:
    \oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\carml -Digf.arisidst
    ack.home=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\arisidprov
    ider -Doracle.security.jps.config=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\c
    onfig\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\oracle\MIDDLE~1\USER
    P~1\domains\CLASSI~1\servers\AdminServer\tmp\WL_user -Doracle.deployed.app.ext
    =\- -Dweblogic.alternateTypesDirectory=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracl
    e.ossoiap_11.1.1,C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -
    Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabl
    ed=false -Dwc.oracle.home=C:\oracle\Middleware\Oracle_FRHome1 -Dclassic.oracle.
    home=C:\oracle\Middleware\Oracle_FRHome1 -Dem.oracle.home=C:\oracle\Middleware\
    oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwl
    w.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dwe
    blogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifes
    t_classpath;C:\oracle\MIDDLE~1\patch_ocp360\profiles\default\sysext_manifest_cla
    sspath weblogic.Server
    *[WARN ] Use of -Djrockit.optfile is deprecated and discouraged.*
    *[WARN ][osal   ] Could not enumerate processes (1) error=-1073738819*
    *[WARN ][osal   ] Could not add counter (null)\ for query*
    *[WARN ][osal   ] Failed to init virtual size counter.*
    <Jul 14, 2012 9:52:53 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ
    JCE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jul 14, 2012 9:52:53 PM IST> <Info> <Security> <BEA-090906> <Changing the defau
    lt Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jul 14, 2012 9:52:54 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Oracle JRockit(R) Version R28.1.3-11-141760-1.6.0_24-20110301-
    1429-windows-ia32 from Oracle Corporation>
    <Jul 14, 2012 9:52:55 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Jul 14, 2012 9:52:56 PM IST> <Info> <Security> <BEA-090065> <Getting boot ident
    ity from user.>
    Enter username to boot WebLogic server:Oracle Classic Instance - asinst_1

    Hi Rahul,
    Server logs may contain JDK warnings such as the following if the jdk folder is an mklink.
    *[WARN ][osal ] Could not add counter (null)\ for query*
    *[WARN ][osal ] Failed to init virtual size counter.*
    These are just warnings and do not affect any servers.
    Workaround
    To suppress these warnings, add the following line in the FRAMEWORK_LOCATION\provisioning\provisioning-plan\fusionapps_start_params.properties file
    -Xverbose:osal=error
    You can even try the solution provided in below link
    http://hirt.se/blog/?p=169
    Regards
    Fabian

  • Web logic server is force shutdown Hyperion 11.1.2.3 instillation.

    Hi All,
    I installed and configured Hyperion 11.1.2.3  successfully(In Os  Windows server 2008 R2, DB is Sql server 2005). After the Configuration of the all the products successfully i tested  all the components are working fine.But after the system restart the web logic server is force shutdown.
    I am trying to reconfigure the Hyperion products All the Application servers failed. Then i identified that the web logic server is shutdown. I am trying to start Web logic server but it auto aromatically force shut down state.
    Can any one help me how to resolve this issue step by step.
    I am waiting your Valuable Replay.
    Regards
    EPMA Hyperion

    Documentation - Introduction
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • What do these errors mean ? Web Logic

    I am attempting to start Web Logic Server, and Web Logic Server for my application installed on my machine. I get the following errors, completely new to web Logic so I don't know what they mean. But it seems to be a privelege issue related to the admin account. Please note that I have in no way changed any settings to my admin account recently, nor my password or anything. Everything was working fine for a week until yesterday, and I can't think of anything I have changed. Any input is appreciated. Highlighted the main errors in bold.
    When starting Web Logic Server for my application:
    <Nov 21, 2010 3:49:48 PM CST> <Notice> <Server> <BEA-002613> <Channel "DefaultSe
    cure[1]" is now listening on 127.0.0.1:7002 for protocols iiops, t3s, ldaps, htt
    ps.>
    <Nov 21, 2010 3:49:48 PM CST> <Notice> <Server> <BEA-002613> <Channel "DefaultSe
    cure" is now listening on 10.0.2.15:7002 for protocols iiops, t3s, ldaps, https.
    >
    <Nov 21, 2010 3:49:48 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Nov 21, 2010 3:49:48 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 10.0.2.15:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Nov 21, 2010 3:49:48 PM CST> <Notice> <WebLogicServer> <BEA-000331> <Started We
    bLogic Admin Server "examplesServer" for domain "wl_server" running in Developme
    nt Mode>
    <Nov 21, 2010 3:49:50 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <Nov 21, 2010 3:49:50 PM CST> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    <Nov 21, 2010 3:50:00 PM CST> <Error> <Security> <BEA-090513> <ServerIdentity fa
    iled validation, downgrading to anonymous.>
    <Nov 21, 2010 3:50:01 PM CST> <Error> <Security> <BEA-090513> <ServerIdentity fa
    iled validation, downgrading to anonymous.>
    <Nov 21, 2010 3:50:01 PM CST> <Error> <Security> <BEA-090513> <*ServerIdentity fa*
    iled validation, downgrading to anonymous.>
    <Nov 21, 2010 3:50:01 PM CST> <Warning> <RMI> <BEA-080003> <RuntimeException thr
    own by rmi server: weblogic.rmi.internal.AdminAccessOnlyServerRef@1f, implementa
    tion: 'weblogic.server.channels.RemoteChannelServiceImpl@2332930', oid: '31', im
    plementationClassName: 'weblogic.server.channels.RemoteChannelServiceImpl'
    java.lang.SecurityException: Method 'getAdministrationURL' cannot be invoked wi
    thout administrator access.
    java.lang.SecurityException: Method 'getAdministrationURL' cannot be invoked wit
    hout administrator access
    at weblogic.rmi.internal.AdminAccessOnlyServerRef.getWorkManager(AdminAc
    cessOnlyServerRef.java:29)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:316
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:944
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:1138)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:1020)
    Truncated. see log file for complete stacktrace
    when starting Web Logic Server for my application:
    <Nov 21, 2010 4:15:19 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STARTING>
    <Nov 21, 2010 4:17:42 PM CST> <Error> <org.apache.beehive.netui.pageflow.interna
    l.AdapterManager> <BEA-000000> <ServletContainerAdapter manager not initialized
    correctly.>
    <Nov 21, 2010 4:17:46 PM CST> <Notice> <Log Management> <BEA-170027> <The Server
    has established connection with the Domain level Diagnostic Service successfull
    y.>
    <Nov 21, 2010 4:17:48 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <Nov 21, 2010 4:17:48 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <Nov 21, 2010 4:17:49 PM CST> <Emergency> <Security> <BEA-090087> <Server failed
    to bind to the configured Admin port. The port may already be used by another p
    rocess.>
    <Nov 21, 2010 4:17:49 PM CST> <Error> <Server> <BEA-002606> <Unable to create a
    server socket for listening on channel "Default[1]". The address 127.0.0.1 might
    be incorrect or another process is using port 7001: java.net.BindException: Add
    ress already in use: JVM_Bind.>
    <Nov 21, 2010 4:17:49 PM CST> <Critical> <WebLogicServer> <BEA-000362> <Server f
    ailed. Reason: Server failed to bind to any usable port. See preceeding log mess
    age for details.>
    <Nov 21, 2010 4:17:49 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FAILED>
    <Nov 21, 2010 4:17:49 PM CST> <Error> <WebLogicServer> <BEA-000383> <A critical
    service failed. The server will shut itself down>
    <Nov 21, 2010 4:17:49 PM CST> <Error> <Server> <BEA-002606> <Unable to create a
    server socket for listening on channel "Default". The address 10.0.2.15 might be
    incorrect or another process is using port 7001: java.net.BindException: Addres
    s already in use: JVM_Bind.>
    <Nov 21, 2010 4:17:49 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FORCE_SHUTTING_DOWN>

    The message weblogic.server.channels.RemoteChannelServiceImpl@2332930', oid: seems like there is some trouble
    with your OID.
    Another message in your loggng:
    Unable to create a server socket for listening on channel "Default". The address 10.0.2.15 might be incorrect or another process is using port 7001: java.net.BindException: Address already in use: JVM_Bind.
    Tells you there is already a process running on port 7001 (you can use the netstat -a command to check if the port 7001 is taken).

  • Unable to Start Soa_Server and BAM_SERVER in Web Logic Admin console

    Hi,
    I am new to this whole thing of SOA and web logic and trying to install SOA and web logic on my machine to learn SOA components.
    Appreciate your inputs on the error i am at now.
    I am trying to install SOA Suite 11.1.1.1 and in the process have installed web logic server as well.
    I am unable to start both the Bam_server and the SOA_SERVER and the error message, I get, when i try to start the server;
    ======================================================================
    For server bam_server1, the Node Manager associated with machine LocalMachine is not reachable.
    All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
    ======================================================================
    When i try to start , Node manager using start menu, i see a error as below :
    =============================================================
    May 18, 2012 6:12:56 PM weblogic.nodemanager.server.NMServer main
    SEVERE: Fatal error in node manager server
    java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383)
    at java.net.ServerSocket.bind(ServerSocket.java:328)
    at javax.net.ssl.impl.SSLServerSocketImpl.bind(Unknown Source)
    at java.net.ServerSocket.<init>(ServerSocket.java:194)
    at java.net.ServerSocket.<init>(ServerSocket.java:150)
    at javax.net.ssl.SSLServerSocket.<init>(SSLServerSocket.java:84)
    at javax.net.ssl.impl.SSLServerSocketImpl.<init>(Unknown Source)
    at javax.net.ssl.impl.SSLServerSocketFactoryImpl.createServerSocket(Unkn
    own Source)
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:76)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    =============================================================
    Regards:
    Nagaraj.s

    First of all, I think this is a wrong forum. You had better use WebLogic Application Server forum - WebLogic Server - Upgrade / Install / Environment / Migration
    From the error: Address already in use: JVM_Bind one can guess that some config of your Node Manager is wrong.
    Note that you don't necessarily need the Node Manager to start WebLogic apps - it is necessary only if you want to use the Weblogic Console.
    The link to docs on WLS: http://www.oracle.com/technetwork/middleware/weblogic/documentation/index.html

  • How to start coherence server using node manager of remote web-logic server

    We want to manage our coherence servers using web-logic. Our requirement is as such we want to keep single web-logic Admin Server and add all other node-manager to the same web-logic Admin Server.
    Now when we create machine on node 1 (on which Admin Server is running) and add node manager of other server it is not responding and shows status as inactive.
    Status: Inactive
    Problem description: weblogic.nodemanager.NMException Exception encountered while communicating with this node manager
    Version: (not available)
    Looking at the log files it gives below info
    <Sep 10, 2011 6:31:55 AM> <WARNING> <Configuration error while reading domain directory>
    weblogic.nodemanager.common.ConfigException: The domain 'BlazeVMA' at 'null' was not registered in the nodemanager.domains file and dynamic domain registration is not supported. Please register the domain in the nodemanager.domains file.
    at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:254)
    <Sep 10, 2011 7:53:58 AM> <WARNING> <I/O error while reading domain directory>
    java.io.FileNotFoundException: Domain directory '/data/oracle/Middleware/user_projects/domains/BlazeVMA' not found
    Even after I have added the domain name in above directory. It returns with the same error.
    Please let me know if anyone has faced the same issue while running coherence server on remote system using weblogic admin console on one machine and node manager on other machine.

    Thank You Rene.
    This issue is resolved, but now I am facing issue while starting the coherence server on the remote node using node manager.
    In the weblogic > coherence_server logs I am getting
    Oracle Coherence Version 3.6.0.4 Build 19111
    Grid Edition: Development mode
    Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
    2011-09-11 07:14:40.231/1.453 Oracle Coherence GE 3.6.0.4 <Error> (thread=Main Thread, member=n/a): Error while starting cluster: java.lang.IllegalArgumentException: The specified address "/hostname" is not a local address.
    at com.tangosol.net.InetAddressHelper.getLocalMTU(InetAddressHelper.java:139)
    Please let me know if anyone has faced the same issue and know resolution.

  • The Web Logic Server did not start up properly

    Trying to start Weblogic Portal Server
    Result is :
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Jan 26, 2002 11:45:43 PM EST> <Info> <Security> <Getting boot password from user.>
    Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic.management.internal.Helper.preloadMBeanInfos()V
    from class weblogic.management.Admin
    at weblogic.management.Admin.initialize(Admin.java:212)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Press any key to continue . . .
    What is goin on ??????

    "Bernie Ferguson" <[email protected]> wrote in
    news:3c7c6672$[email protected]:
    >
    Trying to start Weblogic Portal Server
    Result is :
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Jan 26, 2002 11:45:43 PM EST> <Info> <Security> <Getting boot
    password from user.> Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    **** The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method
    weblogic.management.internal.Helper.preloadMBeanInfos()V from class
    weblogic.management.Admin
    at weblogic.management.Admin.initialize(Admin.java:212)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    **** Press any key to continue . . .
    What is goin on ??????
    I had this problem when I tried using Web Logic Server 6.1 SP2. When I
    switched back to SP1 it was fine.

  • Wlserver.exe error occur while start the web logic server-please help

    hi
    Iam getting wlserver.exe error when I start the web logic server-please help. and I cant able to start the web logic server.
    Thannks in Advance,
    Cheers,
    bala...

    Could you please mail the errors and the WLS Version and service pack as well.
    - Ramkumar

  • How to start debug mode in Web Logic 6.0

    How can startup web Logic 6.0 server in debug mode? I want to remote debugging
    EJB with JB4 EE
    Thanks

    Check the Borland web site for information on how to integrate JBuilder with
    WLS.
    There is more information there.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Rex Chan" <[email protected]> wrote in message
    news:3af7956a$[email protected]..
    >
    How can startup web Logic 6.0 server in debug mode? I want to remotedebugging
    EJB with JB4 EE
    Thanks

  • Start Primavera Web Logic Instances as Windows Services

    Hi,
    An external contractor has recently deployed P6 v8.1 in our environments and to our surprise currenlty Primavera Web Logic instances installed (p6, contract module, progress reporter and webservices) ara running as a java consoles in a logged user session. Our internal policies does not allow to have applications running under these conditions (all servers are required to be able to startup automatically and sessions expires) so we have requested Primavera consultants to set up Primavera-related WebLogic instances as a Windows Services. We have just received an answer form them arguing that this requirement can not be fullfilled because Oracle does not currently support Primavera-related Weblogic instances deployment as Windows Services on 64-bits platforms.
    Could someone provide his opinion about?
    Thanks

    I setup P6.2.1 Web on WebLogic running as a service in a 64 bit Windows environment successfully for a previous client. While it may not be officially supported by Oracle to configure it in this manner, I personally had no issues with it.
    I used the below article to guide me through setting up node manager. Hopefully this is of help to you.
    http://blogs.oracle.com/jamesbayer/entry/weblogic_nodemanager_quick_sta

Maybe you are looking for