bbb-web development environment compile error

60 views
Skip to first unread message

mohammad sharifi

unread,
Sep 27, 2011, 3:52:42 PM9/27/11
to bigblueb...@googlegroups.com
Hi
after compiling client environment successfully, tried to compile bbb-web, but at the gradle resolveDeps step, I got this error:

firstuser@ubuntu:~/dev/source/bigbluebutton/bigbluebutton-web$ gradle resolveDeps

FAILURE: Build aborted because of an internal error.

* What went wrong:
Build aborted because of an unexpected internal error. Please file an issue at: www.gradle.org.

* Try:
Run with -d option to get additional debug info.

* Exception is:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, /home/firstuser/.gradle/scriptCache/init_gradle_233d969b80631dc2dd90abebc5d65442/InitScriptClasspathScriptTransformer/init_gradle_233d969b80631dc2dd90abebc5d65442.class (No such file or directory)

1 error

        at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:296)
        at org.codehaus.groovy.control.CompilationUnit.applyToGeneratedGroovyClasses(CompilationUnit.java:982)
        at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:466)
        at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:278)
        at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:249)
        at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:244)
        at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:206)
        at org.gradle.groovy.scripts.DefaultScriptCompilationHandler.compileScript(DefaultScriptCompilationHandler.java:132)
        at org.gradle.groovy.scripts.DefaultScriptCompilationHandler.writeToCache(DefaultScriptCompilationHandler.java:74)
        at org.gradle.groovy.scripts.DefaultScriptCompilerFactory$ScriptCompilerImpl.loadViaCache(DefaultScriptCompilerFactory.java:95)
        at org.gradle.groovy.scripts.DefaultScriptCompilerFactory$ScriptCompilerImpl.compile(DefaultScriptCompilerFactory.java:68)
        at org.gradle.configuration.DefaultInitScriptProcessor.process(DefaultInitScriptProcessor.java:44)
        at org.gradle.initialization.InitScriptHandler.executeScripts(InitScriptHandler.java:40)
        at org.gradle.GradleLauncher.doBuildStages(GradleLauncher.java:136)
        at org.gradle.GradleLauncher.doBuild(GradleLauncher.java:124)
        at org.gradle.GradleLauncher.run(GradleLauncher.java:95)
        at org.gradle.Main.execute(Main.java:100)
        at org.gradle.Main.main(Main.java:43)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.gradle.BootstrapMain.main(BootstrapMain.java:50)

BUILD FAILED

what could cause this?
thanks in advance

--
Mohammad Sharifi
Real Eyes Realize Real Lies

Anatoly Spektor

unread,
Sep 28, 2011, 10:02:51 AM9/28/11
to BigBlueButton-dev
Hey mohammad,

I got absolutely same error. Did you find the work around it ? I have
googled it and here is what I've found:
http://stackoverflow.com/questions/3622368/issues-going-from-grails-1-0-x-to-1-1-2

It says that it could be problem with version of Java.

On Sep 27, 3:52 pm, mohammad sharifi <mohammadsharifi...@gmail.com>
wrote:

Richard Alam

unread,
Sep 28, 2011, 10:04:27 AM9/28/11
to bigblueb...@googlegroups.com
On Wed, Sep 28, 2011 at 10:02 AM, Anatoly Spektor <spek...@gmail.com> wrote:
> Hey mohammad,
>
> I got absolutely same error. Did you find the work around it ?  I have
> googled it and here is what I've found:
> http://stackoverflow.com/questions/3622368/issues-going-from-grails-1-0-x-to-1-1-2
>
> It says that it could be problem with version of Java.
>

Here is my java version.

firstuser@pt8-dev3:~/dev/source/bigbluebutton/bigbluebutton-client$
java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-0ubuntu1~10.04.2)
OpenJDK Client VM (build 19.0-b09, mixed mode, sharing)
firstuser@pt8-dev3:~/dev/source/bigbluebutton/bigbluebutton-client$


What do you have?

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

--
---
BigBlueButton
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton

Anatolijs Spektors

unread,
Sep 28, 2011, 10:10:49 AM9/28/11
to bigblueb...@googlegroups.com
Mine isthe  same. So probably it is not a Java thing...

firstuser@firstuser:~/dev/source/bigbluebutton/bigbluebutton-web$ java -version

java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-0ubuntu1~10.04.2)
OpenJDK Server VM (build 19.0-b09, mixed mode)

Anatolijs Spektors

unread,
Sep 28, 2011, 10:52:27 AM9/28/11
to bigblueb...@googlegroups.com
Problem solved:

Opnejdk was missing several packages, so it didn't installed properly first time. When I reinstalled openjdk and everything went well.

mohammad sharifi

unread,
Sep 29, 2011, 9:50:56 AM9/29/11
to bigblueb...@googlegroups.com
Hi,
I did what you said, but nothing changed. still the same error.
surprisingly I passed the same step couple of days ago, with another Ubuntu VM, without any problem.
I'll search and struggle more. Thanks Anatolijs and Richard.
Reply all
Reply to author
Forward
0 new messages