FraunhoferCESE / madcap-analysis

Apache License 2.0
0 stars 1 forks source link

Dev server doesn't work because of enviroment variables in the appengine-web.xml file #144

Open StefanFCMD opened 7 years ago

StefanFCMD commented 7 years ago

I'm not sure if this is autogenerated or if you wrote this code. However, it causes the dev server to stop working, since it cases environmental variable conflicts. According to stackoverflow, they can be deleted without problems http://stackoverflow.com/questions/18722336/google-app-engine-default-encoding-fails-in-local-environment-java). However, I won't delete them when you set them there. In the end they have some purpose I don't know about.

StefanFCMD commented 7 years ago

The problematic code is this snippet by the way:

`

    <env-var name="JAVA_TOOL_OPTIONS" value="-Dfile.encoding=UTF8" />
</env-variables>`
llayman commented 7 years ago

Okay. TRy removing it per the instructions at http://stackoverflow.com/a/26025338/2145843

Note that they say you need to set a Windows Environment variable to compensate for the deleted lines. Verify that this is true. If you need the Environment variable, be sure to add that to the Developer setup instructions in the Wiki where appropriate.

pdguru commented 7 years ago

Devserver still doesn't work. Environment variables are not the current issue.