gbak / stoker-web

Automatically exported from code.google.com/p/stoker-web
2 stars 1 forks source link

Main page shows "No Connection" if CookerConfig.json does not exist #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Delete CookerConfig.json
2.  Start Stoker-web
3.  Page will show but no probe information will display, even after signing in 
the Configuration button is not available.

What is the expected output? What do you see instead?
Expect to see the Configuration screen popup.

Original issue reported on code.google.com by gary...@gmail.com on 19 Nov 2012 at 2:02

GoogleCodeExporter commented 9 years ago
Issue caused by stoker-web client code not producing the configuration screen 
if null is returned from the server as the cooker configuration.  The server 
can return null if the CookerConfig.json file does not exist on the server.  
The configuration screen is required to build the file, in addition, the 
Configuration button is disabled, even after logging in, because the client 
still thinks the stoker is not connected.  

Fix was in MainPage.java

Original comment by gary...@gmail.com on 19 Nov 2012 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by gary...@gmail.com on 4 Jan 2013 at 5:28