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 76037 - jboss log does not get refreshed
Summary: jboss log does not get refreshed
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-06 17:22 UTC by Pavel Buzek
Modified: 2006-05-24 11:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2006-05-06 17:22:07 UTC
The jboss server log in IDE is not showing the latest messages. There is not way
to manually refresh the log. The Refresh action seems to either be refreshing
server status (which does not work) or it does not work. The only workaround is
to view server log outside of IDE.
Comment 1 Pavel Buzek 2006-05-06 17:23:05 UTC
Even closing the log and opening again does not help.
Comment 2 Libor Kotouc 2006-05-10 14:21:35 UTC
This bug is probably caused by the issue 75502 (reported by the same user) -
generally when the server status is not recognized correctly after the startup.

I fixed it because the algorithm used wasn't 'nice' :), now it should be server
status independent.

Fixed.

Checking in JBLogWriter.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBLogWriter.java,v
 <--  JBLogWriter.java
new revision: 1.3.42.4; previous revision: 1.3.42.3
done
Checking in JBStopRunnable.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/Attic/JBStopRunnable.java,v
 <--  JBStopRunnable.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in JBStartRunnable.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/Attic/JBStartRunnable.java,v
 <--  JBStartRunnable.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Comment 3 Michal Mocnak 2006-05-24 11:18:16 UTC
Verified