-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE
-
Fix Version/s: 6.2.X EE
-
Component/s: Content Display Widgets > Language widget
-
Labels:None
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Git Pull Request:
After deploying RTL hook, navigating to liferay causes endless sass issues that breaks a ton of liferay css.
Steps to reproduce:
- Deploy RTL hook
- Navigate to liferay instance
- Assert the following log
19:20:45,261 INFO [localhost-startStop-2][HookHotDeployListener:814] Hook for rtl-hook is available for use 19:21:31,020 WARN [http-bio-8080-exec-1][code_jsp:?] {code="404", msg="/html/css/portal/mixins", uri=/html/css/portal/mixins} 19:21:31,020 WARN [http-bio-8080-exec-2][code_jsp:?] {code="404", msg="/html/css/portal/compass", uri=/html/css/portal/compass} 19:21:31,020 WARN [http-bio-8080-exec-3][code_jsp:?] {code="404", msg="/html/css/portal/compass/css3/user-interface", uri=/html/css/portal/compass/css3/user-interface} 19:21:31,031 WARN [http-bio-8080-exec-2][code_jsp:?] {code="404", msg="/html/css/taglib/compass", uri=/html/css/taglib/compass} 19:21:31,033 WARN [http-bio-8080-exec-8][code_jsp:?] {code="404", msg="/html/css/taglib/mixins", uri=/html/css/taglib/mixins} File to import not found or unreadable: mixins. Load paths: C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/html/themes/classic/css C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/WEB-INF/lib/sass C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/blueprint/stylesheets C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/compass/stylesheets Compass::SpriteImporter /html/themes/classic/css/layout.css:1 C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:67:in `import' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:28:in `imported_file' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:37:in `css_import?' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:217:in `visit_import' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' org/jruby/RubyArray.java:2318:in `collect' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:128:in `visit_root' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:7:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/root_node.rb:20:in `render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:315:in `_render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:262:in `render' <script>:49:in `(root)' File to import not found or unreadable: mixins. Load paths: C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/html/themes/classic/css C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/WEB-INF/lib/sass C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/blueprint/stylesheets C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/compass/stylesheets Compass::SpriteImporter /html/themes/classic/css/dockbar.css:2 C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:67:in `import' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:28:in `imported_file' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:37:in `css_import?' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:217:in `visit_import' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' org/jruby/RubyArray.java:2318:in `collect' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:128:in `visit_root' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:7:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/root_node.rb:20:in `render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:315:in `_render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:262:in `render' <script>:49:in `(root)' 19:21:48,019 WARN [http-bio-8080-exec-8][code_jsp:?] {code="404", msg="/html/themes/classic/css/mixins", uri=/html/themes/classic/css/mixins} 19:21:48,026 WARN [http-bio-8080-exec-8][code_jsp:?] {code="404", msg="/html/themes/classic/css/compass", uri=/html/themes/classic/css/compass} File to import not found or unreadable: mixins. Load paths: C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/html/themes/classic/css C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/WEB-INF/lib/sass C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/blueprint/stylesheets C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/compass/stylesheets Compass::SpriteImporter /html/themes/classic/css/extras.css:2 C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:67:in `import' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:28:in `imported_file' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:37:in `css_import?' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:217:in `visit_import' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' org/jruby/RubyArray.java:2318:in `collect' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:128:in `visit_root' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:7:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/root_node.rb:20:in `render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:315:in `_render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:262:in `render' <script>:49:in `(root)' File to import not found or unreadable: mixins. Load paths: C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/html/themes/classic/css C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/WEB-INF/lib/sass C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/blueprint/stylesheets C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/compass/stylesheets Compass::SpriteImporter /html/themes/classic/css/custom.css:2 C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:67:in `import' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:28:in `imported_file' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:37:in `css_import?' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:217:in `visit_import' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' org/jruby/RubyArray.java:2318:in `collect' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:128:in `visit_root' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:7:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/root_node.rb:20:in `render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:315:in `_render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:262:in `render' <script>:49:in `(root)' File to import not found or unreadable: mixins. Load paths: C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/html/themes/classic/css C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/WEB-INF/lib/sass C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/blueprint/stylesheets C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/compass/stylesheets Compass::SpriteImporter /html/themes/classic/css/custom_common.css:5 C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:67:in `import' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:28:in `imported_file' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:37:in `css_import?' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:217:in `visit_import' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' org/jruby/RubyArray.java:2318:in `collect' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:128:in `visit_root' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:7:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/root_node.rb:20:in `render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:315:in `_render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:262:in `render' <script>:49:in `(root)' 19:21:55,985 WARN [http-bio-8080-exec-4][code_jsp:?] {code="404", msg="/html/themes/classic/css/aui/alloy-font-awesome/scss/mixins-alloy", uri=/html/themes/classic/css/aui/alloy-font-awesome/scss/mixins-alloy} 19:21:55,985 WARN [http-bio-8080-exec-9][code_jsp:?] {code="404", msg="/html/themes/classic/css/compass/css3/user-interface", uri=/html/themes/classic/css/compass/css3/user-interface} 19:21:55,985 WARN [http-bio-8080-exec-6][code_jsp:?] {code="404", msg="/html/themes/classic/css/aui/alloy-font-awesome/scss/variables", uri=/html/themes/classic/css/aui/alloy-font-awesome/scss/variables} File to import not found or unreadable: mixins. Load paths: C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/html/themes/classic/css C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/webapps/ROOT/WEB-INF/lib/sass C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/blueprint/stylesheets C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/compass-0.12.2/frameworks/compass/stylesheets Compass::SpriteImporter /html/themes/classic/css/custom_responsive.css:2 C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:67:in `import' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:28:in `imported_file' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/import_node.rb:37:in `css_import?' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:217:in `visit_import' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' org/jruby/RubyArray.java:2318:in `collect' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:128:in `visit_root' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' org/jruby/RubyKernel.java:2097:in `send' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/visitors/perform.rb:7:in `visit' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/tree/root_node.rb:20:in `render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:315:in `_render' C:/Users/Liferay/Desktop/liferay-portal-6.2.10.1-ee-ga1/tomcat-7.0.42/temp/liferay/ruby/gems/sass-3.2.12/lib/sass/../sass/engine.rb:262:in `render' <script>:49:in `(root)' 19:22:13,686 WARN [http-bio-8080-exec-2][code_jsp:?] {code="404", msg="/html/css/portal/compass", uri=/html/css/portal/compass} 19:22:13,688 WARN [http-bio-8080-exec-10][code_jsp:?] {code="404", msg="/html/css/portal/mixins", uri=/html/css/portal/mixins} 19:22:13,692 WARN [http-bio-8080-exec-2][code_jsp:?] {code="404", msg="/html/css/portal/compass/css3/user-interface", uri=/html/css/portal/compass/css3/user-interface} 19:22:13,693 WARN [http-bio-8080-exec-10][code_jsp:?] {code="404", msg="/html/css/taglib/compass", uri=/html/css/taglib/compass} 19:22:13,697 WARN [http-bio-8080-exec-2][code_jsp:?] {code="404", msg="/html/css/taglib/mixins", uri=/html/css/taglib/mixins} 19:22:21,223 WARN [http-bio-8080-exec-7][code_jsp:?] {code="404", msg="/html/themes/classic/css/mixins", uri=/html/themes/classic/css/mixins} 19:22:21,228 WARN [http-bio-8080-exec-2][code_jsp:?] {code="404", msg="/html/themes/classic/css/compass", uri=/html/themes/classic/css/compass} 19:22:21,240 WARN [http-bio-8080-exec-10][code_jsp:?] {code="404", msg="/html/themes/classic/css/aui/alloy-font-awesome/scss/mixins-alloy", uri=/html/themes/classic/css/aui/alloy-font-awesome/scss/mixins-alloy} 19:22:21,241 WARN [http-bio-8080-exec-5][code_jsp:?] {code="404", msg="/html/themes/classic/css/compass/css3/user-interface", uri=/html/themes/classic/css/compass/css3/user-interface} 19:22:21,240 WARN [http-bio-8080-exec-1][code_jsp:?] {code="404", msg="/html/themes/classic/css/aui/alloy-font-awesome/scss/variables", uri=/html/themes/classic/css/aui/alloy-font-awesome/scss/variables}