0
Not a bug
Hi guys I am facing this error while running latest community edition
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
Please help how to set up community edition properly and what should be the issues over here.
Customer support service by UserEcho
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?
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.