p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff; min-height: 13.0px} span.s1 {font-variant-ligatures: no-common-ligatures}
[root@node1 ~]# /opt/apigee/apigee-setup/bin/setup.sh -p rmp -f /opt/configFile
INFO: running setup as root
INFO: changing log location to /tmp/setup-root.log
Using defaults from /opt/configFile
/opt/apigee/apigee-lib/apigee-lib.sh: line 940: $'\342\200\213HOSTIP=10.3.4.47': command not found
/opt/apigee/apigee-lib/apigee-lib.sh: line 942: EaK#w+3HWq: command not found
/opt/apigee/apigee-lib/apigee-lib.sh: line 956: Jw2!JBLL: command not found
Service setup edge-router
Loaded plugins: priorities, update-motd, upgrade-helper
22 packages excluded due to repository priority protections
No packages marked for update
/opt/apigee/apigee-lib/apigee-lib.sh: line 940: $'\342\200\213HOSTIP=10.3.4.47': command not found
/opt/apigee/apigee-lib/apigee-lib.sh: line 942: EaK#w+3HWq: command not found
/opt/apigee/apigee-lib/apigee-lib.sh: line 947: d36?buC: Permission denied
/opt/apigee/apigee-lib/apigee-lib.sh: line 956: Jw2!JBLL: command not found
Checking for required variables
Checking required variable ZK_CLIENT_HOSTS...OK
Checking required variable REGION...OK
Checking for optional variables
Found optional variable MP_POD...OK
updated property conf_zookeeper_connection.string in file /opt/apigee/token/application/router.properties
updated property conf_system_region in file /opt/apigee/token/application/router.properties
updated property conf_system_pod in file /opt/apigee/token/application/router.properties
adding logrotate cron entry
apigee-configutil: edge-router: # OK
apigee-service: edge-router: edge-router is not running
apigee-configutil: edge-router: # OK
apigee-service: edge-router: Not running (NO_LOCKFILE)
apigee-service: edge-router: status=2, continuing
apigee-service: edge-router: Not running (DEAD)
apigee-service: edge-router: status=3, continuing
apigee-service: edge-router: Not running (DEAD)
apigee-service: edge-router: edge-router is dead
Error: setup.sh: /opt/apigee/apigee-service/bin/apigee-service exited with unexpected status 3
log from edge-router.log
apigee-configutil: edge-router: # OK
# in pid 2475, pgrp=2379 -> 2475
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/apigee/kernel/MicroKernel : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:442)
at java.net.URLClassLoader.access$100(URLClassLoader.java:64)
at java.net.URLClassLoader$1.run(URLClassLoader.java:354)
at java.net.URLClassLoader$1.run(URLClassLoader.java:348)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
I get the below error :
Found optional variable MP_POD...OK Error: setup.sh: /opt/apigee/apigee-service/bin/apigee-service exited with unexpected status 1
Could some one please help
Please check the setup log you can find more. May be some parameter in configuration file or any dependency missing.
If all look good, then reinstall bootstrap
Answer by Priyadarshi Ajitav Jena · Nov 04, 2020 at 06:37 PM
this is a known issue. In the past I faced this many times. There would be a couple of reasons.
1. need to check the port is busy. if there is anything else running on the same port please stop that process and try.
2. if any webproxy is on, then it searches the port on the internet and doesn't get a response. In that case also you see this issue. Here you need to make webproxy off, stop all the processes and install again.
is it possible to have two different Virtual hosts (default and something else) use the same alias 1 Answer
Edge management server installation failed(Unable to get UUID from management server) 3 Answers
Multiple Postgres databases for Apigee Developer Portal 1 Answer
repomd.xml: 28, 'Operation timed out after 30000 1 Answer
Explanation of apigee-sso SAML service provider certificate 2 Answers