• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error message at end of ANT deployment to WLS 8.1

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have created an ANT build script to configure and deploy an application EAR to WLS 8.1. The script starts the server, creates JDBC resources, and shuts down automatically by ANT when complete. Everything works fine, but when the build is complete (successfully), there is an exception thrown when the server is shutting down. This appears to have no effect on the deployment, but is rather disconcerting to the sysadmins doing the deployment. Any ideas?
Thanks
The build.xml is attached. I import a properties file with all the environment-specific information. We are running the default "full" target.



End result:
BUILD SUCCESSFUL Total time: 51 seconds [wlserver] at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1490) [wlserver] at weblogic.management.deploy.DeployerRuntime.activate(DeployerRuntime.java:186) [wlserver] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [wlserver] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [wlserver] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [wlserver] at java.lang.reflect.Method.invoke(Method.java:324) [wlserver] at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711) [wlserver] at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690) [wlserver] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557) [wlserver] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525) [wlserver] at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947) [wlserver] at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908) [wlserver] at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source) [wlserver] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477) [wlserver] at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420) [wlserver] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353) [wlserver] at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144) [wlserver] at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415) [wlserver] at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30) [wlserver] at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) [wlserver] at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170) [wlserver] > [wlserver] <Mar 26, 2004 6:58:53 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to SUSPENDING> [wlserver] <Mar 26, 2004 6:58:53 AM EST> <Notice> <HTTP> <BEA-101278> <There are no active sessions. The Web service is ready to suspend.> [wlserver] <Mar 26, 2004 6:58:54 AM EST> <Alert> <WebLogicServer> <BEA-000228> <The disabling of server logins has been requested by <WLS Kernel>> [wlserver] <Mar 26, 2004 6:58:54 AM EST> <Alert> <WebLogicServer> <BEA-000229> <Server logins have been disabled.> [wlserver] <Mar 26, 2004 6:58:54 AM EST> <Notice> <WebLogicServer> <BEA-000353> <Thread "ListenThread.Default" stopped listening on port 7001, ip address 192.168.77.13>
[wlserver] <Mar 26, 2004 6:58:54 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY> [wlserver] <Mar 26, 2004 6:58:54 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to SHUTTING_DOWN> [wlserver] <Mar 26, 2004 6:58:54 AM EST> <Alert> <WebLogicServer> <BEA-000218> <Server shutdown has been requested by <WLS Kernel>> [wlserver] <Mar 26, 2004 6:58:54 AM EST> <Alert> <WebLogicServer> <BEA-000219> <The shutdown sequence has been initiated.> [wlserver] <Mar 26, 2004 6:58:54 AM EST> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed [wlserver] java.rmi.ConnectException: This RJVM has already been shutdown -3681215839911672247C:192.168.77.13R:5967794448801022937S:testls04:[7001,7001,-1,-1,7001,-1,-1,0,0]:AceAPIDomain:myserver. [wlserver] java.rmi.ConnectException: This RJVM has already been shutdown -3681215839911672247C:192.168.77.13R:5967794448801022937S:testls04:[7001,7001,-1,-1,7001,-1,-1,0,0]:AceAPIDomain:myserver [wlserver] at weblogic.rjvm.RJVMImpl.getOutputStream(RJVMImpl.java:310) [wlserver] at weblogic.rjvm.RJVMImpl.getRequestStream(RJVMImpl.java:488) [wlserver] at weblogic.rjvm.MsgAbbrevInputStream.getMsgAbbrevOutputStream(MsgAbbrevInputStream.java:127) [wlserver] at weblogic.rjvm.MsgAbbrevInputStream.getResponseStream(MsgAbbrevInputStream.java:118) [wlserver] at weblogic.t3.srvr.ClientRequest.tryToSendObject(ClientContext.java:665) [wlserver] at weblogic.t3.srvr.ClientRequest.execute(ClientContext.java:715) [wlserver] at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) [wlserver] at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
[ March 30, 2004: Message edited by: Art Vandelay ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic