|
[Sponsors] |
[General] Error initiating pvserver on Windows |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 18, 2013, 16:20 |
Error initiating pvserver on Windows
|
#1 |
New Member
Join Date: Oct 2013
Posts: 5
Rep Power: 13 |
I've just downloaded and installed the latest version of Paraview (4.0.1) using the pre-built binaries. I've been trying, unsuccessfully, to start a paraview server with the intention of developing an app that will incorporate ParaViewWeb.
Here's the error: Code:
C:\Program Files (x86)\ParaView 4.0.1\bin>pvserver.exe [Objectivity103:06768] [[INVALID],INVALID] ERROR: Failed to identify the local daemon's URI [Objectivity103:06768] [[INVALID],INVALID] ERROR: This is a fatal condition when the binomial router [Objectivity103:06768] [[INVALID],INVALID] ERROR: has been selected - either select the unity router [Objectivity103:06768] [[INVALID],INVALID] ERROR: or ensure that the local daemon info is provided [Objectivity103:06768] [[INVALID],INVALID] ORTE_ERROR_LOG: Fatal in file C:\DBD\pvs-x64\mpi\src\mpi\ orte\mca\ess\base\ess_base_std_app.c at line 151 -------------------------------------------------------------------------- Sorry! You were supposed to get help about: orte_init:startup:internal-failure But I couldn't open the help file: C:\DBD\pvs-x64\install\share\openmpi\help-orte-runtime.txt: No such file or directory. Sorry! -------------------------------------------------------------------------- [Objectivity103:06768] [[INVALID],INVALID] ORTE_ERROR_LOG: Fatal in file C:\DBD\pvs-x64\mpi\src\mpi\ orte\mca\ess\singleton\ess_singleton_module.c at line 277 [Objectivity103:06768] [[INVALID],INVALID] ORTE_ERROR_LOG: Fatal in file C:\DBD\pvs-x64\mpi\src\mpi\ orte\runtime\orte_init.c at line 132 -------------------------------------------------------------------------- Sorry! You were supposed to get help about: orte_init:startup:internal-failure But I couldn't open the help file: C:\DBD\pvs-x64\install\share\openmpi\help-orte-runtime: No such file or directory. Sorry! -------------------------------------------------------------------------- -------------------------------------------------------------------------- Sorry! You were supposed to get help about: mpi_init:startup:internal-failure But I couldn't open the help file: C:\DBD\pvs-x64\install\share\openmpi\help-mpi-runtime: No such file or directory. Sorry! -------------------------------------------------------------------------- *** The MPI_Init() function was called before MPI_INIT was invoked. *** This is disallowed by the MPI standard. *** Your MPI job will now abort. [Objectivity103:6768] Abort before MPI_INIT completed successfully; not able to guarantee that all o ther processes were killed! C:\Program Files (x86)\ParaView 4.0.1\bin> Code:
mpirun -np 4 ./pvserver Code:
C:\Program Files (x86)\ParaView 4.0.1\bin>mpirun -np 4 ./pvserver -------------------------------------------------------------------------- Sorry! You were supposed to get help about: orterun:exe-not-accessible But I couldn't open the help file: C:\DBD\pvs-x64\install\share\openmpi\help-orterun.txt: No such file or directory. Sorry! -------------------------------------------------------------------------- 4 total processes failed to start C:\Program Files (x86)\ParaView 4.0.1\bin> Thanks EDIT: I should point out that those hardcoded paths (C:\DBD\pvs-x64\mpi\src\mpi\ orte\mca\ess\singleton\ess_singleton_module.c at line 277) are a mystery to me. |
|
October 18, 2013, 16:59 |
|
#2 |
New Member
Join Date: Oct 2013
Posts: 5
Rep Power: 13 |
Well, I've answered my own problem by installing MPICH2 from here:
http://www.mpich.org/downloads/ and running Code:
mpiexec -np 4 $PATH_TO_PARAVIEW\bin\pvserver Code:
C:\Program Files\MPICH2\bin>mpiexec -np 1 -host localhost C:\Program Files (x86)\ParaView 4.0.1\bin\ pvserver Error while connecting to host, No connection could be made because the target machine actively refused it. (10061) Connect on sock (host=localhost, port=8676) failed, exhaused all end points Unable to connect to 'localhost:8676', sock error: Error = -1 |
|
October 19, 2013, 06:14 |
|
#3 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings circuitBurn and welcome to the forum!
ParaView 4.0.1 on Windows uses Open-MPI 1.4.4: http://paraview.org/Wiki/ParaView/Binaries As for another detail, I'll quote myself from another thread: Quote:
Mmm... I'll get back to you later today, when I have a Windows machine at hand. Best regards, Bruno
__________________
|
||
October 19, 2013, 17:45 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi circuitBurn,
OK, I got my hands on one of my Windows machines. Here's what you'll have to do:
Bruno
__________________
|
|
October 20, 2013, 18:16 |
|
#5 |
New Member
Join Date: Oct 2013
Posts: 5
Rep Power: 13 |
wyldckat, thank you SO much. I am just about to start building paraview on my machine here at home and I'll let you know the outcome.
|
|
October 21, 2013, 12:24 |
|
#6 |
New Member
Join Date: Oct 2013
Posts: 5
Rep Power: 13 |
Worked like a charm. Thanks again for your help On to other issues now!
|
|
Tags |
paraview, pvserver |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compile Fluent UDF with Windows 10 | daniel_pramudita | FLUENT | 15 | May 13, 2020 23:29 |
[OpenFOAM.com] v1712 with Docker on Ubuntu 17.10. Use same docker in Windows 10? | amh@inventas.no | OpenFOAM Installation | 0 | January 30, 2018 09:59 |
Caelus: fork of OpenFOAM | cnsidero | OpenFOAM Announcements from Other Sources | 7 | November 11, 2014 23:55 |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 3 | September 8, 2010 07:25 |