Noob warning on this one.
Got my Raspberry Model B yesterday and installed latest Wheezy 2013-02-09 and installed latest Z-Wave.me. Access unit fine. Added one module, no other changes, saved and tried to reach unit again.
Gives me "Sorry, server has not completely started yet. Try reloading the interface later"
What am i doing wrong here? It was just working fine..
Help please!
Sorry, server has not completely started yet...
Hmm... did a fresh install
Hmm... did a fresh install again and all went well up until the first reboot. Same issue.
Checking with top cmd and the application is running as it seems. But no luck with connecting to the interface.
Anyone with a hint?
Checking with top cmd and the application is running as it seems. But no luck with connecting to the interface.
Anyone with a hint?
I have the same problem... :-(((
I have the same problem. Worked all afternoon on m Z-Wave network (added around 6 more devices)...
Everything worked fine, so far.
However, when I wanted to reach the web interface to add another device, I got the same error...
I have tried a lot of things, nothing helped.
It seems, the latest z-way-server build (I reinstalled the latest version this morning) has a SERIOUS PROBLEM!!!!!!!
Greets,
Stefan
PS: You can show the current debug outputs with the following command:
sudo tail -f /var/log/z-way-server.log
In my case, I can see that the Z-Wave backend seems to operate like always. It resonds to sensor updates etc.
I simply cannot reach the web interface, anymore which is a SHOW STOPPER! (((
Everything worked fine, so far.
However, when I wanted to reach the web interface to add another device, I got the same error...
I have tried a lot of things, nothing helped.
It seems, the latest z-way-server build (I reinstalled the latest version this morning) has a SERIOUS PROBLEM!!!!!!!
Greets,
Stefan
PS: You can show the current debug outputs with the following command:
sudo tail -f /var/log/z-way-server.log
In my case, I can see that the Z-Wave backend seems to operate like always. It resonds to sensor updates etc.
I simply cannot reach the web interface, anymore which is a SHOW STOPPER! (((
Temporary solution - hack!
I've searched a little bit for the reason of the problem as the RaZberry developers didn't respond, yet.
I guess the server as a servere problem in its XML configuration file handling.
I have discovered, that one of my config files seemed to contain garbage.
One section looked began like this:
tag.
You can do so by searching all occurrences of <data name="ZDDXML"
If you find such a corrupted tag, delete it completely.
Copy the manipulated file back to your RPi by overwriting the old file.
Back in the RPi's root terminal do the following:
sync
reboot
------
After the RPi has rebooted, try to access your server again...
If anything fails, your can restore your configuration from the "config_backup" directory.
Good luck!!
Greets,
Stefan
I guess the server as a servere problem in its XML configuration file handling.
I have discovered, that one of my config files seemed to contain garbage.
One section looked began like this:
tag.
You can do so by searching all occurrences of <data name="ZDDXML"
If you find such a corrupted tag, delete it completely.
Copy the manipulated file back to your RPi by overwriting the old file.
Back in the RPi's root terminal do the following:
sync
reboot
------
After the RPi has rebooted, try to access your server again...
If anything fails, your can restore your configuration from the "config_backup" directory.
Good luck!!
Greets,
Stefan
Thanks Stefan for a great
Thanks Stefan for a great fast solve!
Followed your instructions and edited my Devices.xml that contained loads of crap. Starts up fine.
Excellent!
Followed your instructions and edited my Devices.xml that contained loads of crap. Starts up fine.
Excellent!
-
- Posts: 8
- Joined: 05 Jan 2013 16:46
Works for me too!
Let's hope this is fixed soon...!!
Didn't work for me
Stefan,
I followed your instructions and found 6 instances of the corrupted tag, which I deleted. I then copied the files back to the RPi and rebooted but I am still getting the message:-
Sorry, server has not completely started yet. Try realoding the interface later.
RaZberry developers, ARE YOU LOOKING INTO THIS?
I followed your instructions and found 6 instances of the corrupted tag, which I deleted. I then copied the files back to the RPi and rebooted but I am still getting the message:-
Sorry, server has not completely started yet. Try realoding the interface later.
RaZberry developers, ARE YOU LOOKING INTO THIS?
These XMLs should be inside
These XMLs should be inside the attributes. But something went wrong in the latest version. We are working on this problem.