Re: Bug 8028627

2014-02-24 Thread Bradford Wetmore

Are you referring to

8014369: Intermittently only some components refresh

This was submitted May 2013.

> For a
> general non-security bug, how can one add comments and updates?

If you are a OpenJDK contributor with a userid, you should be able to 
add directly to it using the JIRA instance, but if not, then I'd suggest 
writing to the appropriate group.  This is a AWT bug, so probably awt-dev?


http://mail.openjdk.java.net/mailman/listinfo

Brad



On 2/23/2014 10:20 AM, Mickey Segal wrote:

There used to be a way to add such comments directly to bug reports.  For a
general non-security bug, how can one add comments and updates?  I have bugs
submitted 4 years ago (e.g. http://bugs.java.com/view_bug.do?bug_id=8014369)
that are still listed as "In progress" and I don't see any way to add a
comment.

Bradford Wetmore wrote:

I've added the stack trace to the report.




RE: Bug 8028627

2014-02-23 Thread Mickey Segal
There used to be a way to add such comments directly to bug reports.  For a
general non-security bug, how can one add comments and updates?  I have bugs
submitted 4 years ago (e.g. http://bugs.java.com/view_bug.do?bug_id=8014369)
that are still listed as "In progress" and I don't see any way to add a
comment.

Bradford Wetmore wrote:

I've added the stack trace to the report.




Re: Bug 8028627

2014-02-20 Thread Bradford Wetmore

I've added the stack trace to the report.

Thanks!

Brad


On 2/19/2014 9:59 PM, Stefan Liebig wrote:

Hi,

I would like to add a comment to an existing bug:
- http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8028627
- https://bugs.openjdk.java.net/browse/JDK-8028627

The problem described in that bug seems that it has been discovered by 
statically code analysis.
However, it seems that we have this problem in production code. A thread dump shows that 
two threads are "looping":

Java HotSpot(TM) Client VM (24.45-b08 mixed mode)

"pool-2-thread-2" prio=6 tid=0x40537c00 nid=0xb80 runnable [0x4298e000]
java.lang.Thread.State: RUNNABLE
 at java.util.WeakHashMap.get(WeakHashMap.java:471)
 at javax.crypto.JceSecurity.getCodeBase(JceSecurity.java:222)
 at 
javax.crypto.JceSecurityManager.getCryptoPermission(JceSecurityManager.java:107)
 at javax.crypto.Cipher.getConfiguredPermission(Cipher.java:2503)
 at javax.crypto.Cipher.initCryptoPermission(Cipher.java:685)
 at javax.crypto.Cipher.chooseProvider(Cipher.java:848)
 - locked <0x16005f98> (a java.lang.Object)
 at javax.crypto.Cipher.init(Cipher.java:1213)
 at javax.crypto.Cipher.init(Cipher.java:1153)
 at org.hsqldb.persist.Crypto.(Unknown Source)
 at org.hsqldb.persist.Logger.setVariables(Unknown Source)
 at org.hsqldb.persist.Logger.openPersistence(Unknown Source)
 at org.hsqldb.Database.reopen(Unknown Source)
 at org.hsqldb.Database.open(Unknown Source)
 - locked <0x15e51a60> (a org.hsqldb.Database)
 at org.hsqldb.DatabaseManager.getDatabase(Unknown Source)
 - locked <0x15e51a60> (a org.hsqldb.Database)
 at org.hsqldb.DatabaseManager.newSession(Unknown Source)
 at org.hsqldb.jdbc.JDBCConnection.(Unknown Source) ...

"pool-2-thread-1" prio=6 tid=0x40537400 nid=0x18f4 runnable [0x412fe000]
java.lang.Thread.State: RUNNABLE
 at java.util.WeakHashMap.get(WeakHashMap.java:471)
 at javax.crypto.JceSecurity.getCodeBase(JceSecurity.java:222)
 at 
javax.crypto.JceSecurityManager.getCryptoPermission(JceSecurityManager.java:107)
 at javax.crypto.Cipher.getConfiguredPermission(Cipher.java:2503)
 at javax.crypto.Cipher.initCryptoPermission(Cipher.java:685)
 at javax.crypto.Cipher.chooseProvider(Cipher.java:848)
 - locked <0x16006128> (a java.lang.Object)
 at javax.crypto.Cipher.init(Cipher.java:1213)
 at javax.crypto.Cipher.init(Cipher.java:1153)
 at org.hsqldb.persist.Crypto.(Unknown Source)
 at org.hsqldb.persist.Logger.setVariables(Unknown Source)
 at org.hsqldb.persist.Logger.openPersistence(Unknown Source)
 at org.hsqldb.Database.reopen(Unknown Source)
 at org.hsqldb.Database.open(Unknown Source)
 - locked <0x15e5a718> (a org.hsqldb.Database)
 at org.hsqldb.DatabaseManager.getDatabase(Unknown Source)
 - locked <0x15e5a718> (a org.hsqldb.Database)
 at org.hsqldb.DatabaseManager.newSession(Unknown Source)
 at org.hsqldb.jdbc.JDBCConnection.(Unknown Source)
 at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source)
 at org.hsqldb.jdbc.JDBCDriver.connect(Unknown Source) ...

We have two database instances running parallel.

Tschüß,
Stefan
-
compeople AG
Untermainanlage 8
60329 Frankfurt/Main
fon: +49 (0) 69 / 27 22 18 0
fax: +49 (0) 69 / 27 22 18 22
web: www.compeople.de

Vorstand: Jürgen Wiesmaier
Aufsichtsratsvorsitzender: Christian Glanz

Sitz der Gesellschaft: Frankfurt/Main
Handelsregister Frankfurt HRB 56759
USt-IdNr. DE207665352
-



Bug 8028627

2014-02-20 Thread Stefan Liebig
Hi,

I would like to add a comment to an existing bug:
- http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8028627
- https://bugs.openjdk.java.net/browse/JDK-8028627

The problem described in that bug seems that it has been discovered by 
statically code analysis.
However, it seems that we have this problem in production code. A thread dump 
shows that two threads are "looping":

Java HotSpot(TM) Client VM (24.45-b08 mixed mode)

"pool-2-thread-2" prio=6 tid=0x40537c00 nid=0xb80 runnable [0x4298e000]
   java.lang.Thread.State: RUNNABLE
at java.util.WeakHashMap.get(WeakHashMap.java:471)
at javax.crypto.JceSecurity.getCodeBase(JceSecurity.java:222)
at 
javax.crypto.JceSecurityManager.getCryptoPermission(JceSecurityManager.java:107)
at javax.crypto.Cipher.getConfiguredPermission(Cipher.java:2503)
at javax.crypto.Cipher.initCryptoPermission(Cipher.java:685)
at javax.crypto.Cipher.chooseProvider(Cipher.java:848)
- locked <0x16005f98> (a java.lang.Object)
at javax.crypto.Cipher.init(Cipher.java:1213)
at javax.crypto.Cipher.init(Cipher.java:1153)
at org.hsqldb.persist.Crypto.(Unknown Source)
at org.hsqldb.persist.Logger.setVariables(Unknown Source)
at org.hsqldb.persist.Logger.openPersistence(Unknown Source)
at org.hsqldb.Database.reopen(Unknown Source)
at org.hsqldb.Database.open(Unknown Source)
- locked <0x15e51a60> (a org.hsqldb.Database)
at org.hsqldb.DatabaseManager.getDatabase(Unknown Source)
- locked <0x15e51a60> (a org.hsqldb.Database)
at org.hsqldb.DatabaseManager.newSession(Unknown Source)
at org.hsqldb.jdbc.JDBCConnection.(Unknown Source) ...

"pool-2-thread-1" prio=6 tid=0x40537400 nid=0x18f4 runnable [0x412fe000]
   java.lang.Thread.State: RUNNABLE
at java.util.WeakHashMap.get(WeakHashMap.java:471)
at javax.crypto.JceSecurity.getCodeBase(JceSecurity.java:222)
at 
javax.crypto.JceSecurityManager.getCryptoPermission(JceSecurityManager.java:107)
at javax.crypto.Cipher.getConfiguredPermission(Cipher.java:2503)
at javax.crypto.Cipher.initCryptoPermission(Cipher.java:685)
at javax.crypto.Cipher.chooseProvider(Cipher.java:848)
- locked <0x16006128> (a java.lang.Object)
at javax.crypto.Cipher.init(Cipher.java:1213)
at javax.crypto.Cipher.init(Cipher.java:1153)
at org.hsqldb.persist.Crypto.(Unknown Source)
at org.hsqldb.persist.Logger.setVariables(Unknown Source)
at org.hsqldb.persist.Logger.openPersistence(Unknown Source)
at org.hsqldb.Database.reopen(Unknown Source)
at org.hsqldb.Database.open(Unknown Source)
- locked <0x15e5a718> (a org.hsqldb.Database)
at org.hsqldb.DatabaseManager.getDatabase(Unknown Source)
- locked <0x15e5a718> (a org.hsqldb.Database)
at org.hsqldb.DatabaseManager.newSession(Unknown Source)
at org.hsqldb.jdbc.JDBCConnection.(Unknown Source)
at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source)
at org.hsqldb.jdbc.JDBCDriver.connect(Unknown Source) ...

We have two database instances running parallel.

Tschüß,
Stefan
-
compeople AG
Untermainanlage 8
60329 Frankfurt/Main
fon: +49 (0) 69 / 27 22 18 0
fax: +49 (0) 69 / 27 22 18 22
web: www.compeople.de

Vorstand: Jürgen Wiesmaier
Aufsichtsratsvorsitzender: Christian Glanz

Sitz der Gesellschaft: Frankfurt/Main
Handelsregister Frankfurt HRB 56759
USt-IdNr. DE207665352
-