• 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

zipexception

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i m getting java.util.zip.zipexception while deploying my ear file in weblogic server. can anybody through some light on this
[ June 20, 2002: Message edited by: subhit chauhan ]
 
author
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Funny you should ask. One of our developers just started experiencing this same problem out of the blue yesterday. The solution (for now ) was to manually place the ear file in the server's applicaiton directory manually
C:\bea\wlserver6.1\config\mydomain\applications
If we come up with the real solution, I'll let you know.
Sean
 
Sean MacLean
author
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok. We re-booted the machine having this issue and the problem went away. Apparently, bea knows about this issue ( bug CR037512 ?? ). Hope this helps.
Sean
 
subhit chauhan
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanx sean!!
thanx sean for your reply i m also doing the same thing i.e. coping the .ear file in the application folder of the weblogic. it works fine but some of the porperties files weblogic is unable to bind. my project uses struts framework so i use ApplicationResources.properties file and the weblogic is unable to find this file. i spend hours and hours whole night and day to resolve this problem but in vain. in one machine it started working but in some machine it give same problem. restart of m/c doesn't worked for me
my project date is very near and this weblogic is giving problem. hope to fine some proper solution for this.
 
Live a little! The night is young! And we have umbrellas in our drinks! This umbrella has 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