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 63038 - exception in log while opening project for server which is not in registry
Summary: exception in log while opening project for server which is not in registry
Status: RESOLVED DUPLICATE of bug 64637
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 11:08 UTC by Lukas Jungmann
Modified: 2008-12-23 21:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (33.86 KB, text/plain)
2005-08-25 11:09 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-08-25 11:08:02 UTC
[build 20508241800]

- start with new user dir
- open project created for appserver

=> if there's no appserver registered in IDE then there is an exception in log
Comment 1 Lukas Jungmann 2005-08-25 11:09:29 UTC
Created attachment 24225 [details]
ide log
Comment 2 Sherold Dev 2005-08-25 13:32:54 UTC
-> appserver
Comment 3 Vince Kraemer 2005-08-26 02:11:31 UTC
The plugin is doing the only right thing that it can do in this case.

The project (a web project in this case) is asking the plugin to do work, which
it cannot do.  It cannot create the disconnected deployment manager.  It creates
the correct exception type and throws it.  The plugin cannot do much more than that.

Since there are NO registered instances of the app server, I have to wonder why
j2eeserver is asking the plugin for a DDM in the firts place.  I would think
that the 'Unresolved Server Dependency' dialog would appear and alert the user
of the situation.
Comment 4 Sherold Dev 2005-10-20 10:46:42 UTC
Actually, this is not a real bug. Only an informational message is printed in
the log file. This issue is similar to issue 64637.

Changing priority to P4

TM -> 5.0
Comment 5 Petr Blaha 2006-03-13 13:51:02 UTC
TM 5.0 -> TBD
Comment 6 Thuy.d Nguyen 2008-12-23 21:53:38 UTC
Users no longer get exception if there's no app server regisgtered. A Resolve Server dialog is opened to prompt the
users to resolve the problem.

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