Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
RSL Error 1 of 4 / Error #2032 (BigBlueButton version 0.8-beta)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jeremy Thomerson  
View profile  
 More options Oct 7 2011, 1:28 pm
From: Jeremy Thomerson <jeremythomer...@gmail.com>
Date: Fri, 7 Oct 2011 13:28:12 -0400
Local: Fri, Oct 7 2011 1:28 pm
Subject: RSL Error 1 of 4 / Error #2032 (BigBlueButton version 0.8-beta)

I wanted to document this in case anyone else gets it.  We are using
BigBlueButton inside a network where lots of users' machines have no access
to the internet.  When some machines (those without any access to the
internet) accessed our BigBlueButton server (internal), they would get a
dialog saying "RSL Error 1 of 4" and at the bottom of the screen it would
say "Error #2032".  After some debugging and network traffic monitoring I
was able to determine that Flex was trying to download shared libraries from
Adobe.  This won't work on a machine that can't access the internet.
Fortunately it falls back to trying to request these files from the same
folder as the swf that needs them (in this case BigBlueButton.swf).  So, if
you experience this, you can workaround it by doing this on your
BigBlueButton server:

cd /var/www/bigbluebutton/client/
wget http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/mx_4.5.0.20967.swz
wget
http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/rpc_4.5.0.20967.swz
wget
http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.232/textLayout_2.0.0.23...
wget
http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/framework_4.5.0....
chown root.root *.swz

If you can't access the net from your server, just download those four files
manually and put them in /var/www/bigbluebutton/client/ (and chown on them).

Devs:

  I'm not a flash developer - don't pretend to be.  But I read somewhere
that we can change our flex / flash build to include these files in our
generated swf.  It either statically links them and puts them in the same
folder or it actually merges them into the swf itself.  Do you know how to
do this?  Can we do it?

Best Regards,
Jeremy Thomerson


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anatoly Spektor  
View profile  
 More options Oct 7 2011, 2:01 pm
From: Anatoly Spektor <spekto...@gmail.com>
Date: Fri, 07 Oct 2011 14:01:46 -0400
Local: Fri, Oct 7 2011 2:01 pm
Subject: Re: [bigbluebutton-users] RSL Error 1 of 4 / Error #2032 (BigBlueButton version 0.8-beta)
Thank you for sharing, however it only solves Error #2032... #2046 is
not solved by these method. If you know how to solve Error #2046 please
let me know.

Thank you

On 10/07/2011 01:28 PM, Jeremy Thomerson wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Alam  
View profile  
 More options Oct 7 2011, 2:42 pm
From: Richard Alam <ritza...@gmail.com>
Date: Fri, 7 Oct 2011 14:42:16 -0400
Local: Fri, Oct 7 2011 2:42 pm
Subject: Re: [bigbluebutton-users] RSL Error 1 of 4 / Error #2032 (BigBlueButton version 0.8-beta)
On Fri, Oct 7, 2011 at 1:28 PM, Jeremy Thomerson

Modified build.xml so you can pass param to statically link the RSL.
  ant -DSTATIC_RSL=true

https://github.com/bigbluebutton/bigbluebutton/commit/51bd29b094c23d9...

Note that this increases the size of the SWF file.

We don't want to package the swz files as we don't know how that
affects licensing.

Richard

> Best Regards,
> Jeremy Thomerson

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

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

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »