Thanks for sharing this!

On 16 October 2014 10:21, hadi sumarsono <hdisumars...@gmail.com> wrote:

> Problem solved after 2 days investigating why "jdbc communication link
> failure" :)
>
> 1).Just disable option --skip-networking in script /etc/rc.d/rc.mysqld
> (note: I am using Slackware-Linux, modify /etc/my.cnf is not enough)
> 2).Restart MySql service
> 3).Re-check listening port 3306, with command "netstat -tln"
> 4).Running ./red5-debug.sh
>
> Thanks for your advise.
> Warm regard,
>
> Hadi Sumarsono
>
> On Mon, Oct 13, 2014 at 7:56 PM, Maxim Solodovnik <solomax...@gmail.com>
> wrote:
>
>> could you please do the following:
>> 1) stop red5
>> 2) open terminal and type: ./red5-debug.sh
>> 3) wait until
>>
>> DEBUG 10-12 20:01:25.141 ROOT:72 [0.0.0.0-startStop-1] - Starting up
>> context openmeetings
>> DEBUG 10-12 20:01:30.639 o.a.o.r.r.ScopeApplicationAdapter:127
>> [Launcher:/openmeetings] - webAppPath :
>> /home/solomax/work/openmeetings/branches/3.0.x/dist/red5/webapps/openmeetings
>> DEBUG 10-12 20:01:35.571 o.a.o.d.w.EmoticonsManager:62
>> [Launcher:/openmeetings] - ##### loadEmot completed
>> DEBUG 10-12 20:01:35.572 o.a.o.u.Version:96 [Launcher:/openmeetings] -
>>     ##################################################
>>     #               Openmeetings is up               #
>>     #     3.0.4-SNAPSHOT 1630296 12-October-2014     #
>>     #                and ready to use                #
>>     ##################################################
>>
>> will be displayed in console
>> 4) try to access OM using your browser
>>
>>
>> On 13 October 2014 19:48, hadi sumarsono <hdisumars...@gmail.com> wrote:
>>
>>> My openmeetings.log content share via http://pastebin.com/MvqarGbm
>>>
>>> Warm regard,
>>> Hadi
>>>
>>> On Mon, Oct 13, 2014 at 7:07 PM, Maxim Solodovnik <solomax...@gmail.com>
>>> wrote:
>>>
>>>> this config seems to be OK
>>>> what do you have in openmeetings.log on red5 start?
>>>>
>>>> On 13 October 2014 19:05, hadi sumarsono <hdisumars...@gmail.com>
>>>> wrote:
>>>>
>>>>> I am using OpenMeeting verison 3.0.0 (stable), my persistence.xml
>>>>> share via http://pastebin.com/JiKpzHRr
>>>>>
>>>>>
>>>>> Warm regard,
>>>>> Hadi
>>>>>
>>>>> On Mon, Oct 13, 2014 at 6:53 PM, Maxim Solodovnik <
>>>>> solomax...@gmail.com> wrote:
>>>>>
>>>>>> it seems persistence.xml content is not good enough, could you share
>>>>>> it via pastebin so I can check?
>>>>>>
>>>>>> On 13 October 2014 17:05, hadi sumarsono <hdisumars...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I am trying your advice but on browser said :
>>>>>>> *OpenMeetings - Loading ...*
>>>>>>> The server is not yet completely initialized. Please try again in a
>>>>>>> couple of seconds.
>>>>>>> If this message persists for several minutes contact your
>>>>>>> Sys-Administration.
>>>>>>> If that message stays forever you should check the logs located in
>>>>>>>
>>>>>>> openmeetings_install_dir/log
>>>>>>>
>>>>>>> folder, probably your database user/pwd/host is wrong!
>>>>>>>
>>>>>>> I check persistence.xml content is right user/pwd/host but MySql
>>>>>>> said no tables create.
>>>>>>> something wrong with MySql connect, I guess. can I create tables
>>>>>>> manually?
>>>>>>>
>>>>>>> Warm regard,
>>>>>>> Hadi
>>>>>>>
>>>>>>> On Mon, Oct 13, 2014 at 1:39 PM, Maxim Solodovnik <
>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>
>>>>>>>> yes
>>>>>>>>
>>>>>>>> On 13 October 2014 13:37, hadi sumarsono <hdisumars...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> as your answer, run OM installer one more time... am I enough to
>>>>>>>>> running script ./admin.sh ...?
>>>>>>>>>
>>>>>>>>> On Mon, Oct 13, 2014 at 11:40 AM, Maxim Solodovnik <
>>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> you are right I forgot
>>>>>>>>>> 1.1) copy mysql*.jar into webapps/openmeeting/WEB-INF/lib/
>>>>>>>>>>
>>>>>>>>>> you will be able to connect to MySql, but it will contain no data
>>>>>>>>>> (users/rooms/strings etc.)
>>>>>>>>>> So after switching DB you need to run OM installer one more time
>>>>>>>>>> (web based installer will be accessible automatically, command line
>>>>>>>>>> installer can be run manually)
>>>>>>>>>>
>>>>>>>>>> On 13 October 2014 11:22, hadi sumarsono <hdisumars...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Solodovnik.
>>>>>>>>>>> I have same approach to switch to MySql, but at point-3, what is
>>>>>>>>>>> must reinstall?
>>>>>>>>>>> with mysql-connector-java-5.1.29 can I connecting OpenMeeting
>>>>>>>>>>> with MySqkl?
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Oct 13, 2014 at 10:58 AM, Maxim Solodovnik <
>>>>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hello Paul,
>>>>>>>>>>>>
>>>>>>>>>>>> AFAIK Derby supports only one app at the time, so I would
>>>>>>>>>>>> suggest to switch to MySql (or Postres maybe) performance might 
>>>>>>>>>>>> also be
>>>>>>>>>>>> better in this case :)
>>>>>>>>>>>> to switch you need to
>>>>>>>>>>>> 1) copy
>>>>>>>>>>>> webapps/openmeeting/WEB-INF/classes/META-INF/mysql_persistence.xml
>>>>>>>>>>>> webapps/openmeeting/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>>>> 2) set correct host, port, DB name, user, password
>>>>>>>>>>>> 3) reinstall
>>>>>>>>>>>>
>>>>>>>>>>>> in case you have valuable data in your Derby DB you can perform
>>>>>>>>>>>> export/import to preserve it
>>>>>>>>>>>>
>>>>>>>>>>>> On 13 October 2014 06:31, Paul Squires <
>>>>>>>>>>>> paul.squi...@perininetworks.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi all,
>>>>>>>>>>>>>
>>>>>>>>>>>>> I'm currently working on an installation with both
>>>>>>>>>>>>> OpenMeetings and Asterisk running off the same box.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I used the OM / Asterisk guide:
>>>>>>>>>>>>> http://openmeetings.apache.org/red5sip-integration_3.0.html
>>>>>>>>>>>>>
>>>>>>>>>>>>> and after modifying the socket location in /etc/odbc.ini to
>>>>>>>>>>>>> point to the right place, I ran
>>>>>>>>>>>>> echo "select 1" | isql -v asterisk-connector
>>>>>>>>>>>>>
>>>>>>>>>>>>> and it told me that it can't find a database called
>>>>>>>>>>>>> "openmeetings". I then realised that while the above ini file is 
>>>>>>>>>>>>> looking
>>>>>>>>>>>>> for MySQL, my current OM install is running with Derby.
>>>>>>>>>>>>>
>>>>>>>>>>>>> So, I have a question...
>>>>>>>>>>>>>
>>>>>>>>>>>>> - What do I need to change in the odbc.ini file for it work
>>>>>>>>>>>>> with Derby?
>>>>>>>>>>>>>
>>>>>>>>>>>>> ... or, if that can't be done...
>>>>>>>>>>>>>
>>>>>>>>>>>>> - What do I need to change in OM config to make it point to a
>>>>>>>>>>>>> MySQL db rather than Derby?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks in advance,
>>>>>>>>>>>>> Paul
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> WBR
>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>


-- 
WBR
Maxim aka solomax

Reply via email to