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 253208 - Netbeans is started over and over again, can't close due to org/netbeans/updater/UpdaterFrame
Summary: Netbeans is started over and over again, can't close due to org/netbeans/upda...
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: AU Masters (show other bugs)
Version: 7.3.1
Hardware: PC OS/2
: P3 normal (vote)
Assignee: Jiri Kovalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 14:55 UTC by JoopN
Modified: 2015-07-17 14:33 UTC (History)
0 users

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 JoopN 2015-06-26 14:55:24 UTC
After installation I get the message that for version 7.3.1 (the last one for JDK 1.6) updates are available. I install the updates by clicking on the message in the balloon. Update is started, updates are downloaded and installed. I choose for the restart. After that I can shutdown Netbeans, but its reloaded again. I managed to get the next message;

java.lang.NoClassDefFoundError: org/netbeans/updater/UpdaterFrame
Caused by: java.lang.ClassNotFoundException: org.netbeans.updater.UpdaterFrame
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.netbeans.updater.UpdaterFrame. Program will exit.
 
I don't know where too look for or how to tweak in solving this problem.

OS eComstation 1.2 (OS/2 4.52)
Java OpenJDK Version 1.6.0 Build 27 GA5
Comment 1 Jiri Kovalsky 2015-07-17 14:33:59 UTC
I am sorry but I cannot reproduce this issue. Unfortunately, I don't have eComstation 1.2 operating system at my disposal so I at least tried with this configuration on my Linux Mint 17.1:

Product Version: NetBeans IDE 7.3.1 (Build 201306052037)
Java: 1.6.0_45; Java HotSpot(TM) 64-Bit Server VM 20.45-b01
Runtime: Java(TM) SE Runtime Environment 1.6.0_45-b06
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/7.3.1
Cache directory: /home/cesilko/.cache/netbeans/7.3.1

Could you please give it a try with some newer JDK from http://www.oracle.com/technetwork/java/index.html?

If you can reproduce it, could you please ZIP the corresponding LOG file from your $HOME/.nbi/log directory and attach it here?

Maybe removing your $HOME/.netbeans/7.3.1 userdir could help resolve the problem?