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 62233 - NPE in Add Server Wizard when adding WebLogic 9.0
Summary: NPE in Add Server Wizard when adding WebLogic 9.0
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 19:38 UTC by Alexander Kouznetsov
Modified: 2006-03-24 13:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (5.78 KB, text/plain)
2005-08-12 19:39 UTC, Alexander Kouznetsov
Details
Screenshot (53.27 KB, image/gif)
2005-08-12 19:40 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2005-08-12 19:38:04 UTC
Reproduced with Buzz EA RC1 on WinXP

Steps to reproduce:
- install WebLogic 9.0 server
- Invoke Add Server Wizard
- Select Bea WebLogic Application Server. Click Next
- Enter the correct Installation Directory.
- RESULT: NPE is thrown. Button Next is disabled. This issue blocks all the plugin functionality. It is showstopper for Buzz EA.
Comment 1 Alexander Kouznetsov 2005-08-12 19:39:19 UTC
Created attachment 23764 [details]
Exception
Comment 2 Alexander Kouznetsov 2005-08-12 19:40:20 UTC
Created attachment 23765 [details]
Screenshot
Comment 3 Alexander Kouznetsov 2005-08-12 19:46:11 UTC
Misprinted: should read as Reproduced with Buzz EA RC2 on WinXP
Comment 4 Pavel Buzek 2005-08-13 03:38:02 UTC
Is this problem also reproducible in the trunk version? I think it's not so I am
changing this issue to 42only to be tracked by the buzz engineers.

Details:

It works for me and AFAIK works for nb QA in trunk. I am almost certain this is
caused by the fact that weblogic9 in release41 branch (I guess this is the
branch that buzz uses) is not adjusted to work with weblogic 90 final. The file
layout of weblogic has changed since 90 beta and so has the format of
config/config.xml that contains the domain definition. I fixed that in the trunk
in my commit of ServerProprtiesPanel v/1.4. The fix changed both the way that
plugin reads the list of instances (that causes the exception mrkam attached,
this code depends on config.xml format) and the code that enables the Next
button (this code depends on files layout).

I think that at least this part of my commit may be applicable in release41
branch if desired.
Comment 5 Michal Mocnak 2005-09-07 09:38:44 UTC
Verified in trunk