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 64814 - Bug in project creation
Summary: Bug in project creation
Status: RESOLVED DUPLICATE of bug 64637
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 10:53 UTC by demattel
Modified: 2010-01-12 02:10 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 demattel 2005-09-21 10:53:42 UTC
Creating a BluePrint catalog project:(with tomcat turned off)


*********** Exception occurred ************ at 10:48 AM on Sep 21, 2005
java.lang.IllegalStateException
	at
org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:141)
	at
org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:132)
	at
org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getDeploymentConfiguration(ConfigSupportImpl.java:287)
	at
org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getWebContextRoot(ConfigSupportImpl.java:191)
	at
org.netbeans.modules.web.project.ProjectWebModule.getContextPath(ProjectWebModule.java:93)
	at
org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.init(WebProjectProperties.java:326)
	at
org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.<init>(WebProjectProperties.java:260)
	at
org.netbeans.modules.web.project.WebProject.getWebProjectProperties(WebProject.java:412)
	at
org.netbeans.modules.web.project.WebProject$ProjectOpenedHookImpl.projectOpened(WebProject.java:706)
	at
org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:50)
[catch] at
org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:417)
	at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:171)
	at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:135)
	at org.netbeans.modules.project.ui.actions.NewProject$2.run(NewProject.java:145)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by:
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: The
Application Server installation directory is not correctly set up. (Use the
Tools>Options>IDE Configuration menu enter a correct value.)
	at
org.netbeans.modules.j2ee.sun.ide.Installer$FacadeDeploymentFactory.getDisconnectedDeploymentManager(Installer.java:201)
	at
org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:139)
	... 20 more
Comment 1 zikmund 2005-09-21 10:56:58 UTC
To reporter: please do not paste stack traces and logs into comment/description
next time, attach them as attachments instead. It improves bug report
readability and allows us better searching for possible duplicates in
IssueZilla. Thanks!
Comment 2 Petr Blaha 2005-09-21 11:10:34 UTC

*** This issue has been marked as a duplicate of 64637 ***