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 258032 - Netbeans freezing on editing JSP files
Summary: Netbeans freezing on editing JSP files
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-17 12:22 UTC by 3piece
Modified: 2016-02-26 20:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread Dump after NB freezes (35.06 KB, application/octet-stream)
2016-02-17 12:22 UTC, 3piece
Details
Thread Dump from terminal (30.62 KB, application/octet-stream)
2016-02-17 12:25 UTC, 3piece
Details
Thread dump from terminal (58.26 KB, application/octet-stream)
2016-02-17 12:34 UTC, 3piece
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 3piece 2016-02-17 12:22:57 UTC
Created attachment 158533 [details]
Thread Dump after NB freezes

Hi,

I have a strange issue editing a very specific JSP file in Netbeans (NB). I can edit other JSP files and I can edit this file outside NB. I previously could edit this file in NB.

The thread dump is attached.
Comment 1 3piece 2016-02-17 12:25:41 UTC
Created attachment 158534 [details]
Thread Dump from terminal

I have attached a thread dump from the terminal, including the kill command being sent to the jvm
Comment 2 3piece 2016-02-17 12:34:20 UTC
Created attachment 158535 [details]
Thread dump from terminal

I believe this is a properly killed thread dump.

Additionally, editing of all JSP files are causing the IDE to hang
Comment 3 3piece 2016-02-18 11:15:43 UTC
Ok, I have resolved this issue to some extent.

It was the IDE stalling on background scans of projects. Specifically it was a PHP project that was causing the pause. Once the PHP project was closed, the background scan was able to complete in a few seconds. All the issues with the IDE have now disappeared.

This now leaves two issues.

The background check stalling on a PHP project.

Other processes can not continue if the background check fails to complete successfully.
Comment 4 ryoung038 2016-02-26 20:17:34 UTC
"It was the IDE stalling on background scans of projects. Specifically it was a PHP project that was causing the pause. Once the PHP project was closed, the background scan was able to complete in a few seconds. All the issues with the IDE have now disappeared."

Why would you be editing JSP files in a PHP project? I do not work on any php projects, and I am having this issue with JSPs.