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 106524 - NoClassDefFoundError javax.enterprise.deploy.spi.exceptions.ConfigurationException DDBean
Summary: NoClassDefFoundError javax.enterprise.deploy.spi.exceptions.ConfigurationExce...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 15:41 UTC by pdgillen
Modified: 2008-06-24 02:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nastygram (21.26 KB, application/octet-stream)
2007-06-13 15:43 UTC, pdgillen
Details
nastygram details (67.47 KB, application/octet-stream)
2007-06-13 15:45 UTC, pdgillen
Details
nastygram details prev (66.96 KB, application/octet-stream)
2007-06-13 15:46 UTC, pdgillen
Details
messages log (130.49 KB, text/plain)
2007-06-13 15:47 UTC, pdgillen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pdgillen 2007-06-13 15:41:08 UTC
I get a nastygram window on launching NB.  It says java.lang.NoClassDefFoundError.  Closing the 'gram and carrying on
seems to have no impact.

The messages.log says in part:

INFORMATIONAL *********** Exception occurred ************ at 12:35 PM on Jun 11, 2007
javax.enterprise.deploy.spi.exceptions.ConfigurationException: DDBean cannot be null.
	at org.netbeans.modules.j2ee.sun.share.configbean.Utils.makeCE(Utils.java:366)
	at
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.getDConfigBeanRoot(SunONEDeploymentConfiguration.java:794)
	at
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.readDeploymentPlanFiles(SunONEDeploymentConfiguration.java:1799)
	at org.netbeans.modules.j2ee.sun.share.config.ConfigurationStorage.load(ConfigurationStorage.java:542)
	at org.netbeans.modules.j2ee.sun.share.config.ConfigurationStorage.<init>(ConfigurationStorage.java:88)
[catch] at
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.getStorage(SunONEDeploymentConfiguration.java:1228)
:
:
:
Comment 1 pdgillen 2007-06-13 15:43:51 UTC
Created attachment 43624 [details]
nastygram
Comment 2 pdgillen 2007-06-13 15:45:53 UTC
Created attachment 43625 [details]
nastygram details
Comment 3 pdgillen 2007-06-13 15:46:24 UTC
Created attachment 43626 [details]
nastygram details prev
Comment 4 pdgillen 2007-06-13 15:47:43 UTC
Created attachment 43627 [details]
messages log
Comment 5 Vince Kraemer 2008-04-26 03:14:23 UTC
this looks like pcw might be the better choice for assigned engineer...

Comment 6 _ pcw 2008-06-24 02:34:57 UTC
Reporter:  This issue is filed against 6.0 from early June which would be a dev or milestone build.

Does this still happen in 6.0 FCS, or 6.1?  The code in the stack trace is obsolete and no longer should be executed
(though it is physically present in the 6.0 product - it's dead code).

Whether it was active in builds from early Jun 2007, I can't remember, but it's possible.

Closing as WORKSFORME.  Please reopen with current information if this is still a problem.