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 41895 - UndeclaredThrowableException was thrown during setting default registered serve
Summary: UndeclaredThrowableException was thrown during setting default registered serve
Status: RESOLVED DUPLICATE of bug 41894
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-09 23:21 UTC by davisn
Modified: 2004-08-13 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log is attached (9.81 KB, text/plain)
2004-04-09 23:22 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2004-04-09 23:21:58 UTC
This bug is opened in the reference of:
http://andorra1.sfbay.sun.com:8080/cgi-bin/ws.exe/bugtraq/bug.hts?bugid_value=5029652

The problem happens inconsistently

==============================================================================
- Having two sunone appserver registered and
running successfully.
- Chose one of them to be default for deploying an
app.

-Result: following excption was thrown

==============================================================================
- Switcing between registered servers for
development purposes shall be possible
for the customers.
- All exceptions must be handled gracefully.
==============================================================================

Partial of ide.log is attached
Comment 1 davisn 2004-04-09 23:22:24 UTC
Created attachment 14350 [details]
ide.log is attached
Comment 2 Pavel Buzek 2004-07-02 10:43:19 UTC
In promoD the sun-web.xml will listen for target server selected per
project not for default server, but a similar problem can happen.

In this case the IDE detected this as a change of target server type
(incorrecly, since the server type has not changed - only the
instance; this should be fixed by now). Another problem was that the
IDE was trying to set context path in sun-web.xml and save the file
but it was read only. This problem is a duplicate of issue #41894.

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