OSGP / Documentation

This repository contains documentation for the Open Smart Grid Platform project. This repository is built as a GitBook, therefore all content has to be written using markdown syntax. See the latest GitBook:
https://documentation.gxf.lfenergy.org/
Apache License 2.0
24 stars 15 forks source link

HTTP 500 when attempting to add device to web demo app #276

Closed NinjaJc01 closed 2 years ago

NinjaJc01 commented 2 years ago

After installing the development VM in VirtualBox with Vagrant and following the steps outlined in the documentation, attempting to add a device or list devices in the web-demo-app results in a null pointer exception and 500 error. The stack trace for adding a device is attached: OSGP-Stack-Trace.txt

JelleHoffman commented 2 years ago

Hello @NinjaJc01, first of all thanks for reporting this issue and using our software!

There are some package problems within the vagrant image. Therefore the Soap calls don't work as they should at the moment. We have put an item on our backlog to fix this. For now you can use SoapUI to add devices. Also see #275 for more information.