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 270139

Summary: NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.getIndexFile
Product: php Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProjectAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228478
Attachments: stacktrace

Description Exceptions Reporter 2017-03-20 16:10:31 UTC
This bug was originally marked as duplicate of bug 205481, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
Created new remote project on ftp with ssl




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.getIndexFile(NewPhpProjectWizardIterator.java:536)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.setIndexFile(NewPhpProjectWizardIterator.java:717)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.access$200(NewPhpProjectWizardIterator.java:113)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator$1.run(NewPhpProjectWizardIterator.java:315)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator$1.run(NewPhpProjectWizardIterator.java:306)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.writeAccess(DefaultMutexImplementation.java:250)
Comment 1 Exceptions Reporter 2017-03-20 16:10:33 UTC
Created attachment 163895 [details]
stacktrace