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 191151 - NullPointerException at org.netbeans.modules.j2ee.weblogic9.ui.wizard.ServerLocationVisual.findServerLocation
Summary: NullPointerException at org.netbeans.modules.j2ee.weblogic9.ui.wizard.ServerL...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 20:07 UTC by klauern
Modified: 2010-11-16 06:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172576


Attachments
stacktrace (6.49 KB, text/plain)
2010-10-19 20:07 UTC, klauern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description klauern 2010-10-19 20:07:42 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
klauern: Started typing in a server location using a windows share mount \\servername\path\thing

It failed immediately after I put in the second \ in \\.

GUEST: Respected Sir,

                                        I installed Netbeans 6.10(ide), when i am trying to add Oracle weblogic server it is giving error that installetion instance was not created.


                                                  thanking you

                                                                                                                                                    yours truly
                                                                                                                                                  (D. Vijay )




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.weblogic9.ui.wizard.ServerLocationVisual.findServerLocation(ServerLocationVisual.java:154)
   at org.netbeans.modules.j2ee.weblogic9.ui.wizard.ServerLocationVisual.valid(ServerLocationVisual.java:117)
   at org.netbeans.modules.j2ee.weblogic9.ui.wizard.ServerLocationPanel.isValid(ServerLocationPanel.java:84)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:910)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:854)
   at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard.updateState(AddServerInstanceWizard.java:210)
Comment 1 klauern 2010-10-19 20:07:49 UTC
Created attachment 102496 [details]
stacktrace
Comment 2 Petr Hejl 2010-11-15 12:45:15 UTC
Fixed in web-main 9933d421fd13.
Comment 3 Quality Engineering 2010-11-16 06:10:14 UTC
Integrated into 'main-golden', will be available in build *201011160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9933d421fd13
User: Petr Hejl <phejl@netbeans.org>
Log: #191151 NullPointerException at org.netbeans.modules.j2ee.weblogic9.ui.wizard.ServerLocationVisual.findServerLocation