Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

createFileExclusively IOError during WAR deployment

1 view
Skip to first unread message

Jim Brockman

unread,
Nov 19, 2001, 10:43:04 AM11/19/01
to
Has anyone ever encountered this?
My guess is it's a permission problem, but finding
it is proving hard to find.

Sure would be nice if WL printed the FILENAME... :-)

Thanks

Jim

<Nov 19, 2001 10:20:59 AM EST> <Error> <HTTP>
<[WebAppServletContext(7568967,cus
tcare,/custcare)] failure extracting WAR classes
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1162)
at java.io.File.createTempFile(File.java:1247)
at
weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper
.java:95)
at
weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebA
ppServletContext.java:3356)
at
weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServl
etContext.java:3327)
at
weblogic.servlet.internal.WebAppServletContext.init(WebAppServletCont
ext.java:854)
at
weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletCo
ntext.java:807)
at
weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:421)
at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)

Michael Young

unread,
Nov 26, 2001, 4:26:59 PM11/26/01
to
Hi.

You might try posting your question on
weblogic.developer.interest.webserver.

Regards,
Michael

Jim Brockman wrote:

--

Developer Relations Engineer
BEA Support


Loutelier

unread,
Dec 13, 2001, 10:08:29 AM12/13/01
to
Hi Jim,

We have encoutered this problem by starting an instance of Weblogic6.1
using Portal 4.0 under a non-root user account.
It was due to the fact that this instance had been launched before
under root account, then some temporary files in the .wlnotdelete
directory were with root ownership. We removed the .wlnotdelete file
and also the *internal*_war files into the .wlstaging, thus it worked.
maybe you should also removed the temporary files from your web
application (in the WEB-INF directory).
Hope it helps.

Veronique

Jim Brockman <j...@idttechnology.com> wrote in message news:<3BF92888...@idttechnology.com>...

emmanuel Bridonneau

unread,
Jan 9, 2002, 1:06:23 PM1/9/02
to
Hi all,
I seem to suffer from the same problem when deploying a war file though everything is OK whilst deployed as an exploded format.
What was the outcome of this issue?
Thanks.

On Mon, 19 Nov 2001 10:43:04 -0500, Jim Brockman <j...@idttechnology.com> wrote:
> Has anyone ever encountered this?
> My guess is it's a permission problem, but finding
> it is proving hard to find.
>
> Sure would be nice if WL printed the FILENAME... :-)
>
> Thanks
>
> Jim
>
> <Nov 19, 2001 10:20:59 AM EST> <Error> <HTTP>
> <[WebAppServletContext(7568967,cus
> tcare,/custcare)] failure extracting WAR classes
> java.io.IOException: No such file or directory
> at java.io.UnixFileSystem.createFileExclusively(Native Method)
> at java.io.File.checkAndCreate(File.java:1162)
> at java.io.File.createTempFile(File.java:1247)
> at
> weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper

> ..java:95)

0 new messages