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 73176 - Cannot run project on Win Vista Beta
Summary: Cannot run project on Win Vista Beta
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: PC Windows Vista
: P1 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-02 12:24 UTC by Jaromir Uhrik
Modified: 2006-08-23 22:45 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Output window messages attached... (3.08 KB, text/plain)
2006-03-02 12:27 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2006-03-02 12:24:23 UTC
[dev build #200603011900; jdk 1.5.0_06-b05]
Steps to reproduce:
1. Open New Project Wizard
2. Select Samples | NetBeans Plug-in Modules | Paint Application
3. Push Next> and then Finish wizard
4. The project is created
5. Select the PaintApplication node in Projects view and push Run from popup menu
6. The console output shows that everything was successful, but the project
didn't start - the paint window didn't appear (BTW I tested the same testcase on
Mac OS and it works on Mac). Attached is the output window stack.
Comment 1 Jaromir Uhrik 2006-03-02 12:27:05 UTC
Created attachment 29094 [details]
Output window messages attached...
Comment 2 Jaromir Uhrik 2006-03-02 12:41:08 UTC
The problem is general - other API support projects don't work too.
Comment 3 Jesse Glick 2006-03-02 18:11:47 UTC
I need some info about the OS - namely what System.getProperties() reports. Very
likely I will be useless for actually fixing this as I do not have Vista
installed and cannot possibly test any fix. So I suggest someone who does have
Vista installed reassign this to themselves and look at the OS list in
apisupport/harness/release/run.xml#run and propose (or commit) a patch which
makes it work.
Comment 4 Jesse Glick 2006-03-07 22:20:15 UTC
Still waiting for someone to propose or commit a patch; I can't really do
anything about this without access to a lab machine running Vista.
Comment 5 Jan Chalupa 2006-03-08 08:22:05 UTC
Stan, can you please test on Vista and provide the info requested by Jesse?
"System.getProperties()...."
Comment 6 Stanislav Aubrecht 2006-03-08 10:40:14 UTC
System.getProperties() on Windows Vista (Beta) & JDK1.5.0_06

awt.toolkit=sun.awt.windows.WToolkit
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\Users\vista\JavaApplication3\build\classes
java.class.version=49.0
java.endorsed.dirs=C:\users\vista\lib\jdk1.5.0_06\jre\lib\endorsed
java.ext.dirs=C:\users\vista\lib\jdk1.5.0_06\jre\lib\ext
java.home=C:\users\vista\lib\jdk1.5.0_06\jre
java.io.tmpdir=C:\Users\vista\AppData\Local\Temp\
java.library.path=C:\users\vista\lib\jdk1.5.0_06
\jre\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\System32
\Wbem;C:\Windows\system32;C:\Windows
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_06-b05
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.5.0_06
java.vm.info=mixed mode, sharing
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.5.0_06-b05
line.separator=

os.arch=x86
os.name=Windows NT (unknown)
os.version=6.0
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\users\vista\lib\jdk1.5.0_06
\jre\lib\rt.jar;C:\users\vista\lib\jdk1.5.0_06
\jre\lib\i18n.jar;C:\users\vista\lib\jdk1.5.0_06
\jre\lib\sunrsasign.jar;C:\users\vista\lib\jdk1.5.0_06
\jre\lib\jsse.jar;C:\users\vista\lib\jdk1.5.0_06
\jre\lib\jce.jar;C:\users\vista\lib\jdk1.5.0_06
\jre\lib\charsets.jar;C:\users\vista\lib\jdk1.5.0_06\jre\classes
sun.boot.library.path=C:\users\vista\lib\jdk1.5.0_06\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=
user.country=US
user.dir=C:\Users\vista\JavaApplication3
user.home=C:\Users\vista
user.language=en
user.name=vista
user.timezone=
user.variant=
Comment 7 Stanislav Aubrecht 2006-03-08 10:49:14 UTC
fixed in trunk (what's the target milestone for this??)

Checking in run.xml;
/cvs/apisupport/harness/release/run.xml,v  <--  run.xml
new revision: 1.20; previous revision: 1.19
done
Comment 8 Stanislav Aubrecht 2006-03-08 11:08:18 UTC
System.getProperties() on Windows Vista, JDK1.6.0 b67

awt.toolkit=sun.awt.windows.WToolkit
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\Users\vista\JavaApplication3\build\classes
java.class.version=50.0
java.endorsed.dirs=C:\users\vista\lib\jdk1.6.0\jre\lib\endorsed
java.ext.dirs=C:\users\vista\lib\jdk1.6.0
\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
java.home=C:\users\vista\lib\jdk1.6.0\jre
java.io.tmpdir=C:\Users\vista\AppData\Local\Temp\
java.library.path=C:\users\vista\lib\jdk1.6.0
\jre\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\Sy
stem32\Wbem;C:\Windows\system32;C:\Windows
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.6.0-rc-b67
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.6.0-rc
java.vm.info=mixed mode, sharing
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.6.0-rc-b67
line.separator=

os.arch=x86
os.name=Windows Vista
os.version=6.0
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\users\vista\lib\jdk1.6.0
\jre\lib\resources.jar;C:\users\vista\lib\jdk1.6.0
\jre\lib\rt.jar;C:\users\vista\lib\jdk1.6.0
\jre\lib\sunrsasign.jar;C:\users\vista\lib\jdk1.6.0
\jre\lib\jsse.jar;C:\users\vista\lib\jdk1.6.0
\jre\lib\jce.jar;C:\users\vista\lib\jdk1.6.0
\jre\lib\charsets.jar;C:\users\vista\lib\jdk1.6.0\jre\classes
sun.boot.library.path=C:\users\vista\lib\jdk1.6.0\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=
user.country=US
user.dir=C:\Users\vista\JavaApplication3
user.home=C:\Users\vista
user.language=en
user.name=vista
user.timezone=
user.variant=
Comment 9 Stanislav Aubrecht 2006-03-08 11:12:00 UTC
added another os token for JDK1.6.0 on windows vista

Checking in run.xml;
/cvs/apisupport/harness/release/run.xml,v  <--  run.xml
new revision: 1.21; previous revision: 1.20
done
Comment 10 Jan Chalupa 2006-03-08 11:15:39 UTC
I believe this is a candidate for backporting to Update 1.
Comment 11 Marian Mirilovic 2006-03-08 11:23:54 UTC
Agreed, Stando could you please backport this to 5.0u1 ? 

Thanks in advance.
Comment 12 Martin Krauskopf 2006-03-08 12:22:47 UTC
backported into apisupport_50u1.

Checking in harness/release/run.xml;
new revision: 1.18.2.1; previous revision: 1.18
Comment 13 Stanislav Aubrecht 2006-03-08 12:56:20 UTC
thanx, martin
Comment 14 Tomas Danek 2006-03-10 13:45:50 UTC
verified on W.vista in 50u1