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 170846 - New install hangs at 0% when using WE4Java Screen Reader
Summary: New install hangs at 0% when using WE4Java Screen Reader
Status: RESOLVED INCOMPLETE
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@installer
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-08-24 23:56 UTC by ptbrunet
Modified: 2009-12-22 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans 6.7.1 Installer Hang (34.00 KB, image/png)
2009-08-25 15:52 UTC, ptbrunet
Details
output when using --verbose --output out.txt (43.00 KB, text/plain)
2009-08-25 16:08 UTC, ptbrunet
Details
output when using --extract and then running bundle.jar (1.58 MB, text/plain)
2009-08-25 16:30 UTC, ptbrunet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ptbrunet 2009-08-24 23:56:21 UTC
Trying to install via netbeans-6.7.1-ml-javase-windows.exe but installer hangs at 0%.  

C:\Documents and Settings\Pete>java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) Client VM (build 14.1-b02, mixed mode, sharing)
Comment 1 dlipin 2009-08-25 14:47:16 UTC
Please run installer with "--verbose --output out.txt" arguments and attach out.txt file to this issue.

It can be also helpful if you additionally run installer in the following manner (from command-line)
cd <dir-with-installer>
netbeans-6.7.1-ml-javase-windows.exe --extract
java -jar bundle.jar > out2.txt 2>&1
After it hangs, please press "Ctrl-Break" in the console a few times, then Ctrl-C.
Please attach out2.txt as well. 

Please also attach the screenshot of hanging.
Comment 2 ptbrunet 2009-08-25 15:52:27 UTC
Created attachment 86634 [details]
NetBeans 6.7.1 Installer Hang
Comment 3 ptbrunet 2009-08-25 16:08:37 UTC
Created attachment 86638 [details]
output when using --verbose --output out.txt
Comment 4 ptbrunet 2009-08-25 16:28:11 UTC
Using the extract method is a successful workaround.  I will next attach out2.txt from that installation.
Comment 5 ptbrunet 2009-08-25 16:30:11 UTC
Created attachment 86641 [details]
output when using --extract and then running bundle.jar
Comment 6 dlipin 2009-08-25 18:36:38 UTC
That could be related to WE4Java Screen Reader.
I`m not quite sure whether it is suitable to ask that but could you please turn it temporary off and try run installer 
again?

PS. Is that the right version that you use?
https://www.gwmicro.com/Script_Central/Scripts/Script_Details/?scriptid=1222
Comment 7 ptbrunet 2009-08-26 16:59:33 UTC
That was it.  I commented out that line in C:\Program Files\Java\jre6\lib\accessibility.properties and the problem went
away.

#
# Load the Java support for WE4Java into the JVM 
#
#assistive_technologies=com.jmacarty.we4java.WE4JavaScreenReader
screen_magnifier_present=true

If you want to contact Jay he is Jay.Macarty at pbsg dot com