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 65456 - The weblogic registration throws NullPointerException
Summary: The weblogic registration throws NullPointerException
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
: 65797 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-29 23:32 UTC by namanpatel
Modified: 2005-11-10 04:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The ID log file. (51.30 KB, text/plain)
2005-09-29 23:33 UTC, namanpatel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description namanpatel 2005-09-29 23:32:13 UTC
I get a null pointer exception while registering weblogic server. I have
attached the log. Only thing is that I have both Weblogic 8.1.4 and 9.0.0
installed in that bea home.
Comment 1 namanpatel 2005-09-29 23:33:03 UTC
Created attachment 25335 [details]
The ID log file.
Comment 2 Petr Blaha 2005-09-30 08:50:58 UTC
Hi NetBeans supports only WebLogic 9.0. Can you try to add only WebLogic 9.0
with new userdir, run IDE with option --userdir new_user_dir ?
Comment 3 Petr Jiricka 2005-09-30 13:40:46 UTC
One improvement we could make is to disallow registering the weblogic 8.x server
in the IDE.
Comment 4 Libor Kotouc 2005-10-05 12:56:28 UTC
Fixed.

Checking in WLPluginProperties.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/WLPluginProperties.java,v
 <--  WLPluginProperties.java
new revision: 1.2; previous revision: 1.1
done
Checking in ui/wizard/ServerPropertiesPanel.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/ServerPropertiesPanel.java,v
 <--  ServerPropertiesPanel.java
new revision: 1.6; previous revision: 1.5
done
Checking in ui/wizard/ServerLocationPanel.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/ServerLocationPanel.java,v
 <--  ServerLocationPanel.java
new revision: 1.5; previous revision: 1.4
done
Checking in ui/wizard/Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done

Registration of WL server 9.0 (only version supported) did not cause the
described problems => decreasing the priority to P3.
The wizard allowed user to continue to domain selection at some special
circumstances, so the tests were extended with nodemanager.domains file
detection (with appropriate warning).
Comment 5 Michal Mocnak 2005-11-01 12:08:57 UTC
Verified
Comment 6 Pavel Buzek 2005-11-10 04:11:15 UTC
*** Issue 65797 has been marked as a duplicate of this issue. ***