UI Sendbox - Trace form: 'join traces' fails

Bug #1003436 reported by Matteo Nastasi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenQuake (deprecated)
Won't Fix
Undecided
Ben Wyss

Bug Description

Using the current git repositories and following the available informations for the installation of the software the 'join traces' button into the 'Trace Form' accordion tab fails.

We found a first misconfiguration into /var/lib/geonode/src/GeoNodePy/geonode/urls.py but more investigation is needed to solve the problem.

Maybe other actions can be affected by the same problem.

Ben Wyss (bmwyss)
Changed in openquake:
assignee: nobody → Ben Wyss (bmwyss)
status: New → Confirmed
Revision history for this message
Ben Wyss (bmwyss) wrote :

The solution to this bug is to change the Django schemata to:

SCHEMATA_DOMAINS = {
  'szuka.geo.node': {
    'schema_name': 'gem',
    },
  'geodetic': {
    'schema_name': 'geodetic',
    },
  'ged4gem': {
    'schema_name': 'eqged',
    },

  'django': {
    'schema_name': 'public',
    },
  }

in this way the machine name is assigned to the 'gem' schema. With this in place the client it able to find the correct schema path for the join.

In addition we found that /var/lib/geonode/src/GeonodePy/geonode/urls.py needs this:

(r'^observations/', include('geonode.observations.urls')),

and we found missing dependancies that are required for the fault source generation tool:

openshalight, python-jpype & python-shapely

Changed in openquake:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.