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 249194

Summary: Server log file output is really slow
Product: serverplugins Reporter: roben
Component: JBossAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description roben 2014-12-08 10:24:47 UTC
Selecting "View server log" for JBoss AS 7 works as expected but the log file is rolled back completely which is painfully slow (maybe 3-5 lines per second) even on a quad core i7 with PCI-SSD. I already limited the log file size to 2MB which really should not be a problem to process. It takes minutes until the end of the log file is reached. I noticed this being slow on glassfish, too, but it at least feels even slower for JBoss AS. When the log file is completely printed, the output is fast enough to keep up with the server logs during development. An option to skip the existing file content would also help if this can not be fixed (easily).