append_path comes from sourcing /etc/profile, only reason your shell wouldn't do that is if it spawns non-interactive
Search Criteria
Package Details: java-service-wrapper 3.5.51-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/java-service-wrapper.git (read-only, click to copy) |
---|---|
Package Base: | java-service-wrapper |
Description: | Enables a Java Application to be run as a Windows Service or Unix Daemon |
Upstream URL: | https://wrapper.tanukisoftware.com/doc/english/introduction.html |
Licenses: | GPL2, custom:tanuki-community |
Submitter: | None |
Maintainer: | skydrome |
Last Packager: | skydrome |
Votes: | 144 |
Popularity: | 0.026078 |
First Submitted: | 2011-09-28 06:51 (UTC) |
Last Updated: | 2022-11-22 18:39 (UTC) |
Dependencies (2)
- ant (ant-git) (make)
- java-environment (java-gcj-compat, zulu-10-bin, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jdk8-openjdk-shenandoah, zulu-16-bin, jdk11-graalvm-ee-bin, jdk16-adoptopenjdk, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jdk17-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jdk11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk17-dragonwell-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-jetbrains, jdk11-jbr-xdg, jdk12-openjdk, jdk15-openjdk, jdk16-openjdk, jdk13-openjdk, jdk14-openjdk, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, bishengjdk-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jdk-openj9, jabba-bin, jdk-lts, jdk, zulu-15-bin, zulu-embedded-jdk, jdk-jbr-xdg, jdk-openjdk-xdg, jdk-openjdk-xdg-bin, zulu-embedded-jdk11, jdk-microsoft-openjdk, jdk18-openjdk, jdk17-openj9-bin, jdk17-jetbrains-bin, jdk11-jetbrains-bin, liberica-jdk-8-full-bin, liberica-jdk-17-full-bin, liberica-jre-11-full-bin, liberica-jdk-11-full-bin, jre-jetbrains, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk17-dragonwell-standard-bin, jdk8-dragonwell-extended, jdk18-openj9-bin, jdk8-openj9-bin, jdk8, jdk11, jdk-android-studio, amazon-corretto-8, amazon-corretto-11, amazon-corretto-19-bin, amazon-corretto-17, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-19-bin, jdk11-temurin, jdk17-temurin, jdk-temurin, jdk17-graalvm-ee-bin, java-openjdk-bin, liberica-jre-8-full-bin, jdk11-graalvm-bin, jdk17-graalvm-bin, jdk19-graalvm-bin, java-openjdk-ea-bin, liberica-jdk-full-bin, jdk8-adoptopenjdk, jdk17-jetbrains-imfix, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk8-openjdk) (make)
Sources (1)
skydrome commented on 2023-01-28 00:09 (UTC)
Fijxu commented on 2023-01-27 23:58 (UTC)
/etc/profile.d/jre.sh: line 3: append_path: command not found
I got this error in my two machines using Arch Linux, fully updated, deleting the line 32
solves it and make it able to build and install it
mozlima commented on 2022-12-01 20:01 (UTC) (edited on 2022-12-02 19:13 (UTC) by mozlima)
[exec] make: *** [Makefile-linux-x86-64.make:50: wrapperjni_unix.o] Error 1
BUILD FAILED
/home/user/.cache/yay/java-service-wrapper/src/wrapper_3.5.51_src/build.xml:771: exec returned: 2
Fixed by installing the JDK version to the same version of default JRE version in the system
miguelmsoler commented on 2022-05-09 17:50 (UTC)
The problem with keys was solved with:
sudo pacman -Sy && sudo pacman -S archlinuxcn-keyring
wget https://download.opensuse.org/repositories/home:/skydrome/Arch/x86_64/home_skydrome_Arch.key
pacman-key --add home_skydrome_Arch.key
pacman-key --lsign-key 2e4b3a0b799d7113
miguelmsoler commented on 2022-04-20 21:53 (UTC)
I just run this and get the same. Is the url ok?
****@maquinola:~|⇒ wget https://download.opensuse.org/repositories/home:/skydrome/Arch/x86_64/home_skydrome_Arch.key
--2022-04-20 18:50:21-- https://download.opensuse.org/repositories/home:/skydrome/Arch/x86_64/home_skydrome_Arch.key
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13
Connecting to download.opensuse.org (download.opensuse.org)|195.135.221.134|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1101 (1.1K)
Saving to: ‘home_skydrome_Arch.key’
home_skydrome_Arch.key 100%[=====================================================================================================================>] 1.08K --.-KB/s in 0s
2022-04-20 18:50:23 (15.5 MB/s) - ‘home_skydrome_Arch.key’ saved [1101/1101]
****@maquinola:~|⇒ gpg --import home_skydrome_Arch.key
gpg: key 2E4B3A0B799D7113: 1 signature not checked due to a missing key
gpg: key 2E4B3A0B799D7113: "home:skydrome OBS Project <home:skydrome@build.opensuse.org>" 1 new signature
gpg: Total number processed: 1
gpg: new signatures: 1
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 1 signed: 2 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1 valid: 2 signed: 0 trust: 2-, 0q, 0n, 0m, 0f, 0u
****@maquinola:~|⇒ sudo pacman-key --list-keys skydrome
pub rsa2048 2020-02-06 [SC] [expired: 2022-04-16]
30CB2356946B338AA9DA2C782E4B3A0B799D7113
uid [ expired] home:skydrome OBS Project <home:skydrome@build.opensuse.org>
skydrome commented on 2022-04-20 21:11 (UTC)
try, gpg --import home_skydrome_Arch.key should show [expires: 2024-06-27]
miguelmsoler commented on 2022-04-20 15:20 (UTC)
@skydrome I refreshed keys and after that I got this when y run pacman-keys --list-keys skydrome
pub rsa2048 2020-02-06 [SC] [expired: 2022-04-16]
30CB2356946B338AA9DA2C782E4B3A0B799D7113
uid [ expired] home:skydrome OBS Project <home:skydrome@build.opensuse.org>
This key is expired.
I even tried to reset keys and populate everything again removing /etc/pacman.d/gnupg and running pacman-key --init and pacman-key --populate archlinux but the problem persists.
skydrome commented on 2022-04-19 02:58 (UTC)
miguelmsoler, this might be because of how outdated the package was, ive just updated it on the repo and installed with the key verification working fine. If it still shows you an error it could be you need to refresh your key db again
miguelmsoler commented on 2022-04-18 12:59 (UTC)
Hi. I started to see this error when running pacman -Sy
error: home_skydrome_Arch: signature from "home:skydrome OBS Project <home:skydrome@build.opensuse.org>" is unknown trust
error: failed to synchronize all databases (invalid or corrupted database (PGP signature))
error: home_skydrome_Arch: signature from "home:skydrome OBS Project <home:skydrome@build.opensuse.org>" is unknown trust
error: database 'home_skydrome_Arch' is not valid (invalid or corrupted database (PGP signature))
I added the key again, but it didn't fix it.
pegasus commented on 2020-08-15 18:14 (UTC) (edited on 2020-08-15 18:15 (UTC) by pegasus)
That seems redundant and weird, but it also doesn't answer the question about /usr/bin/java existing and not being used instead.
You are correct about $ sudo archlinux-java fix/set
setting it up properly, though, so hat's off to you for that one.
Pinned Comments
skydrome commented on 2020-02-06 04:41 (UTC) (edited on 2020-02-06 04:44 (UTC) by skydrome)
pacman.conf
Add key