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 - cannot deploy apps to glassfish when there is an app deployed to jetty
Summary: cannot deploy apps to glassfish when there is an app deployed to jetty
Status: RESOLVED INVALID
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 21:45 UTC by tonybeckham
Modified: 2008-10-30 14:24 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 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.