CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Structural Mechanics

[GeomEditorTimeOut:DMAddin] Unable to start the geometry editor.

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By Christian.Stemmer
  • 1 Post By Christian.Stemmer
  • 2 Post By Holger Steffen

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 12, 2014, 04:29
Default [GeomEditorTimeOut:DMAddin] Unable to start the geometry editor.
  #1
New Member
 
Christian Stemmer
Join Date: Dec 2014
Posts: 3
Rep Power: 11
Christian.Stemmer is on a distinguished road
Hy,

we have been struggling with an error trying to open DesignModeller from the Workbench (via Static Structural) double clicking on the "Geometry" tab.
The machine runs on SL65 (identical to RHEL 65).
The following error message appear in the .ansys/...log-files
[GeomEditorTimeOutMAddin] Unable to start the geometry editor.
It takes about 5 minutes, until the error popps up.
We are in contact with ANSYS support which has redirected me to CADFEM without finding a solution. We have checked many possibilities regarding licensing issues. It works on Opensuse 13.1 and on Win7, so I don't think it's a license issue (which is administred organisation wide).
Did anyone experience the same error or issue? Any suggestions?
We have had this error on that machine as of Nov. 6 2014. Before (last working date Oct. 23), it worked fine. We newly installed 15.0.7 to no avail.
Something that is striking is that on Nov. 4th, more than 50 graphics-related packages had been updated (I can supply the lengthy list if needed).

Thanks for your pennies,
Christian
leelamadhuri likes this.
Christian.Stemmer is offline   Reply With Quote

Old   December 12, 2014, 04:47
Default solution found
  #2
New Member
 
Christian Stemmer
Join Date: Dec 2014
Posts: 3
Rep Power: 11
Christian.Stemmer is on a distinguished road
browsing through the ANSYS forums, we found the following hint, which works now:

Knowledge Resources: Solutions

#2037921
Problem Description: Any Mechanical application - Mechanical, Meshing, Design-Modeler & FEModeler will not run after a Red Hat 6.x update: RHSA-2014:1436. Starting Design Modeler from WorkBench simply hangs for two to three minutes and then presents an error: "Unable to start the geometry editor." Mechanical also fails to start. Platform - Redhat6.x or derivatives


Product Family: Installation, Licensing & Systems
Product: ANSYS Mechanical
Version: 15.0
Area: Installation Process
SubArea: Other
Last Updated: Nov 14 2014

Answer:
Resolution:

The fix is a simple rename of a folder. In the path below rename the X11 folder to Old-X11

/ansys_inc/v150/commonfiles/MainWin/linx64/mw/lib-amd64-linux/
jortega likes this.
Christian.Stemmer is offline   Reply With Quote

Old   March 5, 2016, 18:50
Default Regarding geometry editor
  #3
New Member
 
madhuri
Join Date: Jun 2013
Posts: 1
Rep Power: 0
leelamadhuri is on a distinguished road
Hi

Even I have the same problem "Unable to start the geometry editor".And I work on windows 64 .So could you please suggest me way to solve this.

Thank you.
leelamadhuri is offline   Reply With Quote

Old   April 15, 2017, 08:49
Default
  #4
New Member
 
Holger Steffen
Join Date: Apr 2017
Posts: 5
Rep Power: 9
Holger Steffen is on a distinguished road
Hello Christian,

I've the same problem.
I've installed ANSYS 18.0 on CentOS7 (which is supported offically). I can start the workbench, but after creating a ,static structural' and double clicking onto the geometry I get after ca. 1min. the message:
"unable to start the geometry editor"
I renamed
/ansys_inc/v180/commonfiles/MainWin/linx64/mw/lib-amd64_linux/X11SLES, but with no sucess.

Does anyone know a solution?
Holger Steffen is offline   Reply With Quote

Old   April 15, 2017, 12:13
Default It runs
  #5
New Member
 
Holger Steffen
Join Date: Apr 2017
Posts: 5
Rep Power: 9
Holger Steffen is on a distinguished road
OK
i've solved it for me:

LD_LIBRARY_PATH=/usr/ansys_inc/v180/Framework/bin/Linux64/Mesa

was the solution ....

Greetings, Holger
HamidIran and PanPeter like this.
Holger Steffen is offline   Reply With Quote

Old   May 12, 2017, 09:23
Default
  #6
New Member
 
SGrozny's Avatar
 
Sahidah Grozny
Join Date: May 2017
Location: Central Jakarta 10550, Indonesia
Posts: 2
Rep Power: 0
SGrozny is on a distinguished road
Hi,
how do you do?
i just look your post on december 2014.
what are the steps to fix "unable to start geometry editor"?

sorry to disturb, Thanks

Sincerely,
Sahidah Grozny, ID
SGrozny is offline   Reply With Quote

Old   June 14, 2017, 19:15
Default
  #7
New Member
 
Join Date: Oct 2014
Posts: 5
Rep Power: 12
HamidIran is on a distinguished road
Thank you very much.
HamidIran is offline   Reply With Quote

Old   August 23, 2017, 09:26
Default
  #8
New Member
 
Join Date: Jan 2017
Posts: 1
Rep Power: 0
rajanivas is on a distinguished road
Quote:
Originally Posted by Holger Steffen View Post
OK
i've solved it for me:

LD_LIBRARY_PATH=/usr/ansys_inc/v180/Framework/bin/Linux64/Mesa

was the solution ....

Greetings, Holger
I am facing the same problem. what i have to do in the particular "Mesa" folder?
rajanivas is offline   Reply With Quote

Old   November 20, 2017, 06:30
Default add the line in .bashrc
  #9
New Member
 
Po-Chang Chiang
Join Date: Jan 2010
Posts: 3
Rep Power: 16
jonah0830 is on a distinguished road
Dears
You can find a file .bashrc in the your user directory.
Edit this file adding the line :

export LD_LIBRARY_PATH="/usr/ansys_inc/v180/Framework/bin/Linux64/Mesa"

ad the end of this file.
jonah0830 is offline   Reply With Quote

Old   November 20, 2017, 09:26
Default ANSYS on CentOS
  #10
New Member
 
Holger Steffen
Join Date: Apr 2017
Posts: 5
Rep Power: 9
Holger Steffen is on a distinguished road
Or you use a script for starting, as I did:



printf "\nansys wird gestartet\n"
#Arbeitsverzeichnis
cd /home/xxx/yyy

# Die Variable muss unter Nvidia gesetzt werden
LD_LIBRARY_PATH=/usr/ansys_inc/v180/Framework/bin/Linux64/Mesa /usr/ansys_inc/v180/Framework/bin/Linux64/runwb2

#starte ansys


printf "\nSkript wird beendet\n"
sleep 20
Holger Steffen is offline   Reply With Quote

Old   January 12, 2018, 04:55
Default Check the settings of the firewall
  #11
New Member
 
LU
Join Date: Jun 2012
Posts: 1
Rep Power: 0
elibaroni is on a distinguished road
I solved the problem after one week of million tries on everything.

Check the settings of Firewall. I had to disabled the FIrewall option and the problem disappear.

Hope it will help

Eli
elibaroni is offline   Reply With Quote

Old   February 12, 2018, 17:36
Default
  #12
New Member
 
Francisco Ramirez
Join Date: Feb 2018
Posts: 1
Rep Power: 0
fjramireg is on a distinguished road
Quote:
Originally Posted by jonah0830 View Post
Dears
You can find a file .bashrc in the your user directory.
Edit this file adding the line :

export LD_LIBRARY_PATH="/usr/ansys_inc/v180/Framework/bin/Linux64/Mesa"

ad the end of this file.
Yes, I solve the problem doing this in CentOS 7 with Ansys 18.2

Code:
 $ sudo nano ~/.bashrc
and I copy and paste this line

Code:
export LD_LIBRARY_PATH=/usr/ansys_inc/v180/Framework/bin/Linux64/Mesa
at the end of the file. Now, the DesignModeler open without any problem.

Best.
fjramireg is offline   Reply With Quote

Reply


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
[DesignModeler] ANSYS 14.5 DesignModeler - Unable to start... martinko814@gmail.com ANSYS Meshing & Geometry 4 October 21, 2015 05:19
Partition does not start on physical sector boundary!!?? immortality Lounge 1 December 8, 2013 16:04
[ANSYS Meshing] How to start meshing this geometry? Thomashoffmann ANSYS Meshing & Geometry 4 March 16, 2013 00:23
Problem in running ICEM grid in Openfoam Tarak OpenFOAM 6 September 9, 2011 18:51
Lets start the public domain CFD-Project! Heinz Wilkening Main CFD Forum 3 March 11, 1999 23:55


All times are GMT -4. The time now is 08:02.