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 258909

Summary: Error message while building the Enterprise Application sample NewsApp
Product: javaee Reporter: i262666
Component: CodeAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description i262666 2016-04-19 21:23:43 UTC
warning: Supported source version 'RELEASE_6' from annotation processor 'org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor' less than -source '1.8'
Note: Creating static metadata factory ...
Note: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: C:\Users\i262666\Documents\NetBeansProjects\NewsApp\NewsApp-ejb\src\java\ejb\AbstractFacade.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
Comment 1 i262666 2016-04-20 02:54:19 UTC
When run, the following messages are displayed

GlassFish Server 4.1.1, deploy, Can not read HTTP response, caught IOException, false
C:\Users\i262666\Documents\NetBeansProjects\NewsApp\nbproject\build-impl.xml:307: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 1 second)