aerobase / unifiedpush-server

UnifiedPush Server
https://github.com/aerobase/unifiedpush-server
Apache License 2.0
25 stars 9 forks source link

Blank Window after Install #42

Open Foxtrek64 opened 6 years ago

Foxtrek64 commented 6 years ago

Host: Windows Server 2016 x64 Host-Name: lfd-aerobase

After installing Java 8u181 and setting my JAVA_HOME variable, I completed the install of Aerobase using the MSI and then as per the directions provided in #41, I reconfigured Aerobase using the aerobase-ctl reconfigure command in Powershell.

This process completed without errors, just a few warnings saying Mode 755 includes bits for the group, but group is not specified and The 'gid' (or 'group') property is not implemented on the Windows platform. Please use the 'members' property of the 'group' resource to assign a user to a group.

Seeing this succeeded, I went to http://lfd-aerobase/unifiedpush-server and saw the rocket ship favicon appear. However, after the page finished loading, I was left with a white screen (that is, nothing loaded).

Edit: I'm using Firefox 61.0.1 but IE 11 has the same result. I've not yet tried installing Chrome to see if this is any different there but I doubt it will be.

I reconfirmed that Java was installed and that my JAVA_HOME variable was set:

PS C:\Windows\system32> java -version
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
PS C:\Windows\system32> Get-Childitem env:JAVA_HOME

Name                           Value
----                           -----
JAVA_HOME                      C:\Program Files\Java\jre1.8.0_181

I have included the log output from the reconfigure task in a gist here if anyone wishes to review that: reconfigure gist.

yanivmn commented 6 years ago

Can you try http://lfd-aerobase/unifiedpush-server/

If it doesn't work please upload server.log from C://Aerobase/Data/unifiedpush-server/standalone/logs

yanivmn commented 6 years ago

Hi @Foxtrek64, can you share this issue state? did you manage to resolve?

Foxtrek64 commented 6 years ago

Apologies for the late reply. I've been working on other projects and doing research on several products in the same vein as Aerobase.

I was unable to get the application working. I've included my server.log as a gist. In the mean time, I've also tried reinstalling, though all this got me was removing aerobase-ctl from the list of commands known by PowerShell.

You'll probably see some of my tinkering in server.log to try and get this application to work.

yanivmn commented 6 years ago

hi @Foxtrek64

According to the server.log, either your server is running an additional service on port 8080 or a third party security software is preventing wildfly from starting and tcp socket.

Can that be the case?

Foxtrek64 commented 6 years ago

This server was built specifically for running Aerobase in a development domain I built. No changes were made to this machine with the exception of joining it to the domain.

If the installer failed to modify Windows Firewall or UAC is blocking the Wildfly service from starting, I could understand why it is failing.