bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/34582] New: JConsole throws an exception when initialisin


From: gnu_andrew at member dot fsf dot org
Subject: [Bug classpath/34582] New: JConsole throws an exception when initialising the RMI secure sockets factory
Date: 25 Dec 2007 04:25:21 -0000

Type a hostname and port (doesn't have to actually work) and click Connect. 
The class initializer of the ProxyClient class in JConsole will try to obtain a
SslRmiClientSocketFactory whose constructor will throw an exception.

Exception in thread "JConsole.addHost" java.lang.ExceptionInInitializerError
   at sun.tools.jconsole.JConsole$3.run(JConsole.java:528)
Caused by: java.lang.NullPointerException
   at java.util.StringTokenizer.<init>(StringTokenizer.java:133)
   at java.util.StringTokenizer.<init>(StringTokenizer.java:116)
   at
javax.rmi.ssl.SslRMIClientSocketFactory.getProp(SslRMIClientSocketFactory.java:99)
   at
javax.rmi.ssl.SslRMIClientSocketFactory.<init>(SslRMIClientSocketFactory.java:89)
   at sun.tools.jconsole.ProxyClient.<clinit>(ProxyClient.java:84)
   at sun.tools.jconsole.JConsole$3.run(JConsole.java:528)


-- 
           Summary: JConsole throws an exception when initialising the RMI
                    secure sockets factory
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gnu_andrew at member dot fsf dot org
OtherBugsDependingO 34078
             nThis:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34582





reply via email to

[Prev in Thread] Current Thread [Next in Thread]