Re: WebLogic Re-start

          Hi All,
          Everytime I modify my servlet I have to restart my server inorder to make it look
          at the new class file.
          Is there a way I could hot deploy it so that I can avoid re-starting .
          Thanks...Kevin
          

Hi,
not sure if you have a customer support contract, but this sounds like a support cad rot me. Is the effect the same if you re-start the application server? From a technical point there is no reason why PPR should not work after an application restart assuming you did patch the WLS server environment as documented for 11g R2 releases
Frank

Similar Messages

  • Weblogic server start error: java.lang.OutOfMemoryError

    Hi:
              when i start weblogic server, i met following error !
              java.lang.OutOfMemoryError
              <<no stack trace available>>
              why?
              thanks!
              starting output as follow :
              C:\bea7\user_projects\zhudomain>startweblogic
              C:\bea7\user_projects\zhudomain>echo off
              CLASSPATH=C:\bea7\jdk131_03\lib\tools.jar;C:\bea7\weblogic700\integration\li
              b\wl
              pi-worklist.jar;C:\bea7\weblogic700\samples\server\eval\pointbase\lib\pbserv
              er42
              ECF172.jar;C:\bea7\weblogic700\server\lib\weblogic_sp.jar;C:\bea7\weblogic70
              0\se
              rver\lib\weblogic.jar;
              PATH=.;C:\bea7\weblogic700\server\bin;C:\bea7\jdk131_03\bin;C:\PROGRA~1\RATI
              ONAL
              \RATION~1\NUTCROOT\bin;C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\bin\x11;C:\PRO
              GRA~
              1\RATIONAL\RATION~1\NUTCROOT\mksnt;c:\Oracle\Ora81\bin;C:\WINNT\system32;C:\
              WINN
              T;C:\WINNT\System32\Wbem;C:\PROGRA~1\ULTRAE~1;C:\CTEX\MiKTeX\TeXMF\miktex\bi
              n;C:
              \CTEX\MiKTeX\LocalT~1\cct\bin;C:\Program Files\Rational\common;C:\Program
              Files\
              Rational\ClearQuest;C:\Program Files\Rational\Rose\TopLink\;C:\Program
              Files\Rat
              ional\Rational Test;C:\bea7\jdk131_03\bin
              * To start WebLogic Server, use a username and *
              * password assigned to an admin-level user. For *
              * server administration, use the WebLogic Server *
              * console at http://[hostname]:[port]/console *
              C:\bea7\user_projects\zhudomain>"C:\bea7\jdk131_03\bin\java" -hotspot -Xms32
              m -X
              mx200m -Dweblogic.security.SSL.trustedCAKeyStore=C:\bea7\weblogic700\server\
              lib\
              cacerts -Dweblogic.Name=myserver -Dbea.home="C:\bea7" -Dweblogic.management.
              user
              name= -Dweblogic.management.password= -Dweblogic.ProductionModeEnabled= -Dja
              va.s
              ecurity.policy="C:\bea7\weblogic700\server\lib\weblogic.policy"
              weblogic.Server
              <2002-11-13 ÏÂÎç04ʱ21·Ö01Ãë> <Info> <Security> <090065> <Getting boot
              identity
              from user.>
              Enter username to boot WebLogic server:system
              Enter password to boot WebLogic server:
              Starting WebLogic Server...
              <2002-11-13 ÏÂÎç04ʱ21·Ö08Ãë> <Notice> <Management> <140005> <Loading
              configurat
              ion C:\bea7\user_projects\zhudomain\.\config.xml>
              java.lang.OutOfMemoryError
              <<no stack trace available>>
              

    Hi JLK,
    Now as you can see that you are getting "java.lang.OutOfMemoryError: PermGen space" during the activation on an application it means that you are application needs more space in the non-heap part of the JVM which is PermGen to create the Classes, Class Structures, Methods and Reflection Objects of this applications hence you are getting this issue.
    Now how to solve this issue you try the following check list which would help you resolve this issue and overcome same type of issue in future
    1). Make Sure that the PermGen Area is not set to a very less value.
    2). Usually if an Application has Many JSP Pages in that case every JSP will be converted to a *.class file before JSP Request Process. So a large number of JSPs causes generation of a Large number of *.class files all these classes gets loaded in the PermGen area.
    3). While allocating the -XX:MaxPermSize make sure that you follow a rough Formula… which works in most of the Application Servers.
    MaxPermSize = (Xmx/3) —- Very Special Cases (One Third of maximum Heap Size)
    MaxPermSize = (Xmx/4) —- Recommended (One Fourth Of maximum Heap Size
    To get more information on this I would suggest you to have look at the below link which would surely help you in this case
    Topic: OutOfMemory Causes and First Aid Steps?
    http://middlewaremagic.com/weblogic/?p=4464
    Regards,
    Ravish Mody

  • NT startup parmaters for multiple weblogic servers started as a service

    I have the need to start multiple weblogic servers, using NT services.
    I have created a second folder with a properties file listening on another
    port.
    I am using the following startup parameter
    -J-Dweblogic.system.name=Test
    My question, this works when I type the startup parameter, is their anyway
    to have this automatically entered
    on server startup.
    Is their a registry setting to make this permanent
    Thanks

    The answer is...
    - Use a product to turn applications into an NT Service (e.g.
    ServiceMill)
    - Directly run the Weblogic Server Java class via that application
    --> As many WLs on one machine as you like.
    Send mail if you need specific details.
    Best regards
    Daniel Hoppe
    -----Original Message-----
    From: [email protected] (Ed) [mailto:[email protected]]
    Posted At: Wednesday, August 30, 2000 2:34 AM
    Posted To: install
    Conversation: NT startup parmaters for multiple weblogic servers started
    as a service
    Subject: Re: NT startup parmaters for multiple weblogic servers started
    as a service
    I wish that was the case.
    The problem is, while you enter the startup parameter once, it only
    is good for that startup of the weblogic server,
    The next time the server reboots and the services start, unless you
    re-enter the startup parameter -J-Dweblogic.system.name=Foldername
    The weblogic server starts using the wrong properties file.
    Is their anyway using NT services to have the correct instance of WL
    to start everytime.
    I have checked this newsgroup and this question has been posted
    before, but so far no one seems to have the answer.
    I know in a production eniviorment someone must be running more that
    one instance of a WL server as a service, Hopefully their is an
    answer on how this is done.
    Thank you
    Kumar Allamraju <[email protected]> wrote:
    Not that i know of.
    but you are specifying this startup parameter only one time too!!!
    Kumar
    None of your bussines wrote:
    I have the need to start multiple weblogic servers, using NT
    services.
    I have created a second folder with a properties file listening onanother
    port.
    I am using the following startup parameter
    -J-Dweblogic.system.name=Test
    My question, this works when I type the startup parameter, is theiranyway
    to have this automatically entered
    on server startup.
    Is their a registry setting to make this permanent
    Thanks

  • Bind custom object in weblogic server start

    I want to bind my custom object to jndi when weblogic server start. how can i do?

    Bonjour Yiwen,
    That could easily done by registering a startup class in weblogic server that will do the binding of the object in the JNDI tree (it can also create all the subcontexts you need).
    Below is some code that works fine on WLS 5.1:
    a.. a custom object
    package StartupJNDI;
    public class CustomObject extends Object
    protected String name;
    public CustomObject ( String aszName )
    name = aszName;
    public String getName()
    return name;
    public void setName(String newName)
    name = newName;
    a.. a startup class
    package StartupJNDI;
    import javax.naming.*;
    public class Registration
    public Registration()
    InitialContext initCtx = null;
    try
    initCtx = new InitialContext ();
    initCtx.bind ( "Startup Registered Object" , new CustomObject ( "This is a void object" ) );
    catch ( Exception ex )
    ex.printStackTrace ( System.err );
    public static void main(String[] args)
    new Registration();
    a.. a startup class in weblogic.properties:
    weblogic.system.startupClass.JNDIStartupRegistration=StartupJNDI.Registration
    Please, be sure that the path to these classes is also registered in the WEBLOGIC_CLASSPATH system property (e.g. : in your startweblogic.cmd file on Windows NT).
    You can check that the object is bound in the JNDI tree through the console.
    Hope this helps,
    Cordialement,
    Etienne
    Yiwen Tian <[email protected]> a écrit dans le message : [email protected]..
    >
    I want to bind my custom object to jndi when weblogic server start. how can i do?
    [att1.html]

  • Exception in Weblogic Server Starting

    Hi all,
    While starting weblogic server, I can see some exception as follows but server is started. Because of this I can't able to deploy OSM cartridges.
    java.sql.SQLSyntaxErrorException: ORA-04092: cannot COMMIT in a trigger
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.ja
    va:91)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:1
    33)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.
    java:191)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableSta
    tement.java:950)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
    nt.java:1223)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePrep
    aredStatement.java:3386)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStat
    ement.java:3487)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStat
    ement.java:3858)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePrepa
    redStatementWrapper.java:1374)
    at oracle.jdbc.oracore.OracleTypeADT.initMetadata(OracleTypeADT.java:535
    at oracle.jdbc.oracore.OracleTypeADT.init(OracleTypeADT.java:462)
    at oracle.sql.ArrayDescriptor.initPickler(ArrayDescriptor.java:1678)
    at oracle.sql.ArrayDescriptor.<init>(ArrayDescriptor.java:291)
    at oracle.sql.ArrayDescriptor.createDescriptor(ArrayDescriptor.java:206)
    at oracle.sql.ArrayDescriptor.createDescriptor(ArrayDescriptor.java:175)
    at oracle.sql.ArrayDescriptor.createDescriptor(ArrayDescriptor.java:158)
    at oracle.sql.ArrayDescriptor.createDescriptor(ArrayDescriptor.java:125)
    at oracle.jdbc.driver.NamedTypeAccessor.otypeFromName(NamedTypeAccessor.
    java:84)
    at oracle.jdbc.driver.TypeAccessor.initMetadata(TypeAccessor.java:89)
    at oracle.jdbc.driver.T4CCallableStatement.allocateAccessor(T4CCallableS
    tatement.java:629)
    at oracle.jdbc.driver.OracleCallableStatement.registerOutParameterIntern
    al(OracleCallableStatement.java:167)
    at oracle.jdbc.driver.OracleCallableStatement.registerOutParameter(Oracl
    eCallableStatement.java:208)
    at oracle.jdbc.driver.OracleCallableStatementWrapper.registerOutParamete
    r(OracleCallableStatementWrapper.java:1584)
    at weblogic.jdbc.wrapper.CallableStatement_oracle_jdbc_driver_OracleCall
    ableStatementWrapper.registerOutParameter(Unknown Source)
    at com.mslv.oms.handler.util.j.prepareStatement(Unknown Source)
    at com.mslv.oms.dataaccesslayer.CallableProxy.prepareStatement(Unknown S
    ource)
    at com.mslv.oms.dataaccesslayer.a.execute(Unknown Source)
    at com.mslv.oms.dataaccesslayer.CallableProxy.execute(Unknown Source)
    at com.mslv.oms.handler.util.e.a(Unknown Source)
    at com.mslv.oms.eventengine.EventDispatcherEJB.processTimeout(Unknown So
    urce)
    at com.mslv.oms.eventengine.EventDispatcher_86q3j1_EOImpl.processTimeout
    (EventDispatcher_86q3j1_EOImpl.java:73)
    at com.mslv.oms.poller.a.handleNotification(Unknown Source)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor$ListenerWrapper
    .handleNotification(DefaultMBeanServerInterceptor.java:1732)
    at javax.management.NotificationBroadcasterSupport.handleNotification(No
    tificationBroadcasterSupport.java:257)
    at javax.management.NotificationBroadcasterSupport$SendNotifJob.run(Noti
    ficationBroadcasterSupport.java:322)
    at javax.management.NotificationBroadcasterSupport$1.execute(Notificatio
    nBroadcasterSupport.java:307)
    at javax.management.NotificationBroadcasterSupport.sendNotification(Noti
    ficationBroadcasterSupport.java:229)
    at javax.management.timer.Timer.sendNotification(Timer.java:1237)
    at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1206)
    at javax.management.timer.TimerAlarmClock.run(Timer.java:1289)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)
    <Nov 22, 2011 3:26:33 PM GMT+05:30> <Error> <oms> <BEA-000000> <util.e: Failed t
    o execute GetOrderTransitionProxy
    com.mslv.oms.dataaccesslayer.ProxyException: ORA-04092: cannot COMMIT in a trigg
    er
    Nested Exception: ORA-04092: cannot COMMIT in a trigger
    Can anybody pls help me to resolve this issue asap...
    Thanks in advance
    Bharathi

    Bharathi;
    The error indicates that a trigger is being executed. OSM DB schema does not make use of triggers at all. Has anyone added triggers to the OSM DB schema? If so this should not be done - modification or direct access of the OSM DB schema is not supported.
    Brian.

  • ODI 11g Weblogic agent start up failure

    I have defined the weblogic agent in my master repository but still can not get it to start in the weblogic sever? Does anyone know how i can resolve this problem?
    Please see full error below:
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "AgentServlet" failed to preload on startup in Web application: "oraclediagent".
    ODI-1405: Agent OracleDIAgent start failure: the agent is not defined in the topology for master repository.
         at oracle.odi.runtime.agent.servlet.AgentServlet$1.doAction(AgentServlet.java:734)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:193)
         at oracle.odi.runtime.agent.servlet.AgentServlet.getSnpAgentForAgentInstance(AgentServlet.java:726)
         at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:323)
         at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:226)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1976)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1950)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1869)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:143)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    :oracle.odi.agent.logging.logFramework.OdiAgentException:ODI-1405: Agent OracleDIAgent start failure: the agent is not defined in the topology for master repository.

    Hi Adrian,
    I have started my work with new domain creation.
    Before that i have created two agents
    1)STAND_AGENT Host:localhost,port-20910
    2)JAVAAGNT1 Host:localhost,port-*20917*
    both i have started and tested the connection as well executing the interface using these 2 agents.It went fine.Then i started creating the domain.
    My adminserver Host:localhost,port-7011 and odi_server1 Host:localhost,port*-20917*(java agent port)( is this fine?).
    Completed the domain creation and started the admin server ,in logs i found the error for credential stores and i have done that also.
    Then stoped the server ans started the wls adminserver. In the log i am getting the same error u posted in the begining,
    ODI-1405: Agent OracleDIAgent start failure: the agent is not defined in the topology for master repository.
         at oracle.odi.runtime.agent.servlet.AgentServlet$1.doAction(AgentServlet.java:734)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:193)
         at oracle.odi.runtime.agent.servlet.AgentServlet.getSnpAgentForAgentInstance(AgentServlet.java:726)
         at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:323)
         at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:226)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:531)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1915)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1889)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1807)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         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)
    Adrian ,Please help.
    Thanks & Regards,
    MNK

  • Logs in weblogic while starting a server

    I have added adf and jsf jar files (afc.jar,jsf-impl.jar,jstl.jar,adf-faces-api.jar,adf-faces-impl.jar,adfshare.jar,commons-beanutils.jsr,commons-collections.jar,commons-digester.jar,,jsf-api.jar,standard.jar)
    under web-inf /lib folder in my project . while starting the weblogic server it is taking 10 minutes to start the server. so many logs are printed .i have placed the sample logs below please give the solution to resolve it.
    regards
    Hilda
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/description'.
    19 Sep 2007 15:19:29 [Main Thread] Popping body text ''
    19 Sep 2007 15:19:29 [Main Thread] ignorableWhitespace(
    19 Sep 2007 15:19:29 [Main Thread] startElement(,,display-name)
    19 Sep 2007 15:19:29 [Main Thread] Pushing body text ''
    19 Sep 2007 15:19:29 [Main Thread] New match='faces-config/component/property/display-name'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/display-name'.
    19 Sep 2007 15:19:29 [Main Thread] characters(Renderer Type)
    19 Sep 2007 15:19:29 [Main Thread] endElement(,,display-name)
    19 Sep 2007 15:19:29 [Main Thread] match='faces-config/component/property/display-name'
    19 Sep 2007 15:19:29 [Main Thread] bodyText='Renderer Type'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/display-name'.
    19 Sep 2007 15:19:29 [Main Thread] Popping body text ''
    19 Sep 2007 15:19:29 [Main Thread] ignorableWhitespace(
    19 Sep 2007 15:19:29 [Main Thread] startElement(,,icon)
    19 Sep 2007 15:19:29 [Main Thread] Pushing body text ''
    19 Sep 2007 15:19:29 [Main Thread] New match='faces-config/component/property/icon'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/icon'.
    19 Sep 2007 15:19:29 [Main Thread] endElement(,,icon)
    19 Sep 2007 15:19:29 [Main Thread] match='faces-config/component/property/icon'
    19 Sep 2007 15:19:29 [Main Thread] bodyText=''
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/icon'.
    19 Sep 2007 15:19:29 [Main Thread] Popping body text ''
    19 Sep 2007 15:19:29 [Main Thread] ignorableWhitespace(
    19 Sep 2007 15:19:29 [Main Thread] startElement(,,property-name)
    19 Sep 2007 15:19:29 [Main Thread] Pushing body text ''
    19 Sep 2007 15:19:29 [Main Thread] New match='faces-config/component/property/property-name'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/property-name'.
    19 Sep 2007 15:19:29 [Main Thread] characters(rendererType)
    19 Sep 2007 15:19:29 [Main Thread] endElement(,,property-name)
    19 Sep 2007 15:19:29 [Main Thread] match='faces-config/component/property/property-name'
    19 Sep 2007 15:19:29 [Main Thread] bodyText='rendererType'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/property-name'.
    19 Sep 2007 15:19:29 [Main Thread] Popping body text ''
    19 Sep 2007 15:19:29 [Main Thread] ignorableWhitespace(
    19 Sep 2007 15:19:29 [Main Thread] startElement(,,property-class)
    19 Sep 2007 15:19:29 [Main Thread] Pushing body text ''
    19 Sep 2007 15:19:29 [Main Thread] New match='faces-config/component/property/property-class'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/property-class'.
    19 Sep 2007 15:19:29 [Main Thread] characters(java.lang.String)
    19 Sep 2007 15:19:29 [Main Thread] endElement(,,property-class)
    19 Sep 2007 15:19:29 [Main Thread] match='faces-config/component/property/property-class'
    19 Sep 2007 15:19:29 [Main Thread] bodyText='java.lang.String'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/property-class'.
    19 Sep 2007 15:19:29 [Main Thread] Popping body text ''
    19 Sep 2007 15:19:29 [Main Thread] ignorableWhitespace(
    19 Sep 2007 15:19:29 [Main Thread] startElement(,,property-extension)
    19 Sep 2007 15:19:29 [Main Thread] Pushing body text ''
    19 Sep 2007 15:19:29 [Main Thread] New match='faces-config/component/property/property-extension'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/property-extension'.
    19 Sep 2007 15:19:29 [Main Thread] characters(
    19 Sep 2007 15:19:29 [Main Thread] startElement(,,tag-attribute)
    19 Sep 2007 15:19:29 [Main Thread] Pushing body text '
    19 Sep 2007 15:19:29 [Main Thread] New match='faces-config/component/property/property-extension/tag-attribute'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/property-extension/tag-attribute'.
    19 Sep 2007 15:19:29 [Main Thread] characters(false)
    19 Sep 2007 15:19:29 [Main Thread] endElement(,,tag-attribute)
    19 Sep 2007 15:19:29 [Main Thread] match='faces-config/component/property/property-extension/tag-attribute'
    19 Sep 2007 15:19:29 [Main Thread] bodyText='false'
    19 Sep 2007 15:19:29 [Main Thread] No rules found matching 'faces-config/component/property/property-extension/tag-attribute'.
    19 Sep 2007 15:19:29 [Main Thread] Popping body text '

    For deploying ADF application to WebLogic please refer
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtAnchor.CIHEGDAI/vtTopicFile.adfdevguide%7Cdeployment_topics%7Ehtm/

  • Permission error when WebLogic Server starts up

    Dear WebLogic gurus
    When I try to startup WebLogic server with 80 listening port in Solaris 2.6,
    it did not startup due to permission problem.
    The error log said that
    Sat Dec 11 06:11:02 GMT 1999:<E> <ListenThread> **** Unable to create server
    socket. Perhaps another process is using port 80.
    Sat Dec 11 06:11:02 GMT 1999:<E> <ListenThread> java.net.BindException:
    Permission denied
    To solve this problem, I just tried to startup WebLogic with root user
    because I was sure that another process did not run with port 80.
    It works now but with only super user. This kind of problems did not happen
    with 7001 port.
    What's the reason of this ?
    Thanks in advance

    Hi there.. Looking at your error, it appears that you there is a web server
    already running and bound to port 80. Check with your system admins to see if
    you have a web server installed on port 80. Another easy way to figure out
    would be a simple telnet to your server name at port 80. Try this:
    $ telnet localhost (or servername) 80
    GET / HTTP/1.0
    If that works any returns any data, you've got a webserver running at port 80.
    Work with your system admin's to turn off that running webserver and picking
    another port for WebLogic.
    Under UNIX, anything under port 1024 is considered a privileged port and root
    would have to start the server to be able to bind to port 80. You'll also want
    to enable the setUID program in weblogic.properties. Look for the following
    lines in your weblogic.properties and see if they apply.
    # UNIX only: If running on port 80 on UNIX, enable the setUID program
    #weblogic.system.enableSetUID=false
    # UNIX only: Unprivileged user to setUID to after starting up
    # WebLogic Server on port 80
    #weblogic.system.nonPrivUser=nobody
    Hope this helps.
    --Vinny
    Changyong wrote:
    Dear WebLogic gurus
    When I try to startup WebLogic server with 80 listening port in Solaris 2.6,
    it did not startup due to permission problem.
    The error log said that
    Sat Dec 11 06:11:02 GMT 1999:<E> <ListenThread> **** Unable to create server
    socket. Perhaps another process is using port 80.
    Sat Dec 11 06:11:02 GMT 1999:<E> <ListenThread> java.net.BindException:
    Permission denied
    To solve this problem, I just tried to startup WebLogic with root user
    because I was sure that another process did not run with port 80.
    It works now but with only super user. This kind of problems did not happen
    with 7001 port.
    What's the reason of this ?
    Thanks in advance

  • 10.3.6 weblogic server start error

    on windows 7 I installed oepe-juno-installer-12.1.1.1.0.201207241647-10.3.6-win32 (bundled installer) from http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-bundle-1861326.html
    at completion of the installation, started the Quickstart app, then clicked on 'Start WebLogic Server 10.3.6 Samples Domain'
    get error message "\Java\jre1.6.0.23\lib\ext\QTJava.zip was unexpected at this time."
    thanks for any assistance you can provide.

    QTJava.zip was in the system CLASSPATH. removed it and that resolved the issue.

  • Javax.naming.NameNotFoundException: Unable to resolve 'ATGProductionDS'   - in Weblogic on starting the server

    Hi,
    I am not able to resolve the JNDI name - ATGProductionDS
    I have used CIM to create this and i am using ATG10.2 with MYSQL as my database and weblogic.
    /atg/epub/file/ConfigFileSystem journaling file system started: vfs=file:/C:
    /Stixs/ATG/ATG10.2/home/PublishingAgent/deploymentconfig/live/config/ journalDirectory=C:\Stixs\ATG\ATG10.2\home\PublishingAgent\deploymentc
    onfig\data\config
    **** Error      Fri Dec 27 20:58:35 EST 2013    1388195915495   /atg/dynamo/service/jdbc/DirectJTDataSource     Failed to resolve ATGProduct
    ionDS   javax.naming.NameNotFoundException: Unable to resolve 'ATGProductionDS'. Resolved ''; remaining name 'ATGProductionDS'
    **** Error      Fri Dec 27 20:58:35 EST 2013    1388195915495   /atg/dynamo/service/jdbc/DirectJTDataSource             at weblogic.jndi.int
    ernal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    **** Error      Fri Dec 27 20:58:35 EST 2013    1388195915495   /atg/dynamo/service/jdbc/DirectJTDataSource             at weblogic.jndi.int
    Entries from Weblogic console -datasources
    ATGBatchDS
    Generic
    ATGBatchDS
    ATGProductionDS
    Generic
    ATGProductionDS
    atg_production_lockserver, atg_publishing_lockserver
    ATGPublishingDS
    Generic
    ATGPublishingDS
    atg_publishing_lockserver
    Please provide assistance.

    Hi,
    if you click the "Control" tab for the ATGProductionDS datasource in the Weblogic console does it show the State as running?
    Does the "Monitoring" tab for the datasource show the State as running? If you click on the "Testing" tab can you test the datasource successfully?
    If you inspect the Server using the Weblogic console there is a link "View JNDI Tree" If you click the link do you see the datasource listed in the left pane?
    Do you see any errors for the ATGProductionDS in the Weblogic server log and out log files?

  • Cannot get Weblogic to start (\JDev11.1.3\jdk160_18 was unexpected at this)

    Ok, I'm stumped. I've gotten JDev (Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) installed and I imported one of my projects from JDev 10.
    the problem is when I try to start WebLogic, I get the following error:
    *** Using port 7101 ***
    C:\Users\silva29\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \JDev11.1.3\jdk160_18 was unexpected at this time.
    Process exited.
    So, I found this in "Known Issues"
    Cannot run WLS on Windows 7 64-bit (9466912)
    The Windows .bat scripts for managing WLS do not work if environment variables such as JAVA_HOME or CLASSPATH contain a ')'. The former happens when e.g. the 32bit JDK is installed in its default path, e.g. "C:\Program Files (x86)\Java\jdk1.6.0_18". The latter if an application such as Apple QuickTime adds itself to the CLASSPATH environment variable.
    When trying to run the integrated WLS you will get an error while starting that instance, stating that
    "\Java\jdk1.6.0_18 was unexpected at this time."
    The integrated WLS will not start as a result of that.
    This also happens if the scripts are being run manually on command prompt.
    Workaround is to install the JDK and programs such as Apple QuickTime in a path without ')'.
    First off it's unbelievable that the ')' causes this to happen. Hard to believe that that isn't a trivial fix to make and provide a patch for.
    SECOND, I changed my path and classpath, but I continue getting the error. So, now I'm stuck again.
    Anyone else run into this problem? I'm running on Windows 7 64 bit op sys.
    Right now I'm dead in the water. Anyone got a fix for me?
    Thanks.

    Various parts of the Oracle Middleware platform choke when the PATH or install directories contain a ")" character (it messes up parenthesis matching in scripts). Unfortunately, on 64-bit Windows, Microsoft has decided to have a "Program Files (x86)" directory - yech, both spaces and parenthesis in a directory name!
    I've worked around this on my installation by using the little-known MKLINK command to create a junction point for the offending directory like this:
    mklink /J c:\pf86 "c:\program files (x86)"And then replacing all occurrences in the PATH of "c:\program files (x86)" with "c:\pf86" - gets rid of the offending parenthesis and makes my path shorter as well.
    John

  • Jrockit81sp3_142_04 crash & weblogic instance start up failure.

    <b>We've 2 managed servers with Weblogic8.1 SP3 running in a clustered environment. One of the managed server crashed by creating a jrockit.dump file. The JRockit version used is jrockit81sp3_142_04. While attempting to start the server the start up fails and the following error message has been logged in the log files.
    </b><br><br>
    [memory ] GC strategy: parallel [memory ] heap size: 262144K, maximal heap size: 524288K [memory ] start time of collection (seconds since jvm start) [memory ] - end time of collection (seconds since jvm start) [memory ] - memory used by objects before collection (KB) [memory ] - memory used by objects after collection (KB) [memory ] - size of heap after collection (KB) [memory ] - total pause time during collection (milliseconds) [load ] opened zip /opt/bea/jrockit81sp3_142_04/jre/lib/i386/jrockit/libjvm.so [load ] closed zip /opt/bea/jrockit81sp3_142_04/jre/lib/rt.jar [load ] opened zip /opt/bea/jrockit81sp3_142_04/jre/lib/sunrsasign.jar [load ] opened zip /opt/bea/jrockit81sp3_142_04/jre/lib/jsse.jar [load ] opened zip /opt/bea/jrockit81sp3_142_04/jre/lib/jce.jar [load ] opened zip /opt/bea/jrockit81sp3_142_04/jre/lib/charsets.jar [load ] opened zip /opt/bea/jrockit81sp3_142_04/jre/lib/managementapi.jar [load ] initiated 080 0 (nil)/java/lang/Object [load ] define 080 0 (nil)/java/lang/Object [load ] Failed to load native library: /opt/bea/jrockit81sp3_142_04/jre/bin/libverify.so: /opt/bea/jrockit81sp3_142_04/jre/bin/libverify.so: cannot open shared object file: No such file or directory [load ] Failed to load native library: /opt/bea/jrockit81sp3_142_04/jre/lib/libverify.so: /opt/bea/jrockit81sp3_142_04/jre/lib/libverify.so: cannot open shared object file: No such file or directory [load ] Loaded native library: /opt/bea/jrockit81sp3_142_04/jre/lib/i386/libverify.so [load ] created: java/lang/Object : 1.0137 ms [load ] java/lang/Object : 1.0921 ms [load ] initiated 080 1 (nil)/java/io/Serializable [load ] java/io/Serializable : 0.0127 ms ERROR: Could not find class java/io/Serializable. ERROR: library init failed on commons. Could not create the Java virtual machine.
    <br><br>
    <b>The JAVA_HOME has been set to JRockit SDK. (JAVA_HOME=/opt/bea/jrockit81sp3_142_04)
    <br>
    What could have caused this failure? Any hints?
    <br>
    Thanks
    <br>
    Sunil. </b>

    I had exactly the same problem as you.
    I found I did something really dump & In weblogic, where you specify the arguements for using the Class paths, I accidentally placed a space inbetween an arguement.
    In the following location of the weblogic console:
    Domain\Clusters\Cluster_Name\Configuration Tab\Remote Start Tab\Arguements
    Instead of having say:
    -Xms768m -Xmx768m -Xgc:gencon -Xns:128m -Dcom.vignette.portal.installdir.path=C://portal
    I had:
    -Xms768m -Xmx768m -Xgc:gencon -Xns:128m - Dcom.vignette.portal.installdir.path=C:/portal
    Spot the mistake ;)
    This was enough to make the compiler fail with the following error:
    ERROR: Could not find class java/io/Serializable.
    ERROR: library init failed on commons.
    Could not create the Java virtual machine.

  • Weblogic Server Start Error

    Hi,
    I am using windows 7 ultimate 64 bit.
    when i start the server with "startWebLogic.cmd" then it raises following error:
    "Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit."
    while i did not install any jrockit. I installed Java JDK 7.0.
    so how can i resolve this issue.
    regards,
    Waqas Hassan

    The below i could see at my setDomainEnv.sh file
    COMMON_COMPONENTS_HOME="/home/oiam/Oracle/Middleware/oracle_common"
    export COMMON_COMPONENTS_HOME
    OAM_ORACLE_HOME="/home/oiam/Oracle/Middleware/Oracle_IDM1/oam"
    export OAM_ORACLE_HOME
    APPLICATIONS_DIRECTORY="/home/oiam/Oracle/Middleware/user_projects/applications/
    OAM_domain"
    export APPLICATIONS_DIRECTORY
    WL_HOME="/home/oiam/Oracle/Middleware/wlserver_10.3"
    export WL_HOME
    BEA_JAVA_HOME="/home/oiam/Desktop/OIAM11.1.2.1.0/JDK/jdk-new/jdk1.7.0_25"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME=""
    export SUN_JAVA_HOME
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
            JAVA_HOME="${BEA_JAVA_HOME}"
            export JAVA_HOME

  • Weblogic server starting pages.

    Hi! I have ADF app. I deployed it! All is ok when I had index.html page. When I entered address and app worked. But now I have indes.jspx page. And when I enter address then I have error:
    Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    Where to configure in weblogic or somewhere else? Can you say in details, I cant find it!
    Best regards!

    Hi! I created index.jspx page. In my app web.xml file I defined:
    <welcome-file-list>
    <welcome-file>index.jspx</welcome-file>
    <welcome-file>default.jspx</welcome-file>
    </welcome-file-list>
    And deployed app to WeblogicServer but then I had error:
    Error 500--Internal Server Error
    java.lang.RuntimeException: Cannot find FacesContext
    at javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1851)
    at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1668)
    at jsp_servlet.__index_jspx._jspService(__index_jspx.java:109)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:408)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:318)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:149)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    When I used index.html there was no problems! Why and what to do?
    Best regards!

  • Feature comparison bet. diff. versions of Weblogic Server starting 5.1 to 8

    I am looking for features comparison matrix between different versions of weblogic server from v5.1 to 8.1. Can anyone help?

    a matrix I have never seen, but release notes usually sums it up pretty well.

Maybe you are looking for

  • Can't Find "DVD and CD Sharing" under Sharing

    Hello, I got a new MacBook Air a week ago, and I couldn't find "DVD and CD Sharing" under sharing in system preferences.  Is there any way to make it appear? I am trying to share the CD from a Windows computer, and I installed this on my Windows comp

  • Query View on DSO

    Hi, Can we creat a query view based on two DSOs. If yes, can anyone please give me step by step instructions? Regards

  • Problem in converting currency field.......

    Hi All, In my database the Amount field has a lenght of 6 N. I need the output of the format in the below example Examples: 1.If the Amount is 150 in databse I need the output as 015000 2.If the Amount is 25.50 in databse I need the output as 002500

  • IPad2 - Safari froze

    Does anyone know how to reset Safari on iPad2 ? It froze right after I went onto a site. I cant close any of the pages and don't know how to reset my iPad 2. If I do reset, will I lose my apps? Help. Thanks, Robbie

  • Green screen playing videos

    green screen playing videos Options Edit Message ‎04-04-2014 10:58 PM »HP Pavilion g6-2235us Notebook PC Serial Number:   [edited by Moderator] Product Number:   C2N50UA                                 windows 8.1  i keep getting a green screen when