• 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 deploying war in WAS 6.1

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm new to websphere. i'm using RAD 7.0 and WAS 6.1 embeeded in it.
I created a new instance of the server and started the same. Now when through Admin console-> Install new application - i browse my war file (which is running fine in Tomcat 5.0) and give context path and say Next

It says:
The EAR file might be corrupt or incomplete.
AppDeploymentException: [ADMA0084E: The archive C:\Program Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\wstemp\0\upload\fwtservices.war to wrap is not a module of type JAR or WAR.]

I searched on this forum - there are other posts on this topic but i couldn't find a solution.

My application is also using two external jar which i've added through build path.

Please advise the solution.
Thanks
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The application file specified is not a valid jar or war. ensure that your war is fit to deploy in WASD.it requires dependecy files pertaining to WAS, so that the deployer can understand that its a jar etc..
 
The moth suit and wings road is much more exciting than taxes. Or this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic