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 210986 - Unable to launch GlassFish 3.1.1
Summary: Unable to launch GlassFish 3.1.1
Status: RESOLVED DUPLICATE of bug 210932
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-11 06:47 UTC by mienamoo
Modified: 2012-04-11 16:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2012-04-11 06:47:15 UTC
NetBeans build 201204100400
JDK 7u3 32-bit

I am unable to start GlassFish 3.1.1 or get anything to deploy to it. After the "Starting Glassfish" message nothing happens. So I looked at messages.log, and I found:


INFO [org.netbeans.core.startup.layers.BinaryFS]: value = org.netbeans.modules.glassfish.javaee.Hk2DeploymentFactory.createEe6 from J2EE/DeploymentPlugins/gfv3ee6/Factory.instance
java.lang.StackOverflowError
	at java.util.HashMap.getEntry(HashMap.java:361)
	at java.util.HashMap.containsKey(HashMap.java:352)
	at java.util.HashSet.contains(HashSet.java:201)
	at org.netbeans.ModuleManager$SystemClassLoader.getResourceAsStream(ModuleManager.java:635)
	at javax.xml.parsers.SecuritySupport$4.run(SecuritySupport.java:94)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.xml.parsers.SecuritySupport.getResourceAsStream(SecuritySupport.java:87)
	at javax.xml.parsers.FactoryFinder.findJarServiceProvider(FactoryFinder.java:248)


.....


WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base passed when looking up docs/javaee6-doc-api.zip at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.ensureEclipseLinkSupport(JavaEEServerModuleFactory.java:206)
WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base passed when looking up docs/javaee6-doc-api.zip at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.ensureGlassFishApiSupport(JavaEEServerModuleFactory.java:280)
INFO [glassfish-javaee]: File Java-EE-GlassFish-v3.xml already exists in filesystem Default System (org-netbeans-api-project-libraries/Libraries).

msg
Caused: org.openide.filesystems.FSException: File Java-EE-GlassFish-v3.xml already exists in filesystem Default System (org-netbeans-api-project-libraries/Libraries).
	at org.openide.filesystems.MultiFileObject.createData(MultiFileObject.java:1167)
	at org.netbeans.modules.project.libraries.LibrariesStorage$1.run(LibrariesStorage.java:264)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:607)
	at org.netbeans.modules.project.libraries.LibrariesStorage.writeLibrary(LibrariesStorage.java:255)
	at org.netbeans.modules.project.libraries.LibrariesStorage.addLibrary(LibrariesStorage.java:302)
	at org.netbeans.api.project.libraries.LibraryManager.createLibrary(LibraryManager.java:330)
[catch] at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.addLibrary(JavaEEServerModuleFactory.java:422)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.ensureGlassFishApiSupport(JavaEEServerModuleFactory.java:315)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory.access$200(JavaEEServerModuleFactory.java:79)
	at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory$1.run(JavaEEServerModuleFactory.java:148)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
ALL [null]: File Java-EE-GlassFish-v3.xml already exists in filesystem Default System (org-netbeans-api-project-libraries/Libraries).
Comment 1 Vince Kraemer 2012-04-11 16:05:45 UTC

*** This bug has been marked as a duplicate of bug 210932 ***