File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Hello, who could help me? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Hello, who could help me? " Watch "Hello, who could help me? " New topic
Author

Hello, who could help me?

Alexander Rubinov
Greenhorn

Joined: Jul 16, 2002
Posts: 2
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 next step should be the actualization of the JLabel with
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.
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
Some code would help.


"JavaRanch, where the deer and the Certified play" - David O'Meara
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Hello, who could help me?
 
Similar Threads
process.waitFor() causes program to hang!
problem with ORACLE port when using with RMI
JSP deployed to OAS urgent
Problem with ORACLE port when connecting from RMI
jar file execution