View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015265ParaViewBugpublic2015-01-14 19:372015-06-04 18:42
ReporterScott Wittenburg 
Assigned ToScott Wittenburg 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version 
Summary0015265: Specification of multiple data dirs for pvweb lacks some robustness
DescriptionSince we added the ability to specify multiple data dirs to a paraviewweb server, we have encountered some issues when the directories do not actually exist, or if only a single key=value pair is provided. We need to be more robust to these kinds of issues.
Steps To Reproduce./bin/pvpython lib/site-packages/paraview/web/pv_web_visualizer.py --port 9000 --content www --data-dir "ONE=/blah/blah/blah"

This will cause a problem because we expected that using key/values was tied to needing more than one directory.

./bin/pvpython lib/site-packages/paraview/web/pv_web_visualizer.py --port 9000 --content www --data-dir "ONE=/blah/blah/blah|TWO=/does/not/exist"

This caused a problem because the directory associated with the key TWO did not exist.
TagsNo tags attached.
ProjectTBD
Topic Namepvweb-allow-single-datadir-with-key
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0034086)
Sebastien Jourdain (manager)
2015-01-16 12:14

commit 04df19f0d3f33ccda4a9f192add31c946369cdf3

SUMMARY
---------------------------------------------
Topics merged into master (v4.3.1-18-g04df19f):
        colormap_editor_display_array_name
        fix-headertest-failure
        fix-windows-path-escaping
        fix_add_active_values
(VTK) pvw-fix-lod-rerender
(VTK) pvweb-add-scalar-opacity-widget
        pvweb-allow-single-datadir-with-key


---------------------------------------------
Topics reverted from next:
  help-15203
(0034498)
Alan Scott (manager)
2015-06-04 18:42

Old bug waiting in customer review. Closing.

 Issue History
Date Modified Username Field Change
2015-01-14 19:37 Scott Wittenburg New Issue
2015-01-14 19:37 Scott Wittenburg Assigned To => Scott Wittenburg
2015-01-14 19:37 Scott Wittenburg Topic Name => pvweb-allow-single-datadir-with-key
2015-01-14 19:37 Scott Wittenburg Status backlog => gatekeeper review
2015-01-14 19:37 Scott Wittenburg Resolution open => fixed
2015-01-16 12:14 Sebastien Jourdain Status gatekeeper review => customer review
2015-01-16 12:14 Sebastien Jourdain Note Added: 0034086
2015-06-04 18:42 Alan Scott Note Added: 0034498
2015-06-04 18:42 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team