WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: there is no necessary package in Apps  (Read 8382 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11624
Re: there is no necessary package in Apps
« Reply #15 on: August 24, 2020, 02:07:20 AM »
Hi jazzbiker
I don't know what to make of it. There's 1 32 bit shared object in what otherwise appears to be a 64 bit Linux package. And for some
reason it includes a bunch of Windows executables. But if you look at the site, they have separate downloads for Linux, Pi, and Windows:
https://ugs.jfrog.io/ugs/UGS/nightly

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11624
Re: there is no necessary package in Apps
« Reply #16 on: August 24, 2020, 02:24:31 AM »
Hi jazzbiker
... I got the same error.

I then loaded  bash.tcz  and it changed to:
Code: [Select]
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$ ./ugsplatform
./../platform/lib/nbexec: line 421: /home/tc/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java: cannot execute binary file: Exec format error
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$
I think it may be trying to run the Windows executables. ...
On second thought, it's probably complaining because I'm running a 32 bit kernel and the executables are 64 bit.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: there is no necessary package in Apps
« Reply #17 on: August 24, 2020, 02:28:22 AM »
Hi, Rich!

As You see, error appears while netbeans are trying to start. Something is wrong with the environment from the netbeans' point of view. I am not able to help with netbeans. Maybe someone on our forum make use of this IDE and will be able to give an advice?

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: there is no necessary package in Apps
« Reply #18 on: August 24, 2020, 02:33:34 AM »
The site https://ugs.jfrog.io/ugs/UGS/nightly also contains zip archive with huge .jar file and shell script for starting this file in already persistent java environment. Maybe it is possible to try this way with TC's java environments, I expect without IDE wrapper.

« Last Edit: August 24, 2020, 02:35:05 AM by jazzbiker »

Offline Yuri

  • Newbie
  • *
  • Posts: 10
Re: there is no necessary package in Apps
« Reply #19 on: August 24, 2020, 02:37:35 AM »
Thank you for participating. I'll try the old 32-bit version in the evening.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: there is no necessary package in Apps
« Reply #20 on: August 24, 2020, 02:42:53 AM »
Hi, Yuri!

As the problems arose while starting IDE, You can try IDE-less .zip version first. This is single jar file to be started with some java environment, which are present in TC repo, for example openjdk-8-jre.tcz.

I've tried to start the full IDE-equipped version on the 32-bit TC, no luck, error is the same.
« Last Edit: August 24, 2020, 03:09:48 AM by jazzbiker »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11624
Re: there is no necessary package in Apps
« Reply #21 on: August 24, 2020, 08:50:13 AM »
Hi jazzbiker
... As You see, error appears while netbeans are trying to start. Something is wrong with the environment from the netbeans' point of view. ...
Yes, it's complaining because I'm running a 32 bit version of Tinycore.

...
Code: [Select]
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$ ./ugsplatform
./../platform/lib/nbexec: line 421: /home/tc/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java: cannot execute binary file: Exec format error
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$
...
If you follow the chain of events quoted above:
UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin/ugsplatform  is a script, no problem. It calls:
UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/platform/lib/nbexec , another script, no problem. It calls:
UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java , a 64 bit compiled executable, problem.

You can't run 64 bit programs in a 32 bit environment.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: there is no necessary package in Apps
« Reply #22 on: August 24, 2020, 09:20:59 AM »
Oh, yes, Rich, You are right as ususal :-) nbexec is script. Now the question is what is the system Yuri tried - 32 or 64. He got the same error, did he tried 32-bit too? If all ELFs are 64-bit everything must run clean under x86_64. Maybe he will try later.

@Yuri
Hi, before running the task again, please post the output of
Code: [Select]
uname -a

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11624
Re: there is no necessary package in Apps
« Reply #23 on: August 24, 2020, 10:26:14 AM »
Hi jazzbiker
Oh, yes, Rich, You are right as ususal :-) ...
Don't say that. I make my fair share of mistakes.

Quote
... Now the question is what is the system Yuri tried - 32 or 64. ...
He got the same  "cannot execute binary file: Exec format error"  message so he must have been running 32 bit.

I booted up TC10 Corepure64 and the error message changed to this:
Code: [Select]
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$ ./ugsplatform
./../platform/lib/nbexec: line 421: /home/tc/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java: No such file or directory
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$ ls -l /home/tc/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java
-rwxr-xr-x    1 tc       staff         8720 Oct 26  2019 /home/tc/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$
Despite the message, the  ls  command shows the file is there.

When I try to run it directly, I get the same message:
Code: [Select]
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$ ./home/tc/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java --help
sh: ./home/tc/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java: not found
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$
suggesting the message was coming from that program.

I don't know it's looking for, and it's not offering any clues.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: there is no necessary package in Apps
« Reply #24 on: August 24, 2020, 12:00:02 PM »
@Rich, this is very much like the ash misbehavior, which I hate. The same happens with Your FetchExt.sh if bash is not loaded.
For example:
Code: [Select]
tc@box:/tmp$ cat bbb.sh
#!/bin/absent
exit 0
tc@box:/tmp$ ls -l bbb.sh
-rwxr-xr-x    1 tc       staff           21 Aug 24 18:54 bbb.sh
tc@box:/tmp$ ./bbb.sh
sh: ./bbb.sh: not found
tc@box:/tmp$
Total mislead.

Maybe You've missed bash installing after booting CorePure64?
« Last Edit: August 24, 2020, 12:05:20 PM by jazzbiker »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11624
Re: there is no necessary package in Apps
« Reply #25 on: August 24, 2020, 12:31:54 PM »
Hi jazzbiker
No, first thing I did was to load bash. Besides, the message appears to come from:
Code: [Select]
/home/tc/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/javawhich is a binary, not a script. It's possible there are some command line arguments or environmental variables it's looking for.
Maybe it expects  /bin/sh  to point to  /bin/bash,  or it needs some other program installed. The OP may need to take this up
with whoever created this thing.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: there is no necessary package in Apps
« Reply #26 on: August 24, 2020, 01:49:11 PM »
Hi, Rich!

I'm on the 32-bit box now and have no 64-bit box to try immediately, so I tried .jar under openjdk-8-jre.tcz.
I've installed opendjk-8-jre.tcz, then loaded and unpacked UniversalGcodeSender.zip from https://ugs.jfrog.io/ugs/UGS/nightly and executed proposed in README.txt command. At least java started and showed working GUI window. The only workaround is to execute manually before starting java
Code: [Select]
. /etc/profile
because tce.installed/openjdk-8-jre modifies /etc/profile. This is on 32-bit box, I think @Yuri can try this way.

Offline Yuri

  • Newbie
  • *
  • Posts: 10
Re: there is no necessary package in Apps
« Reply #27 on: August 24, 2020, 04:34:20 PM »
Guys, thanks a lot for your participation! I just got free, helped to revive with Win7. Too late. Today there is no more strength. Tomorrow, study your work and try it out.
How do you like my English? I use google translator ...

Offline Yuri

  • Newbie
  • *
  • Posts: 10
Re: there is no necessary package in Apps
« Reply #28 on: August 25, 2020, 07:08:51 AM »
Thank you very much for your participation.
Forget this idea. I spent so much time on my own, plus your time. It's easier to build an old computer compatible with x64 and install 64x OS to run UGS. Thank you again!

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: there is no necessary package in Apps
« Reply #29 on: August 25, 2020, 09:02:51 AM »
@Rich, seems, that You can mark this topic as GIVEN UP.