BroadSoft-Xtended / BroadWorks-Dashboards-and-Discovery

This repository contains the BroadWorks Dashboards and Discovery components to extend BroadWorks data mining, reporting, and analysis capabilities.
23 stars 4 forks source link

bwlogreceiver - Trouble detecting Java Executable #8

Closed jessiebryan closed 7 years ago

jessiebryan commented 7 years ago

As root, I am running the interactive installer from bwlogreceiver_jb-114.run. At the prompt for ''What is the path to the Java Executable:'' I am not given an autocompleted response, and when I enter the full path (in my case /usr/java/jre1.8.0_121/bin/java), the installer repeats the question over and over.

System details: CentOS 7 64bit running Java Version: jre1.8.0_121-1.8.0_121-fcs.x86_64 64GB RAM, 20 CPUs

[root@bwdash]# java -showversion java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)

Output of running bwlogreceiver as well as some output for java version: https://hastebin.com/rowofuwico.txt

Is CentOS 7 and Oracle JRE 1.8.0 supported?

aravindtga commented 7 years ago

Did you tried with this path /usr/java/jre1.8.0_121/bin/ ?

jessiebryan commented 7 years ago

..sigh, I was using the binary not the path. Thanks @aravindtga

All good.