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 257724 - org.openide.ErrorManager$AnnException: msg
Summary: org.openide.ErrorManager$AnnException: msg
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 04:24 UTC by Vixus
Modified: 2017-05-26 19:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200455


Attachments
stacktrace (3.74 KB, text/plain)
2016-01-28 04:25 UTC, Vixus
Details
stacktrace (3.80 KB, text/plain)
2017-05-26 19:16 UTC, medinasekiraqa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vixus 2016-01-28 04:24:58 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 7

User Comments:
GUEST: nothing !!

GUEST: Working on Properties of JLabels :
- Background color
- Font : Arial 18 Plain
- Horizontal Alignment : CENTER and RIGHT
- Text
- Horizontal Size : 150 and 200

This JLabels are in a JPanel which is in a JTabbedPane with 6 JPanels in this JTabbedPane.

Vixus: <Please provide a description of the problem or the steps to reproduce>
Un formulario no ejecuta y sale 
Exception in thread "main" java.lang.ClassFormatError: Incompatible magic value 0 in class file Interfaces/VerHistorial$8




Stacktrace: 
org.openide.ErrorManager$AnnException: msg
   at org.openide.ErrorManager$AnnException.findOrCreate0(ErrorManager.java:885)
   at org.openide.ErrorManager$AnnException.findOrCreate(ErrorManager.java:865)
   at org.openide.ErrorManager$DelegatingErrorManager.annotate(ErrorManager.java:653)
   at org.netbeans.modules.form.RADComponent.rename(RADComponent.java:559)
   at org.netbeans.modules.form.RADComponentNode.setName(RADComponentNode.java:398)
   at org.openide.actions.RenameAction.performAction(RenameAction.java:118)
Comment 1 Vixus 2016-01-28 04:25:01 UTC
Created attachment 158259 [details]
stacktrace
Comment 2 Tomas Pavek 2016-02-25 17:51:19 UTC
This exception happens when an invalid name is set to a component in GUI builder. The exception is created by the model component (RADComponent), annotated, and thrown. RenameAction catches the exception and reports via Exceptions.printStackTrace(). Because the exception is annotated, a nice message dialog is shown. But somehow sometimes the exception is reported as a real exception - like in this report. It must be a problem of ErrorManager or the way the annotated exception is reported.
Comment 3 medinasekiraqa 2017-05-26 19:16:50 UTC
Created attachment 164419 [details]
stacktrace

Low Memory