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 56379 - DeploymentFactory.getDeploymentManager() method is called with a null url
Summary: DeploymentFactory.getDeploymentManager() method is called with a null url
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-14 13:39 UTC by Kirill Sorokin
Modified: 2005-03-18 14:30 UTC (History)
1 user (show)

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 Kirill Sorokin 2005-03-14 13:39:13 UTC
When adding a server instance, the corresponding DeploymentFactory's
getDeploymentManager() method is called twice. First - with the correct url
supplied via the InstanceProperties object, but then it is called second time
with a null url.
Comment 1 Sherold Dev 2005-03-18 14:30:07 UTC
I cannot reproduce it, marking as WORKSFORME. Can you try it on the latest 
build? 
 
If it is reproducible, please reopen this issue and add the 
Thread.currentThread().dumpStack() call to your getDeploymentManager() method 
to get the stack trace and attach it. Thank you.