The Artima Developer Community
Sponsored Link

Java Answers Forum
Hello, who could help me?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Alexander Rubinov

Posts: 1
Nickname: sasha
Registered: Dec, 2002

Hello, who could help me? Posted: Dec 16, 2002 2:00 AM
Reply to this message Reply
Advertisement
Hello, who could help me?

Application hangs itself up.

Procedure:

1. It comes NullPointerException exception.
2. Exception intercepted with catch(NullPointerException e)
3. with e.printStackTrace() comes only java.lang.NullPointerException, without stack !!!!!!!
4. The nights step should be the actualization of the JLabel ( SwingUtilities.invokeLater( new Runnable(){ public void run(){label.setText("text");} } );
Application hangs itself up completely

Described procedure runs in the separate Thread. Error meets only if application for a long time runs (over 20 hours).

Run time environment: jre 1.3_02 von Oracle; Oracle 8i (8.1.7) and Oracle 9i Lite (5.0.2)

best regards

Sasha.

Topic: help with some code Previous Topic   Next Topic Topic: Really need help about SNMP implementation with Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use