[SCXML] Ignoring raise element

2011-10-17 Thread Dark.Rider85
Hi! I wanted to use the raise element but when parsing the .xml file the processor says the following warning: Ignoring element raise in namespace http://www.w3.org/2005/07/scxml; at bundleresource:***.xml:9:38 and digester match scxml/state/state/onentry/raise What is the meaning of that

Commons FTP Access file twice parallelly

2011-10-17 Thread sum124
Hello, Scenario: TWO Cronjob running simulaneously (means at the same time ) to FTP download a same file using same login from the server to the machine. I am getting a commons.net.ftp.FTPConnectionClosedException: Connection closed without indication exception. for files which I want to

Re: Commons FTP Access file twice parallelly

2011-10-17 Thread Steven Siebert
How many simultaneous connections for a set of credentials are permitted on the server? The default for most *nix systems I've seen is 10, but could have been set to something different... S On Mon, Oct 17, 2011 at 10:02 AM, sum124 sumukh_de...@yahoo.com wrote: Hello, Scenario: TWO Cronjob

Re: Commons FTP Access file twice parallelly

2011-10-17 Thread sebb
On 17 October 2011 15:02, sum124 sumukh_de...@yahoo.com wrote: Hello, Scenario: TWO Cronjob running simulaneously (means at the same time ) to FTP download a same file using same login from the server to the machine. I am getting a commons.net.ftp.FTPConnectionClosedException: Connection

Re: Commons FTP Access file twice parallelly

2011-10-17 Thread sum124
Sorry, I dont know the number of simultaneous connections allowed on the box. But, I just tested that application, and it succeeded for simulaneous connections on windows, somehow. The file got saved in two different directories. But dont know why it failed on UNIX for only one of the

Re: Commons FTP Access file twice parallelly

2011-10-17 Thread sum124
No destinations are different, . -- View this message in context: http://apache-commons.680414.n4.nabble.com/Commons-FTP-Access-file-twice-parallelly-tp3912149p3912532.html Sent from the Commons - User mailing list archive at Nabble.com.

Re: Commons FTP Access file twice parallelly

2011-10-17 Thread Steven Siebert
So I understand...you changed the server side of this from a Unix to Windows server, and your application is working now? Can you have more than one simultaneous connection with the unix server when not downloading the same file? I'm asking about this because I experienced a similar situation

Re: Commons FTP Access file twice parallelly

2011-10-17 Thread sum124
Thanks for the reponse, As of now, I dont know and am trying to get details on simulatenous connections. I thought about the same to download it once and then duplicate it. But this doesnt fit our requirements since we use a specific process for even deployment of scripts to various

Re: Commons FTP Access file twice parallelly

2011-10-17 Thread sum124
Yep the number of simultaneous connections is 10. -- View this message in context: http://apache-commons.680414.n4.nabble.com/Commons-FTP-Access-file-twice-parallelly-tp3912149p3913460.html Sent from the Commons - User mailing list archive at Nabble.com.

Re: [SCXML] Ignoring raise element

2011-10-17 Thread Rahul Akolkar
On Mon, Oct 17, 2011 at 8:43 AM, Dark.Rider85 dark.ride...@yahoo.de wrote: Hi! I wanted to use the raise element but when parsing the .xml file the processor says the following warning: Ignoring element raise in namespace http://www.w3.org/2005/07/scxml; at bundleresource:***.xml:9:38 and