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

Summary: UndeclaredThrowableException was thrown during setting default registered serve
Product: serverplugins Reporter: davisn <davisn>
Component: InfrastructureAssignee: issues@serverplugins <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: ide.log is attached

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 ***