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 249589 - don't deploy my last save
Summary: don't deploy my last save
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.0.2
Hardware: Macintosh (x86) Mac OS X
: P1 normal with 1 vote (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-31 18:06 UTC by chatis
Modified: 2015-03-17 14:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Bug error (18.64 KB, text/plain)
2014-12-31 18:06 UTC, chatis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chatis 2014-12-31 18:06:18 UTC
Created attachment 151332 [details]
Bug error

Hey,

I have just change from Netbeans 7 to Netbeans 8 and Glassfish 3 to Glassfish 4 (Also EE 6 to EE 7).

When I make a change to my application, it's deploying perfectly. I stop the netbeans and glassfish and restart everything. The code is still the same, I clean and build, deploy again and my last change isn't working. 

I need to resave again my code (all pages I did a change) and redeploying everything and it's finally working. But again if I stop everything. I need to resave all again...

This is annoying !!

I don't have any error or any attachement... And don't know how to reproduce it...

And also.. I have a lot of time a memory error if I save more than 4 different pages and the app is deploying. And the deployment is very very very slow ! I attach the bug...
Comment 1 Petr Hejl 2015-03-05 08:54:23 UTC
Is the attached stacktrace coming from NetBeans or GlassFish. Looks like GF is running out of memory. I also do not fully understand the steps to reproduce. Can you provide some simple steps to invoke this and/or share the project with us? Thanks in advance.
Comment 2 chatis 2015-03-05 12:21:43 UTC
I really don't know how to reproduce the problem... But I can give you an access to my computer by teamviewer to try to find a solution ? Because it's impossible for me to work now !!! I find a solution about the first problem.

I had to creat 3 copy of my project in 3 differents folder delete 2 two first, move the third in an other folder and finally it was working.. I think it was something that NB follow...

This error log I show you it's log server of GF that I see in netbean...
Comment 3 TomasKraus 2015-03-17 14:03:45 UTC
Well this looks like GlassFish problem. Or maybe you just don't have enough memory on your PC. But that's something that we can't fix on NetBeans side.

Check your windows/OS-X/whatever you have OS statistics (amount of free memory, free disk space, etc.) to make sure there are anough resources.
If so, try to start GF with java memory options to give it more memory. Check https://docs.oracle.com/cd/E18930_01/html/821-2416/gepzd.html for more details.

I'm runing 8.0 NetBeans with GF 4.1 on OS-X for years and never saw issues like this.

Feel free to reopen this bug after doing this and making sure it's not HW, OS or GlassFish issue.