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 217397 - java.awt.HeadlessException
Summary: java.awt.HeadlessException
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2012-08-25 08:50 UTC by Martin Entlicher
Modified: 2012-08-29 02:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2012-08-25 08:50:45 UTC
See http://deadlock.netbeans.org/hudson/job/trunk/11772/testReport/junit/org.netbeans.modules.netbinox/ContextClassLoaderTest/testCheckWhichContainerIsRunning/

It's broken by http://hg.netbeans.org/main/rev/c3423559f4df

java.awt.HeadlessException
  sun.awt.HeadlessToolkit.getSystemClipboard(HeadlessToolkit.java:286)
  org.netbeans.NbClipboard.<init>(NbClipboard.java:89)
  java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  java.lang.Class.newInstance0(Class.java:355)
  java.lang.Class.newInstance(Class.java:308)
  org.openide.util.lookup.implspi.SharedClassObjectBridge.newInstance(SharedClassObjectBridge.java:64)
  org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:492)
  org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:421)
  org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:223)
  org.netbeans.modules.editor.EditorModule.restored(EditorModule.java:266)
Comment 1 Milutin Kristofic 2012-08-27 11:09:25 UTC
http://hg.netbeans.org/jet-main/rev/cc5e3316d7de
Comment 2 Martin Entlicher 2012-08-27 17:29:21 UTC
Which builder at http://deadlock.netbeans.org/hudson/ builds jet-main? The changes were not propagated yet because push-jet-main didn't find a stable build...
Comment 3 Jan Lahoda 2012-08-28 06:37:05 UTC
(In reply to comment #2)
> Which builder at http://deadlock.netbeans.org/hudson/ builds jet-main? The

Unfortunately, none of them. jet-main is being built on bertram. And the jet-main job is experiencing some difficulties. These are being worked on.

> changes were not propagated yet because push-jet-main didn't find a stable
> build...
Comment 4 Quality Engineering 2012-08-29 02:41:23 UTC
Integrated into 'main-golden', will be available in build *201208290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ebb17bdf1958
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #217397 - java.awt.HeadlessException
(transplanted from cc5e3316d7dea6381caec7793fdc3eab15503927)