Welcome, Guest
Username: Password: Remember me

TOPIC: What is the argument to pass on the Fudaa script invocation?

What is the argument to pass on the Fudaa script invocation? 9 years 8 months ago #15827

  • Watermotion.eu
  • Watermotion.eu's Avatar
Hi! This post has to do with starting Fudaa from the command line terminal of a Linux-based machine.
I am using Fudaa-Prepro-1.3.0RC8.jar, the latest available version.

Invoking this file directly as
  $./Fudaa-Prepro-1.3.0RC8.jar
leads to a hanging start-up window.

In the bash script file supervisor.sh made available with a previous version (fudaa-prepro-1.2.0), the application was successfully started with the command
java -Xmx512m -Xms64m -cp "$PWD/fudaa-prepro-1.3.0RC8.jar" org.fudaa.fudaa.tr.TrSupervisor $1 $2 $3 $4 $5 $6 $7 $8 $9

However this way doesn't work by simply updating the jar file name.
The (abridged) conclusion of the error message is
Exception in thread "main" java.lang.NoClassDefFoundError: org/fudaa/fudaa/tr/TrSupervisor
...
Could not find the main class: org.fudaa.fudaa.tr.TrSupervisor. Program will exit.
So the second argument to the java invocation is outdated.

How can I start Fudaa 1.3.0RC8 from a command line terminal? Did you spot flaws in my doing? Tips?

Thanks in advance for considering this.

Giordano Lipari
The administrator has disabled public write access.

What is the argument to pass on the Fudaa script invocation? 9 years 8 months ago #15831

  • fzao
  • fzao's Avatar
  • OFFLINE
  • Moderator
  • Posts: 64
  • Thank you received: 20
Hello,

try using java with the '-jar' option.

Regards
The administrator has disabled public write access.

What is the argument to pass on the Fudaa script invocation? 9 years 8 months ago #15836

  • Watermotion.eu
  • Watermotion.eu's Avatar
fzao wrote:
Hello,

try using java with the '-jar' option.

Regards

Nope, unfortunately.
I set either
java -Xmx512m -Xms64m -jar "$PWD/Fudaa-Prepro-1.3.0RC8.jar" $1 $2 $3 $4 $5 $6 $7 $8 $9

or, in a skimmed edit,
java -jar "$PWD/Fudaa-Prepro-1.3.0RC8.jar" $1 $2 $3 $4 $5 $6 $7 $8 $9

to no avail. The fudaa start-up window hangs at the Initialization stage.

Would you mind sharing your command line instruction?

Additional info
OS: Linux amd643.13.0-45-generic
Java: Sun Microsystems Inc. 1.6.0_34
Prepro: prepro 1.3.0-RC8

Thanks
The administrator has disabled public write access.

What is the argument to pass on the Fudaa script invocation? 7 years 9 months ago #24913

  • Watermotion.eu
  • Watermotion.eu's Avatar
The answer is in this other post
The administrator has disabled public write access.

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.