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 130373

Summary: Plugin "Sun Java Wireless toolkit" - exception during instalation
Product: javame Reporter: Petr Dvorak <joshis>
Component: Build SystemAssignee: Petr Suchomel <psuchomel>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Message appears even long time after the plugin instalation dialog was closed

Description Petr Dvorak 2008-03-18 10:41:21 UTC
Build: 200803171203
OS:    Ubuntu 8.04
JDK:   1.6_04

When I tried to install a plugin (mobility platform, sun java wireless toolkit) an exception was thrown. When I tried to
close netbeans, a dialog "Exit IDE will terminate following: <something_with_CDC>.bin".

SEVERE
java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:485)
	at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165)
[catch] at
org.netbeans.modules.mobility.cldcplatform.catalog.PlatformCatalogAutoInstaller$1.run(PlatformCatalogAutoInstaller.java:138)
	at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Comment 1 Petr Dvorak 2008-03-18 10:49:42 UTC
Created attachment 58552 [details]
Message appears even long time after the plugin instalation dialog was closed
Comment 2 Petr Dvorak 2008-03-18 20:00:26 UTC
This issue is invalid, as there is an awaiting console input. (When you install the plugin, you need to work with the
console, I didn't see it there before.)

Changing to enhancement - there might be a dialog saying "Check the IDE console if there are some pending tasks" after
the plugin installation dialog is closed, just to let user know that he/she might want to check the IDE console...