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 151221 - nbdeploy should print stack trace if exception is thrown
Summary: nbdeploy should print stack trace if exception is thrown
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 21:37 UTC by _ gtzabari
Modified: 2011-10-17 09:15 UTC (History)
1 user (show)

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 _ gtzabari 2008-10-23 21:37:53 UTC
dev build 200810221401

When netbeans fails to redeploy due to some exception being thrown it should print out the stack-trace. Right now I get:

deployment started : 0%
Deploying application in domain failed; Logging factory implementation cannot be null. See also
http://www.slf4j.org/codes.html#null_LF

returned by:

<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>

I'd love to see where this failure is coming from.
Comment 1 _ jyothivasa 2008-11-21 00:25:04 UTC
In most of the cases, If there is an exception, there will be a flashing red "minus" icon in the bottom right corner of
the ide. Just click on it to see the exception.
Comment 2 _ gtzabari 2008-11-21 04:50:09 UTC
I think we're talking about two different things. The red minus in the bottom right shows up if the IDE throws an
AssertionError. I'm talking about showing the stack-trace when Ant redeploy fails (this isn't caused by an AssertionError).
Comment 3 Petr Hejl 2011-10-17 09:15:32 UTC
This enhancement is opposite to #202882. The exception should be visible in IDE log now.