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

.wlnotdelete interfering with something else

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Folks,
Here's the deal:
I have a .war file that I created called BookNook.war, but when I start the server, I see a new .war file in the .wlnotdelete folder that seems to share the same context path as BookNook.war. Here's the error I receive:
<Mar 5, 2003 7:38:51 AM EST> <Error> <HTTP> <101217> <Cannot deploy ServletConte
xt(id=4782622,name=BookNook,context-path=/BookNook) from C:\bea\user_projects\my
domain\applications\BookNook on myserver because there is already a webapp named
ServletContext(id=2434512,name=BookNook,context-path=/BookNook) loaded from C:\
bea\user_projects\mydomain\applications\BookNook\BookNook.war, which is using th
e context path /BookNook.>
<Mar 5, 2003 7:38:51 AM EST> <Error> <Deployer> <149205> <The Slave Deployer fai
led to initialize the application _appsdir_BookNook_dir due to error weblogic.ma
nagement.ApplicationException: Prepare failed. Task Id = null
{
Module Name: BookNook, Error: weblogic.j2ee.DeploymentException: Cannot deploy S
ervletContext(id=4782622,name=BookNook,context-path=/BookNook) from C:\bea\user_
projects\mydomain\applications\BookNook on myserver because there is already a w
ebapp named ServletContext(id=2434512,name=BookNook,context-path=/BookNook) load
ed from C:\bea\user_projects\mydomain\applications\BookNook\BookNook.war, which
is using the context path /BookNook.
}.
weblogic.management.ApplicationException: Prepare failed. Task Id = null
{
Module Name: BookNook, Error: weblogic.j2ee.DeploymentException: Cannot deploy S
ervletContext(id=4782622,name=BookNook,context-path=/BookNook) from C:\bea\user_
projects\mydomain\applications\BookNook on myserver because there is already a w
ebapp named ServletContext(id=2434512,name=BookNook,context-path=/BookNook) load
ed from C:\bea\user_projects\mydomain\applications\BookNook\BookNook.war, which
is using the context path /BookNook.
}
at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
er.java:697)
at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
er.java:576)
at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
er.java:453)
at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplic
ations(SlaveDeployer.java:490)
at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeploy
er.java:253)
at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initi
alize(DeploymentManagerServerLifeCycleImpl.java:150)
at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.j
ava:54)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
at weblogic.Server.main(Server.java:32)
>
If anyone has an idea other than "setting the PATH" or throwing the PC out the window and embarking on a career of janitorial arts, please let me know. Thanks.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Iam having a similar problem. A new .war file is created everytime I bounce the server and as a result, Iam getting OutOfSpace issues. I had to manually delete these files/directories.
Is there any configuration where I can specify that it creates only one backup of the most recent jars and not one backup for every server-bounce.

Please help me if you have any idea.

Thanks,
Sreekar.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What version of Weblogic are you using?
What do you mean by "server-bounce"? Are you redeploying your application or actually bringing the server down and restarting it?
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please create your own post next time. Posting in a really old post wastes people's time trying to solve the original problem before we realize it's an old post.
 
Blood pressure normal? What do I change to get "magnificent"? Maybe this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic