Page 1 of 2

error executing cumulusutils 6.17.0

Posted: Sat 11 Mar 2023 5:20 pm
by rator
Hi there,
I'm trying to run cumulusutils to use the FWI and I have one error. I don't have any logs and I've read some post, but I can't fins a solution.
I've attach the error, is about FluentFtp. I used cumulus mx 3221 3231 and 3234

thank you in advance

Image

Re: error executing cumulusutils 6.17.0

Posted: Sat 11 Mar 2023 6:02 pm
by HansR
OK. Thanks but the image is unreadable. How did you attach the jpg?

Re: error executing cumulusutils 6.17.0

Posted: Sat 11 Mar 2023 6:15 pm
by rator
Image
I don't know why it can't visualize, but
here is the image https://usuaris.tinet.cat/jots/1.jpg
the webpage: https://usuaris.tinet.org/jots
proto: https://usuaris.tinet.org/jots/taula5.html

I want to put the FWI in the proto

thanks

Re: error executing cumulusutils 6.17.0

Posted: Sat 11 Mar 2023 6:15 pm
by SamiS
The image is shown normally at least when browsing with ipad and safari. I cropped it a little and reattached, hopefully helps.

Re: error executing cumulusutils 6.17.0

Posted: Sat 11 Mar 2023 6:26 pm
by HansR
@SamiS: Thanks!

@rator: please check the wiki for installation and execution of CumulusUtils. Even for one module it needs to be correctly installed. It uses its own libraries so CMX and CUtils are technically separated and (may) use different versions of the libraries (historically that was not always the case). They have different speeds of development.
Assuming you installed CUtils correctly you invoke it as:

Code: Select all

utils/bin/cumulusutils.exe pwsFWI
That should do it.

usuaris.tinet.cat (and also the .org) is rejected by my browser/security combination. I don't know what causes that.

Re: error executing cumulusutils 6.17.0

Posted: Sat 11 Mar 2023 6:55 pm
by rator
thank you I'm trying it,
I will use another server too.

regards

Re: error executing cumulusutils 6.17.0

Posted: Sun 12 Mar 2023 10:10 am
by rator
Hi there,
I've tried different things and still having problems,
is there a old version to test?

thanks

Re: error executing cumulusutils 6.17.0

Posted: Sun 12 Mar 2023 10:35 am
by HansR
rator wrote: Sun 12 Mar 2023 10:10 am Hi there,
I've tried different things and still having problems,
is there a old version to test?

thanks
What type of problems?
Is is the same execution issue or does it now execute without result?
Do you have a logfile?

Re: error executing cumulusutils 6.17.0

Posted: Sun 12 Mar 2023 11:12 am
by rator
is the same execution problem, the log file didn't generated.
I've read all the instructions and tried another web server.
and test it in w7 and w10.

thanks

Re: error executing cumulusutils 6.17.0

Posted: Sun 12 Mar 2023 11:30 am
by HansR
rator wrote: Sun 12 Mar 2023 11:12 am is the same execution problem, the log file didn't generated.
I've read all the instructions and tried another web server.
and test it in w7 and w10.

thanks
I assume you have CMX running already (otherwise why would you try CUtils :?: ;) ), is that true?
If this does not work and you do not have additional information (e.g. please supply a listing of utils/bin) I have no options. It fails at the first step (executing CUtils) and for having some logging that seems elementary.

You will have to look at the installation and the configuration of your windows machine.
As long as you don't have any output other than what you gave, I have no support available.

The only option I can give you now is:
  1. Download CUtils again
  2. Unzip again and copy into the utils directory
  3. Rerun

    Code: Select all

    utils/bin/cumulusutils.exe pwsFWI
As long as this does not lead to an execution of the program and a logfile the problem is within your machine and I can't help you there.

Re: error executing cumulusutils 6.17.0

Posted: Sun 12 Mar 2023 12:42 pm
by SamiS
HansR wrote: Sun 12 Mar 2023 11:30 am The only option I can give you now is:
  1. Download CUtils again
  2. Unzip again and copy into the utils directory
  3. Rerun

    Code: Select all

    utils/bin/cumulusutils.exe pwsFWI
As long as this does not lead to an execution of the program and a logfile the problem is within your machine and I can't help you there.
Since rator is using windows, the correct command to run should have backslashes, so

utils\bin\cumulusutils.exe pwsFWI

could help getting somewhere. But actually the first screenshot would suggest that rator has cumulusutils.exe located in C:\CumulusMX instead of C:\CumulusMX\utils\bin where your command points, so it might not be installed correctly at all.

Re: error executing cumulusutils 6.17.0

Posted: Sun 12 Mar 2023 1:15 pm
by rator
I have tried this, for now I give up.

thanks to all

Re: error executing cumulusutils 6.17.0

Posted: Sun 12 Mar 2023 1:33 pm
by HansR
SamiS wrote: Sun 12 Mar 2023 12:42 pm But actually the first screenshot would suggest that rator has cumulusutils.exe located in C:\CumulusMX instead of C:\CumulusMX\utils\bin where your command points, so it might not be installed correctly at all.
With the explicit path it will first try find its libraries from the directory where it finds the executable. And that seems not the case so if @rator says he tried it all and can't execute, his decision:
rator wrote: Sun 12 Mar 2023 1:15 pm I have tried this, for now I give up
seems just.

Re: error executing cumulusutils 6.17.0

Posted: Sun 12 Mar 2023 2:14 pm
by SamiS
HansR wrote: Sun 12 Mar 2023 1:33 pm With the explicit path it will first try find its libraries from the directory where it finds the executable. And that seems not the case so if @rator says he tried it all and can't execute, his decision:
My point was, that if on the beginning cumulusutils.exe would have been in bin-folder, running it without path (like the screenshot shows) would give error stating unknown command, file not found or similar. Instead the picture presented that cumulusutils was actually run, and it gave an exception error about not finding fluentftp. So there must be a copy of cumulusutils.exe directly on cmx root folder. But no need to dig deeper since rator abandoned this at least for now.

Re: error executing cumulusutils 6.17.0

Posted: Sun 12 Mar 2023 2:34 pm
by HansR
SamiS wrote: Sun 12 Mar 2023 2:14 pm My point was, that if on the beginning cumulusutils.exe would have been in bin-folder, running it without path (like the screenshot shows) would give error stating unknown command, file not found or similar. Instead the picture presented that cumulusutils was actually run, and it gave an exception error about not finding fluentftp. So there must be a copy of cumulusutils.exe directly on cmx root folder. But no need to dig deeper since rator abandoned this at least for now.
True on all points :)