Whiteboard onerror SWF!! canvas.mediaerrortimeout over Apache proxy

457 views
Skip to first unread message

Noel Lopez

unread,
Aug 9, 2011, 11:35:43 AM8/9/11
to openmeet...@googlegroups.com
Hello everyone - I was wondering if someone can help me with this error.
This error comes up when I move a file to the whiteboard. For example a PDF file.

onerror SWF!! canvas.mediaerrortimeout exceeded for http://myserver.com:5080/openmeetings/DownloadHandler?fileName=f6cdaacc06a41b0076121a14aeaf5842%2Eswf&moduleName=videoconf1&parentPath=%2Ff6cdaacc06a41b0076121a14aeaf5842%2F&room_id=files&sid=85ac8314d481c8b76a54f600aefa9234

My current setup is an Ubuntu server running 10.10. Latest Java.
Basically the Red5 server is running internally on port 5080 for http and 1935 for the rtmp.
If I access the server with the internal IP address 192.168.x.x:5080/openmeetings
I do not get this error.
I only get this error when I use the Apache proxy.
I configured Apache to proxy port 5080 and open the firewall to port 1935
my proxy setting on Apache are

ProxyPassReverse / http://localhost:5080
ProxyPassReverse /open http://localhost:8088/open
ProxyPassReverse /send http://localhost:8088/send
ProxyPassReverse /idle http://localhost:8088/idle
ProxyPassReverse /close http://localhost:8088/close
ProxyPassReverse /fcs http://localhost:8088/fcs

I haven't change anything within the Red5 configurations.

Thanks in advance.

seba....@gmail.com

unread,
Aug 12, 2011, 3:24:29 AM8/12/11
to openmeet...@googlegroups.com
Hi Noel,

let me see maybe I can get you some sample config.

Sebastian

2011/8/9 Noel Lopez <nal...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "OpenMeetings User" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openmeetings-user/-/1nZ_UNxxeakJ.
To post to this group, send email to openmeet...@googlegroups.com.
To unsubscribe from this group, send email to openmeetings-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.



--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba....@gmail.com

Sascha Xander

unread,
Aug 12, 2011, 10:31:18 AM8/12/11
to openmeet...@googlegroups.com
Hello Noel,

my installation works great with these lines in my apache config:

    ProxyRequests Off
    ProxyPass / http://localhost:5080/
    ProxyPassReverse / http://localhost:5080/

i had never problems during uploads of pdf or office documents

I hope this helps  =)

Sascha Xander

unread,
Aug 12, 2011, 12:23:11 PM8/12/11
to openmeet...@googlegroups.com
Hey Noel,

have you firmly checked your firewall rules?
maybe there is a problem...

Noel Lopez

unread,
Aug 12, 2011, 1:03:29 PM8/12/11
to openmeet...@googlegroups.com
Yes, I have Port 80, 443 and 1935 Open on Both TCP and UDP for testing.

Thank you

Noel Lopez

unread,
Aug 13, 2011, 7:14:20 AM8/13/11
to openmeet...@googlegroups.com
Hi Sascha - Have you change anything on the Red5 side? 

did you changed port on the config files?

seba....@gmail.com

unread,
Aug 13, 2011, 7:15:16 AM8/13/11
to openmeet...@googlegroups.com
yes:

red5.properties
and
config.xml

And do not forget to clear your browser cache after changing the config.xml

Sebastian

2011/8/13 Noel Lopez <nal...@gmail.com>
Hi Sascha - Have you change anything on the Red5 side? 

did you changed port on the config files?

--
You received this message because you are subscribed to the Google Groups "OpenMeetings User" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openmeetings-user/-/IfAj5iWeh_sJ.

To post to this group, send email to openmeet...@googlegroups.com.
To unsubscribe from this group, send email to openmeetings-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.

seba....@gmail.com

unread,
Aug 13, 2011, 7:29:39 AM8/13/11
to openmeet...@googlegroups.com
sorry,

that would be the usual way to do it.
If you are using mod_proxy you need only to change the clientside ports,
so the one in config.xml.

Sebastian

Sascha Xander

unread,
Aug 13, 2011, 8:12:24 AM8/13/11
to openmeet...@googlegroups.com
Hello Noel,

i changed NOTHING at the openmeetings configs =)

mod_proxy works without changes in red5 - still using 5080 and 1935
maybe you should recheck your apache configs - it seems, you use mod_proxy for other things (port 8080 stuff)

on my machine, there are other VirtualHosts which uses mod_proxy in several ways - have you tried to set up an own virtualhost for openmeetings?
so its possible to exclude other config problems & you get an own access & error log. maybe you find any answers at the logs.
for me, the problems seems not to be on openmeetings-side - but maybe i am wrong ^^

just for completion - my apache2 modulelist (debian 5.0.8)

command (as root): apache2ctl -t -D DUMP_MODULES

result:
Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 alias_module (shared)
 auth_basic_module (shared)
 authn_file_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 mime_module (shared)
 mime_magic_module (shared)
 negotiation_module (shared)
 php5_module (shared)
 proxy_module (shared)
 proxy_html_module (shared)
 proxy_http_module (shared)
 reqtimeout_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 status_module (shared)
Syntax OK

Sascha Xander

unread,
Aug 13, 2011, 8:13:40 AM8/13/11
to openmeet...@googlegroups.com
of course: dont forget the cache! =)

Sascha Xander

unread,
Aug 13, 2011, 8:17:35 AM8/13/11
to openmeet...@googlegroups.com
and another thing:

netstat -tunpl shows me the following:

tcp        0      0 0.0.0.0:1935            0.0.0.0:*               LISTEN      12183/java     
tcp        0      0 0.0.0.0:9999            0.0.0.0:*               LISTEN      12183/java     
tcp        0      0 0.0.0.0:49557           0.0.0.0:*               LISTEN      12183/java     
tcp        0      0 0.0.0.0:8088            0.0.0.0:*               LISTEN      12183/java     
tcp        0      0 0.0.0.0:5080            0.0.0.0:*               LISTEN      12183/java     
tcp        0      0 0.0.0.0:8443            0.0.0.0:*               LISTEN      12183/java    

maybe can sebastian tell us, which of these ports are responsible for the whiteboard drag&drop task...

lots of thoughts... sorry for spamming =)

Noel Lopez

unread,
Aug 19, 2011, 3:34:13 PM8/19/11
to openmeet...@googlegroups.com
I will check my settings. am I to assume that the only port open in your firewall is port 80?

thanks for the help
Reply all
Reply to author
Forward
0 new messages