compas_fea icon indicating copy to clipboard operation
compas_fea copied to clipboard

Issue with the proxy server

Open WeberMarius opened this issue 2 years ago • 4 comments

I work on implementing new mechanical models in Compas fea 1 using Ansys as Backend. It works really fine, but when I install the packages on another PC (including all required compas/compasFEA packages) the Proxy Server cannot be started (all 99 attempts seem to fail), or the following message appears:

grafik

Can someone help me out of this issue or give me some advances to solve it?

Thanks a lot

WeberMarius avatar Mar 21 '23 09:03 WeberMarius

Hi Marius,

did you install compas_fea in rhino?

from the command line try this

conda activate name_of_your_environment
python -m compas_rhino.install
python -m compas_rhino.install -p compas_fea

Then reset the script engine from the Rhino python editor and try again

franaudo avatar Mar 21 '23 09:03 franaudo

Yes, compas FEA is installed. The preprocessing and the solver work fine (where I also use compas FEA). But if I use rhino.plot_data, the message posted above occurs.

WeberMarius avatar Mar 21 '23 09:03 WeberMarius

Can you please share the script you are trying to run and if necessary the rhino model? I will try to replicate the problem on my machine

franaudo avatar Mar 21 '23 19:03 franaudo

I made several adjustments in compas and compas_fea1 so that the backend (Ansys) and the new structural models work. These changes are not pushed on the main compas, compas_fea1 repositories since the packages are under development, and I have to check them for general functionality. The best is to download compas, compas_fea and the strucenglib_snippets from our fork on https://github.com/StrucEng-Library-kfmresearch. Please use the branch "ansys". Thanks for your support!

WeberMarius avatar Mar 22 '23 06:03 WeberMarius