Try using the ant-tasks for now, it might be easier to get startet. Also it seems like a JAR is missing in the WEB-INF/lib folder of the eclipse webapp.
Sebastian 2011/4/7 Evgeniy Voevodin <[email protected]>: > I used subclipse plugin to checkout project from > http://openmeetings.googlecode.com/svn/trunk/singlewebapp then added > it to tomcat fresh installation and started tomcat (Used BuldSourceNew > manual). Did I do something incorrectly? > > On 7 апр, 15:17, "[email protected]" <[email protected]> > wrote: >> did you run the ant script or how do you deploy? >> >> Sebastian >> >> 2011/4/7 Evgeniy Voevodin <[email protected]>: >> >> >> >> > I received the following error when tried to install openmeetings from >> > source (the installation step 1 was okay, and on step 2 I received >> > this) >> >> > type Exception report >> >> > message >> >> > description The server encountered an internal error () that prevented >> > it from fulfilling this request. >> >> > exception >> >> > javax.servlet.ServletException: Servlet execution threw an exception >> >> > root cause >> >> > java.lang.NoClassDefFoundError: javax/persistence/EntityListeners >> >> > org.hibernate.cfg.annotations.reflection.JPAMetadataProvider.getDefaults(JPAMetadataProvider.java: >> > 96) >> >> > org.hibernate.annotations.common.reflection.java.JavaReflectionManager.getDefaults(JavaReflectionManager.java: >> > 226) >> > >> > org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java: >> > 1355) >> >> > org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java: >> > 1826) >> >> > org.openmeetings.app.hibernate.utils.HibernateUtil.getSessionFactory(HibernateUtil.java: >> > 77) >> >> > org.openmeetings.app.hibernate.utils.HibernateUtil.createSession(HibernateUtil.java: >> > 35) >> >> > org.openmeetings.app.data.user.Statemanagement.addState(Statemanagement.java: >> > 41) >> >> > org.openmeetings.app.installation.ImportInitvalues.loadCountriesFiles(ImportInitvalues.java: >> > 548) >> >> > org.openmeetings.app.installation.ImportInitvalues.loadInitLanguages(ImportInitvalues.java: >> > 689) >> >> > org.openmeetings.servlet.outputhandler.Install.handleRequest(Install.java: >> > 226) >> >> > org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java: >> > 541) >> >> > org.apache.velocity.tools.view.servlet.VelocityViewServlet.doPost(VelocityViewServlet.java: >> > 517) >> > javax.servlet.http.HttpServlet.service(HttpServlet.java:637) >> > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) >> >> > Any suggestions would be highly appreciated. I am using Eclipse Galileo >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "OpenMeetings User" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/openmeetings-user?hl=en. >> >> -- >> Sebastian >> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com >> [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
