HTTP Status 404 - /demo/bbb1.jsp

583 views
Skip to first unread message

Litsa Grigoriadou

unread,
Dec 14, 2016, 1:13:02 PM12/14/16
to BigBlueButton-dev
Hallo i have a problem .... i have copy the demo3.jsp in bbb1.jsp and i change password for moderator and student in bbb1.jsp. when i give my ip /demo/bbb1.jsp  i get this message...

HTTP Status 404 - /demo/bbb1.jsp


type Status report

message /demo/bbb1.jsp

description The requested resource is not available.


Apache Tomcat/7.0.52 (Ubuntu)


with sudo bbb-conf --check i get.....



BigBlueButton Server 1.0.0 (1058)
                    Kernel version: 4.4.0-45-generic
                      Distribution: Ubuntu 14.04.5 LTS (64-bit)
                            Memory: 3636 MB

/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
                Port test (tunnel): my ip
                              Red5:my ip
              useWebrtcIfAvailable: true

/opt/freeswitch/conf/sip_profiles/external.xml (FreeSWITCH)
                    websocket port: 5066
                    WebRTC enabled: true

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name:my ip
                              port: 80
                    bbb-client dir: /var/www/bigbluebutton

/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
                      bbb-web host:my ip

/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
                               url: my ip

/var/www/bigbluebutton/check/conf/config.xml (client check)
                      client check: my ip

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

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback host: my ip


** Potential problems described below **
# Warning: You are running BigBlueButton on a server with less than 4G of memory.  Your
# performance may suffer.

# Warning: The API demos are installed and accessible from:
#
#    http://my ip/demo/demo1.jsp
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
#    sudo apt-get purge bbb-demo

# Warning: The client self check is installed and accessible from:
#
#    http://my ip/check

what i'm doing wrong?????

Fred Dixon

unread,
Dec 14, 2016, 3:08:04 PM12/14/16
to BigBlueButton-dev
Hi,

Does the file

  /var/lib/tomcat7/webapps/demo/bbb1.jsp

exist and readable by tomcat7 (i.e. does it have the same permissions as

  /var/lib/tomcat7/webapps/demo/demo2.jsp


Regards,... Fred


--
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-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

Litsa Grigoriadou

unread,
Dec 15, 2016, 9:23:59 AM12/15/16
to BigBlueButton-dev
hi Fred how can i see that? the permissions..... can you help me?

Fred Dixon

unread,
Dec 15, 2016, 9:36:27 AM12/15/16
to BigBlueButton-dev
Hi Lista,

I did a quick google for

  Linux file permissions

and found the following that should help


Give the above a read and let us know if you are still need help comparing the permissions of two files.


Regards,.. Fred


On Thu, Dec 15, 2016 at 9:23 AM, Litsa Grigoriadou <litss...@gmail.com> wrote:
hi Fred how can i see that? the permissions..... can you help me?

--
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-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.

Litsa Grigoriadou

unread,
Dec 15, 2016, 10:13:13 AM12/15/16
to BigBlueButton-dev
thank you very much Fred, but by that I see the two files have the same permissios

-rw-rw-r-- 1 bbb  bbb  575 Dec 13 20:42 bbb1.jsp
-rw-rw-r-- 1 bbb  bbb  604 Dec 13 19:17 demo3.jsp
-rwxr-xr-x 1 root root 632 Nov  4 11:47 install-ffmpeg.sh

 What can be the problem that sent the error? ΄:(

Fred Dixon

unread,
Dec 15, 2016, 10:47:16 AM12/15/16
to BigBlueButton-dev
Hi Litsa,

That looks fine.  What happens when you try accessing demo2.jsp.  You can compare with our demo server



Regards,... Fred


--
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-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.

Litsa Grigoriadou

unread,
Dec 15, 2016, 10:52:50 AM12/15/16
to BigBlueButton-dev
when i am typing myip//demo/demo2.jsp it works fine! it shows the same page with your server!

Fred Dixon

unread,
Dec 15, 2016, 3:07:14 PM12/15/16
to BigBlueButton-dev
Hi Lista,

It's hard to say why your page does not appear.  Try backing up your page, and then copying demo2.jsp to bbb1.jsp and see if you can load

  /demo/bbb1.jsp


Regards,... Fred


On Thu, Dec 15, 2016 at 10:52 AM, Litsa Grigoriadou <litss...@gmail.com> wrote:
when i am typing myip//demo/demo2.jsp it works fine! it shows the same page with your server!

--
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-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.

Chad Pilkey

unread,
Dec 15, 2016, 4:47:32 PM12/15/16
to BigBlueButton-dev
Those look like permissions for your personal directory "/home/<username>", but Fred was specifically asking about "/var/lib/tomcat7/webapps/demo" where tomcat serves up the jsp files from.

Running "ls -l /var/lib/tomcat7/webapps/demo/" should give very different results from the one you posted.

Doug Gray

unread,
Dec 16, 2016, 7:20:51 PM12/16/16
to BigBlueButton-dev
ummm are you using a custom index.html file you can edit the front page with a dropdown to join the room you want and also change the demo it goes to from with in . here is a custom index you can edit and add your jsp name in it with your room names and then just drop the index.html in your bluebutton you will need to add your own logo and changes the welcome message
index.html

Litsa Grigoriadou

unread,
Dec 20, 2016, 12:53:37 PM12/20/16
to BigBlueButton-dev
i have another problem i  change the hostname of my BigBlueButton server with
sudo bbb-conf --setip bbb.mybbbserver.com and i get errors.....


bbb@bbb:~$ sudo bbb-conf --check


BigBlueButton Server 1.0.0 (1058)
                    Kernel version: 4.4.0-45-generic
                      Distribution: Ubuntu 14.04.5 LTS (64-bit)
                            Memory: 3636 MB

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

              useWebrtcIfAvailable: true

/opt/freeswitch/conf/sip_profiles/external.xml (FreeSWITCH)
                    websocket port: 5066
                    WebRTC enabled: true

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name: bbb.MScInformatics.gr

                              port: 80
                    bbb-client dir: /var/www/bigbluebutton

/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
                      bbb-web host: bbb.MScInformatics.gr

/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
                               url: bbb.MScInformatics.gr

/var/www/bigbluebutton/check/conf/config.xml (client check)
                      client check: bbb.MScInformatics.gr


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

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback host: bbb.MScInformatics.gr



** Potential problems described below **
# IP does not match:
#                           IP from ifconfig: 83.212.58.208
#   /etc/nginx/sites-available/bigbluebutton: bbb.MScInformatics.gr
# Warning: API URL IPs do not match host:
#
#                                IP from ifconfig: 83.212.58.208
#  /var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp: bbb.MScInformatics.gr

# Error: Could not connect to the configured hostname/IP address
#
#    http://bbb.MScInformatics.gr/
#
# If your BigBlueButton server is behind a firewall, see FAQ.

nc: getaddrinfo: Name or service not known
# Error: Unable to connect to port 1935 (RTMP) on bbb.MScInformatics.gr

nc: getaddrinfo: Name or service not known
# Error: Unable to connect to port 9123 (desktop sharing) on bbb.MScInformatics.gr


# Warning: You are running BigBlueButton on a server with less than 4G of memory.  Your
# performance may suffer.

# Warning: The API demos are installed and accessible from:
#

#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
#    sudo apt-get purge bbb-demo

# Warning: The client self check is installed and accessible from:
#
#    http://bbb.MScInformatics.gr/check
#

# Error: Unable to reach default URL for presentation:
#
#    http://bbb.MScInformatics.gr/default.pdf
#
# Check value for beans.presentationService.defaultUploadedPresentation in
#   /var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties


Chad Pilkey

unread,
Dec 20, 2016, 1:53:06 PM12/20/16
to BigBlueButton-dev
When I try to ping that domain name it can't resolve. Make sure the domain name is setup correctly with your provider. If you've just recently setup the subdomain it can take a bit for the change to filter through the various DNS servers.

Litsa Grigoriadou

unread,
Dec 20, 2016, 2:20:55 PM12/20/16
to BigBlueButton-dev
thank you very much!!

I am waiting but i get just the same error....


bbb@bbb:~$ nslookup %ipaddress% 83.212.58.208
;; connection timed out; no servers could be reached

bbb@bbb:~$ ping -a 83.212.58.208
PING 83.212.58.208 (83.212.58.208) 56(84) bytes of data.
64 bytes from 83.212.58.208: icmp_seq=1 ttl=64 time=0.015 ms
64 bytes from 83.212.58.208: icmp_seq=2 ttl=64 time=0.029 ms
64 bytes from 83.212.58.208: icmp_seq=3 ttl=64 time=0.022 ms
64 bytes from 83.212.58.208: icmp_seq=4 ttl=64 time=0.020 ms
64 bytes from 83.212.58.208: icmp_seq=5 ttl=64 time=0.018 ms
64 bytes from 83.212.58.208: icmp_seq=6 ttl=64 time=0.017 ms
64 bytes from 83.212.58.208: icmp_seq=7 ttl=64 time=0.018 ms
64 bytes from 83.212.58.208: icmp_seq=8 ttl=64 time=0.018 ms
64 bytes from 83.212.58.208: icmp_seq=9 ttl=64 time=0.020 ms
64 bytes from 83.212.58.208: icmp_seq=10 ttl=64 time=0.023 ms
64 bytes from 83.212.58.208: icmp_seq=11 ttl=64 time=0.019 ms
^[^[64 bytes from 83.212.58.208: icmp_seq=12 ttl=64 time=0.019 ms
64 bytes from 83.212.58.208: icmp_seq=13 ttl=64 time=0.016 ms
64 bytes from 83.212.58.208: icmp_seq=14 ttl=64 time=0.019 ms
64 bytes from 83.212.58.208: icmp_seq=15 ttl=64 time=0.018 ms
^C
--- 83.212.58.208 ping statistics ---
15 packets transmitted, 15 received, 0% packet loss, time 14003ms
rtt min/avg/max/mdev = 0.015/0.019/0.029/0.005 ms
bbb@bbb:~$ nslookup 83.212.58.208
Server:         195.130.67.4
Address:        195.130.67.4#53

** server can't find 208.58.212.83.in-addr.arpa: NXDOMAIN

Chad Pilkey

unread,
Dec 20, 2016, 4:14:06 PM12/20/16
to BigBlueButton-dev
I was talking about pinging the domain in your previous post, "bbb.mscinformatics.gr". When I try to ping the domain it can't resolve whereas if you ping something like "google.com" your computer will resolve the name to an IP.

Doug Gray

unread,
Dec 20, 2016, 4:43:28 PM12/20/16
to BigBlueButton-dev
did you just pick that name or is that your real domain site its being hosted ... you could try your host file add your ip and point it to your domain name that your using . I just want to know where you getting that domain name from

On Wednesday, December 14, 2016 at 10:13:02 AM UTC-8, Litsa Grigoriadou wrote:
Reply all
Reply to author
Forward
0 new messages