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 221875 - NumberFormatException: null
Summary: NumberFormatException: null
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-10 14:17 UTC by chuckbee
Modified: 2012-11-12 15:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194875


Attachments
stacktrace (5.04 KB, text/plain)
2012-11-10 14:17 UTC, chuckbee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chuckbee 2012-11-10 14:17:17 UTC
This bug was originally marked as duplicate of bug 187538, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Mac OS X

User Comments:
chuckbee: Just upgraded to 7.2.1 on Mountain Lion 10.8.2.  I have Mountain Lion Can't do several IMPORTANT things. 

Can't create a project. Can't Upload file. No Run Configuration screen for projects. Please help.




Stacktrace: 
java.lang.NumberFormatException: null
   at java.lang.Integer.parseInt(Integer.java:454)
   at java.lang.Integer.parseInt(Integer.java:527)
   at org.netbeans.modules.php.project.connections.ftp.FtpConfiguration.<init>(FtpConfiguration.java:85)
   at org.netbeans.modules.php.project.connections.ftp.FtpConnectionProvider.getRemoteConfiguration(FtpConnectionProvider.java:139)
   at org.netbeans.modules.php.project.connections.RemoteConnections.getRemoteConfiguration(RemoteConnections.java:169)
   at org.netbeans.modules.php.project.connections.RemoteConnections.getRemoteConfigurations(RemoteConnections.java:212)
Comment 1 chuckbee 2012-11-10 14:17:19 UTC
Created attachment 127527 [details]
stacktrace
Comment 2 Tomas Mysik 2012-11-12 15:32:11 UTC
This issue should be fixed in NB 7.3. Sorry for inconveniences.

Thanks for reporting.