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 251716

Summary: GlassFish Server fails to start with JDK 8u45 and JDK7u80
Product: platform Reporter: Stepan Zebra <stezeb>
Component: JDK ProblemsAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED WONTFIX    
Severity: normal CC: jskrivanek, mmirilovic, vriha
Priority: P1    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: glassfish log
server log from GF4.1 and JDK7u80

Description Stepan Zebra 2015-04-08 08:43:52 UTC
Created attachment 153093 [details]
glassfish log

Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 1
Java: 1.8.0_45; Java HotSpot(TM) Client VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b13
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)

After switching to JDK 8u45 from 8u40, GF server fails to start.

With a new freshly created domain, it's possible to start the server once and deploy something, but it starts failing after restart. Reproducible also outside NB.
Comment 1 Vladimir Riha 2015-04-08 09:16:51 UTC
The same problem with slightly different log happens with JDK7u80 on Ubuntu 14.04 32b. If I 
 - download new GF 4.1 to IDE
 - create a new Java Web project
 - run the project
 - stop server
 - run project again
 => it fails to deploy the project, server is somehow running (localhost:8080 returns 503 Service Unavailable)


Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 1
Java: 1.7.0_80; Java HotSpot(TM) Client VM 24.80-b11
Runtime: Java(TM) SE Runtime Environment 1.7.0_80-b14
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 2 Vladimir Riha 2015-04-08 09:17:54 UTC
Created attachment 153094 [details]
server log from GF4.1 and JDK7u80
Comment 3 Vladimir Riha 2015-04-08 11:27:04 UTC
(In reply to Vladimir Riha from comment #1)
> The same problem with slightly different log happens with JDK7u80 on Ubuntu
> 14.04 32b. If I 
>  - download new GF 4.1 to IDE
>  - create a new Java Web project
>  - run the project
>  - stop server
>  - run project again
>  => it fails to deploy the project, server is somehow running
> (localhost:8080 returns 503 Service Unavailable)
> 

This works fine with JDK7u75 32b
Comment 4 Antonin Nebuzelsky 2015-04-09 10:19:52 UTC
Reported as a JDK bug. Closing.