Problem with red5

183 views
Skip to first unread message

Behzad Rezaie

unread,
Sep 11, 2012, 3:33:45 AM9/11/12
to bigblueb...@googlegroups.com
Hi pals!

Since the whiteboard tools weren't working, i did "sudo bbb-conf --debug", and found that there are a number of problems in the red5. Here are a few number of lines of the errors. Please help me to solve the problem. Are the problem because of the red5? Am I right? Please help me

.
.
.
/usr/share/red5/log/red5.log:2012-09-11 11:19:33,055 [NioProcessor-6] ERROR o.r.server.service.ServiceInvoker - Method sendCursorUpdate with parameters [0.29014189815191066, 0.28433268858800775] not found in org.bigbluebutton.conference.service.presentation.PresentationService@1d85e85
/usr/share/red5/log/red5.log:2012-09-11 11:19:33,067 [NioProcessor-6] ERROR o.r.server.service.ServiceInvoker - Method sendAnnotation with parameters [{transparency=false, id=unassigned, fillColor=0, color=0, status=DRAW_UPDATE, fill=false, thickness=1, points=[38.63013698630137, 19.148936170212767, 29.041095890410958, 27.852998065764023], type=ellipse}] not found in org.bigbluebutton.conference.service.whiteboard.WhiteboardService@1064b80
/usr/share/red5/log/red5.log:2012-09-11 11:19:33,067 [NioProcessor-6] ERROR o.r.server.service.ServiceInvoker - Method sendCursorUpdate with parameters [0.29014189815191066, 0.27852998065764023] not found in org.bigbluebutton.conference.service.presentation.PresentationService@1d85e85
/usr/share/red5/log/red5.log:2012-09-11 11:19:33,082 [NioProcessor-6] ERROR o.r.server.service.ServiceInvoker - Method sendAnnotation with parameters [{transparency=false, id=unassigned, fillColor=0, color=0, status=DRAW_UPDATE, fill=false, thickness=1, points=[38.63013698630137, 19.148936170212767, 29.041095890410958, 27.079303675048354], type=ellipse}] not found in org.bigbluebutton.conference.service.whiteboard.WhiteboardService@1064b80

.
.
.

Behzad Rezaie

unread,
Sep 11, 2012, 3:47:19 AM9/11/12
to bigblueb...@googlegroups.com
By the way, here it is the putput of sudo bbb-conf --check:

BigBlueButton Server 0.8-beta-4 (951)
                    Kernel version: 2.6.32-41-generic
                      Distribution: Ubuntu 10.04.4 LTS (32-bit)
                            Memory: 2012 MB

/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
          Port test (tunnel): 10.15.14.66
                              Red5: 10.15.14.66

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name: 10.15.14.66
                              port: 80
                    bbb-client dir:         #/home/benglish/dev/bigbluebutton/bigbluebutton-client

/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
                      bbb-web host: 10.15.14.66

/var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp (API demos)
                           api url: 10.15.14.66

/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
                  voice conference: FreeSWITCH

/usr/local/bigbluebutton/core/scripts/slides.yml (record and playback)
                     playback host: 10.15.14.66


** Potential problems described below **
# Warning: nginx is not serving the client from /var/www/bigbluebutton/.
# Instead, it's being served from
#
#            #/home/benglish/dev/bigbluebutton/bigbluebutton-client
#
# (This is OK if you have setup a development environment.)

# Warning: The API demos are installed and accessible from:
#
#    http://10.15.14.66/
#
# Use the API demos test your BigBlueButton setup. To remove
#
#    sudo apt-get purge bbb-demo



Richard Alam

unread,
Sep 11, 2012, 10:10:47 AM9/11/12
to bigblueb...@googlegroups.com
Hi,

On Tue, Sep 11, 2012 at 3:33 AM, Behzad Rezaie <behzadr...@gmail.com> wrote:
> Hi pals!
>
> Since the whiteboard tools weren't working, i did "sudo bbb-conf --debug",
> and found that there are a number of problems in the red5. Here are a few
> number of lines of the errors. Please help me to solve the problem. Are the
> problem because of the red5? Am I right? Please help me
>

Did you manage to move to the 0.8 branch? It seems like you are just
digging yourself into a deep hole.

As Fred suggested on your other threads, checkout from the 0.8 branch
and re-implement your custom changes there.

A good git book is http://git-scm.com/book.

What I suggest you do:

1. commit your custom changes.
git add <files>
git commit
2. Checkout 0.8 branch
git checkout -b my-custom-changes v0.8
3. Then re-apply your changes.

Richard
> --
> You received this message because you are subscribed to the Google Groups
> "BigBlueButton-dev" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/bigbluebutton-dev/-/sFweRZIVf88J.
> 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 Developer
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton

Behzad Rezaie

unread,
Sep 16, 2012, 2:13:00 AM9/16/12
to bigblueb...@googlegroups.com
Dear Richard,

I ran the "git status" command and received the following output

# On branch fixing-issue-100
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified:   bigbluebutton-client/locale/fa_IR/bbbResources.properties
# modified:   bigbluebutton-client/resources/prod/lib/bbb_localization.js
# modified:   bigbluebutton-client/src/branding/css/Blue.css
# modified:   bigbluebutton-client/src/branding/css/theme.css
# modified:   bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
# modified:   bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatView.mxml
# modified:   bigbluebutton-client/src/org/bigbluebutton/util/i18n/ResourceUtil.as
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
# bigbluebutton-client/src/branding/css/assets/team.ttf
# bigbluebutton-client/src/branding/css/secondtheme.css
no changes added to commit (use "git add" and/or "git commit -a")

Then, as you said, I did add all the files mentioned in the "Changed but not updated" section. For example, I typed 

      git add bigbluebutton-client/locale/fa_IR/bbbResources.properties

and so no. And also i added those files mentioned in the "Untracked files" section.
Then, as you said, I did run "git commit" and also "git checkout -b my-custom-changes v0.8".

Now, when I run "git status", I have the following output

#On branch my-custom-change
nothing to commit (working directory clean)

But the whiteboard tools still do not work!!!!!!!!

Did i do anything wrong? Please help me. It's really emergency!

Chad Pilkey

unread,
Sep 17, 2012, 10:40:57 AM9/17/12
to bigblueb...@googlegroups.com
After you checkout a new branch you need to rebuild the client because the bigbluebutton-client/bin directory isn't stored by git. So the bin there currently is from whenever you last built the client.

Also, did you at some point in the past try and build bbb-apps to get the master branch working? If you did you'll need to build the 0.8 version of bbb-apps because you would have overwritten the 0.8 apps files from packages.

Behzad Rezaie

unread,
Sep 17, 2012, 3:15:40 PM9/17/12
to bigblueb...@googlegroups.com
Well, I installed the development tools again and now, whiteboard tools are working properly, but thanks for putting time to answer me ;)
Reply all
Reply to author
Forward
0 new messages