Weblogic server error

Hi
i'm getting this error while starting the weblogic server
<Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[3]". The address fe80:0:0:0
4637:e6ff:fe44:6118 might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>
<Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[2]". The address fe80:0:0:0
0:ffff:ffff:fffd might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>
<Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[3]". The address fe80
0:0:0:4637:e6ff:fe44:6118 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>
<Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[1]". The address fe80
0:0:0:0:5efe:ac15:f16 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>
<Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[4]". The address fe80
0:0:0:0:0:0:1 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>
<Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[5]". The address 0:0:0:0:0:
:0:1 might be incorrect or another process is using port 7001: java.net.BindException: Address already in use: JVM_Bind.>
<Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[4]". The address fe80:0:0:0
0:0:0:1 might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>
<Dec 31, 2012 9:51:41 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[1]". The address fe80:0:0:0
0:5efe:ac15:f16 might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>
Thanks in advance

0:0:0:0:5efe:ac15:f16 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>There another process that is using same port *7002* So you are getting error java.net.BindException or JVM_Bind .
either you can change port of one process or if you can kill that process and check it. First one is good solution.
-RMishra

Similar Messages

  • Weblogic Server error - OutOfMemoryError: PermGen space

    Dear All,
    For Oracle BPM 11g (Implement the Process Model) implementation on windows
    I am using windows 7 64 Bit OS. I have 
    Installed 10g DB
    Run the RCU Utility for SOAINFRA, ORABAM, SSPDM and MDS schemas successfully.
    Installed Weblogic Server 11gr1(10.3.5)
    Installed Oracle Jdeveloper 11g - 11.1.1.6.0
    Installed SOA 11g  using \Java\jdk1.6.0_24
    From Jdeveloper I installed the extensions for SOA Composite Editor and BPM studio.
    Created Domain for SOA server
    All installations, utitlities and configurations completed successfully.
    After starting the Weblogic Admin. server (server is up and OK)
    The Problem starts here
    When I login to weblogic Admin console I get the following error
    javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space on
    the command prompt window and even on the browser window.
    I am able to trace the problem.  To get the Idea following are some details of
    $MW_HOME/user_projects/domains/soa_domain/bin/setDomainEnv.cmd
    call "%WL_HOME%\common\bin\commEnv.cmd"
    call "%DOMAIN_HOME%\bin\setSOADomainEnv.cmd"
    call "%DOMAIN_HOME%\bin\setSOADomainEnv.cmd"
    set WLS_HOME=%WL_HOME%\server
    set XMS_SUN_64BIT=256
    set XMS_SUN_32BIT=256
    set XMX_SUN_64BIT=512
    set XMX_SUN_32BIT=512
    set XMS_JROCKIT_64BIT=256
    set XMS_JROCKIT_32BIT=256
    set XMX_JROCKIT_64BIT=512
    set XMX_JROCKIT_32BIT=512
    if "%JAVA_VENDOR%"=="Sun" (
        set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx512m
        set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512m
    ) else (
        set WLS_MEM_ARGS_64BIT=-Xms512m -Xmx512m
        set WLS_MEM_ARGS_32BIT=-Xms512m -Xmx512m
    if "%JAVA_VENDOR%"=="Oracle" (
        set CUSTOM_MEM_ARGS_64BIT=-Xms%XMS_JROCKIT_64BIT%m -Xmx%XMX_JROCKIT_64BIT%m
        set CUSTOM_MEM_ARGS_32BIT=-Xms%XMS_JROCKIT_32BIT%m -Xmx%XMX_JROCKIT_32BIT%m
    ) else (
        set CUSTOM_MEM_ARGS_64BIT=-Xms%XMS_SUN_64BIT%m -Xmx%XMX_SUN_64BIT%m
        set CUSTOM_MEM_ARGS_32BIT=-Xms%XMS_SUN_32BIT%m -Xmx%XMX_SUN_32BIT%m
    set MEM_ARGS_64BIT=%CUSTOM_MEM_ARGS_64BIT%
    set MEM_ARGS_32BIT=%CUSTOM_MEM_ARGS_32BIT%
    if "%JAVA_USE_64BIT%"=="true" (
        set MEM_ARGS=%MEM_ARGS_64BIT%
    ) else (
        set MEM_ARGS=%MEM_ARGS_32BIT%
    set MEM_PERM_SIZE_64BIT=-XX:PermSize=128m
    set MEM_PERM_SIZE_32BIT=-XX:PermSize=128m
    After taking the backup
    I tried  changing the Permsize to 256, 512 and even 1024.
    started the Weblogic Admin server and tried to login, but the same error.
    Details of setSOADomainEnv.cmd
    set JAVA_OPTIONS=%JAVA_OPTIONS%
    set DEFAULT_MEM_ARGS=-Xms512m -Xmx1024m
    set PORT_MEM_ARGS=-Xms768m -Xmx1536m
    if "%JAVA_VENDOR%" == "Oracle" goto OracleJVM
    set DEFAULT_MEM_ARGS=%DEFAULT_MEM_ARGS% -XX:PermSize=128m -XX:MaxPermSize=512m
    set PORT_MEM_ARGS=%PORT_MEM_ARGS% -XX:PermSize=256m -XX:MaxPermSize=512m
    what are the recommended values I need to put for Permsize in setDomainEnv.cmd?
    Do I also need to change the values in setSOADomainEnv.cmd ?
    Please correct me where I am wrong. How can the OutOfMemoryError: PermGen space
    issue be resolved ?
    Thanks
    Ajaz Ahmed

    Hi Lakshman,
    Thanks for the prompt resonse.
    1. How many managed servers do you have in your domain ?
    I have only one managed server (soa_server1)
    2. If yes, How you are starting the Managed server ? Is that by Nodemanager or Startscript ?
    Yes. I start the managed server by startscript (using startmanagedweblogic)
    3. Can you check the <managed_server1>.out log file what java heap size is mentioned ?
    I have not reached the managed server startup (though it starts and gives
    the last line as SOA platform is accepting and running the requiests.
    My problem is with weblogic server, which after login I get the Permgen out of memory error.
    4. Can you show us the start up arguements of your each managed server ?
       AdminConsole-->Environments---.Servers--->YourManagedServer--->Configuration (TAB)--->ServerStart (SubTab)---> Arguments:(TextArea)
    I am not able to get the console. Because when I login the weblogic console,
    Immediately I get the  error as
    javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space
    Please clear my doubt as which of the files
    setDomainEnv.cmd or setSOADomainEnv.cmd, I should change the values and
    into which file and which step.
    My priority is weblogic console to be working without any errors. So Far Managed server is OK.
    Thanks
    Ajaz Ahmed

  • Deploy the JSF app to integrated Weblogic Server Error

    Hi, All,
    I just created a new ADF app and have only one single JSF page in which have one Calender component. After right click the ViewController project and select deploy to Integrated Weblogic server and i got the below error:
    [01:05:25 AM] ---- Deployment started. ----
    [01:05:25 AM] Target platform is (Weblogic 10.3).
    [01:05:26 AM] #### Deployment incomplete. ####
    [01:05:26 AM] [J2EE Deployment SPI:260010]Unable to connect to 't3://127.0.0.1:7101' as user, 'weblogic'. Error received: null
    [01:05:26 AM] [J2EE Deployment SPI:260010]Unable to connect to 't3://127.0.0.1:7101' as user, 'weblogic'. Error received: null
    [01:05:26 AM] [J2EE Deployment SPI:260010]Unable to connect to 't3://127.0.0.1:7101' as user, 'weblogic'. Error received: null
    [01:05:26 AM] t3://127.0.0.1:7101: Destination unreachable; nested exception is:
         java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 500 Server Error'; No available router to destination
    [01:05:26 AM] Destination unreachable; nested exception is:
         java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 500 Server Error'; No available router to destination
    If right click the simple JSF page and run directly will start the wl server and seems not to deploy the demo app. the log as below:
    Starting WLS with line:
    C:\PROGRA~1\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\PROGRA~1\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy "-Djavax.net.ssl.trustStore=C:\Program Files\Oracle\Middle Ware\wlserver_10.3\server\lib\DemoTrust.jks" -Dhttp.proxyHost=www-proxy.cn.oracle.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts= -Dhttps.proxyHost=www-proxy.cn.oracle.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts= -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\PROGRA~1\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\PROGRA~1\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\PROGRA~1\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=C:\PROGRA~1\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\PROGRA~1\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=C:\PROGRA~1\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\PROGRA~1\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\gerry\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\PROGRA~1\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;C:\PROGRA~1\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <2010-10-15 上午01时13分40秒 VET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.0-b13 from Sun Microsystems Inc.>
    <2010-10-15 上午01时13分41秒 VET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <2010-10-15 上午01时13分42秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <2010-10-15 上午01时13分42秒 VET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <2010-10-15 上午01时13分42秒 VET> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <2010-10-15 上午01时13分42秒 VET> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00020. Log messages will continue to be logged in C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <2010-10-15 上午01时13分42秒 VET> <Notice> <Log Management> <BEA-170019> <The server log file C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <2010-10-15 上午01时13分44秒 VET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <2010-10-15 上午01时13分48秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <2010-10-15 上午01时13分48秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <2010-10-15 上午01时13分51秒 VET> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <2010-10-15 上午01时13分51秒 VET> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00020. Log messages will continue to be logged in C:\Documents and Settings\gerry\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <2010-10-15 上午01时13分51秒 VET> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <2010-10-15 上午01时13分52秒 VET> <Warning> <Server> <BEA-002611> <Hostname "gerry-cn.peoplesoft.com", maps to multiple IP addresses: 10.182.105.125, 192.168.149.1, 192.168.126.1>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.126.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 10.182.105.125:7101 for protocols iiop, t3, ldap, snmp, http.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.149.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <2010-10-15 上午01时13分52秒 VET> <Warning> <Server> <BEA-002611> <Hostname "GERRY-CN", maps to multiple IP addresses: 10.182.105.125, 192.168.149.1, 192.168.126.1>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <2010-10-15 上午01时13分52秒 VET> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    as normal there would have a URL link displayed in the weblogic log, is that right? any one can give tips?

    Looks like you have a proxy configured, and that proxy (of course) doesn't support routing to 127.0.0.1
    [01:05:26 AM] t3://127.0.0.1:7101: Destination unreachable; nested exception is:
    java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 500 Server Error'; No available router to destinationUnset your proxy (Tools->Preferences->Web Browser & Proxy)
    John

  • BI Beans application deploy to Weblogic Server Error

    Who can help me to resolve this error?
    I follow the "Deploying Applications to BEA WebLogic ServerVersion 9.0.3" document from OTN web site, but i use the BEA weblogic server 6.1,not weblogic server 7.0.
    When i deploy the BI Beans application to BEA WLS6.1, then happen the follow error message, every consultants can help me,please.
    **************Error Message************
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionImpl::connect: -ConnectionBean-Server: is going to connect - (DriverType=MDM)
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionImpl::connect: -ConnectionBean-MDMDriver: Connected Successfully: Time=200ms
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionImpl::connect: -ConnectionBean-Server: is going to connect - (DriverType=PERSISTENCE)
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.drivers.persistence.PersistenceConnectionDriverImpl::connect: -ConnectionBean-PersistenceDriver is going to connect
    Fri Mar 07 10:23:30 CST 2003 TRACE: In
    oracle.dss.connection.server.drivers.persistence.PersistenceConnectionDriverImpl::connect: (ServiceName=null; Prinicipal=Local User; Username=null)
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.persistence.storagemanager.bi.BIFileStorageManagerImpl::init: [Initializing oracle.dss.persistence.storagemanager.bi.BIFileStorageManagerImpl, env:{global_environment={locale_helper=oracle.dss.persistence.LocaleHelper@22e15b, persistence_errorhandler=oracle.dss.util.DefaultErrorHandler@792a41}, Connection Status=2, java.naming.security.principal=Local User, java.naming.factory.url.pkgs=weblogic.jndi.factories, securityDriverManager=oracle.dss.appmodule.server.DSSApplicationModuleImpl@4532ba, path=bidefs/BIBeanPrjBIDesigner2/, am=oracle.dss.appmodule.server.DSSApplicationModuleImpl@4532ba, Driver Type=PERSISTENCE, java.naming.factory.initial=oracle.dss.persistence.persistencemanager.server.InitPersistenceManagerFactory, mm=true, object_name=Connection_1, SET_ON_MID_TIER=NO, sm_driver=oracle.dss.persistence.storagemanager.bi.BIFileStorageManagerImpl}
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionImpl::disconnect: -ConnectionBean-Server: is going to disconnect
    Fri Mar 07 10:23:30 CST 2003 TRACE: In oracle.dss.connection.server.drivers.mdm._92.MDMConnectionDriverImpl_92::connect: -ConnectionBean-MDMDriver is disconnected from OLAPI
    <2003/3/7 上午10時23分30秒> <Error> <HTTP> <[WebAppServletContext(8339407,Defaul
    tWebApp,/DefaultWebApp)] null
    oracle.dss.persistence.persistencemanager.common.PersistenceManagerRuntimeException: BIB-14122: The specified StorageManager could not be created.
    oracle.dss.bicontext.BICannotProceedException: BIB-14820 根路徑不存在。
    at oracle.dss.persistence.persistencemanager.server.PersistenceManagerSupport.loadStorageAdapterFromXML(PersistenceManagerSupport.java:442)
    at oracle.dss.persistence.persistencemanager.server.PersistenceManagerSupport.<init>(PersistenceManagerSupport.java:145)
    at oracle.dss.persistence.persistencemanager.server.PersistenceManagerImpl.<init>(PersistenceManagerImpl.java:99)
    at oracle.dss.persistence.persistencemanager.server.InitPersistenceManagerFactory.getInitialContext(InitPersistenceManagerFactory.java:29)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:83)
    at oracle.dss.persistence.persistencemanager.server.InitialPersistenceManager.<init>(InitialPersistenceManager.java:103)
    at oracle.dss.connection.server.drivers.persistence.PersistenceConnectionDriverImpl.connect(PersistenceConnectionDriverImpl.java:147)
    at oracle.dss.connection.server.ConnectionImpl.connect(ConnectionImpl.java:279)
    at oracle.dss.connection.client.Connection.connect(Connection.java:401)
    at oracle.dss.connection.client.Connection.connect(Connection.java:320)
    at oracle.dss.metadataManager.client.MetadataManager.setConnectionObjects(MetadataManager.java:3985)
    at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:852)
    at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:792)
    at oracle.dss.datautil.client.XMLManagerFactory.createQueryManager(XMLManagerFactory.java:187)
    at oracle.dss.datautil.client.ManagerFactoryImpl.lookupQueryManager(ManagerFactoryImpl.java:176)
    at oracle.dss.datautil.client.ManagerFactoryImpl.lookupMetadataManager(ManagerFactoryImpl.java:219)
    at oracle.dss.datautil.client.ManagerFactoryImpl.lookupManager(ManagerFactoryImpl.java:128)
    at biServlet.LoginOperation.initializeMetadataManager(LoginOperation.java:425)
    at biServlet.LoginOperation.run(LoginOperation.java:166)
    at biServlet.DefaultApplicationImpl.login(DefaultApplicationImpl.java:473)
    at biServlet.AbstractControllerImpl.preRequestProcess(AbstractControllerImpl.java:1396)
    at my.BIController1.preRequestProcess(BIController1.java:358)
    at biServlet.AbstractControllerImpl.processRequest(AbstractControllerImpl.java:1498)
    at biServlet.AbstractControllerImpl.doGet(AbstractControllerImpl.java:262)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:263)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2390)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    What can I do with the following exception?
    D:\bea_home\user_projects\mydomain>echo off
    CLASSPATH=D:\bea_home\jdk131_03\lib\tools.jar;D:\bea_home\weblogic700\server\lib
    \weblogic_sp.jar;D:\bea_home\weblogic700\server\lib\weblogic.jar;d:\oraids\jlib\
    bigraphbean.jar;d:\oraids\jlib\LW_PfjBean.jar;d:\oraids\jlib\bigraphbean-nls.zip
    ;D:\jdev\jlib\bigraphbean.jar;D:\jdev\jlib\LW_PfjBean.jar;D:\jdev\jlib\bigraphbe
    an-nls.zip;D:\jdev\jdev\lib\ext\weblogic.jar
    PATH=.;D:\bea_home\weblogic700\server\bin;D:\bea_home\jdk131_03\bin;d:\oraids\bi
    n;d:\oraids\jdk\jre\bin;d:\oraids\jdk\jre\bin\classic;d:\oraids\jdk\jre\bin\clas
    sic;d:\oraids\jlib;d:\oraids\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre
    \1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\W
    INNT\System32\Wbem;d:\notes\;D:\ULTRAE~1
    * 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 *
    D:\bea_home\user_projects\mydomain>"D:\bea_home\jdk131_03\bin\java" -server -Xms
    32m -Xmx200m -Dweblogic.security.SSL.trustedCAKeyStore=D:\bea_home\weblogic700\s
    erver\lib\cacerts -Djava.ext.dirs=D:\bea_home\jdk131_03\jre\lib\ext;D:\bea_home\
    weblogic700\samples\server\jdbc -Dweblogic.Name=myserver -Dbea.home="D:\bea_home
    " -Dweblogic.management.username= -Dweblogic.management.password= -Dweblogic.Pro
    ductionModeEnabled= -Djava.security.policy="D:\bea_home\weblogic700\server\lib\w
    eblogic.policy" weblogic.Server
    <2003-9-11 下午06时34分46秒> <Info> <Security> <090065> <Getting boot identity f
    rom user.>
    Enter username to boot WebLogic server:admin
    Enter password to boot WebLogic server:
    Starting WebLogic Server...
    <2003-9-11 下午06时34分58秒> <Notice> <Management> <140005> <Loading configurati
    on D:\bea_home\user_projects\mydomain\.\config.xml>
    <2003-9-11 下午06时35分06秒> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <2003-9-11 下午06时35分06秒> <Notice> <WebLogicServer> <000327> <Starting WebLog
    ic Admin Server "myserver" for domain "mydomain">
    <2003-9-11 下午06时35分25秒> <Notice> <Management> <141052> <Application Poller
    started for development server.>
    <2003-9-11 下午06时35分28秒> <Notice> <WebLogicServer> <000354> <Thread "SSLList
    enThread.Default" listening on port 7002>
    <2003-9-11 下午06时35分29秒> <Notice> <WebLogicServer> <000354> <Thread "ListenT
    hread.Default" listening on port 7001>
    <2003-9-11 下午06时35分29秒> <Notice> <Management> <141030> <Starting discovery
    of Managed Server... This feature is on by default, you may turn this off by pas
    sing -Dweblogic.management.discover=false>
    <2003-9-11 下午06时35分30秒> <Notice> <WebLogicServer> <000331> <Started WebLogi
    c Admin Server "myserver" for domain "mydomain" running in Development Mode>
    <2003-9-11 下午06时35分30秒> <Notice> <WebLogicServer> <000365> <Server state ch
    anged to RUNNING>
    <2003-9-11 下午06时35分30秒> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    Thu Sep 11 18:38:03 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionIm
    pl::connect: -ConnectionBean-Server: is going to connect - (DriverType=MDM)
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionIm
    pl::connect: -ConnectionBean-MDMDriver: Connected Successfully: Time=1342ms
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionIm
    pl::connect: -ConnectionBean-Server: is going to connect - (DriverType=PERSISTEN
    CE)
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.connection.server.drivers.pers
    istence.PersistenceConnectionDriverImpl::connect: -ConnectionBean-PersistenceDri
    ver is going to connect
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.connection.server.drivers.pers
    istence.PersistenceConnectionDriverImpl::connect: (ServiceName=null; Prinicipal
    =Local User; Username=null)
    Thu Sep 11 18:38:04 CST 2003 TRACE: In oracle.dss.persistence.storagemanager.bi.
    BIFileStorageManagerImpl::init: [Initializing oracle.dss.persistence.storagemana
    ger.bi.BIFileStorageManagerImpl, env:{global_environment={locale_helper=oracle.d
    ss.persistence.LocaleHelper@6351a2, persistence_errorhandler=oracle.dss.util.Def
    aultErrorHandler@496f0}, Connection Status=2, java.naming.security.principal=Loc
    al User, java.naming.factory.url.pkgs=weblogic.jndi.factories, securityDriverMan
    ager=oracle.dss.appmodule.server.DSSApplicationModuleImpl@517ead, path=bidefs/we
    blogicBIDesigner1/, am=oracle.dss.appmodule.server.DSSApplicationModuleImpl@517e
    ad, Driver Type=PERSISTENCE, java.naming.factory.initial=oracle.dss.persistence.
    persistencemanager.server.InitPersistenceManagerFactory, mm=true, object_name=Co
    nnection_1, SET_ON_MID_TIER=NO, sm_driver=oracle.dss.persistence.storagemanager.
    bi.BIFileStorageManagerImpl}
    <2003-9-11 下午06时38分04秒> <Error> <HTTP> <101017> <[ServletContext(id=4561108
    ,name=webapp.war,context-path=/weblogic_app)] Root cause of ServletException
    java.lang.NoSuchMethodError
    at oracle.dss.thin.beans.CaboErrorHandler.error(CaboErrorHandler.java:10
    2)
    at oracle.dss.addins.jspTags.PresentationTag.doStartTag(PresentationTag.
    java:191)
    at jsp_servlet.__untitled1._jspService(__untitled1.java:140)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:445)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:5412)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
    eManager.java:744)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3086)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    Thu Sep 11 19:08:26 CST 2003 TRACE: In oracle.dss.connection.server.ConnectionIm
    pl::connect: -ConnectionBean-Server: is going to connect - (DriverType=PERSISTEN
    CE)
    Thu Sep 11 19:08:26 CST 2003 TRACE: In oracle.dss.connection.server.drivers.pers
    istence.PersistenceConnectionDriverImpl::connect: -ConnectionBean-PersistenceDri
    ver is going to connect
    Thu Sep 11 19:08:26 CST 2003 TRACE: In oracle.dss.connection.server.drivers.pers
    istence.PersistenceConnectionDriverImpl::connect: (ServiceName=null; Prinicipal
    =Local User; Username=null)
    Thu Sep 11 19:08:26 CST 2003 TRACE: In oracle.dss.persistence.storagemanager.bi.
    BIFileStorageManagerImpl::init: [Initializing oracle.dss.persistence.storagemana
    ger.bi.BIFileStorageManagerImpl, env:{global_environment={locale_helper=oracle.d
    ss.persistence.LocaleHelper@72d194, persistence_errorhandler=oracle.dss.util.Def
    aultErrorHandler@496f0}, Connection Status=2, java.naming.security.principal=Loc
    al User, java.naming.factory.url.pkgs=weblogic.jndi.factories, securityDriverMan
    ager=oracle.dss.appmodule.server.DSSApplicationModuleImpl@517ead, path=bidefs/we
    blogicBIDesigner1/, am=oracle.dss.appmodule.server.DSSApplicationModuleImpl@517e
    ad, Driver Type=PERSISTENCE, java.naming.factory.initial=oracle.dss.persistence.
    persistencemanager.server.InitPersistenceManagerFactory, mm=true, object_name=Co
    nnection_1, SET_ON_MID_TIER=NO, sm_driver=oracle.dss.persistence.storagemanager.
    bi.BIFileStorageManagerImpl}
    <2003-9-11 下午07时08分26秒> <Error> <HTTP Session> <100025> <Unexpected error i
    n HTTP session timeout callback
    java.lang.NoSuchMethodError
    at oracle.dss.thin.beans.CaboErrorHandler.error(CaboErrorHandler.java:10
    2)
    at oracle.dss.addins.thin.common.BaseThinSession.cleanup(BaseThinSession
    .java:307)
    at oracle.dss.addins.thin.common.BaseThinSession.valueUnbound(BaseThinSe
    ssion.java:159)
    at weblogic.servlet.internal.session.SessionData.removeAttribute(Session
    Data.java:588)
    at weblogic.servlet.internal.session.SessionData.removeAttribute(Session
    Data.java:552)
    at weblogic.servlet.internal.session.SessionData.remove(SessionData.java
    :747)
    at weblogic.servlet.internal.session.MemorySessionContext.invalidateSess
    ion(MemorySessionContext.java:51)
    at weblogic.servlet.internal.session.SessionContext$SessionInvalidator$I
    nvalidationAction.run(SessionContext.java:523)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
    eManager.java:744)
    at weblogic.servlet.internal.session.SessionContext$SessionInvalidator.c
    leanupExpiredSessions(SessionContext.java:444)
    at weblogic.servlet.internal.session.SessionContext.deleteInvalidSession
    s(SessionContext.java:81)
    at weblogic.servlet.internal.session.SessionContext$SessionInvalidator.t
    rigger(SessionContext.java:392)
    at weblogic.time.common.internal.ScheduledTrigger.run(ScheduledTrigger.j
    ava:181)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
    eManager.java:744)
    at weblogic.time.common.internal.ScheduledTrigger.executeLocally(Schedul
    edTrigger.java:167)
    at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigg
    er.java:161)
    at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:3
    8)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >

  • OBIEE11.1.1.6 Weblogic server error.

    Hi All,
    I have installed OBIEE11G in Linux box.First 1 days it working fine without any issues,After my weblogic server was down.I cant able to start.
    I tryed below steps.
    - <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/data/ldap/ldapfiles
    - Remove the EmbeddedLDAP.lok lock file
    - Clear(use rm -rf) tmp and cache folder at <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/tmp and <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/cache
    - Removed server/temp/adminserver.lok also
    After i started my weblogic server it through below error.
    "Caused By: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable, errno=11"
    Could you please let me know whats the solution for that.
    Thanks

    Hi All,
    I have installed OBIEE11G in Linux box.First 1 days it working fine without any issues,After my weblogic server was down.I cant able to start.
    I tryed below steps.
    - <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/data/ldap/ldapfiles
    - Remove the EmbeddedLDAP.lok lock file
    - Clear(use rm -rf) tmp and cache folder at <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/tmp and <MW_HOME>/domains/<DOMAIN_NAME>/servers/<SERVERNAME>/cache
    - Removed server/temp/adminserver.lok also
    After i started my weblogic server it through below error.
    "Caused By: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable, errno=11"
    Could you please let me know whats the solution for that.
    Thanks

  • ADF BC - Integrated Weblogic Server Error

    I have developed an ADF BC project where I am exposing a custom method on my application module. I would like to debug the project using the Integrated Weblogic Server installed with J Developer (version 11.1.1.6) . When I try debugging, I get the following error when the app being deployed to the Integrated WLS :
    <May 11, 2012 12:24:17 PM CDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1336757056894' for task '0'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(InventoryWSEJB.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .'
    weblogic.application.ModuleException: Exception preparing module: EJBModule(InventoryWSEJB.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.utils.ErrorCollectionException:
    There are 1 nested errors:
    weblogic.j2ee.dd.xml.AnnotationProcessException: [EJB:015001]Unable to link class krc.integrations.inventory.server.serviceinterface.ValidationSrvImpl in Jar /home/oracle/.jdeveloper/system11.1.1.6.38.61.92/o.j2ee/drs/InventoryWS_EAR/InventoryWSEJB.jar : java.lang.NoClassDefFoundError: oracle/jbo/server/svc/ServiceImpl
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1323)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
         at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:161)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
         at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)
         at weblogic.ejb.container.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:1245)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:397)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at we
    What can I do to resolve this problem?
    Thanks

    Thanks for your reply.
    To answer your question, I am using ADF BC to create a webservice which queries a DB2 database and returns the results. The webservice is a custom method from an application module. I did not create EJB's.
    Does that answer your question?

  • Customizing weblogic server error messages

    Hi all
    I have an ADF app deployed in the weblogic server. I want to customize the error messages displayed by the server (e.g page not found error)

    Use the normal method of specifying error pages in web.xml
    http://www.java2s.com/Tutorial/Java/0400__Servlet/Seterrorpageinwebxml.htm is one example
    John

  • Critical Weblogic server error

    Hello,
    I use Weblogic server to run my application. I get the below error very rarely. After restarting the server, the application works fine, but I would like to find the reason. I have pasted the errors displayed in browser and log files. Can any one help me?
    Error at log file :
    <Oct 2, 2009 7:00:20 AM EDT> <Error> <Security> <BEA-090060> <The AccessDecision class "weblogic.security.providers.realmadapter.AuthorizationProviderImpl" returned an error: java.lang.SecurityException: Realm Adapter ACL Mapping Failed.>
    <Oct 2, 2009 7:00:20 AM EDT> <Warning> <RMI> <BEA-080005> <Exception thrown by rmi server: weblogic.jndi.internal.RootNamingNode.lookup(Ljava.lang.String;Ljava.util.Hashtable;)
    weblogic.jndi.internal.AdminModeAccessException: Unable to resolve 'ReportEJBHome'. Resolved ''; remaining name ''.
    weblogic.jndi.internal.AdminModeAccessException: Unable to resolve 'ReportEJBHome'. Resolved ''; remaining name ''
         at weblogic.jndi.internal.AdminModeHandler.checkLookup(AdminModeHandler.java:108)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:170)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:553)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:443)
         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:439)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:61)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:983)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Error message at browser :
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    When I receive the above error, I could find the below messages missing in log file but I am not able to sort it out.
    <Oct 2, 2009 4:03:45 AM EDT> <Info> <Deployer> <BEA-149059> <Module Mailer.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:45 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MailerBeanHome.>
    <Oct 2, 2009 4:03:45 AM EDT> <Info> <Deployer> <BEA-149060> <Module Mailer.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:45 AM EDT> <Info> <Deployer> <BEA-149059> <Module Report.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ReportEJBHome.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module Report.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module ReportRequestCriteria.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ReportRequestCriteria.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module ReportRequestCriteria.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module ReportRequestDirectory.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ReportRequestDirectoryJNDIName.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module ReportRequestDirectory.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module ReferenceData.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ReferenceDataJNDIName.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module ReferenceData.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module User.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name User.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module User.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module UserInfo.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name UserInfo.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149060> <Module UserInfo.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:46 AM EDT> <Info> <Deployer> <BEA-149059> <Module Utility.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name Utility.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module Utility.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module ApplicationStatus.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name ApplicationStatus.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module ApplicationStatus.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module JMSReportSubmit.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010223> <EJB Deployed Message Driven Bean: LRSeSpecialsReportSubmitErrorEJB>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010223> <EJB Deployed Message Driven Bean: LRSeSpecialsReportSubmitMessageDrivenEJB>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module JMSReportSubmit.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MxMRateCard.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MxMRateCard.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MxMRateCard.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MxMReport.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MxMReport.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MxMReport.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MxMReportRequestCriteria.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MxMReportRequestCriteria.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MxMReportRequestCriteria.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MxMReportSpecification.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MxMReportSpecificationJNDIName.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MxMReportSpecification.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MSRRateCard.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MSRRateCard.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149060> <Module MSRRateCard.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:47 AM EDT> <Info> <Deployer> <BEA-149059> <Module MSRReport.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MSRReportEJBHome.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MSRReport.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MSRReportSpecification.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MSRReportSpecificationJNDIName.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MSRReportSpecification.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MSRReportRequestCriteria.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MSRReportRequestCriteria.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MSRReportRequestCriteria.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MMRRateCard.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MMRRateCard.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MMRRateCard.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MMRReport.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MMRReportEJBHome.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MMRReport.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MMRReportRequestCriteria.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MMRReportCriteria.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149060> <Module MMRReportRequestCriteria.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:48 AM EDT> <Info> <Deployer> <BEA-149059> <Module MMRReportSpecification.jar of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:49 AM EDT> <Info> <EJB> <BEA-010009> <EJB Deployed EJB with JNDI name MMRReportSpecification.>
    <Oct 2, 2009 4:03:49 AM EDT> <Info> <Deployer> <BEA-149060> <Module MMRReportSpecification.jar of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:49 AM EDT> <Info> <Deployer> <BEA-149059> <Module especials of application eSpecials is transitioning from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    <Oct 2, 2009 4:03:49 AM EDT> <Info> <Deployer> <BEA-149060> <Module especials of application eSpecials successfully transitioned from STATE_PREPARED to STATE_ADMIN on server LRSeSpecialsServer.>
    Regards,
    Deepak
    Edited by: user10340833 on Nov 5, 2009 10:29 AM

    Hi,
    a quick search on Google produced this VM tuning document:
    http://javaeesupportpatterns.blogspot.pt/2011/07/weblogic-permgen-space.html
    Frank

  • Oracle weblogic server error

    Hi every one
    i have installed oracle weblogic sever 11g(10.3.4) and oracle service bus in my ubuntu 64 bit system. When i start weblogic server i  am getting the following error
    <13 Mar, 2014 1:01:42 PM IST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "wlsbjmsrpDataSource": java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused.>
    <13 Mar, 2014 1:01:47 PM IST> <Critical> <JTA> <BEA-110482> <A logging last resource failed during initialization. The server cannot boot unless all configured logging last resources (LLRs) initialize. Failing reason:
    weblogic.common.ResourceException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: java.net.ConnectException : Error connecting to server localhost on port 1527 with message Connection refused.
    can you please anyone give the solutions for this porblem.

    It seems like the database is down... You need to start Derby Server on port 1527...
    http://docs.oracle.com/cd/E19830-01/819-4707/gbwzl/
    Cheers,
    Vlad

  • Weblogic Server error: "The system cannot find the path specified."

    Hi. I'm trying to run a Java EE web application, but as soon as I launch the Weblogic I get the next message several times on the DefaultServer Log: "The system cannot find the path specified"
    Here's the complete log:
    *** Using port 7101 ***
    C:\Users\Nicolás\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd
    [ waiting for the server to complete its initialization... ]
    The system cannot find the path specified.
    JAVA Memory arguments:
    WLS Start Mode=Development
    CLASSPATH=
    PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Common Files\Ulead Systems\MPEG;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\TortoiseSVN\bin;/3E
    The system cannot find the path specified.
    The system cannot find the path specified.
    * 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:
    Starting WLS with line:
    \bin\java -Dweblogic.Name= -Djava.security.policy=\server\lib\weblogic.policy
    Process exited.
    I can run my programs perfectly on another machine with Windows XP. I've got a new machine with Vista Home Premium 64, but I have been never able to launch the server. I don't know if this has something to do with the system environment variables.
    I'm using JDeveloper Studio Edition Version 11.1.1.1.0, and Weblogic Server 10.3.
    Thanks in advance! :)

    Hi,
    Try this.
    Edit your registry and go to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
    Change the value for NtfsDisable8dot3NameCreation to 1 (if the key does not exist, create a DWORD key with that name and set the value to 1).
    Delete your DefaultDomain folder from the system folder.
    Restart the machine, start the jdev and run the page.
    Reference : http://support.microsoft.com/kb/121007
    -Arun

  • Weblogic Server: Error Security BEA-090892 -- Force shutdown

    Hi all,
    The poblem is known, but after delete /tmp/ ... cached information is not solved. Any idea?
    After Change owner from root to oracle for middleware, AdminServer cannot start. I deleted /tmp/ directory but we get following error:
    Exception in thread "VDE Transaction Processor Thread" java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, larger than Java heap
    at com.octetstring.vde.Entry.readBytes(Entry.java:507)
    at com.octetstring.vde.Entry.<init>(Entry.java:99)
    at com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionProcessor.java:234)
    Sep 7, 2012 11:23:39 AM oracle.security.jps.internal.common.util.XmlSchemaValidationUtil$StrictErrorHandler warning
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: line 2 column 272.
    <Sep 7, 2012 11:23:41 AM UTC> <Error> <Security> <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: Cannot read from policy store. Reason is PolicyStore Error, javax.xml.stream.XMLStreamException: javax.xml.stream.XMLStreamException: Premature end of file encountered>
    <Sep 7, 2012 11:23:41 AM UTC> <Critical> <WebLogicServer> <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: Cannot read from policy store. Reason is PolicyStore Error, javax.xml.stream.XMLStreamException: javax.xml.stream.XMLStreamException: Premature end of file encountered
    weblogic.security.SecurityInitializationException: The loading of OPSS java
    Regards,
    Moh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I hope it is running fine prior to this error. What are you heap settings and also let me know your JDK version & JAVA_OPTIONS
    From the below error,may be you want to allocate more max heap.
    Exception in thread "VDE Transaction Processor Thread" java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, larger than Java heap
    at com.octetstring.vde.Entry.readBytes(Entry.java:507)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Standlone weblogic server error

    Use jdev 11.1.1.3
    My application runs well in embedded server. But when deployed in a standalone server, I get this error.
    This happens after I click a checkbox / save and then scroll through the rest of the rows.
    This does not happen in the embedded server though.
    Any clue is welcome.
    Thanks
    Server Exception during PPR, #2[[
    oracle.jbo.AttributeLoadException: JBO-27021: Failed to load custom data type value at index 1 with java object of type oracle.jbo.domain.Numb
    er due to java.sql.SQLException.
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.sql.SQLException: Result set already closed
    at weblogic.jdbc.wrapper.ResultSet.checkResultSet(ResultSet.java:110)
    at weblogic.jdbc.wrapper.ResultSet.preInvocationHandler(ResultSet.java:65)
    at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_OracleResultSetImpl.getBytes(Unknown Source)
    at oracle.jbo.domain.Number$1facClass.createDatum(Number.java:107)

    Which version of WLS you deployed your app to?
    Do you have the right adf runtime installed of the stand alone server?
    Timo

  • Jdev 11.1.1.0.1 local weblogic server error.

    After migrating Jdev 11.1.1.0.1 following error occurs unexpectedly sometime in local web logic server.
    How can we solve this problem.
    Thanks.
    Root cause of ServletException.
    javax.faces.el.EvaluationException: java.lang.OutOfMemoryError: PermGen space
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:70)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:274)
         Truncated. see log file for complete stacktrace
    java.lang.OutOfMemoryError: PermGen space
         at com.documentum.fc.client.impl.session.SessionConfig.<clinit>(SessionConfig.java)
         at com.documentum.fc.client.impl.session.Session.getSessionConfig(Session.java:587)
         at com.documentum.fc.client.impl.session.Session.getTypeDescription(Session.java:1219)
         at com.documentum.fc.client.impl.session.SessionHandle.getTypeDescription(SessionHandle.java:919)
         at com.documentum.fc.client.DfPersistentObject.setDefaultValues(DfPersistentObject.java:182)
         Truncated. see log file for complete stacktrace

    Hi,
    I was getting the same exceptions until I changed these two lines in
    c:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\bin\setDomainEnv.cmd
    set MEM_PERM_SIZE=-XX:PermSize=128m
    set MEM_MAX_PERM_SIZE=-XX:MaxPermSize=256m
    Pedja

  • Error while running weblogic server in jdeveloper

    starting weblogic with Java version:
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK17~1.0\bin\java -jrockit -Xms256m -Xmx512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.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.remoteEnabled=false -Dwsm.repository.path=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\oracle\store\gmds -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -noverify -Doracle.webcenter.analytics.disable-native-partitioning=false -Doracle.webcenter.tagging.scopeTags=false -Djrockit.codegen.newlockmatching=true -Dportlet.oracle.home=E:\Oracle\Middleware\jdeveloper -Dwc.oracle.home=E:\Oracle\Middleware\jdeveloper -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Process exited.
    JDeveloper version -11.1.1.6.0
    Window 7 64bit os
    Please help.
    Regards,
    Shrikant1988

    I have reinstall changed the class path in environment variable and getting below error
    *** Using port 7101 ***
    C:\Users\DELL\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \Java\jdk1.6.0_38 was unexpected at this time.
    Process exited.
    Regards,
    Shrikant1988

  • Error on starting weblogic server in jdeveloper

    While running a ADF on personal Laptop am getting error at launching weblogic server ....
    starting weblogic with Java version:
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    For more information below is the weblogic server log
    *** Using HTTP port 7101 ***
    *** Using SSL port 7102 ***
    C:\Users\inatar\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\Middleware\oracle_common\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\Middleware\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\Middleware\patch_jdev1112\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\jdk1.7.0_67\lib\tools.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;C:\Oracle\Middleware\modules\org.apache.ant_1.7.1/lib/ant-all.jar;C:\Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyclient.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\xqrl.jar
    PATH=C:\Oracle\Middleware\patch_wls1035\profiles\default\native;C:\Oracle\Middleware\patch_jdev1112\profiles\default\native;C:\Oracle\Middleware\wlserver_10.3\server\native\win\32;C:\Oracle\Middleware\wlserver_10.3\server\bin;C:\Oracle\Middleware\modules\org.apache.ant_1.7.1\bin;C:\PROGRA~1\Java\jdk1.7.0_67\jre\bin;C:\PROGRA~1\Java\jdk1.7.0_67\bin;E:\DB\app\oracle\product\11.2.0\server\bin;;c:\Program Files\RSA SecurID Token Common;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Java\jdk1.7.0_67\bin;C:\Oracle\Middleware\wlserver_10.3\server\native\win\32\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:
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Starting WLS with line:
    C:\PROGRA~1\Java\jdk1.7.0_67\bin\java -jrockit   -Xms256m -Xmx512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Users\inatar\AppData\Local\Temp\trustStore8546928410091695376.jks -Doracle.jdeveloper.adrs=true -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none  -da -Dplatform.home=C:\Oracle\Middleware\wlserver_10.3 -Dwls.home=C:\Oracle\Middleware\wlserver_10.3\server -Dweblogic.home=C:\Oracle\Middleware\wlserver_10.3\server  -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=C:\Oracle\Middleware\oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\inatar\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain -Djrockit.optfile=C:\Oracle\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Users\inatar\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\config\fmwconfig\servers\DefaultServer -Doracle.domain.config.dir=C:\Users\inatar\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\config\fmwconfig  -Digf.arisidbeans.carmlloc=C:\Users\inatar\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\config\fmwconfig\carml  -Digf.arisidstack.home=C:\Users\inatar\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\config\fmwconfig\arisidprovider -Doracle.security.jps.config=C:\Users\inatar\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Users\inatar\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\Middleware\oracle_common\modules\oracle.ossoiap_11.1.1,C:\Oracle\Middleware\oracle_common\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\inatar\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\oracle\store\gmds   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\Middleware\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\Middleware\patch_jdev1112\profiles\default\sysext_manifest_classpath  weblogic.Server
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Process exited.

    may be your jdev installation is happened correctly.Please try reinstalling.

Maybe you are looking for

  • Open PDF In New Window

    I have created an interactive pdf in Indesign.  It contains hyperlinks to destinations in a second pdf file.  I would like the hyperlinks to open the second pdf file in a new window.  Is there a way to do this either in Indesign or Adobe Professional

  • Using AppleScript to create a text file, based on an OCR'd file's content

    Hey guys, I've got an interesting situation. I was wondering if there would be anyway to use something like AppleScript (or the like) to create a text document and fill it with information based on what is found in an already OCR'd file? For example:

  • I dont know my backup password . how do i find it?

    i dont know my backup password . so is there a way to find it out or change it ?

  • New iPod Touch 2g memory...

    Hello... I have been waiting for the new ipod touch since the ipod touch 1g came out... the reason I have not bought the 1g is because of its small capacity... But again.. kind of disappointed with 8gig even though price has cut and I was expecting t

  • Can you re-import your CD's in high quality, but keep the original track data?

    Dear All I got roughly halfway through importing my collection of about 800 CD's into iTunes 12, before realising that the default import settings applied by iTunes is not 'the best'.  In fact it's not set anywhere near 'the best', it's something lik