Hi Pjotr, I get a similar behavior from someone else which had some network configuration issue on the ParaViewWeb server computer. To check if you have the same problem, you can try to start a visualization session with PWApp and go to PWService to "Quit" that running session. And if you get an error, this should help you to identify the miss-matching network configuration on that computer.
Seb On Fri, Jan 7, 2011 at 3:57 PM, Sebastien Jourdain <[email protected]> wrote: > Hi Pjotr, > > few comments before getting further for solving the problem that you are > facing. > > As Utkarsh said we didn't try to have a Windows server for ParaViewWeb > and as a client IE is not the best browser available specially with > the JavaScript renderer. In fact, if the targeted client is IE, you > should use the flash renderer for better performances. For now, the > best client platform is Firefox. > > Regarding your problem on Linux, did you get through the FAQ > (http://www.paraview.org/Wiki/ParaViewWeb/FAQ) ? > Which version of ParaView did you use to compile ParaViewWeb ? > Do you manage to make that ParaView rendering working ? To try it, > launch the pvpython and run the following lines > > from paraview.simple import * > Sphere() > Show() > Render() > > I let you get back to us for more feedback if none of this help you. > > Seb > > > > > > On Fri, Jan 7, 2011 at 10:21 AM, Pjotr Svetachov > <[email protected]> wrote: >> Utkarsh, >> >> I managed to compile everything on Linux. But I still do not get any >> image and the interface is still not click able. The error log is >> still empty but the output log changed a little to this: >> >> JMS Initialized in 0.185163 seconds >> sessionID : 32768 >> logLevel : ERROR >> Processing Engine Initialized in 3.34721 seconds >> >> Processing engine is started ! >> invoke message >> Total time to produce image: (s) 7.00951e-05 - compression time: 0 >> Server framerate: 0.283695 >> invoke message >> invoke message >> >> Cheers, >> Pjotr >> >> On Wed, Jan 5, 2011 at 5:45 PM, Utkarsh Ayachit >> <[email protected]> wrote: >>> Pjotr, >>> >>> We haven't tested ParaViewWeb with Windows server yet. We currently >>> only support Mac and Linux based server machines. >>> >>> Utkarsh >>> >>> On Wed, Jan 5, 2011 at 11:26 AM, Pjotr Svetachov >>> <[email protected]> wrote: >>>> Hello everyone, >>>> >>>> I have compiled paraviewweb with visual studio on a windows 7 machine >>>> but I'm not able to produce any renderings. None of the samples work >>>> except PWService. All the other applications seem to hang, I can see >>>> all the widgets fine but I can not click on any of them. In the >>>> Sandbox everything also hangs but only after I click on the run >>>> button. >>>> >>>> Here is some output: >>>> >>>> From the tomcat console: >>>> >>>> Settings: default >>>> Exec: C:\Users\Pjotr\Programs\PARAVIEW_WEB\bin\PWServer.exe >>>> ########## Register JMS process lyfeCycle listener >>>> ########## Start process: 589824 >>>> Start Garbage collecting the ParaView processes: >>>> - Look at 589824 >>>> Start Garbage collecting the ParaView processes: >>>> - Look at 589824 >>>> >>>> >>>> From the pw output log file (the error output file is empty): >>>> >>>> JMS Initialized in 0.141 seconds >>>> sessionID : 589824 >>>> logLevel : WARNING >>>> Processing Engine Initialized in 0.733 seconds >>>> >>>> Processing engine is started ! >>>> message >>>> Total time to produce image: (s) 0 - compression time: 0 >>>> Server framerate: 0.00278353 >>>> >>>> >>>> >>>> I have tried setting the log level to ERROR and WARNING and I get the >>>> same output. If I set it on INFO or DEBUG it gives me some error about >>>> not able to initialize pw-logger but I only see half of that error >>>> message and I can not focus the window and copy paste it from. Also, >>>> sometimes I can not close the tab in firefox and I even managed to >>>> crash internet explorer with PWApp. >>>> >>>> I also tried the connect to a pvserver that is running locally by >>>> typing the adress in the PWApp login screen but the pvserver didn't >>>> register any connection attempt being made. But if I start >>>> PWServer.exe with command-line arguments to connect it to a remote >>>> server it works. I also tried uploading datasets with PWApp, they do >>>> appear in the workdir/data folder but nothing is displayed still. >>>> >>>> Cheers, >>>> Pjotr >>>> _______________________________________________ >>>> 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 >>>> >>> >> _______________________________________________ >> 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 >> > _______________________________________________ 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
