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

Summary: NullPointerException at org.netbeans.modules.j2ee.weblogic9.ui.wizard.ServerLocationVisual.findServerLocation
Product: serverplugins Reporter: klauern <klauern>
Component: WebLogicAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172576
Attachments: stacktrace

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