WebLogic 10.3 Problem when stop a deployed application from admin console

I've deployed a web application inside webLogic 10.3 and Oracle jdk1.6 in a single server.
The application starts up correctly. When I stop it the weblogic server says that it's really stopped but I can see that the application continues to write logs inside its log file.
When I start again from the console the application fails to run up because it seems that remains some threads or instances of the previous start in the jvm.
I think that the jvm of the deployed application is not stopped correctly but some instances or threads remains active.
I've to restart the server completely.
With others app servers I don't have this problem.
There is a way to force the shutting down of entire jvm that starts with my application?
Thanks for the support.

I've deployed a web application inside webLogic 10.3 and Oracle jdk1.6 in a single server.
The application starts up correctly. When I stop it the weblogic server says that it's really stopped but I can see that the application continues to write logs inside its log file.
When I start again from the console the application fails to run up because it seems that remains some threads or instances of the previous start in the jvm.
I think that the jvm of the deployed application is not stopped correctly but some instances or threads remains active.
I've to restart the server completely.
With others app servers I don't have this problem.
There is a way to force the shutting down of entire jvm that starts with my application?
Thanks for the support.

Similar Messages

  • Exception when deploying application using admin console

    Whenever I deploy an application using the admin console window, I get a DistributedExcpetion,
    The application gets deployed though! so I am assuming that this is not very critical,
    but If somebody can tell me what this is then It would be really helpful.
    Thx-
    Iqbal
    Here is the exception stack trace:-
    java.lang.reflect.InvocationTargetException: weblogic.management.DistributedManagementException:
    Distributed Management [1 exceptions]
         at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:443)
         at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:298)
         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
         at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
         at $Proxy10.setDeployed(Unknown Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.console.info.MBeanAttribute.doSet(MBeanAttribute.java:84)
         at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.management.console.utils.SetException: An error occurred while updating
    Deployed on Proxy for mydomain:Name=cmeEJB,Type=Application - with nested exception:
    [java.lang.reflect.InvocationTargetException - with target exception:
    [weblogic.management.DistributedManagementException: Distributed Management [1 exceptions]]]
         at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi.
    Thanks for the additional info.
    I found 2 similar issues with similar stack traces for WLS 6.1 sp2. One of the issues we could not reproduce, and in the
    end the customer reinstalled WLS and the problem went away. The other issue was found internally and is not currently
    active. I'm not 100% sure your situation is identical to one of these.
    Therefor I suggest the following course of action:
    1. Since this is an intermittant problem try reinstalling WLS. If that doesn't help then...
    2. open a case with support. It may not be a major issue, but we need to be sure of this.
    Hope this helps,
    Michael
    Iqbal wrote:
    I am running WLS version 6.1 with sp2. I get this error every once in a while.
    Thx!
    -Iqbal
    Michael Young <[email protected]> wrote:
    Hi.
    This may be a known issue, but I need more info. What version (including
    service pack level) of WLS are you running?
    Also, if you are not running sp2 please apply it and test to see if you
    are still seeing this.
    Let me know what you find.
    Thanks,
    Michael
    Iqbal wrote:
    Whenever I deploy an application using the admin console window, I geta DistributedExcpetion,
    The application gets deployed though! so I am assuming that this is notvery critical,
    but If somebody can tell me what this is then It would be really helpful.
    Thx-
    Iqbal
    Here is the exception stack trace:-
    java.lang.reflect.InvocationTargetException: weblogic.management.DistributedManagementException:
    Distributed Management [1 exceptions]
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:443)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:298)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
    at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
    at $Proxy10.setDeployed(Unknown Source)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.console.info.MBeanAttribute.doSet(MBeanAttribute.java:84)
    at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.management.console.utils.SetException: An error occurred whileupdating
    Deployed on Proxy for mydomain:Name=cmeEJB,Type=Application - with nestedexception:
    [java.lang.reflect.InvocationTargetException - with target exception:
    [weblogic.management.DistributedManagementException: Distributed Management
    [1 exceptions]]
    at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)--
    Michael Young
    Developer Relations Engineer
    BEA Support
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Application Deployment works from Admin Console but fails from Workshop?

    Hi all,
    I am working on a standard Enterprise portal appliication and i am running into a peculiar problem. My application is made of an EAR let's call it my-portal-ear that contains a web app, my-portal-web. I created a Server in Workshop (9.2 like my Weblogic Server version) based on myDomain and added my EAR and it used to deploy and run fine until i decided to change my web app's name in my web.xml and rebuild and redeploy. I made a change to my weblogic.xml as well. I've tried republishing my application through my server view and that's when the trouble started. Ever since then i get either a deployment time out error, or another kind of error but i narrowed it down to the following lines in my server log.
    To make a long story short, it seems that instead of calling the
    {color:#3366ff}*1223616516281*
    *000000 TailEJBCacheFlow starting cache scrubbers for*
    app: my-portal-ear
    {color:#000000}like in the correct deployment (from the console), Workshop's deployment calls
    {color}{color:#3366ff}{color:#000000}{color:#3366ff}*1223613492359*
    *000000 destroyServlet: Destroying all servlets named:*
    *'wsrp-1.0-ServiceDescriptionPortComponent'*
    {color:#000000}All my servlets are destroyed, my Spring session is closed, my beans are destroyed, my ear is removed and deployment fails with the following error:
    {color:#ff6600}
    java.lang.NoClassDefFoundError: com/bea/p13n/entitlements/management/persistence/internal/PolicyRef
    at com.bea.p13n.entitlements.management.persistence.internal.RDBMSEntitlementRef.getResourceElement(RDBMSEntitlementRef.java:456)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.getResourceElement(RDBMSPolicyRefManager.java:258)
    at com.bea.p13n.entitlements.management.internal.RDBMSSecurityPolicyManager.getSecurityPolicy(RDBMSSecurityPolicyManager.java:226)
    at com.bea.p13n.entitlements.management.SecurityPolicyManager.getSecurityPolicy(SecurityPolicyManager.java:119)
    at com.bea.content.manager.internal.ContentUpgradeListener.hasUpgradeBeenDone(ContentUpgradeListener.java:105)
    at com.bea.content.manager.internal.ContentUpgradeListener.postStart(ContentUpgradeListener.java:58)
    at weblogic.application.internal.flow.BaseLifecycleFlow$PostStartAction.run(BaseLifecycleFlow.java:209)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:95)
    at weblogic.application.internal.flow.BaseLifecycleFlow.postStart(BaseLifecycleFlow.java:62)
    at weblogic.application.internal.flow.TailLifecycleFlow.activate(TailLifecycleFlow.java:33)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:131)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    {color:#3366ff}{color:#000000}
    {color}{color:#3366ff}{color:#000000}Anybody has some insight on why the p13n stuff would work in the console and not in Workshop?
    I've tried changing my workspace, deleting and creating a new Workshop server, the only thing i haven't tried yet is deploying on a new domain because setting up the domain for my app is a PITA and i don't want to go through it if i don't have to.
    Thanks in advance!
    {color}
    Edited by: user2977465 on Oct 10, 2008 1:04 PM

    In both ways, with Direct Call option selected or deselected, the behaviour is the same.
    I cannot explain, why the replay of the request does not work from outside the Service Bus. Is there some sort of unique data mixed into the CipherValue data or something like that?

  • Problem when running a WebDynpro application

    Hi,
    Can any one help me in solving this.
    I got a problem when running a WebDynpro application Which used to run fine before, when i developed it.
    Now i got an error showing,
       <b>com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed Connect_PM TYPE=B MSHOST=obtdev4 GROUP=SPACE R3NAME=O20 MSSERV=sapmsO20 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner '127.0.0.1:3320' not reached TIME Tue Aug 07 10:06:07 2007 RELEASE 700 COMPONENT NI (network interface) VERSION 38 RC -10 MODULE nixxi.cpp LINE 2764 DETAIL NiPConnect2 SYSTEM CALL connect ERRNO 10061 ERRNO TEXT WSAECONNREFUSED: Connection refused COUNTER 2</b>
    can any one tell me the solution for it.
    Thanks in advance,
    MrChowdary

    Arun,
    I had checked for the JCo Connection, tested it I got some error.
    But i am unable to understand where exately the problem is as is i already told that it used to work fine with same JCo.
    Thanks,
    Bharath.

  • Start and Stop Weblogic From Admin Console

    Hi All,
    I am using weblogic7.0.I wanted to start and stop the weblogic server from the
    Admin Console(ie., from the GUI).I can stop the server but I cannot start.In order
    to start from admin console what should I do.
    Please post your suggestions.
    Thanks blazix

    You need to run the Node Manager on the manged servers you wish to remotely
    start.
    Chris
    "blazix" <[email protected]> wrote in message
    news:3fc37eea$[email protected]..
    >
    Hi All,
    I am using weblogic7.0.I wanted to start and stop the weblogic server fromthe
    Admin Console(ie., from the GUI).I can stop the server but I cannotstart.In order
    to start from admin console what should I do.
    Please post your suggestions.
    Thanks blazix

  • HT4623 i had a problem when i update iphone 3gs from ios 5.1.1 to 6.1. How could i fix it?

    i had a problem when i update iphone 3gs from ios 5.1.1 to 6.1. How could i fix it?. I can active my phone?help me, please!

    Well we need to know what your problem is if you want someone to offer a solution for you

  • I have 2 iphone. when i install an application frome apple store, it install its self on the two. how can i stop it?

    i have 2 iphone. when i install an application frome apple store, it install its self on the two. how can i stop it?

    Use separate Apple IDs on each device.

  • I have problem when transferring book (PDF/Epub) from Computer to iPad with the new iTune? Please Help....

    I have problem when transferring book (PDF/Epub) from Computer to iPad with the new iTune? Please Help....

    With iTunes 11 you can enable the left-hand sidebar via control-S on a PC, option-command-S on a Mac. If you are trying to get it to the iBooks app then with the sidebar enabled the process should be similar to how it was on previous versions of iTunes e.g. add it to your iTunes library via File > Add To Library, connect the iPad and select it on the left-hand sidebar, and then use the Books tab on the right-hand side to select and sync it to the iBooks app.

  • I have a problem, when I execute an mapping from Desing Center, its frezeen

    I have a problem, when I execute an mapping from Desing Center, its frezeen, this doesnt send error can you help me plis
    Ali

    If I would be you, I will check mapping activity from backend using (TOAD/SESSION-BROWSER) your map should be under JDBC THIN CLIENT. Also check if your target table is locked by running this query (select
    c.owner,
    c.object_name,
    c.object_type,
    b.sid,
    b.serial#,
    b.status,
    b.osuser,
    b.machine
    from
    v$locked_object a ,
    v$session b,
    dba_objects c
    where
    b.sid = a.session_id
    and
    a.object_id = c.object_id;).

  • IASDeploymentException deploying from admin console; need help troubleshoot

    I am receiving a com.sun.enterprise.deployment.backend.IASDeploymentException
    when I deploy my ear file from the Sun Server Admin Console.
    Any suggestions on how to trouble shoot would be greatly appreciated.
    First, when I run the verifier tool, I do get an error message,
    but I recall things working with this error before, since I am not
    using the application client from the Jar file
    STATIC VERIFICATION RESULTS
         NUMBER OF FAILURES/WARNINGS/ERRORS
         # of Failures : 1
    # of Warnings : 1
         # of Errors : 0
    RESULTS FOR APPCLIENT-RELATED TESTS
         FAILED TESTS :
         Test Name : tests.appclient.AppClientMainClass
         Test Assertion : Application clients start execution at the main method of the class specified in the Main-Class attribute in the manifest file of the application clients JAR file. It must be specified in the MANIFEST file. Please refer to JavaEE 5 Platform Specification section #9.5 for further information.
         Test Description : For [ Course#Application.jar ]
    Appclient main-class is not found. Please check the main-class entry of your appclient manifest file.
    RESULTS FOR EJB-RELATED TESTS
         WARNINGS :
         Test Name : tests.ejb.entity.cmp2.CmpFieldsAccessorExposition
         Test Assertion : Set accessor method for primary key fields should not be exposed in the remote interface. Please refer to EJB 2.1 Specification Section #10.3.1 for further information.
         Test Description : For [ Course#Course.jar#CourseBean ]
    Error: Primary key field set accessor method [ number ] is exposed through the remote interface [ RS.Course ].
    END OF STATIC VERIFICATION RESULTS
    Here are some of the log entries; they don't look too helpful to me.
    Root cause = [com.sun.enterprise.tools.guiframework.exception.FrameworkError: java.util.ConcurrentModificationException]
         at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:223)
         at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
         at com.iplanet.jato.view.RequestHandlingTreeViewBase.handleRequest(RequestHandlingTreeViewBase.java:532)
         at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:822)
    [#|2007-03-11T13:51:14.952-0600|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=14;|
    com.iplanet.jato.command.CommandException: Handler method "handleShowContainerRequest" threw an exception
    Root cause = [com.sun.enterprise.tools.guiframework.exception.FrameworkError: java.util.ConcurrentModificationException]
         at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:223)
    [#|2007-03-11T13:52:22.657-0600|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=14;|Deployment Error
    com.sun.enterprise.deployment.backend.IASDeploymentException
         at com.sun.enterprise.deployment.backend.J2EEModuleExploder.explode(J2EEModuleExploder.java:80)
    com.sun.enterprise.deployment.backend.IASDeploymentException
    [#|2007-03-11T13:52:22.775-0600|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=14;|
    com.sun.enterprise.tools.guiframework.exception.FrameworkError: com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException on 'class com.sun.enterprise.tools.admingui.handlers.DeploymentHandler.deploy'. This occurred while attempting to process a 'command' event for 'ok'.
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.execute(DescriptorViewHelper.java:279)
    Thanks for any help you can provide.
    Dr. Laurence Leff Western Illinois University, Macomb IL 61455 ||(309) 298-1315
    Stipes 447 Assoc. Prof. of Computer Sci. Pager: 309-367-0787 FAX: 309-298-2302
    Secretary: eContracts Technical Committee OASIS Legal XML Member Section

    Thanks for looking at this problem. I removed the Application from my EAR
    file. That eliminated the error
    a com.sun.enterprise.deployment.backend.IASDeploymentExceptionthat came without explanation
    when I deploy my ear file from the Sun Server Admin Console.
    I now have a new error message. I am opening a new thread for that
    situation, involving jndi names.
    Dr. Laurence Leff Western Illinois University, Macomb IL 61455 ||(309) 298-1315
    Stipes 447 Assoc. Prof. of Computer Sci. Pager: 309-367-0787 FAX: 309-298-2302
    Secretary: eContracts Technical Committee OASIS Legal XML Member Section

  • Error deploying application from JDEVELOPER

    I am getting following in my log when I try to deploy application from my JDeveloper 10g to Application Server 10g. Application is deployed correctly but the status is never reflected in the Jdeveloper log.
    Please help.
    ---- Deployment started. ---- Mar 5, 2004 8:30:16 AM
    Target platform is Oracle9i Application Server (CCA_DEV_01_MIDT_OC4J_CCABID).
    Wrote WAR file to C:\mydata\Dev\bid\deploy\ccabid_war.war
    Wrote EAR file to C:\mydata\Dev\bid\deploy\ccabid_ear.ear
    Invoking DCM servlet client...
    C:\j2sdk1.4.1_05\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\JDev905\jdev\lib\oc4j_remote_deploy.jar http://cca-dev-01.correctionscorp.com :1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /opt/oracle/product/904midt C:\mydata\Dev\bid\deploy\ccabid_ear.ear ccabid OC4J_CCABID
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /opt/oracle/product/904midt C:\mydata\Dev\bid\deploy\ccabid_ear.ear ccabid OC4J_CCABID
    Command = REDEPLOY
    Reading application's ear file
    Ear file was successfully read
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = 0a010146713c603e7aba452414fab32c1b98f475320
    Please, wait for command to finish...
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=0a010146713c603e7aba452414fab32c1b98f475320
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=0a010146713c603e7aba452414fab32c1b98f475320
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    DCM command completed successfully.
    Output:
    Exit status of DCM servlet client: 0
    Elapsed time for deployment: 1 minute, 15 seconds
    ---- Deployment finished. ---- Mar 5, 2004 8:31:31 AM

    I have the same problem ,but I deployed the application to a standalone oc4j ,I got the following error message,C:\OC4J\j2ee\home>java -jar oc4j.jar
    04/03/13 15:47:28 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    04/03/13 15:57:44 Notification ==> Application Deployer for servletDemo STARTS [
    2004-03-13T15:57:44.000CST ]
    04/03/13 15:57:44 Notification ==> Undeploy previous deployment
    04/03/13 15:57:44 Notification ==> Copy the archive to C:\OC4J\j2ee\home\applica
    tions\servletDemo.ear
    04/03/13 15:57:44 Notification ==> Unpack servletDemo.ear begins...
    04/03/13 15:57:44 Auto-unpacking C:\OC4J\j2ee\home\applications\servletDemo.ear.
    .. done.
    04/03/13 15:57:44 Notification ==> Unpack servletDemo.ear ends...
    04/03/13 15:57:44 Notification ==> Initialize servletDemo.ear begins...
    04/03/13 15:57:44 Auto-unpacking C:\OC4J\j2ee\home\applications\servletDemo\serv
    letDemo.war... done.
    04/03/13 15:57:44 Copying default deployment descriptor from archive at C:\OC4J\
    j2ee\home\applications\servletDemo/META-INF/orion-application.xml to deployment
    directory C:\OC4J\j2ee\home\application-deployments\servletDemo...
    04/03/13 15:57:44 Notification ==> Initialize servletDemo.ear ends...
    04/03/13 15:57:44 Notification ==> Initialize servletDemo begins...
    04/03/13 15:57:44 Notification ==> Initialize servletDemo ends...
    oracle.oc4j.admin.internal.DeployerException: C:\OC4J\j2ee\home\config\server.xm
    l (¾Ü¾ø·ÃÎÊ¡£)
    at oracle.oc4j.admin.internal.ApplicationDeployer.storeConfig(Applicatio
    nDeployer.java:421)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
    ployer.java:129)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:73)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:536)
    ---- Embedded exception
    java.io.FileNotFoundException: C:\OC4J\j2ee\home\config\server.xml (¾Ü¾ø·ÃÎÊ¡£)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:176)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at com.evermind.xml.XMLConfig.storeToURL(XMLConfig.java:439)
    at com.evermind.xml.XMLConfig.store(XMLConfig.java:426)
    at com.evermind.server.ServerComponent.store(ServerComponent.java:794)
    at com.evermind.server.ServerComponent.store(ServerComponent.java:766)
    at oracle.oc4j.admin.internal.ApplicationDeployer.storeConfig(Applicatio
    nDeployer.java:418)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
    ployer.java:129)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:73)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:536)
    04/03/13 15:57:44 Notification ==> Application Deployer for servletDemo FAILED:
    C:\OC4J\j2ee\home\config\server.xml (¾Ü¾ø·ÃÎÊ¡£) [ 2004-03-13T15:57:44.500CST ]
    04/03/13 15:57:44 Notification ==> Application UnDeployer for servletDemo STARTS
    [ Sat Mar 13 15:57:44 CST 2004 ]
    04/03/13 15:57:44 Error updating file:/C:/OC4J/j2ee/home/config/server.xml: C:\O
    C4J\j2ee\home\config\server.xml (¾Ü¾ø·ÃÎÊ¡£)
    oracle.oc4j.admin.internal.DeployerException: Unable to remove web bindings for
    application servletDemo: C:\OC4J\j2ee\home\config\http-web-site.xml (¾Ü¾ø·ÃÎÊ¡£)
    at oracle.oc4j.admin.internal.ApplicationUnDeployer.doUndeploy(Applicati
    onUnDeployer.java:84)
    at oracle.oc4j.admin.internal.UnDeployerBase.execute(UnDeployerBase.java
    :52)
    at oracle.oc4j.admin.internal.ApplicationDeployer.undo(ApplicationDeploy
    er.java:146)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:89)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:536)
    04/03/13 15:57:44 Notification ==> Application UnDeployer for servletDemo FAILED
    : Unable to remove web bindings for application servletDemo: C:\OC4J\j2ee\home\c
    onfig\http-web-site.xml (¾Ü¾ø·ÃÎÊ¡£) [ Sat Mar 13 15:57:44 CST 2004 ]
    ÒÔÉÏÊÇÎÒÓÃJDeveloper 10gÏòStandaloneOC4JÖÐDeployÒ»¸ö¼òµ¥µÄJ2EE Web³ÌÐòµÄʱºò,OC4J·µ»ØµÄ´íÎóÐÅÏ¢,ÎҵĻúÆ÷ÊÇWindowns 2003 Server jdk 1.4»¹Çë¸ßÊÖÖ¸½Ì.

  • Regarding Deploying Applications from the Apple Store to iOS devices

    Hi All,
    I am deploying applications from the apple store to iphones versions 7 and 8.  I can successfully deploy them as available but no luck when deploying as required, is this not supported if not can someone please point me to a link stating this? I was
    only able to find the following:
    http://technet.microsoft.com/en-us/library/dn469410.aspx - according to this it should work but the required deployment scenario is not working as users are not being prompt.
    Thanks
    Rasheedah

    You cannot require deep-linked applications from the app store.  To make them required, you must have the source files and deploy from your cloud DP.  Otherwise, available is your only option.
    Best, Jacob I'm a PC.

  • Error out when try to change pwd from admin cossole

    hi any one can help me out please
    when i try to change password from admin console im geting the following error.
    <1292536442986> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 3:54:03 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536443026> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:15 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536935373> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:15 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536935412> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:22 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536942525> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:22 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536942590> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >

    From the error message,
    "####<Dec 16, 2010 4:02:22 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <1292536942590> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >"
    I see that the changes were undone by this "haveUnactivatedChanges".Please ensure that you have a lock and edit acquired and do the changes again.

  • I can not resume when I downloaded the application from the Apple Store. If I have to start from the beginning of a solution to this too please.

    I can not resume when I downloaded the application from the Apple Store. If I have to start from the beginning of a solution to this too please. ?

    Are  you away from your home country?
    Settings > General > International > Region Format > set to correct location?
    Settings > Phone > Dial Assist > ON

  • Resource not release when starting/stopping the deployed application

    I am testing to deploy an standard web application on Weblogic 11gR1 at Windows XP. It is running and everything is working fine. But I noticed below situation which concersns about the release of resouce during stop and start deployed application by using Admin Server Console:
    After the deployed application starting running in Weblogic, I go to Admin Server Console to select the deployed application at deployment section and click "stop\When work complete". It looks like that the deployed application was stopped and its state went to "Prepared". Then I start it again by click "Start\Servicing all requests". It started correctly. If I tried multiple times of "Start \ Stop" operations on this deployed application, then eventurally, I got "output memory" exception and Weblogic died. I wached the memory usage of Weblogic, when applying multiple times of 'start / stop' operation on an deployed application, the memory usage of weblogic continuese to grow and until "output memory" exception occurs.
    Is it normal? What might be wrong when configuring weblogc? or somethng wrong for deployed application?
    Anybody can provide any help would be great appreciated.
    Thanks in advance.
    Jim

    Hi Mithun,
    Thanks for your reply! If stopping the deployment need some time to finish, So, admin console of weblogic should disable ( grey out ) its starting button while the related deployed application is still shutting down. After the deployed application were stopped completely, then enable the starting button again to avoid the issue.
    I just feel a little bit strange for the admin console of Weblogic to behavior on start / stop deployed application.
    Thanks,
    Zhiping

Maybe you are looking for