docdoku / docdoku-plm

The project purpose is to develop a comprehensive, robust open source PLM (Product LifeCycle Management) solution.
http://www.docdokuplm.com
GNU Affero General Public License v3.0
241 stars 98 forks source link

No CAD converter able to handle abc.stl file #1152

Closed paragsahu closed 6 years ago

paragsahu commented 6 years ago

I have installed docdokuplm 2.5 on my system(Ubuntu 16.04). I am not able to convert .stl cad file into .obj format. I have used meshconv converter plugin. Also I have set the path in /opt/meshconv/meshconv. Still I am getting "NO CAD converter able to handle .stl file
photo_2018-05-25_10-44-37

Also in server.log file of payara server i am getting this error message photo_2018-05-25_10-50-27

mguimard commented 6 years ago

Hello, something is missing in the wiki.

You have to deploy the following EAR in the same payara domain folder : converter-all/converter-all-ear/target/converter-all-ear-2.5-SNAPSHOT.

For other converters, you also need to deploy other EARs

paragsahu commented 6 years ago

hello sir , we did the same as you said just now , but same issue is still persist. also i found @CADConvert annotation is missing in ConverterBean.java .... Is it necessary to add this annotation ?

photo_2018-05-25_13-02-31

please tell us the solution as soon as possible.

mguimard commented 6 years ago

I forgot to mention that you need to restart the payara domain.

On Fri, May 25, 2018, 9:39 AM paragsahu notifications@github.com wrote:

hello sir , we did the same as you said just now , but same issue is still persist. also i found @cadconvert annotation is missing in ConverterBean.java .... Is it necessary to add this annotation ?

[image: photo_2018-05-25_13-02-31] https://user-images.githubusercontent.com/33711745/40532090-f72bd90c-601b-11e8-91d9-c3893848f400.jpg

please tell us the solution as soon as possible.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/docdoku/docdoku-plm/issues/1152#issuecomment-391969410, or mute the thread https://github.com/notifications/unsubscribe-auth/ADDoDwgSKtM4kUz8LEyztHYIF1gcvXG1ks5t17U7gaJpZM4UNYP3 .

paragsahu commented 6 years ago

yes....now its converting but I am able to see only preview of that file. Its not visualizing file in assembly option and also in "visualize product" option

3d

mguimard commented 6 years ago

Seems to be a cache issue. Please try to wipe your cache. For the product visualization component you need to click the checkbox on the first node of the product structure

On Fri, May 25, 2018, 1:32 PM paragsahu notifications@github.com wrote:

yes....now its converting but I am able to see only preview of that file. Its not visualizing file in assembly option and also in "visualize product" option

[image: 3d] https://user-images.githubusercontent.com/33711745/40542261-1b3b532e-603d-11e8-83ac-323bb6f82980.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/docdoku/docdoku-plm/issues/1152#issuecomment-392024800, or mute the thread https://github.com/notifications/unsubscribe-auth/ADDoD0C9MboH02PbjQ5E4YeB4uXq8w9Pks5t1-u2gaJpZM4UNYP3 .

mguimard commented 6 years ago

If that doesnt help please open a new issue

On Fri, May 25, 2018, 3:23 PM Morgan Guimard morgan.guimard@docdoku.com wrote:

Seems to be a cache issue. Please try to wipe your cache. For the product visualization component you need to click the checkbox on the first node of the product structure

On Fri, May 25, 2018, 1:32 PM paragsahu notifications@github.com wrote:

yes....now its converting but I am able to see only preview of that file. Its not visualizing file in assembly option and also in "visualize product" option

[image: 3d] https://user-images.githubusercontent.com/33711745/40542261-1b3b532e-603d-11e8-83ac-323bb6f82980.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/docdoku/docdoku-plm/issues/1152#issuecomment-392024800, or mute the thread https://github.com/notifications/unsubscribe-auth/ADDoD0C9MboH02PbjQ5E4YeB4uXq8w9Pks5t1-u2gaJpZM4UNYP3 .

paragsahu commented 6 years ago

Thanks you so much, Now docdokuPLM is up and running in my PC.