FeaturesPluginsDocs & SupportCommunityPartners

NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Remote sync - upload failed advice

 
Post new topic   Reply to topic    NetBeans Forums -> PHP Users
View previous topic :: View next topic  
Author Message
Heartless_King



Joined: 23 May 2009
Posts: 6
Location: London, UK

PostPosted: Wed Jul 01, 2009 8:55 pm    Post subject: Remote sync - upload failed advice Reply with 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?"

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 Smile
Back to top
View user's profile Send private message Visit poster's website
Filip Zamboj
Posted via mailing list.





PostPosted: Wed Jul 01, 2009 10:38 pm    Post subject: Remote sync - upload failed advice Reply with quote

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

PostPosted: Wed Jul 01, 2009 11:19 pm    Post subject: Reply with quote

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 Smile
Back to top
View user's profile Send private message Visit poster's website
Tomas Mysik
Posted via mailing list.





PostPosted: Thu Jul 02, 2009 8:06 am    Post subject: Remote sync - upload failed advice Reply with quote

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

PostPosted: Thu Jul 02, 2009 8:58 pm    Post subject: Reply with quote

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 Smile
Back to top
View user's profile Send private message Visit poster's website
Tomas Mysik
Posted via mailing list.





PostPosted: Fri Jul 03, 2009 12:56 pm    Post subject: Remote sync - upload failed advice Reply with quote

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

PostPosted: Sat Jul 04, 2009 2:32 am    Post subject: Reply with quote

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. Smile

_________________
Kind regards,
King Smile
Back to top
View user's profile Send private message Visit poster's website
Tomas Mysik
Posted via mailing list.





PostPosted: Tue Jul 07, 2009 9:29 am    Post subject: Remote sync - upload failed advice Reply with quote

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. Smile

great to hear!

Tomas
--
Tomas Mysik
address-removed
Back to top
sasime2



Joined: 28 Aug 2009
Posts: 2

PostPosted: Fri Aug 28, 2009 6:52 pm    Post subject: Exact same problem Reply with quote

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.Crying or Very sad

help!

shashi
Back to top
View user's profile Send private message
Tomas Mysik
Posted via mailing list.





PostPosted: Mon Aug 31, 2009 8:47 am    Post subject: Remote sync - upload failed advice Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> PHP Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB