Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Sja On Ubuntu

  • This topic is empty.
Viewing 10 reply threads
  • Author
    Posts
    • #11919
      Pink Digital
      Member

      Trying to run SJA on Ubuntu VPS gives me the following error.

      -bash: ./sja: No such file or directory

      SJA is installed as we have always done and the we have copied our xml files from our other server where it works fine.

    • #30633
      peterlaursen
      Participant

      Please provide more details about this “Ubuntu VPS”.  There are more providers offering this.  Also ensure that you are running the command from where the SJA executable is (since you are specifying the path as “./” ).   Finally try the full path to SJA in the command.  

      Not sure, but I expect that it could be a symlink issue of some kind with this VPS setup.

    • #30634
      Pink Digital
      Member
      'peterlaursen' wrote on '24:

      Not sure, but I expect that it could be a symlink issue of some kind with this VPS setup.

      we are running the sja command from within the root directory. tried /root/sja “jobfile.xml”, ./sja “jobfile.xml” etc on a jobfile which we have been successfully using for over 2 years on another vps

      it is returning file not found, command not found etc

    • #30635
      peterlaursen
      Participant

      If you know the file is there why don't you ask the support of this VPS?  It is not SJA that returns an error.  It is the OS/file system.

      Will another executable run the same way or not?  Maybe you could try from another place than /root folder (some security setting may influence).  

    • #30636
      Pink Digital
      Member
      'peterlaursen' wrote on '24:

      If you know the file is there why don't you ask the support of this VPS?  It is not SJA that returns an error.  It is the OS/file system.

      Will another executable run the same way or not?  Maybe you could try from another place than /root folder (some security setting may influence).  

      Tried in a couple of different directories and other executables run OK.

    • #30637
      peterlaursen
      Participant

      did you tell that SJA also runs from outside the /root folder tree?  I do not understand the full meaning of your latest post.

    • #30638
      Pink Digital
      Member
      'peterlaursen' wrote on '24:

      did you tell that SJA also runs from outside the /root folder tree?  I do not understand the full meaning of your latest post.

      i move sja to some different directories outside of /root and there result is the same… it does not execute even though other scripts, executeables etc do.

    • #30639
      peterlaursen
      Participant

      what happens if you rename SJA?

    • #30640
      Pink Digital
      Member
      'peterlaursen' wrote on '24:

      what happens if you rename SJA?

      same thing

    • #30641
      Pink Digital
      Member

      THE SOLUTION!!!

      First run this…

      Code:
      uname -m

      It must print out “x86_64”

      If it does then you run this…

      Code:
      sudo apt-get update

      and then this…

      Code:
      sudo apt-get install ia32-libs

      and then sja should work

    • #30642
      peterlaursen
      Participant

      So this VPS does not have 32 bit support installed as default, I understand.

Viewing 10 reply threads
  • You must be logged in to reply to this topic.