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 32034 - java.lang.VerifyError exception is thrown when creating the Message-Driven EJB
Summary: java.lang.VerifyError exception is thrown when creating the Message-Driven EJB
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2003-03-17 06:47 UTC by vgorr
Modified: 2008-12-22 19:59 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nbdev/system/ide.log (23.70 KB, text/plain)
2003-03-17 06:52 UTC, vgorr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vgorr 2003-03-17 06:47:45 UTC
I would like to outright underline this issue
occurs when testing is run. It's impossible to
reproduce this issue manually. Why do I file it?
This issue is not reproducible for the previous
Nevada build (2003/03/12) however it exists for
latest one (2003/03/13). Some of our tests failed
due to it and there is no workaround to avoid it.
I suppose this issue is regression and I need to
notify about this. 

Test steps to reproduce are:
- start S1S5SE; close Registration and Source
Editor windows;
- mount a local directory;
- try to create the J2EE/Message-Driven EJB.

The java.lang.VerifyError exception is thrown.
Please see the Attachment for details.
Comment 1 vgorr 2003-03-17 06:52:15 UTC
Created attachment 9420 [details]
nbdev/system/ide.log
Comment 2 vgorr 2003-03-20 14:57:42 UTC
Could anybody say about this issue? It's very important for us. Thanks.
Comment 3 vgorr 2003-03-21 12:31:12 UTC
Sorry but I need to get a response on this issue.
I can send somebody a script that allows to 100% reproduce this issue.
Unfortunately it's impossible to attach it due to its size.
Pay your attention this issue was also filed for the bugtraq (4835837).
Comment 4 _ ttran 2003-03-21 15:32:41 UTC
Jesse, please investigate
Comment 5 Jesse Glick 2003-03-21 18:19:15 UTC
Sounds like a compiler or VM bug to me; not sure what you would want
me to do with it. The broken classfile is in some S1S module. Leave it
in BugTraq, I see no reason to suspect a NetBeans bug at the moment.

Changes of interest in NB core around that time:
- org.apache.xml.dtm.** and org.apache.xml.utils.** masked from module
classpaths
- signatures not checked on signed module JARs
Comment 6 vgorr 2003-03-26 13:04:12 UTC
Verified for latest Nevada build from 2003/03/25.
This issue disappeared. Thanks!