views:

183

answers:

0

I am running NetBeans IDE 6.8 (Build 200912041610) with the PHP plugin on Mac OS X 10.5.8, and when I try to SFTP files up to my remote server, I get the error:

Cannot connect to server: 1.2.3.4.

Reason: java.lang.ArrayIndexoutOfBoundsException: 233

Where 1.2.3.4 is my server's IP address. I get this error with every server I have tried. In fact, when I use Little Snitch to ask me if NetBEans is allowed to make outgoing TCP requests, it doesn't even ask me if NetBEans should be allowed to connect to 1.2.3.4 on port 22, indicating the error is probably happening before NetBeans even tries to connect.

Anyone have any ideas on how to solve this?