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 - GlassFish Server fails to start with JDK 8u45 and JDK7u80
Summary: GlassFish Server fails to start with JDK 8u45 and JDK7u80
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 08:43 UTC by Stepan Zebra
Modified: 2015-04-09 10:19 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
glassfish log (58.92 KB, text/plain)
2015-04-08 08:43 UTC, Stepan Zebra
Details
server log from GF4.1 and JDK7u80 (33.99 KB, text/x-log)
2015-04-08 09:17 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
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.