• 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

Weblogic deployment error - advice required

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

I need help! I am neither a Weblogic Expert or Windows administration expert.

I have installed Weblogic 10 on a Windows 2008 Server machine. However when I start the server I get the following error when the webserver attempts to deploy a web application I want to run.

The error is as follows:
Errors were encountered while scanning the descriptors or deployment plan for this application. These errors are sufficiently serious that they prevent further progress in processing this request. Depending on the exact problem, more details may be available from the log.

[J2EE:160110]ERROR: Appc could not create the working directory, 'C:\Windows\system32\config\systemprofile\AppData\Local\Temp\.appmergegen_1287671086749_primaveraweb.ear'.Please ensure that this directory can be created and try again.


I understand the error to be a privileges issue but I need advice as to what action I should take. Should I be changing something in my Weblogic configuration? Or is this just a Windows 2008 security issue?

Any help would be really appreciated

Andy

 
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
Welcome to JR Andy.

Looks like a problem with write access to the directory. Change the permissions if you can do that. Or you can change deployment to another directory where you already have the permissions.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please check if the box has run out of disk space. that could probably the cause.
# df -h
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic