• 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

installing EAR on WebSphere 5.1 Test Server through AdminConsole

 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've got a J2EE 1.2 EAR which has an EJB module, two Web modules and a bunch of utility JARs.

Right now, I am trying to deploy it through the web based admin console of the 5.1 test server (bundled in WSAD).

Here is the exception I got:

com.ibm.etools.archive.exception.OpenFailureException: IWAE0037E Could not open C:\DOCUME~1\yuxia\LOCALS~1\Temp\app_10341a6bded\dpl\dpl_MyProductEAR.ear

My EAR is MyProductEAR.ear.

Any ideas why?

Thanks in advance.
 
Ranch Hand
Posts: 256
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Here is the exception I got:

com.ibm.etools.archive.exception.OpenFailureException: IWAE0037E Could not open C:\DOCUME~1\yuxia\LOCALS~1\Temp\app_10341a6bded\dpl\dpl_MyProductEAR.ear




you said your ear file was "MyProductEAR.ear" whereas the above error is searching for a different ear file "dpl_MyProductEAR.ear".

check it out.
 
Edy Yu
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The dpl_....ear should be a temporary file created by WebSphere when deploying. For some odd reason, it cannot be created in my environment.

Any WebSphere 5 guru's here???
 
Your buns are mine! But you can have 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