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 51067 - autoupdate changes main configuration and loses Tomcat configuration
Summary: autoupdate changes main configuration and loses Tomcat configuration
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-02 10:52 UTC by jaapbril
Modified: 2005-07-21 14:22 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 jaapbril 2004-11-02 10:52:00 UTC
This morning (2004-11-02) I upgraded my
installation including the newest version of the
SUN J2ee server. The last not for production but
for testing. 
Without notification (thats the first issue) the
new J2ee got activated but could (obviously) not
find configuration data.
I then deactivated J2ee. After restart NB started
Tomcat but (second issue) the deployment monitor
stays open with the notification that it failed to
look up Tomcat's configuration in []. ACTUALLY a
BLANK, so I do not know where to add configuration.
As Tomcat seems to run correctly, I also do not
know what configuration is missing.

Jaap Bril
Comment 1 jaapbril 2004-11-02 10:55:59 UTC
Excerpt from ide.log:

org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
INFORMATIONAL *********** Exception occurred ************ at Tue Nov
02 11:46:10 CET 2004
java.lang.RuntimeException: Failed to lookup configuration for Tomcat5
in  
	at
org.netbeans.modules.j2ee.deployment.impl.projects.J2eeDeploymentLookup.getStorage(J2eeDeploymentLookup.java:200)
Comment 2 Jiri Rechtacek 2004-11-03 16:15:25 UTC
Looks as J2EE area issue, please look on it. Thanks
Comment 3 Pavel Buzek 2004-11-12 18:03:52 UTC
what build of netbeans are you using? (Look in menu Help|About)
Comment 4 jaapbril 2004-11-14 18:16:12 UTC
I'm using build 200404071636 
Comment 5 Nam Nguyen 2004-12-02 02:03:11 UTC
The stack and build number indicate you effectively use a build
version around NB 3.6 release (April 2004).
The latest build work fine with both Tomcat and J2EE server the IDE.
For release 3.6, there webapps are targeted against the default server
instance, which would be the J2ee Server one when you install it; so
this behavior is expected for 3.6.  With NB 4.0 and trunk, each web
project could be targeted against any installed server instances.
So I close this issue a WFM.  Please feel free to reopen if you still
observe the same behaviour with trunk build.