How i can fix this

149 views
Skip to first unread message

natchapol subrit

unread,
Oct 23, 2014, 5:10:02 AM10/23/14
to bigblueb...@googlegroups.com
root@vps199:~/dev/bigbluebutton/bigbluebutton-client# ant
Buildfile: /root/dev/bigbluebutton/bigbluebutton-client/build.xml

init-ant-contrib:

clean:
     [echo] Locale output dir exists. Deleting contents of /root/dev/bigbluebutton/bigbluebutton-client/client/locale

generate-html-wrapper:

build-deskshare-no-linker:
     [echo] Compiling deskshare without optimization.
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/DeskShareModule.swf (1002570 bytes)

build-deskshare-standalone:
     [echo] Compiling deskshare standalone without optimization.
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] Warning: DeskShareModule is a module or application that is directly referenced. This will cause DeskShareModule and all of its dependencies to be linked in with DeskshareStandalone. Using an interface is the recommended practice to avoid this.
    [mxmlc]
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/DeskshareStandalone.swf (1008585 bytes)

compile-deskshare-standalone:
     [echo] Deskshare standalone built without optimization.

build-mic-check:
     [echo] Compiling Microphone Check Application.
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/MicrophoneCheck.swf (529135 bytes)

build-cam-check:
     [echo] Compiling Camera Check Application.
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/CameraCheck.swf (534455 bytes)

build-conn-check:
     [echo] Compiling Connection Check Application.
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/RTMPConnCheck.swf (530243 bytes)

build-webcam-preview-standalone:
     [echo] Compiling webcam preview standalone without optimization.
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/WebcamPreviewStandalone.swf (535316 bytes)

build-webcam-view-standalone:
     [echo] Compiling webcam view standalone without optimization.
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/WebcamViewStandalone.swf (536970 bytes)

build-bbb-main:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/src/org/bigbluebutton/main/api/JSLogger.as(5): col: 9 Warning: class 'JSLogger' will be scoped to the default namespace: org.bigbluebutton.main.api internal.  It will not be visible outside of this package.
    [mxmlc]
    [mxmlc]   class JSLogger {
    [mxmlc]         ^
    [mxmlc]
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/BigBlueButton.swf (1778746 bytes)
     [echo] **********************************************
     [echo] *    Generated bundles.txt                   *
     [echo] * Make sure you include all resources listed *
     [echo] * in the file when building the locales.     *
     [echo] **********************************************
     [echo] Copying common assets for BBB Main
     [copy] Copying 113 files to /root/dev/bigbluebutton/bigbluebutton-client/client/org/bigbluebutton/common/assets/images

build-chat:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/src/org/bigbluebutton/modules/chat/services/ChatMessageService.as(113): col: 15 Warning: Duplicate variable definition.
    [mxmlc]
    [mxmlc]           var msg:ChatMessageVO = new ChatMessageVO();
    [mxmlc]               ^
    [mxmlc]
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/src/org/bigbluebutton/modules/chat/services/ChatMessageService.as(125): col: 15 Warning: Duplicate variable definition.
    [mxmlc]
    [mxmlc]           var pcEvent:PublicChatMessageEvent = new PublicChatMessageEvent(PublicChatMessageEvent.PUBLIC_CHAT_MESSAGE_EVENT);
    [mxmlc]               ^
    [mxmlc]
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/ChatModule.swf (328290 bytes)

build-present:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml(298): Warning: Data binding will not be able to detect assignments to "width".
    [mxmlc]
    [mxmlc]       <mx:Label id="lblFileName" width="{lblFileName.parent.width-selectBtn.width-uploadBtn.width-30}" selectable="false" click="selectFile()" text="{ResourceUtil.getInstance().getString('bbb.fileupload.lblFileName.defaultText')}" />
    [mxmlc]
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/PresentModule.swf (190594 bytes)

build-layout:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/LayoutModule.swf (123308 bytes)

build-broadcast:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/BroadcastModule.swf (97681 bytes)

build-users:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/UsersModule.swf (166430 bytes)

build-main-chat-present:

build-deskshare:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/DeskShareModule.swf (119195 bytes)
     [echo] Copying deskshare applet for Deskshare Module
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client

build-phone:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/src/org/bigbluebutton/main/api/JSLogger.as(5): col: 9 Warning: class 'JSLogger' will be scoped to the default namespace: org.bigbluebutton.main.api internal.  It will not be visible outside of this package.
    [mxmlc]
    [mxmlc]   class JSLogger {
    [mxmlc]         ^
    [mxmlc]
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as(164): col: 8 Warning: variable 'errorString' has no type declaration.
    [mxmlc]
    [mxmlc]       var errorString = ResourceUtil.getInstance().getString("bbb.webrtcWarning.failedError." + errorCode);
    [mxmlc]           ^
    [mxmlc]
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as(179): col: 8 Warning: variable 'errorString' has no type declaration.
    [mxmlc]
    [mxmlc]       var errorString = ResourceUtil.getInstance().getString("bbb.webrtcWarning.failedError." + errorCode);
    [mxmlc]           ^
    [mxmlc]
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/PhoneModule.swf (113120 bytes)
     [echo] Copying assets for Phone Module
     [copy] Copying 6 files to /root/dev/bigbluebutton/bigbluebutton-client/client/org/bigbluebutton/modules/phone/views/assets/images

build-video:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/VideoconfModule.swf (135537 bytes)

build-videodock:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/VideodockModule.swf (98733 bytes)

build-whiteboard:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml(298): Warning: Data binding will not be able to detect assignments to "width".
    [mxmlc]
    [mxmlc]       <mx:Label id="lblFileName" width="{lblFileName.parent.width-selectBtn.width-uploadBtn.width-30}" selectable="false" click="selectFile()" text="{ResourceUtil.getInstance().getString('bbb.fileupload.lblFileName.defaultText')}" />
    [mxmlc]
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/WhiteboardModule.swf (340950 bytes)

build-notes:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/NotesModule.swf (100625 bytes)

build-polling:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/PollingModule.swf (419367 bytes)

build-deskshare-phone-video-whiteboard-dyn:

copy-resource-files:
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client/swfobject
     [copy] Copying 13 files to /root/dev/bigbluebutton/bigbluebutton-client/client/lib
     [copy] Copying 4 files to /root/dev/bigbluebutton/bigbluebutton-client/client/check
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client/conf
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client/conf
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client/conf
     [echo] Copying config.xml for development environment
     [copy] Copying 1 file to /root/dev/bigbluebutton/bigbluebutton-client/client/conf

compile-bbb:

branding:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/branding/css/BBBDefault.css.swf (396768 bytes)

branding-black:
    [mxmlc] Loading configuration file /root/dev/tools/apache-flex-sdk-4.13.0-bin/frameworks/flex-config.xml
    [mxmlc] /root/dev/bigbluebutton/bigbluebutton-client/client/branding/css/BBBBlack.css.swf (382028 bytes)

clean-build-all:

BUILD SUCCESSFUL
Total time: 3 minutes 30 seconds
root@vps199:~/dev/bigbluebutton/bigbluebutton-client# sudo bbb-conf --clean
Doing a restart of BigBlueButton and cleaning out all log files...
 * Stopping daemon monitor monit                                                                                                    [ OK ]
 * Stopping Red5 Server red5                                                                                                        [ OK ]
 * Stopping Tomcat servlet engine tomcat7                                                                                           [ OK ]
Killing: 24650
 * Stopping bbb-record-core

Cleaning Log Files ...
 * nginx is not running
 * Red5 Server is not running.
 * Tomcat servlet engine is not running.

26518 Backgrounding.
Waiting for FreeSWITCH to start: ...............
 * Starting Red5 Server red5                                                                                                               
                                                                                                                                    [ OK ]
 * Starting Tomcat servlet engine tomcat7                                                                                           [ OK ]
 * Starting daemon monitor monit                                                                                                    [ OK ]

Note: monit will automatically start bbb-record-core and LibreOffice within 60 seconds.

Waiting for BigBlueButton to finish starting up (this may take a minute): ............................................................................................................................................................................................................................................................................................................................................. done


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

# Warning: The directory
#
#    /dev/bigbluebutton/bigbluebutton-client
#
# does not exist.  The BigBlueButton client will not load.

Untitled.gif

HostBBB.com

unread,
Oct 23, 2014, 7:59:00 AM10/23/14
to bigblueb...@googlegroups.com
Natchapol,

looks like symlink to client is not resolving, when you build its all put in client directory.

for example /home/Ubuntu/dev/bigbluebutton/bigbluebutton-client/client

Warning: The directory
#
#    /dev/bigbluebutton/bigbluebutton-client
#
# does not exist.  The BigBlueButton client will not load.

your missing the /client

Regards,
Stephen

natchapol subrit

unread,
Oct 23, 2014, 10:36:36 AM10/23/14
to bigblueb...@googlegroups.com
Pls tell me what i can do for fix it

เมื่อ วันพฤหัสบดีที่ 23 ตุลาคม ค.ศ. 2014, 18 นาฬิกา 59 นาที 00 วินาที UTC+7, HostBBB.com เขียนว่า:

Felipe Cecagno

unread,
Oct 23, 2014, 11:04:03 AM10/23/14
to bigblueb...@googlegroups.com
Pls read the warning message.

It's saying the directory /dev/bigbluebutton/bigbluebutton-client doesn't exist, so you are pointing your client_dev rule on nginx to the wrong path.

--
   
Felipe Cecagno

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

Reply all
Reply to author
Forward
0 new messages