| View previous topic :: View next topic |
| Author |
Message |
Heartless_King
Joined: 23 May 2009 Posts: 6 Location: London, UK
|
Posted: Wed Jul 01, 2009 8:55 pm Post subject: Remote sync - upload failed advice |
|
|
Hi peeps,
Hope all is well. I recently downloaded Netbeans 6.7 and I'm trying to get the remove syncronisation to work with a PHP project. Everytime I save the progress bar shows for a while until I get a popup with the message "Upload files On Save failed. Disable this functionality for this session?"
The FTP connection works a treat however, the lack of ouput from the console leaves me a little stumped with this feature. Any advice?
I know that the path structure is different on the remote server (being linux) in comparison to my windows box. However, the "project" directory should mirror the directory on the linux machine. _________________ Kind regards,
King  |
|
| Back to top |
|
 |
Filip Zamboj Posted via mailing list.
|
Posted: Wed Jul 01, 2009 10:38 pm Post subject: Remote sync - upload failed advice |
|
|
Hi!
Heartless_King wrote:
| Quote: | Hi peeps,
Hope all is well. I recently downloaded Netbeans 6.7 and I'm trying to get the remove syncronisation to work with a PHP project. Everytime I save the progress bar shows for a while until I get a popup with the message "Upload files On Save failed. Disable this functionality for this session?"
| there is something wrong with your connection settings then.
| Quote: |
The FTP connection works a treat however, the lack of ouput from the console leaves me a little stumped with this feature. Any advice?
| Create a shortcut for upload/download in tools -> options and you
preferences ->can quickly upload files manually after save. In this case
you would see console output.
| Quote: |
I know that the path structure is different on the remote server (being linux) in comparison to my windows box. However, the "project" directory should mirror the directory on the linux machine.
| Well, after upload, definitely. That message that appeared says that
something is wrong and upload didn't finish correctly. Check your
settings and if it doesn't work submit a bug, please.
Thanks.
| Quote: |
Kind regards,
King :)
------------------------
Kind regards,
King :)
|
|
|
| Back to top |
|
 |
Heartless_King
Joined: 23 May 2009 Posts: 6 Location: London, UK
|
Posted: Wed Jul 01, 2009 11:19 pm Post subject: |
|
|
Thanks for getting back to me. Ok, I now receive the following output:
| Code: | Failed:
file jamroom_dev/skins/UKCreation/####.css Cannot get permissions for ####.css.
Runtime: 61 s, transfered: 0 file(s), 0 KB |
Therefore, I remove the setting to preserve file permissions:
| Code: | Failed:
file jamroom_dev/skins/UKCreation/####.css Cannot upload file ####.css (unknown reason).
Runtime: 61 s, transfered: 0 file(s), 0 KB |
Using a normal FTP client (i.e. FileZilla) I run into no problems. Could it be netbeans? Or is there something I have missed?
Note: During the second failure, the original file on the server is still deleted by NetBeans. _________________ Kind regards,
King  |
|
| Back to top |
|
 |
Tomas Mysik Posted via mailing list.
|
Posted: Thu Jul 02, 2009 8:06 am Post subject: Remote sync - upload failed advice |
|
|
Hi,
Dne čtvrtek 02 července 2009 01:19:28 Heartless_King napsal(a):
| Quote: | Failed:
file jamroom_dev/skins/UKCreation/####.css Cannot upload file
####.css (unknown reason).
Runtime: 61 s, transfered: 0 file(s), 0 KB
Using a normal FTP client (i.e. FileZilla) I run into no problems. Could it
be netbeans? Or is there something I have missed?
|
please, file an issue [1], provide information about your NB version, JDK
version, start NetBeans with
"-J-Dorg.netbeans.modules.php.project.connections.level=500"
try to upload your file and attach (do not copy paste, please) IDE log to that
issue.
Thanks a lot,
Tomas
[1] http://www.netbeans.org/community/issues
--
Tomas Mysik
address-removed |
|
| Back to top |
|
 |
Heartless_King
Joined: 23 May 2009 Posts: 6 Location: London, UK
|
Posted: Thu Jul 02, 2009 8:58 pm Post subject: |
|
|
Hate to ask the newbie question however, how do I start the IDE with:
-J-Dorg.netbeans.modules.php.project.connections.level=500?
Thanks for your time. _________________ Kind regards,
King  |
|
| Back to top |
|
 |
Tomas Mysik Posted via mailing list.
|
Posted: Fri Jul 03, 2009 12:56 pm Post subject: Remote sync - upload failed advice |
|
|
Hi,
Dne čtvrtek 02 července 2009 22:58:40 Heartless_King napsal(a):
| Quote: | Hate to ask the newbie question however, how do I start the IDE with:
-J-Dorg.netbeans.modules.php.project.connections.level=500?
|
cd /your/netbeans/installation/directory/
cd bin/
./netbeans -J-D...
HTH,
Tomas
--
Tomas Mysik
address-removed |
|
| Back to top |
|
 |
Heartless_King
Joined: 23 May 2009 Posts: 6 Location: London, UK
|
Posted: Sat Jul 04, 2009 2:32 am Post subject: |
|
|
Hi Tomas,
I just wanted to say thanks for your supported. The extra debug info meant that I would address the connection issue I was having. The FTP upload works without issue upon file save.  _________________ Kind regards,
King  |
|
| Back to top |
|
 |
Tomas Mysik Posted via mailing list.
|
Posted: Tue Jul 07, 2009 9:29 am Post subject: Remote sync - upload failed advice |
|
|
Hi,
Dne sobota 04 července 2009 04:32:52 Heartless_King napsal(a):
| Quote: | I just wanted to say thanks for your supported. The extra debug info meant
that I would address the connection issue I was having. The FTP upload
works without issue upon file save.
|
great to hear!
Tomas
--
Tomas Mysik
address-removed |
|
| Back to top |
|
 |
sasime2
Joined: 28 Aug 2009 Posts: 2
|
Posted: Fri Aug 28, 2009 6:52 pm Post subject: Exact same problem |
|
|
Hi,
i have the exact same problem i tried to follow the procedure to run the IDE in special mode but still i dont see any errors in the output the "manual upload" and upload on run work fine only "upload on save" seems to have a problem.
help!
shashi |
|
| Back to top |
|
 |
Tomas Mysik Posted via mailing list.
|
Posted: Mon Aug 31, 2009 8:47 am Post subject: Remote sync - upload failed advice |
|
|
Hi,
Dne pátek 28 srpna 2009 20:53:02 sasime2 napsal(a):
| Quote: | i have the exact same problem i tried to follow the procedure to run the
IDE in special mode but still i dont see any errors in the output the
"manual upload" and upload on run work fine only "upload on save" seems to
have a problem.[Crying or Very sad]
|
feel free to add as much information as you can to issue 169545 [1]. Or, if
it's another problem, feel free to file a new issue [2].
Thanks,
Tomas
[1] http://www.netbeans.org/issues/show_bug.cgi?id=169545
[2] http://www.netbeans.org/community/issues
--
Tomas Mysik
address-removed |
|
| Back to top |
|
 |
|