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 247129 - AbstractMethodError: com.sun.jna.Structure.getFieldOrder: partial update of AU?
Summary: AbstractMethodError: com.sun.jna.Structure.getFieldOrder: partial update of AU?
Status: RESOLVED DUPLICATE of bug 246971
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 12:32 UTC by matafagafo
Modified: 2015-04-03 07:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205501


Attachments
stacktrace (1.70 KB, text/plain)
2014-09-15 12:33 UTC, matafagafo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matafagafo 2014-09-15 12:32:59 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_65-b19
OS: Windows 7

User Comments:
GUEST: open the ide netbean

GUEST: Hi netBeans!! 

When i started my IDE i receive a message saying that i could update some libreries and some plugins. 
But now i can not open my projects!!

now im working at IDE 8.0.1

GUEST: Can't open java file. Constantly get invalid LOC header error. Uninstalling reinstalling doesn't work.

GUEST: nothing

GUEST: open the ide netBeans

matafagafo: Upgrading from 8.0 to 8.0.1




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.debugger.jpda.projects.MainProjectManager
   at org.netbeans.modules.debugger.jpda.projects.RunToCursorActionProvider.<init>(RunToCursorActionProvider.java:86)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
   at java.lang.Class.newInstance(Class.java:374)
Comment 1 matafagafo 2014-09-15 12:33:01 UTC
Created attachment 149222 [details]
stacktrace
Comment 2 Martin Entlicher 2014-09-19 13:27:03 UTC
Something screwed up in modules class loaders?
Comment 3 Martin Entlicher 2014-09-19 13:28:54 UTC
The problem seems to be:
SEVERE [org.netbeans.core.modules]
java.lang.AbstractMethodError: com.sun.jna.Structure.getFieldOrder()Ljava/util/List;
	at com.sun.jna.Structure.fieldOrder(Structure.java:884)
	at com.sun.jna.Structure.getFields(Structure.java:910)
	at com.sun.jna.Structure.deriveLayout(Structure.java:1058)
	at com.sun.jna.Structure.calculateSize(Structure.java:982)
	at com.sun.jna.Structure.calculateSize(Structure.java:949)
	at com.sun.jna.Structure.allocateMemory(Structure.java:375)
	at com.sun.jna.Structure.<init>(Structure.java:184)
	at com.sun.jna.Structure.<init>(Structure.java:172)
	at com.sun.jna.Structure.<init>(Structure.java:159)
	at com.sun.jna.Structure.<init>(Structure.java:151)

also this is suspicious:
java.lang.NullPointerException
	at org.netbeans.modules.project.libraries.LibrariesStorage.getLibraries(LibrariesStorage.java:324)
	at org.netbeans.modules.project.libraries.LibrariesModule.run(LibrariesModule.java:61)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 4 Jaroslav Tulach 2014-11-12 16:08:20 UTC
Libore, is not this the same issue you were solving? Partial update due to JavaFX wrapper & co.? If no, pass back. Thanks.
Comment 5 Libor Fischmeistr 2015-04-01 13:51:36 UTC
Does not look like AU issue. Reassigning back.
Comment 6 Jaroslav Havlin 2015-04-03 07:05:25 UTC

*** This bug has been marked as a duplicate of bug 246971 ***