Issues in setting up the BigBlueButton Development Environment.

315 views
Skip to first unread message

Radha

unread,
Apr 11, 2012, 5:20:57 AM4/11/12
to BigBlueButton-dev
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

Fu Jiantao

unread,
Apr 11, 2012, 9:28:46 PM4/11/12
to bigblueb...@googlegroups.com
gradle resolveDeps

You should have gradle installed

2012/4/11 Radha <radha...@gmail.com>

Radha

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To post to this group, send email to bigblueb...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.


Radha

unread,
Apr 12, 2012, 12:53:34 AM4/12/12
to BigBlueButton-dev
Hi Fu Jlantao,

Thank you for the reply.I do have gradle installed in my system.But
when iam using the below command iam getting the following error.
cytriwee@cytriwee-desktop:~/dev/bigbluebutton/bigbluebutton-web$
gradle resolveDeps

FAILURE: Build failed with an exception.

* Where:
Build file '/home/cytrion/dev/bigbluebutton/bigbluebutton-web/
build.gradle' line: 1

* What went wrong:
A problem occurred evaluating root project 'bigbluebutton-web'.
> Could not find method usePlugin() for arguments [java] on root project 'bigbluebutton-web'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info
or --debug option to get more log output.

BUILD FAILED




>
>
>
>
> > 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/

Fu Jiantao

unread,
Apr 12, 2012, 4:05:37 AM4/12/12
to bigblueb...@googlegroups.com
Hi Radha,

   Are you using the latest version of Gradle?

   Maybe the usePlugin is removed.


Check my output:

E:\qos2.0\mcs\bin\dlls_refactor>gradle -v

------------------------------------------------------------
Gradle 1.0-milestone-7
------------------------------------------------------------

Gradle build time: 2012年1月5日 星期四 上午10时24分43秒 UTC
Groovy: 1.8.4
Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010
Ivy: 2.2.0
JVM: 1.6.0_17 (Sun Microsystems Inc. 14.3-b01)
OS: Windows 7 6.1 x86


I think you can find if any previous version available in bbb download area in google code. Even the version I'm using is newer version that there's some issue with it.(old methods are removed).

2012/4/12 Radha <radha...@gmail.com>
Reply all
Reply to author
Forward
0 new messages