• 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

Websphere 5.1- Application Deployment issue

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

I am trying to deploy EAR on Websphere Application Server 5.1 installed on Linux Server by running the .sh scripts. While deploying the application, I am receiving follwing exception:
com.ibm.etools.archive.exception.SaveFailureException:

I realized that less space in \tmp directory is causing this issue.

Following WAS command is used in the script for installing the application:
$AdminApp install $earLocation $app_options

It is observed from the logs that this command is trying to save some temp files in \tmp directory and as the size of tmp is limited, I am getting the above mentioned error.

To resolve this, either I need to increase the size of tmp directory or I will have to change the tmp directory location to somewhere else where more space is available. I want to avoid the first option. For second option, I tried to change the following variable in wsadmin.properties:
com.ibm.ws.scripting.tempdir

But even after changing this, I can still see, files getting copied in \tmp directory.

Please suggest how can i avoid WAS saving these files in \tmp directory.
 
These are the worst of times and these are the best of times. And this is the best 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