Hi All,
Iam a newbie to BIgBlueButton and trying to download and install
BigBlueButton.I have succesfully downloaded BigBlueButton 0.8
When iam trying to set up the development Environment like below it is
giving the following error.
cytrion@cytrion-desktop:~/dev/bigbluebutton/bigbluebutton-web$ ant
Buildfile: build.xml
check-port-8080:
[echo] Checking whether tomcat6 is running before doing 'grails
run-app'
run:
[echo] Running grails ...
[exec] Welcome to Grails 1.1.1 -
http://grails.org/
[exec] Licensed under Apache Standard License 2.0
[exec] Grails home is set to: /home/cytrion/dev/tools/
grails-1.1.1
[exec]
[exec] Base Directory: /home/cytrion/dev/bigbluebutton/
bigbluebutton-web
[exec] Running script /home/cytrion/dev/tools/grails-1.1.1/
scripts/RunApp.groovy
[exec] Environment set to development
[exec] [groovyc] Compiling 61 source files to /home/
cytrion/.grails/1.1.1/projects/bigbluebutton-web/classes
[exec] [groovyc]
org.codehaus.groovy.control.MultipleCompilationErrorsException:
startup failed, Compile error during compilation with javac.
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:13: package redis.clients.jedis does not
exist
[exec] [groovyc] import redis.clients.jedis.Jedis;
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:14: package redis.clients.jedis does not
exist
[exec] [groovyc] import redis.clients.jedis.JedisPool;
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:15: package redis.clients.jedis does not
exist
[exec] [groovyc] import redis.clients.jedis.JedisPubSub;
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:20: cannot find symbol
[exec] [groovyc] symbol : class JedisPool
[exec] [groovyc] location: class
org.bigbluebutton.api.messaging.RedisMessagingService
[exec] [groovyc] private JedisPool redisPool;
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:98: cannot find symbol
[exec] [groovyc] symbol : class JedisPool
[exec] [groovyc] location: class
org.bigbluebutton.api.messaging.RedisMessagingService
[exec] [groovyc] public void setRedisPool(JedisPool redisPool)
{
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:102: cannot find symbol
[exec] [groovyc] symbol : class JedisPubSub
[exec] [groovyc] location: class
org.bigbluebutton.api.messaging.RedisMessagingService
[exec] [groovyc] private class PubSubListener extends
JedisPubSub {
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:40: cannot find symbol
[exec] [groovyc] symbol : class Jedis
[exec] [groovyc] location: class
org.bigbluebutton.api.messaging.RedisMessagingService
[exec] [groovyc] Jedis jedis = redisPool.getResource();
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:64: cannot find symbol
[exec] [groovyc] symbol : class Jedis
[exec] [groovyc] location: class
org.bigbluebutton.api.messaging.RedisMessagingService
[exec] [groovyc] Jedis jedis = redisPool.getResource();
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:77: cannot find symbol
[exec] [groovyc] symbol : class Jedis
[exec] [groovyc] location: class
org.bigbluebutton.api.messaging.RedisMessagingService
[exec] [groovyc] final Jedis jedis = redisPool.getResource();
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:108: method does not override or implement
a method from a supertype
[exec] [groovyc] @Override
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:113: method does not override or implement
a method from a supertype
[exec] [groovyc] @Override
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:168: method does not override or implement
a method from a supertype
[exec] [groovyc] @Override
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:173: method does not override or implement
a method from a supertype
[exec] [groovyc] @Override
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:178: method does not override or implement
a method from a supertype
[exec] [groovyc] @Override
[exec] [groovyc] ^
[exec] [groovyc] /home/cytrion/dev/bigbluebutton/bigbluebutton-
web/src/java/org/bigbluebutton/api/messaging/
RedisMessagingService.java:183: method does not override or implement
a method from a supertype
[exec] [groovyc] @Override
[exec] [groovyc] ^
[exec] [groovyc] 15 errors
[exec] [groovyc]
[exec] [groovyc]
[exec] [groovyc] 1 error
[exec] Compilation error: Compilation Failed
Build Failed.
Can anyone please help me.
Radha