• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

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
 
reply
    Bookmark Topic Watch Topic
  • New Topic