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 271620 - Stacktrace in Output tab for WildFly is not clickable
Summary: Stacktrace in Output tab for WildFly is not clickable
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.2
Hardware: PC All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-11 10:06 UTC by rosta.svo
Modified: 2017-10-11 10:06 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 rosta.svo 2017-10-11 10:06:00 UTC
Stacktrace in Output tab for WildFly is not clickable

I saw this issue when I was playing with maven project https://github.com/rsvoboda/rsvoboda-playground/tree/master/ee8-sample-sse and send curl request without Accept header - curl -i http://localhost:8080/ee8-sample-sse/resources/beats

When I changed server to GlassFish stacktrace was clickable.
To get error just comment-out 'if (broadcaster != null) {' check on line 60.
With GlassFish I could click to my code and to JDK code.