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 146809 - Exceptions from CountingSecurityManager in C/V
Summary: Exceptions from CountingSecurityManager in C/V
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Commit Validation (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-09-10 17:13 UTC by Jesse Glick
Modified: 2011-06-10 08:58 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 Jesse Glick 2008-09-10 17:13:27 UTC
Not sure if these are real failures of some kind, but definitely the exceptions ought to be suppressed.

WARNING [global]: Cannot associated [sic] own security manager
INFO [global]: Cannot associated own security manager
java.lang.SecurityException
	at org.netbeans.test.ide.CountingSecurityManager.checkPermission(CountingSecurityManager.java:127)
	at java.lang.System.setSecurityManager0(System.java:253)
	at java.lang.System.setSecurityManager(System.java:245)
[catch] at org.netbeans.TopSecurityManager.install(TopSecurityManager.java:428)
	at org.netbeans.core.NonGui.run(NonGui.java:111)
	at org.netbeans.core.startup.Main.start(Main.java:325)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
	at java.lang.Thread.run(Thread.java:595)
java.lang.AssertionError: Our manager has to be active: 
	at org.netbeans.TopSecurityManager.makeSwingUseSpecialClipboard(TopSecurityManager.java:584)
	at org.netbeans.core.NonGui.run(NonGui.java:112)
	at org.netbeans.core.startup.Main.start(Main.java:325)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
	at java.lang.Thread.run(Thread.java:595)
Comment 1 Jaroslav Tulach 2008-09-10 17:45:37 UTC
Not real failures.
Comment 2 Jaroslav Tulach 2008-10-03 16:12:38 UTC
55a7562b7676
Comment 3 Quality Engineering 2008-10-04 09:23:20 UTC
Integrated into 'main-golden', will be available in build *200810040600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/55a7562b7676
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #146809: Supressing warnings from validation tests
Comment 4 Marian Mirilovic 2011-06-10 08:58:11 UTC
v/c