qcri-social / AIDR

Artificial Intelligence for Digital Response
http://aidr.qcri.org/
GNU Affero General Public License v3.0
98 stars 37 forks source link

Build for stable deployment #9

Closed ajgbangug closed 10 years ago

ajgbangug commented 10 years ago

Which commit/build/branch should I use if we want a stable setup of AIDR? I noticed that there have been lots of changes going on in AIDR and would like to know which version we could use that is stable enough. I tried checking the git tags and used v1.1.0 but aidr-trainer-api is having deploy problems although when using later builds, it doesn't have any problems. Thanks!

imran15 commented 10 years ago

AIDR release 1.1.0 is stable, but its true that a lot of changes have been made since that release. Latest committed version of master branch is also stable, however, a stable release based on this version would be out on coming Sunday.

ajgbangug commented 10 years ago

Great! I wanted to use v1.1.0 but I was getting the following GlassFish error when deploying aidr-trainer-api. Any idea why this might be happening?

screen shot 2014-09-04 at 3 28 50 pm

jikimlucas commented 10 years ago

I found that it is your server specific issue. please add the below dependency in your pom file.

    <dependency>
        <groupId>com.sun.jersey</groupId>
        <artifactId>jersey-servlet</artifactId>
        <version>1.18.1</version>
    </dependency>
ajgbangug commented 10 years ago

Thanks @jikimlucas! That did the trick. :) closing the issue