I just created my first Vaadin application. The application works fine on my local server.
I want to upload this app to Openshift.
I followed the instructions here: https://www.openshift.com/kb/kb-e1088-how-to-deploy-pre-compiled-java-applications-war-and-ear-files-onto-your-openshift-gear
The app has been uploaded, but the only thing that is displayed is text. No panels or CSS or anything.
Does anyone have any idea why this is happening?
Thank you!
Console:
Jul 01, 2014 8:39:50 AM com.vaadin.server.VaadinServlet serveOnTheFlyCompiledScss
WARNING: Scss file VAADIN/themes/test/styles.scss exists but ScssStylesheet was
not able to find it
Jul 01, 2014 8:39:50 AM com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN
INFO: Requested resource [/VAADIN/themes/test/styles.css] not found from filesystem
or through class loader. Add widgetset and/or theme JAR to your classpath or
add files to WebContent/VAADIN folder.