Hi. I have a problem When i try to launch a tiled display render cluster with paraview i got an error.
I run mi server using the comand $ mpirun --hostfile myHostFile -np 12 /usr/local/paraview/bin/pvserver -tdx=4 -tdy=3 Listen on port: 11111 Waiting for client... Then in my client i run paraview an I connect to the server $ paraview Waiting for server... It tries to open the viewport in the other computers but here is the error $ Listen on port: 11111 Waiting for client... Client connected. Tue Jul 20 15:42:16 macMini1.local pvserver[10059] <Error>: kCGErrorRangeCheck: On-demand launch of the Window Server is allowed for root user only. Tue Jul 20 15:42:16 macMini1.local pvserver[10059] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Warning: In /Users/cinvestav/install_apps/ParaView-3.8.0/VTK/Rendering/vtkCocoaRenderWindow.mm, line 937 vtkCocoaRenderWindow (0x108f76920): Can't get full screen window of size 0x0. [macMini1:10059] *** Process received signal *** [macMini1:10059] Signal: Abort trap (6) [macMini1:10059] Signal code: (0) [macMini1:10059] [ 0] 2 libSystem.B.dylib 0x00007fff8488435a _sigtramp + 26 [macMini1:10059] [ 1] 3 ??? 0x0000000000000050 0x0 + 80 [macMini1:10059] [ 2] 4 LaunchServices 0x00007fff87015ca0 _ZL21GetOurLSSessionIDInitv + 298 [macMini1:10059] [ 3] 5 libSystem.B.dylib 0x00007fff8483c7fa pthread_once + 95 [macMini1:10059] [ 4] 6 LaunchServices 0x00007fff87015b6e _Z28GetOurLSSessionAttributeBitsv + 23 [macMini1:10059] [ 5] 7 LaunchServices 0x00007fff87015b3f _Z20NormalizeLSSessionID11LSSessionID + 28 [macMini1:10059] [ 6] 8 LaunchServices 0x00007fff87014c14 _LSApplicationCheckIn + 44 [macMini1:10059] [ 7] 9 HIServices 0x00007fff856e03ce _RegisterApplication + 1086 [macMini1:10059] [ 8] 10 HIServices 0x00007fff856dff6b GetCurrentProcess + 30 [macMini1:10059] [ 9] 11 HIToolbox 0x00007fff83adb51d GetSystemUIMode + 40 [macMini1:10059] [10] 12 HIToolbox 0x00007fff83adb4ba IsMenuBarVisible + 28 [macMini1:10059] [11] 13 AppKit 0x00007fff85e45cf6 _NSInitializeAppContext + 45 [macMini1:10059] [12] 14 AppKit 0x00007fff85e456d6 -[NSApplication init] + 475 [macMini1:10059] [13] 15 AppKit 0x00007fff85e45342 +[NSApplication sharedApplication] + 149 [macMini1:10059] [14] 16 libvtkRendering.pv3.8.dylib 0x0000000102d525d4 _ZN20vtkCocoaRenderWindow13CreateAWindowEv + 84 [macMini1:10059] [15] 17 libvtkRendering.pv3.8.dylib 0x0000000102d53312 _ZN20vtkCocoaRenderWindow10InitializeEv + 194 [macMini1:10059] [16] 18 libvtkRendering.pv3.8.dylib 0x0000000102d50bd5 _ZN20vtkCocoaRenderWindow5StartEv + 21 [macMini1:10059] [17] 19 libvtkRendering.pv3.8.dylib 0x0000000102c67a89 _ZN15vtkRenderWindow14DoStereoRenderEv + 25 [macMini1:10059] [18] 20 libvtkRendering.pv3.8.dylib 0x0000000102c67971 _ZN15vtkRenderWindow10DoFDRenderEv + 881 [macMini1:10059] [19] 21 libvtkRendering.pv3.8.dylib 0x0000000102c68092 _ZN15vtkRenderWindow10DoAARenderEv + 1186 [macMini1:10059] [20] 22 libvtkRendering.pv3.8.dylib 0x0000000102c66f6f _ZN15vtkRenderWindow6RenderEv + 287 [macMini1:10059] [21] 23 libvtkPVFilters.dylib 0x00000001002f3ae8 _ZN30vtkPVClientServerRenderManager9RenderRMIEv + 56 [macMini1:10059] [22] 24 libvtkParallel.pv3.8.dylib 0x00000001028ccf4b _ZN25vtkMultiProcessController10ProcessRMIEiPvii + 107 [macMini1:10059] [23] 25 libvtkParallel.pv3.8.dylib 0x00000001028cdb8a _ZN25vtkMultiProcessController11ProcessRMIsEii + 186 [macMini1:10059] [24] 26 libvtkPVServerCommon.dylib 0x000000010008cf4c _ZN19vtkRemoteConnection20ProcessCommunicationEv + 44 [macMini1:10059] [25] 27 libvtkPVServerCommon.dylib 0x0000000100038d13 _ZN33vtkProcessModuleConnectionManager18MonitorConnectionsEm + 243 [macMini1:10059] [26] 28 libvtkPVServerCommon.dylib 0x0000000100041d6b _ZN16vtkProcessModule11StartServerEm + 171 [macMini1:10059] [27] 29 libvtkPVServerCommon.dylib 0x000000010003feed _ZN16vtkProcessModule5StartEiPPc + 637 [macMini1:10059] [28] 30 libvtkPVFilters.dylib 0x000000010032dff4 _ZN9vtkPVMain3RunEP12vtkPVOptions + 84 [macMini1:10059] [29] 31 pvserver 0x0000000100018d08 main + 136 [macMini1:10059] *** End of error message *** -------------------------------------------------------------------------- mpirun noticed that process rank 0 with PID 10059 on node 128.1.1.1 exited on signal 6 (Abort trap). -------------------------------------------------------------------------- And in the client i got an error too. $ paraview Waiting for server... ERROR: In /Users/laura/install_apps/ParaView-3.8.0/Servers/Common/vtkServerConnection.cxx, line 66 vtkServerConnection (0x11d28ef70): Server Connection Closed! I build paraview 3.8.0 with BUILD_SHARED_LIBS = ON, PARAVIEW_USE_ICE_T = ON, PARAVIEW_USE_MPI = ON, PARAVIEW_USE_MPI_SSEND = ON, PARAVIEW_BUILD_QT_GUI = ON and VTK_USE_COCOA = ON. I use OpenMPI 1.4.2., QTLibraries 4.6.3. I have Mac OS X 10.6.4 in all my hosts and the server. I had configure ssh with no password. Could you help me.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
