Saving Environment causes problems in the exec File


#1

Hello,

When I create a new experiment (no matter which environment/robot/brain), launch it (don’t start it), save the environment and stop the experiment again, the experiment is shifted to http://localhost:9001/#/esv-private?dev and not properly displayed any more (I can not upload pictures “Sorry, new users can not upload images.”).
The Thumbnail is gone, and the Experiment title and description are like this:

      {"__prefix":"ns1","__text":"New HBP Mouse v2 in  Biology lab environment\n    with idle_brain experiment"}

The Problem seems to be a change in the .exc File to a different xml scheme (ns1). Is there a problem with my Platform? It is on local install, updated last week.

The Code before saving:

<ExD 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns="http://schemas.humanbrainproject.eu/SP10/2014/ExDConfig" xsi:schemaLocation="http://schemas.humanbrainproject.eu/SP10/2014/ExDConfig ../ExDConfFile.xsd">
  <name>New HBP Mouse v2 in  Biology lab environment
    with idle_brain experiment</name>
  <thumbnail>TemplateNew.jpg</thumbnail>
  <description>This new experiment is based on the models that you have selected. You are free to edit the description.</description>
  <timeout>840</timeout>
  <configuration type="brainvisualizer" src="brainvisualizer.json" />
  <configuration type="3d-settings" src="TemplateNew.ini" />
  <maturity>development</maturity>
  <environmentModel src="biologylab.sdf">
    <robotPose x="0.0" y="0.0" z="0.5" roll="0.0" pitch="-0.0" yaw="0.745927" />
  </environmentModel>
  <bibiConf src="bibi_configuration.bibi" />
  <cameraPose>
    <cameraPosition x="4.5" y="0" z="1.8" />
    <cameraLookAt x="0" y="0" z="0.6" />
  </cameraPose>
</ExD>

And after saving:

<?xml version="1.0" ?>
<ns1:ExD xmlns:ns1="http://schemas.humanbrainproject.eu/SP10/2014/ExDConfig">
    <ns1:name>New HBP Mouse v2 in  Biology lab environment
    with idle_brain experiment</ns1:name>
    <ns1:thumbnail>TemplateNew.jpg</ns1:thumbnail>
    <ns1:description>This new experiment is based on the models that you have selected. You are free to edit the description.</ns1:description>
    <ns1:timeout>840.0</ns1:timeout>
    <ns1:configuration src="brainvisualizer.json" type="brainvisualizer"/>
    <ns1:configuration src="TemplateNew.ini" type="3d-settings"/>
    <ns1:maturity>development</ns1:maturity>
    <ns1:environmentModel src="biologylab.sdf">
        <ns1:robotPose pitch="-0.0" roll="0.0" x="0.0" y="0.0" yaw="0.0" z="0.745927"/>
    </ns1:environmentModel>
    <ns1:bibiConf src="bibi_configuration.bibi"/>
    <ns1:cameraPose>
        <ns1:cameraPosition x="4.5" y="0.0" z="1.8"/>
        <ns1:cameraLookAt x="0.0" y="0.0" z="0.6"/>
    </ns1:cameraPose>
</ns1:ExD>

#2

Dear Lukas,

Thanks for the report. This problem has been observed by other users and is already fixed in our development branch.
It will be fixed for the online platform after the next release, that is roughly in 2 or 3 weeks from now.

Best regards,
Luc