Looking at the error, looks like something messed up when creating a view. Are there any other errors posted on the server side? That should illuminate the problem, Try running pvserver as follows to save output to a log file per process.
> pvserver -l=[some path]/pvserver.log,9
This will produce pvserver.0.log, pvserver.1.log,... log files that we can inspect to see what could be the problem.
start pvserver on HPC, by the following commands:
/home/mahb01/XXX/bin/mpirun -hosts gpu1,gpu2 -np 2 /XXX/bin/pvserver --force-offscreen-rendering --server-port=$SERVER_PORT -l=“log32.txt,9” --displays=:0
Mind attaching the full contents. Often the real error is hidden in earlier in earlier messages. Also you should have two log files, one for each process. Let’s take a look at both to see if we can figure what’s going on.
The log points to a possible issue with the vtkNeuronInformationFilter. It could be a bug in the filter itself or the reader upstream producing incorrect data or metadata, but in any case don’t think one (or both) of them is intended to work in parallel.