• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

EOFException when I tried to deploy ear file using maven on weblogic in Solaris Unix

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I am able to deploy ear file thru weblogic console but when i am using maven comman to deploy ear file, i am getting following exception Also, jdk was set to 1.5 and i changed to 1.4 in .profile.


weblogic:deploy:
weblogic:prepare-deploy:
[echo] Preparing deployment

[java] DeploymentData : Delete Files:false
[java] Timeout :3600000
[java] Targets:
[java] Files:
[java] null
[java]
[java] dumping Exception stack
[java] java.io.EOFException
[java] at weblogic.rjvm.t3.T3JVMConnection.endOfStream(T3JVMConnection.java:874)
[java] at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:583)
[java] Unexpected Exception
[java] at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:533)
[java] at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:691)
[java] at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:638)
[java] at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:282)
[java] at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
[java] at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
[java] at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
 
Morning came much too soon and it brought along a friend named Margarita Hangover, and a tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic