]
Kleber Rocha updated ISPN-12347:
--------------------------------
Issue Type: Bug (was: Feature Request)
The infinispan console does not work on GCP
-------------------------------------------
Key: ISPN-12347
URL:
https://issues.redhat.com/browse/ISPN-12347
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 12.0.0.Dev03, 11.0.3.Final
Reporter: Kleber Rocha
Priority: Minor
I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console
just won't open, works fine on 10.1.8, but on new versions it's not.
The problem is when download the file *app.bundle.js*, it only works from inside the vm
itself, I did several tests using wget from outside the vm, and all of them the file
freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the
result always the same, on my machine installation works.
Here, a simple test using wget:
$ wget
http://10.20.0.XX:11222/console/app.bundle.js
--2020-09-21 10:27:43--
http://10.20.0.44:11227/console/app.bundle.js
Connecting to 10.20.0.44:11227... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1845968 (1,8M) [application/javascript]
Saving to: ‘app.bundle.js.1’
app.bundle.js.1 8%[==========> ] 160,00K --.-KB/s eta 2h 28m
Using 10.1.8 I haven't this problem, only in versions above 11, and the problem
happens only with the console, RotHod works perfectly.