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 84235 - Glassfish unable to compile JSP on Windows Vista and JDK1.5.0_07
Summary: Glassfish unable to compile JSP on Windows Vista and JDK1.5.0_07
Status: VERIFIED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: PC Windows Vista
: P1 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 16:12 UTC by Jiri Skrivanek
Modified: 2006-09-11 12:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
server.log (44.79 KB, text/plain)
2006-09-05 16:13 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2006-09-05 16:12:29 UTC
It is not possible to run web application on Windows Vista with JDK1.5.0_07
because Glassfish cannot compile JSP. To reproduce:

- go to Runtime view and add glassfish server instance
- create a new web application
- run web application but you get the following exception:

java.io.IOException: CreateProcess: E:\js103526\jdk1.5.0_07\bin\javac.exe
-classpath ...

It seems that command is somehow trimmed (look for entire stack traces to
server.log). On JDK1.6.0 it works well.

Build 200609040000, JDK1.5.0_07, Windows Vista Beta 2-b5472.
Comment 1 Jiri Skrivanek 2006-09-05 16:13:15 UTC
Created attachment 33610 [details]
server.log
Comment 2 _ ludo 2006-09-05 17:04:05 UTC
Please, it is better to file this type of bug on GlasFish product, unless you
really believe it is a nb bug :-)

I guess the log error is not from NetBeans. Pleasefile a bug on glassFish -not
P1, as Vista is
1/ not released yet
2/ not supported by GlassFish and or NetBeans.

For the record, does it work with Tomcat server? Just curious.
Also can you tell if E:\js103526\jdk1.5.0_07\bin is a valid directory, and
contains the javac.exe command?
Comment 3 Jiri Skrivanek 2006-09-05 17:37:43 UTC
It works with Tomcat server and E:\js103526\jdk1.5.0_07\bin is a valid
directory, and contains the javac.exe command.
Comment 4 _ ludo 2006-09-05 21:45:49 UTC
Thanks for the extra info.

The bug is valid, but it is for the GF product.
I filed https://glassfish.dev.java.net/issues/show_bug.cgi?id=1088
Closing this one as NB cannot do much there for a fix.
Comment 5 Jiri Skrivanek 2006-09-11 12:21:23 UTC
Verified.