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 223665 - Almost no log messages are being written in the output window
Summary: Almost no log messages are being written in the output window
Status: RESOLVED DUPLICATE of bug 177820
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-11 14:50 UTC by borre
Modified: 2013-01-07 16:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
This is a simple test case that demonstrates the missing log messages. (33.59 KB, application/x-zip-compressed)
2012-12-14 07:14 UTC, borre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description borre 2012-12-11 14:50:34 UTC
Using netbeans platform, maven and java 64 and log4j.
Just a few lines are written in the output window.
Comment 1 Martin Entlicher 2012-12-11 16:22:07 UTC
Can you elaborate this please?
We need some more specific information about what you do, what do you expect and what is actually happening. Ideally a sample test case would be great.
Comment 2 borre 2012-12-14 07:14:07 UTC
Created attachment 129357 [details]
This is a simple test case that demonstrates the missing log messages.

Open the attached maven netbeans application using 32 bit jdk. The log messages from log4j are being written to the output window.
Open the same application using 64bit jdk and you'll see that none of the log messages from log4j are being written to the output window.
Comment 3 Jiri Rechtacek 2013-01-07 16:49:34 UTC

*** This bug has been marked as a duplicate of bug 177820 ***