• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Cant start a deployed application in weblogic 10.0

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a web application thats deployed in weblogic 10.0, but I cant start the application from weblogic console. I can see that the application is installed, when I go to "Deployments" on the console. However when I try to start the application, it wouldn't. The error says "weblogic.management.ManagementException: [Deployer:149001]No application named '_appsdir_QW_war' exists for operation start" .

Here's the overview of the installed application:

Name: _appsdir_QW_war
The name of this Enterprise Application.More Info...
Path: C:\ bea\ user_projects\ domains\ ia71944\ autodeploy\ QW. war
The path to the source of the deployable unit on the Administration Server.More Info...
Staging Mode: stage
The mode that specifies whether a deployment's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation.More Info...

Can anybody help me fixing this.

Thanks much..
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have had similar trouble with auto deploy before. Try deploying from a specific location instead. Clear out your stage directory after deleting the war file, since it may contain application libraries that were bundled with the war.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic