Rong Kang created ZEPPELIN-5164:
-----------------------------------
Summary: 0.9.0-preview2 cannot access 127.0.0.1 on Windows
Key: ZEPPELIN-5164
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5164
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-interpreter
Affects Versions: 0.9.0
Environment: *Zeppelin*
zeppelin-0.9.0-preview2.tgz.
*Window 7* Enterprise, 64bit
Intel (R) Core (TM) i7-4790K CPU @ 4.00GHZ
Ram: 8.00 GB.
*Window 10* Pro, 64bit
Processor. Intel (R) Core (TM) i7-4770HQ CPU @ 2.20GHZ
RAM: 4.00 GB
*Browser*:
*Google Chrome* 87.0.4280.88 (x86_64): private mode to block cookies.
*Firefox* 83.0 (64-bit), private mode.
Reporter: Rong Kang
Fix For: 0.9.0
Attachments: image-2020-12-18-12-11-33-181.png,
image-2020-12-18-12-11-46-389.png, image-2020-12-18-12-27-14-604.png
h2. When running bin\zeppelin.cmd in cmd prompt
The problem is as follows:
# Download zeppelin-0.9.0-preview2.tgz and unzip on Windows.
# run bin\zeppelin.cmd
# access 127.0.0.1:8080, then show nothing:
!image-2020-12-18-12-11-33-181.png|width=392,height=207!
# access 127.0.0.1:8080/next/#, then meet 503 ERROR:
!image-2020-12-18-12-11-46-389.png|width=390,height=235!
h2. A naive solution
unzip `zeppelin-web-angular-0.9.0-preview2.war` to `zeppelin-web-angular\dist`,
then 127.0.0.1 is loaded successfully.
h2. When running bin\zeppelin.cmd by double-clicking
Delete zeppelin-web-angular and unzip once more. Then double-click zeppelin.cmd
and visit 127.0.0.1, now the above solution doesn't work:
For firefox (private mode, no cookie), it's always booting:
!image-2020-12-18-12-27-14-604.png!
For chrome, it shows nothing.
If we visit [http://127.0.0.1:8080/next/#/] , it shows 503 ERROR again (if 503
not shown, refresh it)
h2. Another naive solution
1. Unzip `zeppelin-web-angular-0.9.0-preview2.war` to
`bin\zeppelin-web-angular\dist`;
2. Unzip `zeppelin-web-0.9.0-preview2.war` to `bin\zeppelin-web\dist`;
Then it works.
Windows 10 is similar.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)