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 110343 - Provide an option for the AppServer log file tab to NOT show up
Summary: Provide an option for the AppServer log file tab to NOT show up
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-19 22:49 UTC by alexismp
Modified: 2009-06-06 00:16 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexismp 2007-07-19 22:49:12 UTC
In development mode (especially with web service dump ON), the app server log file can grow very quickly an bring
NetBeans to (almost) a halt. There should be an option to make sure the app server log tab never show if not asked for
explicitly.
Of course the other solution is to make the log viewer more effective but even gVim stalls on the same log (very very
long lines).
Comment 1 Vince Kraemer 2008-04-26 03:28:37 UTC
Can you provide steps that help us reproduce the issue that you are seeing?
Comment 2 alexismp 2008-04-26 18:46:06 UTC
- Enable Metro logging in GlassFish using https://metro.dev.java.net/guide/Logging.html
- Deploy an application containing a web service with a xsd:binary type element
- Exercise the web service by sending 10k and above binary content

The binary content is encoded in BASE64 (no MTOM or Fast Infoset) and generates both very long individual lines and a very verbose GlassFish log.
I don't know if the problems lies in the length of individual lines or the overall log file size (1MB+)

Comment 3 Vince Kraemer 2008-10-18 03:24:15 UTC
this won't happen in v2.  switching to v3...