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 187354 - NullPointerException at com.googlecode.ivybeans.module.lookup.LookupProviderImpl.createAdditionalLookup
Summary: NullPointerException at com.googlecode.ivybeans.module.lookup.LookupProviderI...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-08 21:59 UTC by crv
Modified: 2013-01-16 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170536


Attachments
stacktrace (3.01 KB, text/plain)
2010-06-08 22:00 UTC, crv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crv 2010-06-08 21:59:59 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
crv: after an ubuntu upgrade (don't know if there is a link)
migrating my app from glassfish 2 to JBoss 5,
I had very often compilation not working with message "too many files open" and so NB can't open my java files.

when I was running JBoss from NB there were many errors so I was just bulding in NB and then coping the ear to jboss deploy. 

when "too many files opened" appear on compilation, I was closing NB and running it again.

several time I saw 2 Main running with jps

after 1 long day working in these conditions, nothing worked anymore. So I rename netbean install folder, and install it again. Then I had this exception




Stacktrace: 
java.lang.NullPointerException
   at com.googlecode.ivybeans.module.lookup.LookupProviderImpl.createAdditionalLookup(LookupProviderImpl.java:55)
   at org.netbeans.spi.project.support.LookupProviderSupport$DelegatingLookupImpl.doDelegate(LookupProviderSupport.java:184)
   at org.netbeans.spi.project.support.LookupProviderSupport$DelegatingLookupImpl.<init>(LookupProviderSupport.java:130)
   at org.netbeans.spi.project.support.LookupProviderSupport$DelegatingLookupImpl.<init>(LookupProviderSupport.java:118)
   at org.netbeans.spi.project.support.LookupProviderSupport.createCompositeLookup(LookupProviderSupport.java:89)
   at org.netbeans.modules.j2ee.ejbjarproject.EjbJarProject.createLookup(EjbJarProject.java:462)
Comment 1 crv 2010-06-08 22:00:02 UTC
Created attachment 99914 [details]
stacktrace