• 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

Deployment error

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

I have made a jar file out of an application in tomcat. While trying to deploy it using the console. I am getting the following error.

Here jspbook is the name of the application(archive)

Exception:weblogic.management.ApplicationException: prepare failed for jspbookWeb Module: jspbookWeb Error: Context path 'jspbookWeb' is already in use by the module: jspbookWeb application: jspbook

[Deployer:149033]preparing application sample on cgServer
[Deployer:149033]failed application sample on cgServer
[Deployer:149034]An exception occurred for task [Deployer:149026]Deploy application sample on cgServer.: Exception:weblogic.management.ApplicationException: prepare failed for jspbookWeb Module: jspbookWeb Error: Context path 'jspbookWeb' is already in use by the module: jspbookWeb application: jspbook .

Please help me .

Thx
Sharanya
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic