0
Not a bug

Hi guys I am facing this error while running latest community edition

Uday Panchani 7 years ago updated by Nguyen 7 years ago 4

Hi Guys,


I am facing the below error while running the community edition on mac.


Aug 02, 2017 6:41:19 AM com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN
INFO: Requested resource [/VAADIN/widgetsets/com.mycollab.widgetset.MyCollabWidgetSet/com.mycollab.widgetset.MyCollabWidgetSet.nocache.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.


Also in browser we can see error like below screen shot 

Image 86



Please help how to set up community edition properly and what should be the issues over here.

Under review

Do you run the MyCollab by using source codes not the binary distribution?

Yes I run the source codes not the binary distribution

Please some one provide me answer, or guid me how to resolve the issue?

Not a bug

You should run mvn clean install in the project mycollab-deployer-community and run the mycollab-app-community project again. It will compile the UI widgetset and the error will be gone.