Node dont start after updating to v1.0.1

i am using the windows gui on windos 10

my node was running since 30/03/2020 with 99.9 % uptime (e.g for saltlake) and today around 10:00 UTC +1 the node shows up that it wanted to be upgraded from 0.35.3 to 1.0.1
since then my node dont shows up anymore

the last information i got in the logs was:
INFO Stop shutdown request recieved.

how can i bring back my node working?
it dont even shows the dashbord anymore
i have already tried restartig the whole server -->nothing
i treid to run the storagenode.exe manually over the CMD
with storagenode.exe run --> nothing happens
tired to start the storagenodeupdater over cmd with
storagenode-updater.exe run–>nothing happens

then i tried this thread Storj service won't restart after auto update (GUI)
then i finally started the storjnode service over the taskmanager and it brings back the gui but i still dont have a working node and the Last contacttime is still rising

now i got a warning in the Logs that More space is used than allocated( i allocated 600 GB to my node while my drive has 1000GB in Total and my last information around 9:00 in the moring was that ~35 gb are free on my node
what should i do?

btw i caht show you the logfiles from the node updater because i cant send more than 2 links in the post (and there are quite a lot of them in it)

Hi hafenhuhn, welcome to the forum. Sorry you’re having trouble. Seeing the storagenode logs will be important for troubleshooting. If you can paste the first 20 lines of your log file and put three backticks (it’s the ~ combo key) plus “text” above the pasted text and three backticks below the pasted logs, I think the forum will ignore the hyperlinks as it will now consider it pre-formatted.

```text
Paste logs here
```

If that doesn’t work, just manually remove the http part of the url. Only the first 20 lines should be needed to get started.

Hello @hafenhuhn,
Welcome to the forum!

Please, run in elevated Powershell:

Restart-Service storagenode-updater

Please, give me 10 lines from the log (Powershell):

cat -tail 10 "$env:ProgramFiles\Storj\Storage Node\storagenode-updater.log"
2020-04-02T14:12:51.560+0200	INFO	Start downloading https://github.com/storj/storj/releases/download/v1.0.1/storagenode-updater_windows_amd64.exe.zip to C:\Windows\TEMP\storagenode-updater785503249
2020-04-02T14:13:02.051+0200	INFO	Finished downloading https://github.com/storj/storj/releases/download/v1.0.1/storagenode-updater_windows_amd64.exe.zip to C:\Windows\TEMP\storagenode-updater785503249
2020-04-02T14:13:05.002+0200	INFO	Restarting service storagenode-updater
2020-04-02T14:13:05.506+0200	INFO	Interrogate request received.
2020-04-02T14:13:05.617+0200	INFO	Stop/Shutdown request received.
2020-04-02T14:13:25.760+0200	ERROR	Error updating storagenode-updater: Unable to restart service: 
C:\Windows\system32>net stop storagenode-updater   && net start storagenode-updater 
........
The Storj V3 Storage Node Updater service could not be stopped.

The service is starting or stopping.  Please try again later.


2020-04-02T16:13:16.384+0200	INFO	Configuration loaded from: C:\Program Files\Storj\Storage Node\config.yaml
2020-04-02T16:13:16.462+0200	INFO	Invalid configuration file key: server.address
2020-04-02T16:13:16.462+0200	INFO	Invalid configuration file key: operator.email
2020-04-02T16:13:16.462+0200	INFO	Invalid configuration file key: storage.path
2020-04-02T16:13:16.462+0200	INFO	Invalid configuration file key: server.private-address
2020-04-02T16:13:16.462+0200	INFO	Invalid configuration file key: operator.wallet
2020-04-02T16:13:16.462+0200	INFO	Invalid configuration file key: storage.allocated-bandwidth
2020-04-02T16:13:16.462+0200	INFO	Invalid configuration file key: storage.allocated-disk-space
2020-04-02T16:13:16.462+0200	INFO	Invalid configuration file key: server.debug-log-traffic
2020-04-02T16:13:16.462+0200	INFO	Invalid configuration file key: contact.external-address
2020-04-02T16:13:24.583+0200	INFO	Downloading versions from https://version.storj.io

Please, show the next 10 last lines

cat -tail 10 "$env:ProgramFiles\Storj\Storage Node\storagenode-updater.log"