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 200324 - NetBeans will not start
Summary: NetBeans will not start
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal with 1 vote (vote)
Assignee: Chris3691
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-23 03:55 UTC by Dthorny2010
Modified: 2019-02-19 16:02 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
netbeans trace file while starting (23.96 KB, application/octet-stream)
2011-08-26 06:44 UTC, btasdemir
Details
bug (32.83 KB, application/octet-stream)
2011-09-28 19:40 UTC, Dthorny2010
Details
netbeans64.exe Trace Output Log (28.49 KB, application/octet-stream)
2012-12-13 03:49 UTC, abazerin
Details
netbeans not open (29.88 KB, application/octet-stream)
2013-04-17 11:24 UTC, kuldeepsuman
Details
Trace File (32.98 KB, application/octet-stream)
2014-03-04 19:47 UTC, djbosch
Details
I've been having the same problem: here's my output.log. Any help is greatly appreciated! (28.49 KB, application/octet-stream)
2014-07-10 14:53 UTC, Jordan_K
Details
output.log file attached!! (29.81 KB, application/octet-stream)
2014-10-02 18:28 UTC, imcody
Details
netbeans is not stating (31.68 KB, application/octet-stream)
2015-09-22 16:37 UTC, sukhwinder
Details
Messages.log for 8.1 Windows 10 (12.19 KB, application/octet-stream)
2016-08-28 01:20 UTC, jschools
Details
output.log file from command prompt (7.86 KB, application/octet-stream)
2017-10-15 19:49 UTC, Chris3691
Details
Netbeans 8.2 output.log (31.47 KB, application/octet-stream)
2018-01-20 18:08 UTC, mesadesue
Details
error logs (36.19 KB, application/x-gzip)
2018-10-22 12:02 UTC, marthasimons
Details
Output Log from crashed startup (27.10 KB, application/octet-stream)
2019-01-30 07:23 UTC, Klaus_H
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dthorny2010 2011-07-23 03:55:47 UTC
I have Installed the JDK bundle with netbeans 7.0, But when i click on the icon to run the program it will not open. I seams to try to load for half of a second but then nothing happens. I am running on Windows 7 64 bit.
Comment 1 Yulia Novozhilova 2011-07-25 09:31:58 UTC
Does the error message "JVM creation failed" pop up? If so, please, try to add "-J-XX:MaxPermSize=200m" parameter into "netbeans_default_options" line in  netbeans.conf file (%INSTALL_DIR%/etc/netbeans.conf) or switch  from
32-bit Java to 64-bit Java.
Please also check %USER_DIR%/.netbeans/7.0/var/log/messages.log file and attach it here if there is one.
Thanks.
Comment 2 dlipin 2011-07-25 09:38:45 UTC
BTW, you can also run 
<install-dir>/bin/netbeans.exe --trace c:\output.log
from command line and check resulting output.log for errors.
Comment 3 Dthorny2010 2011-07-25 14:27:25 UTC
Nothing pops up when i click the netbeans logo. The program will not load, and i have tried switching from 32 or 64 same problem. i have both on my computer a 64 version of windows and a 32 bit version.
Comment 4 Yulia Novozhilova 2011-07-25 14:29:13 UTC
Does output for <install-dir>/bin/netbeans.exe --trace c:\output.log contain any error? Please attach it here. Thanks
Comment 5 Dthorny2010 2011-07-26 03:26:26 UTC
I'm sorry but i am not sure on what your asking me to do or where to put this? I am not following on what to do to find this trace if you could just explain what to do in a little more detail, i would much appreciate the help. Thanks
Comment 6 Yulia Novozhilova 2011-08-05 16:06:45 UTC
Sorry for a delay in reply. 
You can do the following: 
- open Command Prompt (http://www.sevenforums.com/tutorials/947-command-prompt.html), for example, Click on All Programs, Accessories, and on Command Prompt. 

- type in the prompt window the following:
<path-to-your-netbeans-install-dir>/bin/netbeans.exe --trace c:\output.log

For example(in my case):
C:\Program Files (x86)\NetBeans 7.0.1\bin\netbeans.exe --trace c:\output.log

Then attach output.log file here.
Thank you.
Comment 7 Dthorny2010 2011-08-05 17:15:39 UTC
C:\Program Files (x86)\NetBeans 7.0.1>bin\netbeans.exe --trace c:\output.log

gave me 

The launcher has determined that the parent process has a console and will reuse it for its own console output:
Closing the console will result in termination of the running program.
Use '--console suppress' to suppress console output
use '--console new' to create a separate console window
Comment 8 Yulia Novozhilova 2011-08-08 09:03:10 UTC
Please check your disk C:/. It should contain the file output.log (after you run <path-to-your-netbeans-install-dir>/bin/netbeans.exe --trace c:\output.log). Attach this file here. Thanks
Comment 9 Dthorny2010 2011-08-08 16:26:31 UTC
I'm sorry but I can not find this file output.log in my C Drive.
Comment 10 btasdemir 2011-08-26 06:44:16 UTC
Created attachment 110229 [details]
netbeans trace file while starting

Netbeans trace file while starting. PLatform win 7 64 bit. Jdk 64 bit installed.
Comment 11 Yulia Novozhilova 2011-08-26 10:26:20 UTC
btasdemir, please try to rename the folder "C:\Users\btasdemir\.netbeans\6.9" to backup it and run NetBeans with a clean userdir (http://wiki.netbeans.org/FaqWhatIsUserdir). This should help.
Comment 12 Dthorny2010 2011-09-02 13:36:09 UTC
how do i create the attachment from the cmd?
Comment 13 Yulia Novozhilova 2011-09-09 09:51:02 UTC
- open Command Prompt
(http://www.sevenforums.com/tutorials/947-command-prompt.html), for example,
Click on All Programs, Accessories, and on Command Prompt. 

- type in the prompt window the following:
<path-to-your-netbeans-install-dir>/bin/netbeans.exe --trace C:\output.log

For example(in my case):
C:\Program Files (x86)\NetBeans 7.0.1\bin\netbeans.exe --trace C:\output.log

Then attach go to disk C:\, you will find "output.log" file there. Please attach this file to the bug.
Comment 14 Dthorny2010 2011-09-28 19:40:57 UTC
Created attachment 111287 [details]
bug
Comment 15 Yulia Novozhilova 2011-09-30 10:12:27 UTC
Dthorny, this is a log from installer. It doesn't help to resolve your problem. I need to take a look at the NetBeans trace. Do you still experience the issue?
Comment 16 Chuckqt 2012-05-23 16:57:39 UTC
(In reply to comment #1)
> Does the error message "JVM creation failed" pop up? If so, please, try to add
> "-J-XX:MaxPermSize=200m" parameter into "netbeans_default_options" line in 
> netbeans.conf file (%INSTALL_DIR%/etc/netbeans.conf) or switch  from
> 32-bit Java to 64-bit Java.
> Please also check %USER_DIR%/.netbeans/7.0/var/log/messages.log file and attach
> it here if there is one.
> Thanks.

This worked for me, thanks for the information.
Comment 17 abazerin 2012-12-13 03:49:50 UTC
Created attachment 129297 [details]
netbeans64.exe Trace Output Log
Comment 18 Jiri Rechtacek 2012-12-13 08:28:17 UTC
(In reply to comment #17)
> Created attachment 129297 [details]
> netbeans64.exe Trace Output Log

Your problem is different that other ones, it was fixed in 7.3 - issue 219831.
Comment 19 kuldeepsuman 2013-04-17 11:24:34 UTC
Created attachment 133538 [details]
netbeans not open
Comment 20 djbosch 2014-03-04 19:47:13 UTC
Created attachment 145762 [details]
Trace File
Comment 21 djbosch 2014-03-04 19:50:00 UTC
I have the same issue as everyone here, and have installed 7.3.1, and tried many suggestions. ANy ideas? I attached the trace file.

As you will see in the trace file, I even tried installing it on my desktop in case it was a permissions issue. But it made no difference
Comment 22 Jiri Rechtacek 2014-03-04 20:01:11 UTC
(In reply to djbosch from comment #21)
> I have the same issue as everyone here, and have installed 7.3.1, and tried
> many suggestions. ANy ideas? I attached the trace file.
> 
> As you will see in the trace file, I even tried installing it on my desktop
> in case it was a permissions issue. But it made no difference

I guess a problem is the patch where you installed the IDE - C:\Users\#755606 (stated in your trace.log). Could you install the IDE somewhere else? If the problem still persists, file a new issue instead of reopening old one - I think they are unrelated. Thanks
Comment 23 Jordan_K 2014-07-10 14:53:08 UTC
Created attachment 147976 [details]
I've been having the same problem: here's my output.log.  Any help is greatly appreciated!
Comment 24 Libor Fischmeistr 2014-07-21 13:43:51 UTC
(In reply to Jordan_K from comment #23)
> Created attachment 147976 [details]
> I've been having the same problem: here's my output.log.  Any help is
> greatly appreciated!

Hello, I don't think it's related to this bug. You should rather file new issue.

Thanks
Comment 25 imcody 2014-10-02 18:28:16 UTC
Created attachment 149683 [details]
output.log file attached!!

Hello,

I know this a very late posting at this article, but I have attached my output.log file, and I would like to receive the earliest response

Thank You!!
Comment 26 manojkk1999 2015-02-02 06:11:44 UTC
Netbean 7.0.1 not loading...It seams to try to load for half of a second but then nothing happens.
Comment 27 sukhwinder 2015-09-22 16:37:18 UTC
Created attachment 156362 [details]
netbeans is not stating

any body can help me?

netbeans is not opening or loading
Comment 28 sukhwinder 2015-09-23 04:06:52 UTC
Comment on attachment 156362 [details]
netbeans is not stating

netbeans not starting

i have attached log file

help me
Comment 29 Thyagaraj_p 2015-10-27 05:39:35 UTC
(In reply to sukhwinder from comment #28)
> Comment on attachment 156362 [details]
> netbeans is not stating
> 
> netbeans not starting
> 
> i have attached log file
> 
> help me

I have fixed this issue in my pc so i think i can solve your problem.
1.Firstly try to uninstall Netbeans.
2. If Netbeans Not able to Uninstall delete the registry and try step 1.
3. For Backup Move NetBeans Folder in the Installed Directory to another location (Where you store your backup data).
4. Install the Netbeans with a fresh copy.
So your problem is solved.
Comment 30 dd_14 2015-11-22 15:11:10 UTC
i changed the perm size to 128 (edited in notepad) after that i (In reply to Yulia Novozhilova from comment #8)
> Please check your disk C:/. It should contain the file output.log (after you
> run <path-to-your-netbeans-install-dir>/bin/netbeans.exe --trace
> c:\output.log). Attach this file here. Thanks

i got the output.log file after that i should i do?
Comment 31 dd_14 2015-11-22 15:29:23 UTC
Comment on attachment 156362 [details]
netbeans is not stating

i have the output.log file after that wat should i do
Comment 32 sayanbhan 2016-08-26 15:53:00 UTC
this is from india 

me too having the same probem so i tried to find a solution
i got an easy solution for not opening the netbeans...

ie:--

if your netbean is of 32 bit check your jdk ... if it is of 64 bit then it will not work change it to 32 it or vise a versa...


it worked for me..



thanks
Comment 33 jschools 2016-08-28 01:15:51 UTC
Netbeans shows the loading screen then disappears. Task manager shows netbeans running but not on screen.
Comment 34 jschools 2016-08-28 01:20:45 UTC
Created attachment 161787 [details]
Messages.log for 8.1 Windows 10

Log messages.
Comment 35 Atum 2017-03-22 05:55:51 UTC
NetBeans 8.0.2 will not start.

after update

screen "Loading module service..."

log :

-------------------------------------------------------------------------------
>Log Session: Wednesday, March 22, 2017 8:44:26 AM MSK
>System Info: 
  Product Version         = NetBeans IDE 8.0.2 (Build 1) (#b8e35b888b3f)
  Operating System        = Linux version 3.13.0-112-generic running on amd64
  Java; VM; Vendor        = 1.8.0_121; Java HotSpot(TM) 64-Bit Server VM 25.121-b13; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.8.0_121-b13
  Java Home               = /usr/lib/jvm/java-8-oracle/jre
  System Locale; Encoding = en_US (nb); UTF-8
  Home Directory          = /home/igor
  Current Directory       = /home/igor/netbeans-8.0/bin
  User Directory          = /home/igor/.netbeans/8.0
  Cache Directory         = /home/igor/.cache/netbeans/8.0
  Installation            = /home/igor/netbeans-8.0/nb
                            /home/igor/netbeans-8.0/ergonomics
                            /home/igor/netbeans-8.0/ide
                            /home/igor/netbeans-8.0/extide
                            /home/igor/netbeans-8.0/java
                            /home/igor/netbeans-8.0/apisupport
                            /home/igor/netbeans-8.0/webcommon
                            /home/igor/netbeans-8.0/websvccommon
                            /home/igor/netbeans-8.0/enterprise
                            /home/igor/netbeans-8.0/mobility
                            /home/igor/netbeans-8.0/profiler
                            /home/igor/netbeans-8.0/php
                            /home/igor/netbeans-8.0/harness
                            /home/igor/netbeans-8.0/cnd
                            /home/igor/netbeans-8.0/dlight
                            /home/igor/netbeans-8.0/groovy
                            /home/igor/netbeans-8.0/javafx
                            /home/igor/netbeans-8.0/platform
  Boot & Ext. Classpath   = /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar
  Application Classpath   = /home/igor/netbeans-8.0/platform/lib/boot.jar:/home/igor/netbeans-8.0/platform/lib/org-openide-modules.jar:/home/igor/netbeans-8.0/platform/lib/org-openide-util.jar:/home/igor/netbeans-8.0/platform/lib/org-openide-util-lookup.jar:/home/igor/netbeans-8.0/platform/lib/org-openide-util-ui.jar:/home/igor/netbeans-8.0/platform/lib/locale/boot_ja.jar:/home/igor/netbeans-8.0/platform/lib/locale/boot_pt_BR.jar:/home/igor/netbeans-8.0/platform/lib/locale/boot_ru.jar:/home/igor/netbeans-8.0/platform/lib/locale/boot_zh_CN.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-modules_ja.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-modules_pt_BR.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-modules_ru.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-modules_zh_CN.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-util_ja.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-util-lookup_ja.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-util-lookup_pt_BR.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-util-lookup_ru.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-util-lookup_zh_CN.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-util_pt_BR.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-util_ru.jar:/home/igor/netbeans-8.0/platform/lib/locale/org-openide-util_zh_CN.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
  Startup Classpath       = /home/igor/netbeans-8.0/platform/core/core-base.jar:/home/igor/netbeans-8.0/platform/core/org-openide-filesystems.jar:/home/igor/netbeans-8.0/platform/core/core.jar:/home/igor/netbeans-8.0/platform/core/org-netbeans-libs-asm.jar:/home/igor/netbeans-8.0/platform/core/asm-all-5.0.1.jar:/home/igor/netbeans-8.0/platform/core/locale/org-openide-filesystems_pt_BR.jar:/home/igor/netbeans-8.0/platform/core/locale/org-openide-filesystems_zh_CN.jar:/home/igor/netbeans-8.0/platform/core/locale/core_zh_CN.jar:/home/igor/netbeans-8.0/platform/core/locale/org-openide-filesystems_ja.jar:/home/igor/netbeans-8.0/platform/core/locale/org-openide-filesystems_ru.jar:/home/igor/netbeans-8.0/platform/core/locale/core_ru.jar:/home/igor/netbeans-8.0/platform/core/locale/core_pt_BR.jar:/home/igor/netbeans-8.0/platform/core/locale/core_ja.jar:/home/igor/netbeans-8.0/nb/core/org-netbeans-upgrader.jar:/home/igor/netbeans-8.0/nb/core/locale/org-netbeans-upgrader_ru.jar:/home/igor/netbeans-8.0/nb/core/locale/core_nb_zh_CN.jar:/home/igor/netbeans-8.0/nb/core/locale/core_nb_ru.jar:/home/igor/netbeans-8.0/nb/core/locale/org-netbeans-upgrader_zh_CN.jar:/home/igor/netbeans-8.0/nb/core/locale/core_nb_pt_BR.jar:/home/igor/netbeans-8.0/nb/core/locale/org-netbeans-upgrader_ja.jar:/home/igor/netbeans-8.0/nb/core/locale/core_nb.jar:/home/igor/netbeans-8.0/nb/core/locale/org-netbeans-upgrader_pt_BR.jar:/home/igor/netbeans-8.0/nb/core/locale/core_nb_ja.jar
-------------------------------------------------------------------------------
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
	org.openide.util.lookup [8.34 nbms-and-javadoc-5598-on-20170321]
	org.openide.util [9.8 nbms-and-javadoc-5598-on-20170321]
	org.openide.util.ui [9.8 nbms-and-javadoc-5598-on-20170321]
	org.openide.modules [7.49 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.api.annotations.common/1 [1.28 nbms-and-javadoc-5598-on-20170321]
	org.openide.filesystems [9.11 nbms-and-javadoc-5598-on-20170321]
	org.openide.awt [7.68 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.api.progress/1 [1.48 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.api.progress.nb [1.48 nbms-and-javadoc-5598-on-20170321]
	org.openide.dialogs [7.43 nbms-and-javadoc-5598-on-20170321]
	org.openide.nodes [7.46 nbms-and-javadoc-5598-on-20170321]
	org.openide.windows [6.76 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.api.intent [1.3 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.api.io [1.4 nbms-and-javadoc-5598-on-20170321]
	org.openide.io [1.50 nbms-and-javadoc-5598-on-20170321]
	org.openide.filesystems.nb [9.11 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.upgrader [4.31.2 201411181905]
	org.netbeans.swing.plaf [1.37.1 201411181905]
	org.netbeans.modules.websvc.wsstackapi/0 [1.22.1 201411181905]
	org.netbeans.modules.websvc.saas.services.zvents [1.24.1 201411181905]
	org.netbeans.modules.websvc.saas.services.zillow [1.24.1 201411181905]
	org.netbeans.modules.websvc.saas.services.weatherbug [1.24.1 201411181905]
	org.netbeans.modules.websvc.saas.services.google [1.25.1 201411181905]
	org.netbeans.modules.websvc.saas.services.flickr [1.25.1 201411181905]
	org.netbeans.modules.websvc.saas.services.delicious [1.24.1 201411181905]
	org.netbeans.modules.websvc.saas.services.amazon [1.25.1 201411181905]
	org.netbeans.modules.queries/1 [1.44 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.projectapi/1 [1.67 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.websvc.projectapi/0 [1.21.1 201411181905]
	org.netbeans.modules.websvc.metro.lib/1 [1.27.1 201411181905]
	org.netbeans.modules.websvc.jaxwsmodelapi/1 [1.23.1 201411181905]
	org.netbeans.modules.servletjspapi/1 [1.30.1.25 25 201411181905]
	org.netbeans.modules.web.jsf12/1 [1.24.1.12 12 201411181905]
	org.netbeans.libs.glassfish_logging/1 [1.25.1.20 20 201411181905]
	org.netbeans.modules.web.jsf12ri/1 [1.24.1.12 12 201411181905]
	org.netbeans.modules.spellchecker.dictionary_en [1.19.1 201411181905]
	org.netbeans.modules.projectapi.nb [1.4 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.progress.ui [1.34 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.masterfs/2 [2.56.0.2 2 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.masterfs.ui [2.4.0.2 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.masterfs.nio2 [1.16 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.libs.jna/1 [1.38.1 201411181905]
	org.netbeans.modules.masterfs.linux [1.14 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.editor.mimelookup/1 [1.41 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.editor.util/1 [1.65 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.lexer/2 [1.64.0.1 1 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.lexer.nbbridge/1 [1.33.0.1 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.libs.junit4 [1.14 201411181905]
	org.netbeans.modules.junitlib [1.1 201411181905]
	org.netbeans.modules.javaee7.api [1.4.1 201411181905]
	org.netbeans.modules.javaee.api [1.20.1 201411181905]
	org.netbeans.modules.j2ee.platform/1 [1.30.1 201411181905]
	org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.29.2 201411181905]
	org.netbeans.modules.extexecution.base/2 [1.5 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.extexecution/2 [1.49 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.gsf.testrunner/2 [2.10 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.editor.settings.lib [1.52.0.1 1 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.editor.mimelookup.impl/1 [1.33 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.modules.defaults/1 [1.28.1 201411181905]
	org.netbeans.modules.deadlock.detector [1.2.1 201411181905]
	org.netbeans.modules.db.metadata.model/1 [1.7.1 201411181905]
	org.netbeans.modules.db.drivers [1.26.1 201411181905]
	org.netbeans.libs.swingx/1 [1.24.1 201411181905]
	org.netbeans.libs.svnClientAdapter/1 [1.36.1 201411181905]
	org.netbeans.libs.antlr3.runtime [1.18.1.1 1 201411181905]
	org.netbeans.libs.svnClientAdapter.svnkit/1 [1.21.2 201502261250]
	org.netbeans.libs.svnClientAdapter.javahl/1 [1.25 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.libs.osgi [1.18.1 201411181905]
	org.netbeans.libs.json_simple/1 [0.13 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.libs.felix [2.12.1 201411181905]
	org.netbeans.libs.asm [5.4 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.core.startup.base [1.63.0.1 1 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.bootstrap/1 [2.69.3 201411181905]
	org.netbeans.core.startup/1 [1.63.0.1 nbms-and-javadoc-5598-on-20170321]
	org.netbeans.core.netigso [1.27.1 201411181905]
	org.netbeans.core.io.ui/1 [1.26.1 201411181905]
	org.netbeans.core.browser/1 [1.24.1.1 1 201411181905]
	org.jython.distro/1 [2.12 nbms-and-javadoc-2120-on-20140914]
Comment 36 Atum 2017-03-22 05:57:31 UTC
All version  Netbeans x.y after update never work! All! 

update + add palugin  = Netbeans not work!
Comment 37 Atum 2017-03-22 06:56:48 UTC
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
2017-03-22 09:55:09
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.121-b13 mixed mode):

"DestroyJavaVM" #25 prio=5 os_prio=0 tid=0x00007f31f05fd000 nid=0x2130 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Deadlock Detector" #23 prio=5 os_prio=0 tid=0x00007f31982b4000 nid=0x2149 waiting on condition [0x00007f31a0ee2000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.netbeans.modules.deadlock.detector.Detector.run(Detector.java:138)
	at java.lang.Thread.run(Thread.java:745)

"File Watcher" #22 daemon prio=1 os_prio=0 tid=0x00007f3180026000 nid=0x2148 runnable [0x00007f31a148d000]
   java.lang.Thread.State: RUNNABLE
	at com.sun.jna.Native.invokeInt(Native Method)
	at com.sun.jna.Function.invoke(Function.java:383)
	at com.sun.jna.Function.invoke(Function.java:315)
	at com.sun.jna.Library$Handler.invoke(Library.java:212)
	at org.netbeans.modules.masterfs.watcher.linux.$Proxy2.read(Unknown Source)
	at org.netbeans.modules.masterfs.watcher.linux.LinuxNotifier.nextEventPath(LinuxNotifier.java:142)
	at org.netbeans.modules.masterfs.watcher.linux.LinuxNotifier.nextEvent(LinuxNotifier.java:121)
	at org.netbeans.modules.masterfs.providers.Notifier$1.nextEvent(Notifier.java:122)
	at org.netbeans.modules.masterfs.watcher.Watcher$Ext.run(Watcher.java:345)
	at java.lang.Thread.run(Thread.java:745)

"AWT-XAWT" #18 daemon prio=6 os_prio=0 tid=0x00007f31980b5800 nid=0x2144 runnable [0x00007f31a2629000]
   java.lang.Thread.State: RUNNABLE
	at sun.awt.X11.XToolkit.waitForEvents(Native Method)
	at sun.awt.X11.XToolkit.run(XToolkit.java:568)
	at sun.awt.X11.XToolkit.run(XToolkit.java:532)
	at java.lang.Thread.run(Thread.java:745)

"Java2D Disposer" #16 daemon prio=10 os_prio=0 tid=0x00007f319809d000 nid=0x2143 in Object.wait() [0x00007f31a282a000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000000d82080d0> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	- locked <0x00000000d82080d0> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
	at sun.java2d.Disposer.run(Disposer.java:148)
	at java.lang.Thread.run(Thread.java:745)

"CLI Requests Server" #12 daemon prio=5 os_prio=0 tid=0x00007f31f05d4000 nid=0x213f runnable [0x00007f31a3ffe000]
   java.lang.Thread.State: RUNNABLE
	at java.net.PlainSocketImpl.socketAccept(Native Method)
	at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
	at java.net.ServerSocket.implAccept(ServerSocket.java:545)
	at java.net.ServerSocket.accept(ServerSocket.java:513)
	at org.netbeans.CLIHandler$Server.run(CLIHandler.java:1100)

"Active Reference Queue Daemon" #11 daemon prio=1 os_prio=0 tid=0x00007f31f05b1000 nid=0x213e in Object.wait() [0x00007f31e04d1000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000000d5a74960> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	- locked <0x00000000d5a74960> (a java.lang.ref.ReferenceQueue$Lock)
	at org.openide.util.lookup.implspi.ActiveQueue$Impl.removeSuper(ActiveQueue.java:93)
	at org.openide.util.lookup.implspi.ActiveQueue$Daemon.run(ActiveQueue.java:131)

"Service Thread" #8 daemon prio=9 os_prio=0 tid=0x00007f31f02a6800 nid=0x213c runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread2" #7 daemon prio=9 os_prio=0 tid=0x00007f31f02a3800 nid=0x213b waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread1" #6 daemon prio=9 os_prio=0 tid=0x00007f31f02a1800 nid=0x213a waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" #5 daemon prio=9 os_prio=0 tid=0x00007f31f029e800 nid=0x2139 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0x00007f31f029d000 nid=0x2138 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" #3 daemon prio=8 os_prio=0 tid=0x00007f31f026b000 nid=0x2137 in Object.wait() [0x00007f31f4314000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000000d5588ec8> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	- locked <0x00000000d5588ec8> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)

"Reference Handler" #2 daemon prio=10 os_prio=0 tid=0x00007f31f0266800 nid=0x2136 in Object.wait() [0x00007f31f4515000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000000d5586b68> (a java.lang.ref.Reference$Lock)
	at java.lang.Object.wait(Object.java:502)
	at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
	- locked <0x00000000d5586b68> (a java.lang.ref.Reference$Lock)
	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)

"VM Thread" os_prio=0 tid=0x00007f31f025f000 nid=0x2135 runnable 

"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007f31f0021000 nid=0x2131 runnable 

"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007f31f0023000 nid=0x2132 runnable 

"GC task thread#2 (ParallelGC)" os_prio=0 tid=0x00007f31f0024800 nid=0x2133 runnable 

"GC task thread#3 (ParallelGC)" os_prio=0 tid=0x00007f31f0026800 nid=0x2134 runnable 

"VM Periodic Task Thread" os_prio=0 tid=0x00007f31f02a9800 nid=0x213d waiting on condition 

JNI global references: 613

Heap
 PSYoungGen      total 611840K, used 199425K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
  eden space 524800K, 38% used [0x00000000d5580000,0x00000000e1840598,0x00000000f5600000)
  from space 87040K, 0% used [0x00000000fab00000,0x00000000fab00000,0x0000000100000000)
  to   space 87040K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000fab00000)
 ParOldGen       total 1398272K, used 0K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
  object space 1398272K, 0% used [0x0000000080000000,0x0000000080000000,0x00000000d5580000)
 Metaspace       used 16197K, capacity 16616K, committed 16768K, reserved 1064960K
  class space    used 1749K, capacity 1861K, committed 1920K, reserved 1048576K
Comment 38 maxoudela 2017-04-20 13:35:31 UTC
Hi do we have a work-around on that? I have opened the same issue last year (https://netbeans.org/bugzilla/show_bug.cgi?id=262345) and the bug is still here!
Comment 39 Chris3691 2017-10-15 19:49:15 UTC
Created attachment 165293 [details]
output.log file from command prompt

After installation I tried opening netbeans ..It displayed loading cached objects and it will close..

The following was an ouput when I run the trace c:ouput.Log on my command prompt..
The launcher has determined that the parent process has a console and will reuse it for it's own console output.
Closing the console will result in termination of the running program.
Use '--console supress' to suppress console output.
Use '--console new' to create a separate console window
Comment 40 Mari_Admin 2017-11-14 18:15:12 UTC
I also have the same problem. Netbeans starts for 2 seconds and then fails. When trying to execute it from command line it shows the following:

'The launcher has determined that the parent process has a console and will reuse
 it for its own console output.
Closing the console will result in termination of the running program.
Use '--console suppress' to suppress console output.
Use '--console new' to create a separate console window.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory
(file:/C:/Program%20Files/NetBeans%208.1/platform/lib/boot.jar) to field java.ne
t.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.Proxy
URLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflect
ive access operations
WARNING: All illegal access operations will be denied in a future release'

Please help.
Comment 41 mesadesue 2018-01-20 18:08:27 UTC
Created attachment 165615 [details]
Netbeans 8.2 output.log

Hi.

I have the same issue on Netbeans 8.2, when I try to open Netbeans it doesn't start. I wasn't sure if I should have started a new post since this one is for 8.1 but it might be marked as a duplicate. Attatched is my output.log.
Comment 42 marthasimons 2018-10-22 12:02:44 UTC
Created attachment 165724 [details]
error logs
Comment 43 Klaus_H 2019-01-30 07:23:44 UTC
Created attachment 165727 [details]
Output Log from crashed startup

I see a similar behavior with Netbeans 8.2. Sometimes, the "Opening Project" bar freezes at 33%, sometimes this bar is invisible.
It occured suddenly when starting on a new day. I tried to change the config file by adding
-J-XX:MaxPermSize=200m" parameter into "netbeans_default_options
and tried also higher values than 200m. With 400m, i reached eventually 67% in the "Opening Project" status bar, but maybe by accident. Any suggestions? I attached the log file.
Comment 44 blaad 2019-02-19 16:02:29 UTC
Had the same issue, the launcher would just crash at startup. Managed to fix the problem by simply moving the netbeans files in a folder on my C: drive, as before I was trying to run the program from a location which had a folder/subfolder structure of about 10 subfolders in it. Hope this helps, it did for me.  

Thank you "Jiri Rechtacek 2014-03-04 20:01:11 UTC" on comment #22, where I got the idea from. Much appreciated.