The moose likes Ant, Maven and Other Build Tools and the fly likes Error while installing the EAR on WAS thru Ant Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Error while installing the EAR on WAS thru Ant" Watch "Error while installing the EAR on WAS thru Ant" New topic
Author

Error while installing the EAR on WAS thru Ant

Gopi Kishore
Greenhorn

Joined: Sep 27, 2003
Posts: 15
Hi,

I am getting the following exceptions while i am deploying the application thru Ant. I am using a jacl file to deploy the app.

[8/25/04 12:43:36:609 IST] 4d058e41 AbstractShell A WASX7091I: Executing script: "d:\ep31\install.jacl"
[8/25/04 12:44:16:469 IST] 4d058e41 TraceNLS u No message text associated with key Unexpected.exception:.java.lang.NullPointerException.checking.if.EAR.is.deployed. in bundle com.ibm.ws.management.resources.AppDeploymentMessages
[8/25/04 12:44:16:469 IST] 4d058e41 AppDeployment W Unexpected exception: java.lang.NullPointerException checking if EAR is deployed.
[8/25/04 12:51:18:797 IST] 4d058e41 AbstractShell E WASX7120E: Diagnostic information from exception with text "com.ibm.websphere.management.exception.ConfigServiceException
com.ibm.websphere.management.exception.ConnectorException
org.apache.soap.SOAPException: [SOAPException: faultCode=SOAP-ENV:Client; msg=Read timed out; targetException=java.io.InterruptedIOException: Read timed out]
" follows:

com.ibm.websphere.management.exception.ConfigServiceException
at com.ibm.websphere.management.configservice.ConfigServiceProxy.save(ConfigServiceProxy.java:151)
at com.ibm.ws.scripting.AdminConfigClient.save(AdminConfigClient.java:2211)
at java.lang.reflect.Method.invoke(Native Method)
at tcl.lang.reflect.PkgInvoker.invokeMethod(PkgInvoker.java:125)
at tcl.lang.JavaInvoke.call(JavaInvoke.java:254)
at tcl.lang.JavaInvoke.callMethod(JavaInvoke.java:114)
at tcl.lang.ReflectObject.cmdProc(ReflectObject.java:907)
at tcl.lang.Parser.evalObjv(Parser.java:810)
at tcl.lang.Parser.eval2(Parser.java:1209)
at tcl.lang.Parser.evalTokens(Parser.java:993)
at tcl.lang.Parser.eval2(Parser.java:1196)
at tcl.lang.Procedure.cmdProc(Procedure.java:161)
at tcl.lang.Parser.evalObjv(Parser.java:810)
at tcl.lang.Parser.eval2(Parser.java:1209)


[8/25/04 12:51:18:906 IST] 4d058e41 AbstractShell A WASX7093I: Issuing message: "WASX7017E: Exception received while running file "d:\ep31\install.jacl"; exception information: com.ibm.bsf.BSFException: error while eval'ing Jacl expression: com.ibm.ws.scripting.ScriptingException: com.ibm.websphere.management.exception.ConfigServiceException"
[8/25/04 12:51:19:094 IST] 4ef0ce41 WasxShell A WASX7309W: No "save" was performed before the script "d:\ep31\install.jacl" exited; configuration changes will not be saved.
 
 
subject: Error while installing the EAR on WAS thru Ant
 
Threads others viewed
JSF Example Error
Is Remote Deployment of Ear possible with WSAD's WebSphere Test Environment ?
Trouble with JMS
unable see the server logs in console of websphere 6.0
Error : WSVR0068E: Attempt to start EnterpriseBean
IntelliJ Java IDE