CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[OpenFOAM] Output Messages error:getProperties(int, const QStringList&) const

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 3, 2014, 07:46
Default Output Messages error:getProperties(int, const QStringList&) const
  #1
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
when I use paraFoam -builtin in one of parallel cases for plot a figure with modification,this message is shown:
Code:
[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action 
QVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action 
QVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action
and this is displayed in command shell:
Code:
ehsan@Ehsan:/media/Education/WR_kOmegaSST$ paraFoam -builtin
created temporary 'WR_kOmegaSST.foam'
QVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action 
QVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action 
ehsan@Ehsan:/media/Education/WR_kOmegaSST$ paraFoam -builtin
created temporary 'WR_kOmegaSST.foam'
QVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action 
QVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action 
QVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   January 4, 2014, 20:40
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Ehsan,

I'm not 100% certain, but if my memory doesn't fail me, this problem is related to a collision between the ParaView installation provided by OpenFOAM, versus the one provided by Ubuntu.

Therefore, the questions are:
  1. How many ParaView versions do you have installed?
  2. If there is more than one:
    1. Which ones are they?
    2. Where are they installed?
    3. How were they installed?
Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   January 5, 2014, 04:58
Default
  #3
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
Hi Bruno,
dear bruno,unfortunately its 3-4 months I have not worked with ubuntu at all.I'm not sure that I installed 4.0.1 after the crash again or didn't.how can I find answers to your wisely questions?
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   January 5, 2014, 08:31
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Ehsan,

Well, since you don't know where it is installed, you can use the find command to help you. And to avoid looking everywhere, which would take a long time, try this command:
Code:
find /usr /opt $HOME -name paraview -type f
It will search for the file name "paraview" in "/usr", "/opt" and "$HOME".

But keep in mind that this will still take a long while, but at least it won't check all other partitions. If you do want to search in the other partitions as well, then add "/media" to the mix.

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   January 5, 2014, 12:54
Default
  #5
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
Hi dear Bruno,
its the output of the command,then it isn't installed.
Code:
ehsan@Ehsan:~$ find /usr /opt $HOME -name paraview -type f
/opt/paraviewopenfoam3120/lib/paraview-3.12/paraview
/opt/paraviewopenfoam3120/bin/paraview
find: `/home/ehsan/.emacs.d': Permission denied
its strange but I can't find paraview 4.0.1 in its site!!
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   January 5, 2014, 13:08
Default
  #6
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
ParaView 4.0.1 probably got lost in the confusion a few months ago.

But this does bring up a problem... why is it giving you the message:
Code:
QVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action
Try the commands indicated in the "Getting Started" section at http://www.openfoam.org/download/ubuntu.php
And check if it gives you the same error message.
wyldckat is offline   Reply With Quote

Old   January 5, 2014, 13:32
Default
  #7
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
I did the commands and it shows good in paraview.
where in www.paraview.org I can install the latest version (4.0.1 still?)
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   January 5, 2014, 14:47
Default
  #8
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quote:
Originally Posted by immortality View Post
where in www.paraview.org I can install the latest version (4.0.1 still?)
Answered here: http://www.cfd-online.com/Forums/ope...tml#post468720 post #6
wyldckat is offline   Reply With Quote

Old   July 31, 2018, 06:11
Default
  #9
Member
 
Join Date: Feb 2018
Posts: 91
Rep Power: 8
charles4allme is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
ParaView 4.0.1 probably got lost in the confusion a few months ago.

But this does bring up a problem... why is it giving you the message:
Code:
QVariantMap DBusMenuExporterDBus::getProperties(int, const QStringList&) const: Condition failed: action
Try the commands indicated in the "Getting Started" section at http://www.openfoam.org/download/ubuntu.php
And check if it gives you the same error message.
Hello,
AM currently facing the same problem. I know the reason might be that the websites have been updated but I can't see the get started section. To bring it back to the original point, I have tried to install paraview-3.12.0 twice now and I get the same error. Am really confused on what to do. Any help will be appreciated
charles4allme is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a BC from OF V6 to OF 18.06 HouchinM OpenFOAM Programming & Development 5 December 18, 2018 14:29
cyclicAMI + simpleFoam crashes in parallel jmf OpenFOAM Running, Solving & CFD 6 June 28, 2017 15:30
-Xlinker --add-needed -Xlinker --no-as-needed NH1994 OpenFOAM Programming & Development 7 December 31, 2014 10:24
[snappyHexMesh] Error in SnappyHexMesh gooya_kabir OpenFOAM Meshing & Mesh Conversion 2 October 23, 2013 04:41
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 19:58.