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 148523

Summary: cannot deploy apps to glassfish when there is an app deployed to jetty
Product: groovy Reporter: tonybeckham <tonybeckham>
Component: CodeAssignee: martin_adamek <martin_adamek>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description tonybeckham 2008-09-26 21:45:24 UTC
Problem:
If there is a grails app running then any deployment/debugging of projects to glassfish v2 or v3 is impossible. 
Stopping the grails app then running and everything is fine.

Error:
The Sun Java System Application Server could not start.
More information about the cause is in the Server log file.
Possible reasons include:
 - IDE timeout: refresh the server node to see if it's running now.
 - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.) 
 - Incorrect server configuration (domain.xml to be corrected manually) 
 - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this
case, domain.xml needs to be modified).
 - Invalid installation location.

System:
Product Version: NetBeans IDE Dev (Build 200809251401)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Linux version 2.6.24-21-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Hejl 2008-10-13 14:14:12 UTC
You have to configure different ports for glassfish and grails app. This could happen with any other app running on the
same port.