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 269131 - NullPointerException at java.util.logging.Level.parse
Summary: NullPointerException at java.util.logging.Level.parse
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-26 21:57 UTC by kluksa
Modified: 2017-12-28 20:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226921


Attachments
stacktrace (514 bytes, text/plain)
2016-11-26 21:57 UTC, kluksa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kluksa 2016-11-26 21:57:20 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Linux

User Comments:
kluksa: During Glassfish 4.1 server startup.
Last thing shown in output tab is Warning on expired certificate
Severe:   SEC5054: Certificate has expired: [
[
  Version: V3
...
Certificate Extensions: 1
[1]: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [

inGF log file the next 2 lines are:

0000: 6B 2D 48 BD D8 34 54 76   08 BB E6 EE DD 08 F2 F6  k-H..4Tv........
0010: 80 83 3A FE                                        ..:.

GUEST: Logger from glassfish server don't run




Stacktrace: 
java.lang.NullPointerException
   at java.util.logging.Level.parse(Level.java:467)
   at org.netbeans.modules.glassfish.common.LogViewMgr$Message.processLevel(LogViewMgr.java:634)
   at org.netbeans.modules.glassfish.common.LogViewMgr$Message.process(LogViewMgr.java:623)
   at org.netbeans.modules.glassfish.common.LogViewMgr$LoggerRunnable.processLine(LogViewMgr.java:546)
   at org.netbeans.modules.glassfish.common.LogViewMgr$LoggerRunnable.run(LogViewMgr.java:493)
   at java.lang.Thread.run(Thread.java:745)
Comment 1 kluksa 2016-11-26 21:57:23 UTC
Created attachment 163035 [details]
stacktrace
Comment 2 samyomar82 2017-04-09 17:14:18 UTC
I have the same issue with netbeans 8.2 and glassfish 3.1.2.2

any workaround ?