-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation problem in EUSurvey 1.5.1 #512
Comments
The unit tests currently do not work. You could deactivate them using this parameter: |
@whakaoo Were you able to compile the application? I am getting the following errors when i try to start the application from the Tomcat Web Application Manager: My current configuration is: |
@Iddah I'm sorry but I can't help you. I have chosen not to use this library. Too many problems and limited technical support from developers make it unusable for me. |
hey! Not sure if the EU Survey team is still actively developing the solution. We've been working on a free & open source (AGPLv3) survey platform for almost 2 year now and keep improving it daily: Have a look at Formbricks Github repo: https://github.com/formbricks/formbricks Happy to answer any questions in our Discord :) |
Dear all,
I'm trying to compile the EUSURVEY-1.5.1but I'm getting different errors
from the command line using the 'mvn clean package' I got the following error:
Failed tests: springTestContextBeforeTestMethod(com.ec.survey.controller.TestSurveyControllerRefactored): Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Could not open connection
In STS by compiling the project using the run as maven build... and therefore with the text 'package' and skipping the tests I got this:
ERROR[m] Failed to execute goal [32morg.apache.maven.plugins:maven-antrun-plugin:1.7:run[m [1m(preparePackageAntCreateSvnVersionPropertiesForALl)
[m on project [36meusurvey[m: [1;31mAn Ant BuildException has occured: Unable to create javax script engine for javascript[m
[[1;31mERROR[m] [1;31maround Ant part ...... @ 14:21 in C:\EUSURVEY-1.5.1\target\antrun\build-main.xml
My current configuration is:
Windows 10 x64
C:\Users\mauri>echo %JAVA_HOME% ---> C:\Program Files\Java\jdk1.8.0_211
C:\Users\mauri>echo %M2% ---> C:\apache-maven-3.8.8\bin
Server version: 8.0.32 MySQL Community Server - GPL
Apache Tomcat 8.5.84 Server
Spring Tool Suite 4 (Version: 4.18.0.RELEASE)
I'm a newbie in JAVA so if you have some idea on how to solve this issue I thank you in advance.
The text was updated successfully, but these errors were encountered: