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 150037 - NoSuchFieldError: RPPostprocessing
Summary: NoSuchFieldError: RPPostprocessing
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-14 10:15 UTC by Lukas Hasik
Modified: 2008-12-22 14:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 75632


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-14 10:15:28 UTC
17 duplicates

Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NoSuchFieldError: RPPostprocessing
        at org.openide.text.CloneableEditor$DoInitialize.initRest(CloneableEditor.java:408)
        at org.openide.text.CloneableEditor$DoInitialize.run(CloneableEditor.java:252)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 mslama 2008-10-21 16:57:09 UTC
Not reproducible on 6.5 or trunk build. Somehow openide.text module jar is corrupted. Changeset
http://hg.netbeans.org/core-main/rev/751b6d588067 contains change both for CloneableEditorSupport and CloneableEditor. I
checked that this changeset was transplanted into release61_fixes clone as
http://hg.netbeans.org/release61_fixes/rev/d0da541fe6ef. So no idea what could cause this or how this might happen. It
seems it happens only on NB 6.1 with patch2. Applying newer patch should fix this as it should update openide.text
module. Or I can provide working openide.text module if there is interest.