• 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

CLI171 Command deploy failed

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

i am having a problem with Sun Application Server 8.2

every time i deploy my application it gives me this error:

"CLI171 Command deploy failed : Deploying application in domain failed; Cannot delete existing directory..."

the only work around i found to be working is to delete files manually after shutting down the "Sun AS 8.2" from:

install_dir/domains/domain1/application/{j2ee-apps|j2ee-modules}/{app|module} :
C:\Sun\AppServer\domains\domain1\applications\j2ee-apps\

and from :

install_dir/domains/domain1/generated/ejb/{j2ee-apps|j2ee-modules}/{app|module} :
C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps

but i am in an development status, so i need to do this every time i want to test new upgrades for the code (like 50 times a day), and it's taking me a lot of time.

i found another work around about this issue that is:

add the parameter --precompilejsp=false, but where to add this?, in wich file ... a .xml or .xmi, and in wich directory of my .war or .ear ??
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic