Hello,
I'm getting the error with svn client installed. That may be a windows
specific problem. Will look further.

--
c:\Windows.old\om\build.xml:697: Cannot find javahl, svnkit nor
command line svn client

Total time: 0 seconds

c:\Windows.old\om>"c:\Program Files (x86)\Notepad++\notepad++.exe"
c:\Windows.old\om\build.xml

c:\Windows.old\om>svn
Type 'svn help' for usage.

--
With best regards / с наилучшими пожеланиями,
Alexei Fedotov / Алексей Федотов,
http://dataved.ru/
+7 916 562 8095



2012/3/2 seba.wag...@gmail.com <seba.wag...@gmail.com>:
> maybe your database is not listening TCP IP conenction.
> However the debug jsut says it quite clear "cannot connect to database" this
> is actual message, so actually your credentials are definitly wrong. Maybe
> you test them on the wrong host.
>
>
> Sebastian
>
> 2012/3/2 Hamza Öztürk <webkal...@gmail.com>
>>
>> Hi,
>>
>> When I look my connection informations, all of them are correct. How can I
>> recognize that where I am doing a wrong thing ?
>>
>>
>>
>>
>> 2012/3/2 seba.wag...@gmail.com <seba.wag...@gmail.com>
>>>
>>> Hi Hamza,
>>>
>>> your db credetials are wrong
>>>
>>> the magic words in the log are:
>>> "Could not create connection to database server. Attempted reconnect 3
>>> times. Giving up."
>>>
>>> Please lets keep our conversation public on the mailing list, this might
>>> be a benefit for other users that run into the same trouble.
>>>
>>> Thanks!
>>>
>>> Sebastian
>>>
>>> 2012/3/2 Hamza Öztürk <webkal...@gmail.com>
>>>>
>>>> Hi Sebastian,
>>>>
>>>> I solved the svn problem and built code again.
>>>>
>>>> When I try to install, I give same error.
>>>>
>>>> Can you check it?
>>>>
>>>> I added files.
>>>>
>>>> Hamza
>>>>
>>>> 2012/3/2 seba.wag...@gmail.com <seba.wag...@gmail.com>
>>>>
>>>>> if you open a CMD and tpe "svn" what happens ?
>>>>>
>>>>>
>>>>> Sebastian
>>>>>
>>>>> 2012/3/2 Hamza Öztürk <webkal...@gmail.com>
>>>>>>
>>>>>> Hi Sebastian,
>>>>>>
>>>>>> Yes, there is a svn client on the computer. I update the code by svn
>>>>>> client. Because of the last update which includes some changes about svn
>>>>>> client, when i try to build code, it gives error.
>>>>>>
>>>>>> Hamza
>>>>>>
>>>>>> 2012/3/2 seba.wag...@gmail.com <seba.wag...@gmail.com>
>>>>>>
>>>>>>> You have no SVN client installed on your system, how do you checkout
>>>>>>> the code if there is no SVN client available ?
>>>>>>>
>>>>>>>
>>>>>>> Sebastian
>>>>>>>
>>>>>>> 2012/3/2 Hamza Öztürk <webkal...@gmail.com>
>>>>>>>>
>>>>>>>> Hi Sebastian,
>>>>>>>>
>>>>>>>> I updated the last svn revision. After that, when I try to ant it,
>>>>>>>> it gives an error.
>>>>>>>>
>>>>>>>> current_revision:
>>>>>>>>       [svn] Missing 'commandline' dependencies on the classpath !
>>>>>>>>
>>>>>>>> BUILD FAILED
>>>>>>>> C:\RED5_NEW\build.xml:536: Cannot find javahl, svnkit nor command
>>>>>>>> line svn client
>>>>>>>>
>>>>>>>> How can I fix it?
>>>>>>>>
>>>>>>>> Hamza
>>>>>>>>
>>>>>>>> 2012/3/2 seba.wag...@gmail.com <seba.wag...@gmail.com>
>>>>>>>>
>>>>>>>>> Hi Hamza,
>>>>>>>>>
>>>>>>>>> check the red5.log/openmeetings.log/error.log
>>>>>>>>>
>>>>>>>>> Sebastian
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2012/3/2 Hamza Öztürk <webkal...@gmail.com>
>>>>>>>>>>
>>>>>>>>>> Hi Sebastian,
>>>>>>>>>>
>>>>>>>>>> I did an svn update. When I use apache derby database, it works.
>>>>>>>>>> But we want to use mysql. When I try to connect mysql it says access 
>>>>>>>>>> denied
>>>>>>>>>> although the connection informations are true.
>>>>>>>>>>
>>>>>>>>>> Can you help me, please?
>>>>>>>>>>
>>>>>>>>>> Hamza
>>>>>>>>>>
>>>>>>>>>> 1 Mart 2012 10:39 tarihinde seba.wag...@gmail.com
>>>>>>>>>> <seba.wag...@gmail.com> yazdı:
>>>>>>>>>>
>>>>>>>>>>> You might also do an svn update
>>>>>>>>>>> and then run ant dist again.
>>>>>>>>>>> Trunk should work again.
>>>>>>>>>>>
>>>>>>>>>>> Sebastian
>>>>>>>>>>>
>>>>>>>>>>> 2012/2/29 seba.wag...@gmail.com <seba.wag...@gmail.com>
>>>>>>>>>>>
>>>>>>>>>>>> You should at least wait till there is a Nightly Builds system
>>>>>>>>>>>> available again to test and try out.
>>>>>>>>>>>>
>>>>>>>>>>>> Am 29.02.2012 19:39 schrieb "Hamza Öztürk"
>>>>>>>>>>>> <webkal...@gmail.com>:
>>>>>>>>>>>>
>>>>>>>>>>>>> Gi Sebastian,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks for your answer.
>>>>>>>>>>>>>
>>>>>>>>>>>>> We have to use hideChat feature, so we want to install
>>>>>>>>>>>>> openmettings 2.x version.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> http://incubator.apache.org/openmeetings/ConferenceRoomLayoutOptions.html
>>>>>>>>>>>>>
>>>>>>>>>>>>> How can we use this feature without installing build system ?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Hamza
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2012/2/29 seba.wag...@gmail.com <seba.wag...@gmail.com>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Hamza,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> there are some major changes in the build system, so that
>>>>>>>>>>>>>> currently trunk is not stable and you cannot run it.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Sebastian
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 2012/2/29 Hamza Öztürk <webkal...@gmail.com>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I downloaded the source code from
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/?diff_format=u&sortby=date.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Afterwards, I built it successfully. However, when I want to
>>>>>>>>>>>>>>> install
>>>>>>>>>>>>>>> openmeeting, it says that ;
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 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!
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> But, All connection settings are true. How can I see error
>>>>>>>>>>>>>>> clearly ?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Sebastian Wagner
>>>>>>>>>>>>>> http://www.openmeetings.de
>>>>>>>>>>>>>> http://incubator.apache.org/openmeetings/
>>>>>>>>>>>>>> http://www.webbase-design.de
>>>>>>>>>>>>>> http://www.wagner-sebastian.com
>>>>>>>>>>>>>> seba.wag...@gmail.com
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Hamza Öztürk
>>>>>>>>>>>>>
>>>>>>>>>>>>> 0 506 752 36 36
>>>>>>>>>>>>> des...@e-veri.com
>>>>>>>>>>>>>
>>>>>>>>>>>>> E-Veri Bilişim Hizmetleri
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Sebastian Wagner
>>>>>>>>>>> http://www.openmeetings.de
>>>>>>>>>>> http://incubator.apache.org/openmeetings/
>>>>>>>>>>> http://www.webbase-design.de
>>>>>>>>>>> http://www.wagner-sebastian.com
>>>>>>>>>>> seba.wag...@gmail.com
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Hamza Öztürk
>>>>>>>>>>
>>>>>>>>>> 0 506 752 36 36
>>>>>>>>>> des...@e-veri.com
>>>>>>>>>>
>>>>>>>>>> E-Veri Bilişim Hizmetleri
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Sebastian Wagner
>>>>>>>>> http://www.openmeetings.de
>>>>>>>>> http://incubator.apache.org/openmeetings/
>>>>>>>>> http://www.webbase-design.de
>>>>>>>>> http://www.wagner-sebastian.com
>>>>>>>>> seba.wag...@gmail.com
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Hamza Öztürk
>>>>>>>>
>>>>>>>> 0 506 752 36 36
>>>>>>>> des...@e-veri.com
>>>>>>>>
>>>>>>>> E-Veri Bilişim Hizmetleri
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Sebastian Wagner
>>>>>>> http://www.openmeetings.de
>>>>>>> http://incubator.apache.org/openmeetings/
>>>>>>> http://www.webbase-design.de
>>>>>>> http://www.wagner-sebastian.com
>>>>>>> seba.wag...@gmail.com
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Hamza Öztürk
>>>>>>
>>>>>> 0 506 752 36 36
>>>>>> des...@e-veri.com
>>>>>>
>>>>>> E-Veri Bilişim Hizmetleri
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Sebastian Wagner
>>>>> http://www.openmeetings.de
>>>>> http://incubator.apache.org/openmeetings/
>>>>> http://www.webbase-design.de
>>>>> http://www.wagner-sebastian.com
>>>>> seba.wag...@gmail.com
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Hamza Öztürk
>>>>
>>>> 0 506 752 36 36
>>>> des...@e-veri.com
>>>>
>>>> E-Veri Bilişim Hizmetleri
>>>
>>>
>>>
>>>
>>> --
>>> Sebastian Wagner
>>> http://www.openmeetings.de
>>> http://incubator.apache.org/openmeetings/
>>> http://www.webbase-design.de
>>> http://www.wagner-sebastian.com
>>> seba.wag...@gmail.com
>>
>>
>>
>>
>> --
>> Hamza Öztürk
>>
>> 0 506 752 36 36
>> des...@e-veri.com
>>
>> E-Veri Bilişim Hizmetleri
>
>
>
>
> --
> Sebastian Wagner
> http://www.openmeetings.de
> http://incubator.apache.org/openmeetings/
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wag...@gmail.com

Reply via email to