Please help
 
I use <wlstop> task as follows
 
<goal name="op:shutdownWL">
  
 <wlstop classpath="${weblogic.classpath}"
                                    url="localhost:7001"
            user="weblogic"
           password="weblogic"
            beahome="${weblogic.bea}"/>
 </goal>
 
My weblogic stop, but it give me an error like the following. Anyone
know how to resolve this
 
[wlstop] The shutdown sequence has been initiated
[wlstop]
[wlstop] Error Reading/writing: : Exception in sendRecv
[wlstop]
[wlstop]
[wlstop] [ERROR] Java Result: 1
 
Thanks Thanks
 
 

Reply via email to