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 249113 - Platform Application stops running from IDE
Summary: Platform Application stops running from IDE
Status: RESOLVED INCOMPLETE
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 15:22 UTC by javydreamercsw
Modified: 2015-05-27 15:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (175.18 KB, text/plain)
2014-12-04 15:22 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2014-12-04 15:22:03 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.25-b02

This is a Maven Platform application.

This has been really hard to qualify but this is the behavior I'm seeing: 

Normally the application runs from the IDE by running the Application. For some reason after a bit the application stops displaying the windows of the application and just closes unexpectedly. If I build and run from the generated zip file it works. Also if I do a clean checkout of the code it works fine. I tried clearing the cache and the var folder thinking it was tied somehow to the user profile but nothing. Also clearing the user folder in the target dir has no effect.

Hope someone can let me know what other pieces of information might be relevant.

I can provide source upon request. Is in a BitBucket repository but is not public.
Comment 1 javydreamercsw 2014-12-04 15:22:06 UTC
Created attachment 150881 [details]
IDE log
Comment 2 javydreamercsw 2014-12-04 17:43:21 UTC
Last time it occurred, I was able to fix it by manually deleting all the target folders within all the application modules.
Comment 3 javydreamercsw 2014-12-08 18:01:36 UTC
After disabling compile on save to all modules it has been working fine.
Comment 4 Tomas Stupka 2015-05-22 09:32:10 UTC
CoS did not work properly with maven 3.1.0 and higher. This was fixed in trunk recently - see also issue #248628

could you please check with a current dev build if you are able to reproduce

otherwise i would like to have access to your project if possible (bitbucket user is tstupka)
some steps on how to reproduce would be also of use 

thanks