Black screen presentation

146 views
Skip to first unread message

Kenwrick Chan

unread,
Jun 2, 2020, 1:46:44 PM6/2/20
to bigblueb...@googlegroups.com
Folks,
I just did an upgrade to BigBlueButton Server 2.2.15 (1977). It was
working fine prior to the upgrade but now the default.pdf renders as a
black screen. Replacing that pdf with a vanilla pdf still defaults to
a black screen. If I upload a jpg (which converts to a pdf) it still
shows a black screen.

So I don't think it's an issue with layers in the pdf. Is anyone
experiencing a similar issue?

Thanks,
Kenwrick

Kenwrick Chan

unread,
Jun 2, 2020, 2:28:57 PM6/2/20
to bigblueb...@googlegroups.com
Sorry, this one is solved.

We were bit by a InCommon intermediate chain issue.

bbb-conf --debug is your friend.

kenwrick

Paul Belcher

unread,
Jun 3, 2020, 10:10:41 AM6/3/20
to BigBlueButton-dev
Hi,

I recently upgraded also to 2.2.16.  I have the same issue, my default.pdf file does not show up in the meeting and whatever I attempt to upload does not display.  I check the debug and found no recent error messages after attempting to upload a new ppt file.

Please advise,
Thanks,
Paul

Paul Belcher

unread,
Jun 3, 2020, 10:19:48 AM6/3/20
to BigBlueButton-dev
I also noticed that the icon to toggle the display of the presentation is no long available in the meeting.

Paul

On Tuesday, June 2, 2020 at 1:46:44 PM UTC-4, Kenwrick Chan wrote:

Gmail

unread,
Jun 3, 2020, 10:54:02 AM6/3/20
to bigblueb...@googlegroups.com
Hi Paul,
In my case bbb-conf --debug showed errors in connecting.   As it turns out there was a recent issue with InCommon intermediate certificates.   I didn't catch it when I was doing a review of affected servers since Nginix doesn't use them directly but expects the certificate reference to include the certificate and intermediate files together in a single file. After doing that and restarting the black screen went away (along with the error messages). 

Kenwrick 

On Jun 3, 2020, at 4:19 AM, Paul Belcher <paul.b...@msn.com> wrote:


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/1238e2e8-322c-4fd8-a8c8-ab26f5fcc4ab%40googlegroups.com.

Peter Reichartz

unread,
Jun 4, 2020, 3:55:07 AM6/4/20
to BigBlueButton-dev
Hi.

We have had the same issues here since 2.2.15, bbb-conf --debug shows no errors. According to IT, the fullchain is already in use, so the certificate is probably not the cause. Sometimes the presentation is displayed after a very long wait, but only in parts. Mostly black screen. I appreciate ideas, thank you in advance.

Peter

Kenwrick Chan

unread,
Jun 4, 2020, 6:23:09 PM6/4/20
to bigblueb...@googlegroups.com
Peter,
In our case bbv-conf --debug returned a bunch of
/var/log/bigbluebutton/bbb-web.2020-06-02.log:2020-06-02T08:18:53.411-10:00
WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect:
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection
refused: /127.0.0.1:6379

That's led me to check the state of ssl. So the error is connecting
to itself at port 6379

This would show if it's open
netstat -ntlp | grep LISTEN | grep 6379

Perhaps traffic is going on some stray route that has intermittent
issues. Perhaps doing a sudo bbb-conf --setip hostname could reset
things that an upgrade may have set in.

kenwrick
> --
> You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/7629269c-8e57-45d0-aaf1-3f89e11b95fa%40googlegroups.com.

Paul Belcher

unread,
Jun 4, 2020, 10:47:58 PM6/4/20
to BigBlueButton-dev
Yes Kenwrick,

I am getting the same error, i.e. "Connection refused: /127.0.0.1:6379".  I also see that the port is open.  Running the SETIP did not change anything.

Paul

On Tuesday, June 2, 2020 at 1:46:44 PM UTC-4, Kenwrick Chan wrote:

Gmail

unread,
Jun 4, 2020, 11:14:36 PM6/4/20
to bigblueb...@googlegroups.com
Paul, 
For me to solution was to install a new certificate file consisting of certificate and intermediate certificate in a similar fashion to what's listed here: https://www.ssls.com/knowledgebase/how-to-install-an-ssl-certificate-on-a-nginx-server/

In our case the InCommon intermediate certificate was outdated.  There is probably some method to verify the certificate that you have is correct or you can ask your sys admin guys to verify since other users had a similar error message with a bad certificate/intermediate certificate file.  If you look into the file you should see two sets of certificates in there. 

Kenwrick 

On Jun 4, 2020, at 4:48 PM, Paul Belcher <paul.b...@msn.com> wrote:


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.

Reimar Bauer

unread,
Jun 6, 2020, 10:16:00 AM6/6/20
to bigblueb...@googlegroups.com
my default presentation is also not shown. uploading a presentation works.

bbb-conf --restart

hints to
# Error: Unable to reach default URL for presentation:
# Check value for beans.presentationService.defaultUploadedPresentation in
# /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties

now investigating ;)
> To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/9DF8F716-7786-4B0C-8997-6CE027204CAA%40gmail.com.

Kenwrick Chan

unread,
Jun 6, 2020, 12:52:19 PM6/6/20
to bigblueb...@googlegroups.com
In a vanilla install the file would be located in
/var/www/bigbluebutton-default. Is there a default.pdf there with
permissions that is readable by the application?

> # Check value for beans.presentationService.defaultUploadedPresentation in
> # /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties

doing a grep of default.pdf in "bigbluebutton.properties" we see
beans.presentationService.defaultUploadedPresentation=${bigbluebutton.web.serverURL}/default.pdf

Which is how the standard install of "default.pdf" is set.
kenwrick
> To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CADfaKO_A-28-8t%2BnmOk1g-y7QJ94h5o%3DiF6RKdR8GYcS9ziL3A%40mail.gmail.com.

Reimar Bauer

unread,
Jun 7, 2020, 7:10:05 AM6/7/20
to bigblueb...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages