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 - Plugin "Sun Java Wireless toolkit" - exception during instalation
Summary: Plugin "Sun Java Wireless toolkit" - exception during instalation
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Suchomel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-18 10:41 UTC by Petr Dvorak
Modified: 2009-10-01 13:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Message appears even long time after the plugin instalation dialog was closed (12.71 KB, image/png)
2008-03-18 10:49 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
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...