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 62870 - Missing target server?
Summary: Missing target server?
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2005-08-23 16:24 UTC by L Martinek
Modified: 2005-11-03 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException (2.25 KB, text/plain)
2005-08-23 16:36 UTC, L Martinek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2005-08-23 16:24:47 UTC
I run my daily automated tests where I open Enterprise Application and perform
several tests. It worked untill build 200508181800. From build 200508211800
immediatelly after opening project error message appears saying that target
server is missing. But project isn't in red color, hasn't "Resolve.." menu item
and everything works (start/stop server, deployment). I just found NPE in
message.log. Since the error message is modal it blocks my automated tests. When
I opened same project manually it worked without problem.
Comment 1 L Martinek 2005-08-23 16:36:17 UTC
Created attachment 24157 [details]
NullPointerException
Comment 2 _ ludo 2005-08-24 22:34:15 UTC
Line 121 is                 this.userName =
InstanceProperties.getInstanceProperties("deployer:Sun:AppServer::"+host+":"+adminPortNumber).
//NOI18N
                        getProperty(InstanceProperties.USERNAME_ATTR);

Is means that at that time, InstanceProperties.getInstanceProperties() is null
again, and this might be due to changes in j2eeserver int he way it inits its
own server repository...

Vince, can you see if this bug can be moved to j2eeserver?
Comment 4 Michal Mocnak 2005-11-03 13:37:49 UTC
Verified