NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

NetBeans 7.2 won't start

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
MiDNiT3



Joined: 28 Jul 2012
Posts: 1

PostPosted: Sat Jul 28, 2012 1:56 pm    Post subject: NetBeans 7.2 won't start Reply with quote

Hi,

just installed NB 7.2 (C/C++) and tried to run it, but nothing happened when I launched netbeans.exe or netbeans64.exe. Starting it from console produced the following output (same for both):

Quote:

D:\Development\NetBeans 7.2\bin>netbeans64.exe
The launcher has determined that the parent process has a console and will reuse it for its own cons
ole 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.
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.J9VMInternals.initialize(J9VMInternals.java:222)
at org.openide.util.lookup.implspi.ActiveQueue.queue(ActiveQueue.java:70)
at org.openide.util.lookup.AbstractLookup.activeQueue(AbstractLookup.java:753)
at org.openide.util.lookup.AbstractLookup.access$600(AbstractLookup.java:80)
at org.openide.util.lookup.AbstractLookup$ReferenceToResult.<init>(AbstractLookup.java:1351)

at org.openide.util.lookup.AbstractLookup$ReferenceToResult.<init>(AbstractLookup.java:1334)

at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:490)
at org.openide.util.Lookup.lookupResult(Lookup.java:243)
at org.openide.util.Lookup.lookupAll(Lookup.java:263)
at org.netbeans.MainImpl$BootClassLoader.allCLIs(MainImpl.java:362)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:383)
at org.netbeans.MainImpl.execute(MainImpl.java:190)
at org.netbeans.MainImpl.main(MainImpl.java:85)
at org.netbeans.Main.main(Main.java:78)
Caused by: java.lang.IllegalStateException: java.lang.NoSuchFieldException: lock
at org.openide.util.lookup.implspi.ActiveQueue$Impl.<clinit>(ActiveQueue.java:84)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
... 13 more
Caused by: java.lang.NoSuchFieldException: lock
at java.lang.Class.getDeclaredFieldImpl(Native Method)
at java.lang.Class.getDeclaredField(Class.java:517)
at org.openide.util.lookup.implspi.ActiveQueue$Impl.<clinit>(ActiveQueue.java:81)
... 15 more



Tried to search for similar errors, but it didn't help.


I'm running Win 7 Pro x64, JRE is

Quote:
d:\Development\NetBeans 7.2\bin>java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pwa6460sr9ifix-20110211_02(SR9+IZ94423))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 amd64-64 jvmwa6460sr9-20101124_69295 (JIT enabl
ed, AOT enabled)
J9VM - 20101124_069295
JIT - r9_20101028_17488ifx2
GC - 20101027_AA)
JCL - 20110211_02


Previously was using NB 7.1.1 with no problems.
Back to top
tjdave



Joined: 08 Aug 2012
Posts: 1

PostPosted: Wed Aug 08, 2012 8:39 am    Post subject: bug in windows 7.2 release! Reply with quote

+1
same problem not with c

windows 7:

7.1 starting ok
7.2 doesnt starts


upd:

error found with key --trace to netbeans.exe

installator doesnt create userdir for netbeans !!!!
(7.2 has new path to userdir differ from 7.1)

fixed with manually creating dir C:\Documents and Settings\username\.netbeans72

+ also netbeans want f**king console key (why?)

result: cmd file
netbeans.exe --console suppress --userdir "C:\Documents and Settings\username\.netbeans72"


Developers! Please fix bug in windows release!
Back to top
pdn1



Joined: 23 Aug 2012
Posts: 1

PostPosted: Thu Aug 23, 2012 7:03 am    Post subject: Reply with quote

Same issue after installing latest updates for NB 7.1.2.
NB 7.2 doesn't work either.

Code:
Exception in thread "main" java.lang.ExceptionInInitializerError
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:222)
        at org.openide.util.lookup.implspi.ActiveQueue.queue(ActiveQueue.java:70)
        at org.openide.util.lookup.AbstractLookup.activeQueue(AbstractLookup.java:753)
        at org.openide.util.lookup.AbstractLookup.access$600(AbstractLookup.java:80)
        at org.openide.util.lookup.AbstractLookup$ReferenceToResult.<init>(AbstractLookup.java:1351)
        at org.openide.util.lookup.AbstractLookup$ReferenceToResult.<init>(AbstractLookup.java:1334)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:490)
        at org.openide.util.Lookup.lookupResult(Lookup.java:243)
        at org.openide.util.Lookup.lookupAll(Lookup.java:263)
        at org.netbeans.MainImpl$BootClassLoader.allCLIs(MainImpl.java:362)
        at org.netbeans.CLIHandler.initialize(CLIHandler.java:383)
        at org.netbeans.MainImpl.execute(MainImpl.java:190)
        at org.netbeans.MainImpl.main(MainImpl.java:85)
        at org.netbeans.Main.main(Main.java:78)
Caused by: java.lang.IllegalStateException: java.lang.NoSuchFieldException: lock
        at org.openide.util.lookup.implspi.ActiveQueue$Impl.<clinit>(ActiveQueue.java:84)
        at java.lang.J9VMInternals.initializeImpl(Native Method)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
        ... 13 more
Caused by: java.lang.NoSuchFieldException: lock
        at java.lang.Class.getDeclaredFieldImpl(Native Method)
        at java.lang.Class.getDeclaredField(Class.java:510)
        at org.openide.util.lookup.implspi.ActiveQueue$Impl.<clinit>(ActiveQueue.java:81)
        ... 15 more


java -version:
Code:
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxa6460sr7-20091215_02(SR7))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr7-20091214_49398 (JIT enabled, AOT enabled)
J9VM - 20091214_049398
JIT  - r9_20091123_13891
GC   - 20091111_AA)
JCL  - 20091202_01
Back to top
maniac787



Joined: 14 Feb 2013
Posts: 1

PostPosted: Thu Feb 14, 2013 2:34 pm    Post subject: Solucion Reply with quote

editar
nestbeansRoot/etc/netbeans.conf

cambiar la linea
#netbeans_default_userdir="${DEFAULT_USERDIR_ROOT}/7.2.1"
netbeans_default_userdir="${HOME}/.netbeans/7.2.1"

suerte...
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo