G'Day Mohit. I downloaded zipped version of StreamingAnalytix Lite for Mac and gunzipped using the below command:
gunzip -c StreamAnalytix-3.8.0-SNAPSHOT.tar.gz | tar xopf -
It created a folder StreamAnalytix
I then go to StreamAnalytix/bin and issued ./startServicesServer.sh
It started to configure and then bring up google chrome page but unable to connect to localhost:8090
Can you advise how to fix the problem?
below is the log:
(base) Pradeeps-MacBook-Pro:bin sobhan$ ./startServicesServer.sh
[2019-08-09 12:53:52] StreamAnalytix Home: /Users/sobhan/Downloads/StreamAnalytix
[2019-08-09 12:53:52] Setting application security profile as db
[2019-08-09 12:53:52] Setting loadConfigOnStartUp flag as true
[2019-08-09 12:53:52] Setting embeddedmode.enable flag as true
[2019-08-09 12:53:52] qpid is already running
[2019-08-09 12:53:52] Starting web studio...
[2019-08-09 12:54:02] Web studio has been started
[2019-08-09 12:54:02] Starting mac frontail
[2019-08-09 12:54:03] SAX Admin Web URL :-> http://localhost:8090/StreamAnalytix/
[2019-08-09 12:54:03] Administrator Credentials :-> superuser/superuser
[2019-08-09 12:54:03] Demo Workspace User Credentials :-> demo/demo
[2019-08-09 12:54:03]
[2019-08-09 12:54:03] HsqlDB UI command :-> sh /Users/sobhan/Downloads/StreamAnalytix/embedded/scripts/starthsqldbui.sh
[2019-08-09 12:54:03] HsqlDB URL :-> [jdbc:hsqldb:hsql://localhost:9001/saxhsqldb]
[2019-08-09 12:54:03] HsqlDB Credentials :-> username [SA] , password [] and driver [org.hsqldb.jdbc.JDBCDriver]
[2019-08-09 12:54:03]
[2019-08-09 12:54:03] QPID URL:-> http://localhost:15672/login.html
[2019-08-09 12:54:03] QPID credentials :-> guest /guest
Sincerely
Sobhan