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 73487 - Build JNLP fails on Windows Vista
Summary: Build JNLP fails on Windows Vista
Status: VERIFIED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: PC Other
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 13:28 UTC by Tomas Danek
Modified: 2006-06-19 07:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2006-03-10 13:28:35 UTC
5.0 fcs updated with newest u1 nbms, windows vista, JDK 1.5.0_06

1) create feedreader
2) invoke build JNLP
3) build fails

...
Signing JAR: C:\Users\admin\Desktop\netbeans\platform6\core\core.jar
C:\Users\admin\Desktop\netbeans\harness\suite.xml:188: The following error
occurred while executing this line:
C:\Users\admin\Desktop\netbeans\harness\jnlp.xml:116: Execute failed:
java.io.IOException: CreateProcess: "C:\Program
Files\Java\jdk1.5.0_06\bin\jarsigner.exe" -keystore "C:\temp\New
Folder\feedreader-suite1\build\default.keystore" -storepass netbeans -signedjar
"C:\temp\New Folder\feedreader-suite1\build\jnlp\netbeans\core.jar"
C:\Users\admin\Desktop\netbeans\platform6\core\core.jar jnlp error=740
BUILD FAILED (total time: 5 seconds)
Comment 1 Jaroslav Tulach 2006-04-03 12:58:17 UTC
Imho this is not NetBeans bug. Try to run jarsigner from command line and you 
will see that it is not properly[1] signed for execution. Surprisingly 1.6 
JDK's jarsigner works without problems. So either report a bug for JDK or 
upgrade to 1.6.

[1] whatever signed for execution means in vista...
Comment 2 Tomas Danek 2006-04-03 13:56:25 UTC
true. I'll file a bug against JDK asap. Anyway, overriding JDK platform does not
work - issue 74300, whole IDE must be run on 1.6. Verified.
Comment 3 Jesse Glick 2006-04-03 17:57:18 UTC
You probably know this already but just in case: please add a jdk_bug_nnnnnnn
notation to the Status Whiteboard when you file the JDK bug, for tracking
purposes, and put the keyword 'netbeans' in the bug.
Comment 4 Tomas Danek 2006-04-06 11:44:14 UTC
Filed a JDK bug 6409601
Comment 5 weijun 2006-04-10 09:04:48 UTC
seems a lot of commands in JDK/bin of 1.5.0_u6 show a security warning dialog
when executed. all these commands have a small shield image embedded in their
original icons.
Comment 6 Jaroslav Tulach 2006-06-19 07:12:47 UTC
JDK bug 6409601 has been closed in favor of 6433689