-
Notifications
You must be signed in to change notification settings - Fork 9
Blank Window after Install #42
Comments
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 |
Hi @Foxtrek64, can you share this issue state? did you manage to resolve? |
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 You'll probably see some of my tinkering in |
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? |
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. |
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 theaerobase-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
andThe '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:I have included the log output from the reconfigure task in a gist here if anyone wishes to review that: reconfigure gist.
The text was updated successfully, but these errors were encountered: