Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Crash when processing SASS using aem-sass-compiler

Avatar

Level 1

A project I am working on was set up to use the aem-sass-compiler for runtime processing of SCSS files. I think I am the only one experiencing this issue. It seems to work for other developers and on the dev, QA, stage, and production servers. My system is running Windows 10 with up to date patches. Others in my team are using similar OS versions but not experiencing the issue.

I traced through the aem-sass-compiler Java code and found that the AEM instance crashes, fatally, when the Java code calls a native method.

I am wondering if anyone else experienced this issue and if so, whether they were able to solve the problem or not.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @robertsharper ,

Please check the version of SAAS compiler that you are using with your AEM instance. You can check the compatibility from below table.


AEM Sass Compiler

6.31.0.x
6.21.0.x
6.1 (SP2 only)0.9.x


For more details on it you can follow below

https://github.com/mickleroy/aem-sass-compiler


Thanks
Tarun

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @robertsharper ,

Please check the version of SAAS compiler that you are using with your AEM instance. You can check the compatibility from below table.


AEM Sass Compiler

6.31.0.x
6.21.0.x
6.1 (SP2 only)0.9.x


For more details on it you can follow below

https://github.com/mickleroy/aem-sass-compiler


Thanks
Tarun

Avatar

Administrator

@robertsharper Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni