This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 13214 - Execution of webmodule in iWS fails with exceptions
Summary: Execution of webmodule in iWS fails with exceptions
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC Solaris
: P2 blocker (vote)
Assignee: Damian Frach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-26 16:26 UTC by Marek Fukala
Modified: 2001-07-16 09:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The exception printed into console (2.65 KB, text/plain)
2001-06-26 16:26 UTC, Marek Fukala
Details
The exception from notify dialog. (1.81 KB, text/plain)
2001-06-26 16:28 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2001-06-26 16:26:05 UTC
[010625_1, jdk1.3.0, rh linux 6.2, iWS 6.0]
If you try to execute a webmodule on iWS server you will get two exceptions. The
first one is displayed in IDE's notify dialog and the second one is printed into
console.
Comment 1 Marek Fukala 2001-06-26 16:26:54 UTC
Created attachment 1740 [details]
The exception printed into console
Comment 2 Marek Fukala 2001-06-26 16:28:05 UTC
Created attachment 1741 [details]
The exception from notify dialog.
Comment 3 Damian Frach 2001-06-27 13:53:38 UTC
the bug is fixed
Comment 4 L Martinek 2001-06-29 11:38:37 UTC
What is fixed? I can still reproduce the FileNotFoundException, but it's caused 
by fact that iPlanet always creates files with root as owner and IDE can't 
modify them. It probably can't be fixed in IDE.

I was not able to reproduce the second exception. Is this what you have fixed?
Comment 5 Petr Jiricka 2001-06-29 19:06:52 UTC
This is not a bug, as iWS is not supported on Linux.
Comment 6 Damian Frach 2001-07-09 12:45:58 UTC
-
Comment 7 Damian Frach 2001-07-09 13:00:07 UTC
the first exception is problem of the iWS and a bugtraq bug should be 
fired with the "server-api" subcategory.

the second exception is fixed by hack in web module (IN 2933). The 
right fix is subscribed in the bugtraq bug 4475113.
Comment 8 Marek Fukala 2001-07-13 10:11:28 UTC
The some problem - access denided appears on Solaris. The core of the
problem is that IDE tries to write to files which are owned by root
(server runs as superuser of course). The solution of this problem is
to change owner of the accessed files to current user - but it is only
hack and the mug MUST BE repaired.
I have filled a bug number #4479478 in bugtraq server-api subcategory
which is equivalent to this bug.
Comment 9 Marek Fukala 2001-07-16 09:58:04 UTC
The bug has been moved into bugtraq into forte4j/server-api
(sub)category as a bug number #4479478, so I'm closing it.