Skip to content

22.x - #100

Draft
bobspen wants to merge 8 commits into
masterfrom
21.x
Draft

22.x#100
bobspen wants to merge 8 commits into
masterfrom
21.x

Conversation

@bobspen

@bobspen bobspen commented Sep 30, 2020

Copy link
Copy Markdown

Hello guys,

So, I'm facing with a problem, more exactly an error that doesn't let me install the new bbb-tool version:

[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.sakaiproject.bbb:bbb:22-SNAPSHOT (/opt/bbb-tool/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.sakaiproject.bbb:bbb:22-SNAPSHOT: Could not find artifact org.sakaiproject:master:pom:22-SNAPSHOT in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots) and 'parent.relativePath' points at wrong local POM @ line 8, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

I read on some forums to use an earlier version (like 21-Snapshot) but that didn't help me much as it crashed my sakai, giving errors, maybe because it as other version than the modified one.

As to I'm new in this BigBlueButton thing, I'd like some help in some way to solve the error that I mentioned

@adrianfish

Copy link
Copy Markdown
Contributor

What version of Sakai are you on? You need to build Sakai first so you have the artefacts in your local maven repository. At least build sakaiproject/sakai/master to get that master pom.

@bobspen

bobspen commented Sep 30, 2020

Copy link
Copy Markdown
Author

What version of Sakai are you on? You need to build Sakai first so you have the artefacts in your local maven repository. At least build sakaiproject/sakai/master to get that master pom.

I'm having Sakai 19.4 for test and 20.0 / 20.x as official

On both servers it shows me the same error.

Sakai is already installed and up and running. Also BBB 2.2 is up and running along with a TURN server. No problem there.

The only problem i encountered was that error, after downloading from git the bbb-tool folder and trying to install it.

When I give the maven command, it tells me that 22-SNAPSHOT cannot be found on that oss server

@adrianfish

Copy link
Copy Markdown
Contributor

You need to be using the right branch of bbb-tool. Pick the 19.x branch, or the 20.x.

@adrianfish
adrianfish marked this pull request as draft September 30, 2020 15:29
@bobspen

bobspen commented Sep 30, 2020

Copy link
Copy Markdown
Author

You need to be using the right branch of bbb-tool. Pick the 19.x branch, or the 20.x.

What I was saying is that i have two versions of sakai on two different virtual Machines. A 19.x and 20.x, and tried to install bbb-tool on both of them. After executing the mvn command, the error that I mentioned in the original post, appears. The one that cannot find 22-Snapshot. And at that point, i couldn't do much of an install.

@adrianfish

Copy link
Copy Markdown
Contributor

cd bbb-tool
git checkout 19.x
mvn clean install sakai:deploy -Dmaven.tomcat.home=YOUR_SAKAI_19_TOMCAT
If you've built 19.x already, then you should have the 19.x Sakai build artefacts in your local maven repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants