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 - NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.getIndexFile
Summary: NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewPhpPro...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 16:10 UTC by Exceptions Reporter
Modified: 2017-03-20 16:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228478


Attachments
stacktrace (2.14 KB, text/plain)
2017-03-20 16:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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