[FIXED]Ubuntu EC2 2.1 Beta5 Installation, cant add content to show "Adding 1 Item" issue.
  • Vote Up0Vote Down StephenStephen
    Posts: 43Member

    We currently use integrated airtime1.9.4, freeswitch,skype mediacore solution at http://a2zen.fm, to run llive talk/poscast show channel. We are looking forward to removing the problematic icecast fallbacks and letting liquid soap handle the transitions between our live and scheduled shows. Airtime is a great project, and thanks to the SourceFabric team...

    I just brought up new Ubuntu 10.04 LTS server, did manual install of B5.

    The install quit partially thru complaining of needing newer library, so i added mutliverse, and dpkg -i python-virtualenv_1.4.9-3_all.deb, then ran apt-get update.   

    ran the full install again and everything finiished fine, rebooted server, and airtime-check-system is reporting everything fine.

    I added a single file to media,  then tried to add to a show by clicking the + and dragging no no avail.

    Also created a playlist, and then tried again,      Im getting the  "Adding 1 item", nothing happens, then eventually disappears.

    Looking at logs zendphp and media-monitor. media monitor is does not appear to have any errors, but zend shows this.

    cat zendphp.log
    2012-05-04T21:05:35+00:00 INFO (6): Registered Component: media-monitor@127.0.0.1
    2012-05-04T21:05:37+00:00 INFO (6): Registered Component: pypo@127.0.0.1
    2012-05-04T21:05:38+00:00 INFO (6): Registered Component: show-recorder@127.0.0.1
    2012-05-04T21:59:14-04:00 INFO (6): /usr/share/airtime/application/models/StoredFile.php:uploadFile(): filename=p16sdbegctr                     1h4jpu02hofr71.mp3 to /tmp/plupload
    2012-05-04T21:59:17-04:00 INFO (6): copyFileToStor: moving file /tmp/plupload/p16sdbegctr1h4jpu02hofr71.mp3
    2012-05-04T21:59:17-04:00 INFO (6): copyFileToStor: moving file /tmp/plupload/p16sdbegctr1h4jpu02hofr71.mp3 to /srv/airtime                     /stor/organize/Kalimba.mp3
    2012-05-04T22:08:39-04:00 INFO (6): Getting contents for playlist 1
    2012-05-04T22:09:01-04:00 INFO (6): Adding to playlist
    2012-05-04T22:09:01-04:00 INFO (6): at position 0
    2012-05-04T22:09:01-04:00 INFO (6): Adding audio file 1
    2012-05-04T22:09:01-04:00 INFO (6): Getting contents for playlist 1
    2012-05-04T22:21:01-04:00 INFO (6): Getting contents for playlist 1
    2012-05-04T22:23:23-04:00 INFO (6): Unable to execute SELECT statement [SELECT cc_schedule.ID, cc_schedule.STARTS, cc_sched                     ule.ENDS, cc_schedule.FILE_ID, cc_schedule.CLIP_LENGTH, cc_schedule.FADE_IN, cc_schedule.FADE_OUT, cc_schedule.CUE_IN, cc_s                     chedule.CUE_OUT, cc_schedule.MEDIA_ITEM_PLAYED, cc_schedule.INSTANCE_ID, cc_schedule.PLAYOUT_STATUS FROM cc_schedule WHERE                      cc_schedule.INSTANCE_ID=:p1 AND cc_schedule.ENDS>:p2] [wrapped: SQLSTATE[22007]: Invalid datetime format: 7 ERROR:  invalid                      input syntax for type timestamp: ""]
    2012-05-04T22:23:23-04:00 INFO (6): /usr/share/airtime/library/propel/runtime/lib/query/ModelCriteria.php
    2012-05-04T22:23:23-04:00 INFO (6): 1045
    2012-05-05T07:03:06-04:00 INFO (6): Registered Component: pypo@127.0.0.1
    2012-05-05T07:03:07-04:00 INFO (6): Registered Component: show-recorder@127.0.0.1
    2012-05-05T07:14:54-04:00 INFO (6): Registered Component: media-monitor@127.0.0.1

     

    Not sure where else to look, to find issue.   I have done 0 configuration to airtime so far,  just changed the admin password.

    thanks for your help.

    stephen

     

     

    Post edited by Stephen at 2012-05-08 11:20:18
  • 2 Comments sorted by
  • Hi,

    Airtime development is happening so quickly at the moment, it is hard to say this problem still exists. Could you check out the latest devel branch, and verify if the problem still exists there? We are releasing beta 6 and this would help ensure everything is close to perfect :)

    sudo apt-get install git
    cd ~
    cd ~/airtime
    git checkout devel
    git submodule init
    git submodule update
    cd install_full/ubuntu
    sudo ./airtime-full-install
    Post edited by Martin Konecny at 2012-05-05 22:48:06
    Airtime Pro Hosting: http://airtime.pro
  • Vote Up0Vote Down StephenStephen
    Posts: 43Member

    Martin, thanks, i'll get system to master branch, and try...

    stephen