• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by sweetman

  1. S

    Resolved java command works from SSh Terminal but not from Plesk task scheduler

    I answer myself: yes. The script will continue running even if you close the browser completely. If you get back to the same page you'll see the same pop up (if the script is still running). Tony
  2. S

    Question how to schedule a java command line?

    Perfect. Thank you. Tony
  3. S

    Question how to schedule a java command line?

    Hi Marteenv, perhaps I solved. I created a shell script file in the subscription home. This file contains the same commands I would issue with the command line. Then, in plesk scheduler I set this file to execute. It seems to work. Just a question: the script is still running and I see the...
  4. S

    Resolved java command works from SSh Terminal but not from Plesk task scheduler

    Perhaps i solved. The shell script file command seems to work. Since the script takes hours to complete, it's safe to close the browser while it is running? (see attahcment) TIA Tony
  5. S

    Resolved java command works from SSh Terminal but not from Plesk task scheduler

    Hello all, I can run succesfully a command line from SSH Terminal in the my Plesk Subscription. But the same command, in Plesk Scheduler (in the same subscription) doesn't work. Why? Please keep in mind that the command will require one or two hours to complete. Here is the command...
  6. S

    Question how to schedule a java command line?

    Thanks, I will post something specific for the problem. Thanks, anyway. Tony
  7. S

    Question how to schedule a java command line?

    I forgot to mention that I changed the file path accordingly. So now the command is: java -jar httpdocs/connector/Content.jar datasource httpdocs/connector/configuration/Content.xml import But results are always the same, see attached image. I'm now in a hurry to solve this problem, but have no...
  8. S

    Question how to schedule a java command line?

    Sorry for the stupid question: what if a task require 1 or 2 hours execution time? What should I see on screen in the plesk task scheduler page? a progress bar that start from 0 and go to 100 in 1 or 2 hours? The command, when run from command line creates a log file itself, but every time I run...
  9. S

    Question how to schedule a java command line?

    I created a new task in the subscription, but nothing changed. I was not aware there was the task scheduler in the subscription. I discovered it by accident. Tony
  10. S

    Question how to schedule a java command line?

    this is the command I would like to schedule: java -jar /var/www/vhosts/mydomain/httpdocs/connector/Content.jar datasource /var/www/vhosts/mydomain/httpdocs/connector/configuration/Content.xml import Do you see something wrong? I modified the Plesk Task Scheduler settings to use the /bin/bash...
  11. S

    Question how to schedule a java command line?

    hi maartenv, please consider that the scheduled process should take at least one hour and a half to complete (when you run it manually from SSH Terminal). But when I click RUN NOW from the Plesk Task scheduler page I get the message that says "The task..... succesfully completed in 1 second"...
  12. S

    Question how to schedule a java command line?

    what does the -f parameter mean? I can't find any reference of it online. In any case the command is still executing and I can't see anythink abnormal (from my limited point of view, of course). No reference to my script/command, for example. tony
  13. S

    Question How to know a schedule task is running?

    sorry, I meant: "When I run this command from command line the script takes hours to complete."
  14. S

    Question How to know a schedule task is running?

    Hello all, I created a new Plesk task schedule to run a specific command. When I run this command from command line the script atks hours to complete. But when I run it from the task scheduler GUI (run now) it says the script completed succesfully in 5 seconds (!). Is this normal or have I to...
Back
Top