[openmeetings-user] Re: Autoconnect - NetConnection.Call.Failed - rtmpt://x.x.x.x:8088/openmeetings/hibernate

2011-02-23 Thread Syed
Hi Ishan,

Which version of MySql did you install? Also, what is the process of
reconfiguring MySQL to listen TCP/IP ??

I have tried to follow your steps after I got an error that the MySql
version (from XAMPP 1.7.4 version) which does not support MyISAM, and
hence had to install XAMPP 1.4.16 since it has MySql version 5.0
(which supports MyISAM). But that doesnt help either and give me the
error:

Autoconnect
NetConnection.Call.Failed
rtmpt://192.168.1.216:8088/openmeetings/hibernate

Any help would be appreciated.

Regards,
Syed.







On Feb 14, 12:07 pm, Ishan Dave  wrote:
> Hi Sebastian,
>
> Thank you very much for your reply.  In fact yesterday eve remove
> everything and reinstall all the things. Now its working fine. Step
> which I follow are as follows.
>
> 1. Installed Open Office and run it in headless mode.  
> -http://code.google.com/p/openmeetings/wiki/OpenOfficeConverter#Windows
> 2. Installed ImageMagick and add it in path variable of Windows
> 3. Installed GhostScript and add it in path variable of Windows
> 4. Installed PDF2SWF (SWFTools) and add it in path variable of Windows
> 5. Installed SoX and add it in path variable of Windows
> 6. Reconfigure the already installed MySQL to listen TCP/IP and set
> the default Character Set/ Collation to UTF-8
> 7. Created one database named "openmeetings" with Collation type as :
> utf8_general_ci
> 8. Extracted the "openmeetings_1_6_rc1_r3621.zip" file
> 9. Added username and password in hibernate-cfg.xml file of Open
> Meetings web application available inside Red5
> (openmeetings_1_6_rc1_r3621\red5\webapps\openmeetings\conf)
> 10. Run the Red5 server. (openmeetings_1_6_rc1_r3621\red5\red5.bat)
> 11. In web browser typed "http://localhost:5080/openmeetings/install";
>
> Hurray... :-)
>
> Everything works fine...
>
> These steps work fine for Windows XP for me, so sharing with you all.
>
> Thank you,
> Ishan Dave
>
> On Feb 11, 9:01 pm, "seba.wag...@gmail.com" 
> wrote:
>
>
>
>
>
>
>
> > Hi Ishan,
>
> > which version of OpenMeetings are you using?
> > Did you configure the database config and run the installer?
>
> > Sebastian
>
> > 2011/2/11 Ishan Dave 
>
> > > Hi All,
>
> > > First of all would like to congratulate the highly intellectual team
> > > of OpenMeeting for developing such a  wonderful application.
>
> > > Today tried to setup it on my windows machine and ufortunetly getting
> > > following error.
>
> > > Autoconnect
> > > NetConnection.Call.Failed (during process it shows try 1, try 2, try
> > > 3)
> > > rtmpt://x.x.x.x:8088/openmeetings/hibernate
> > > (Status bar shows aproximately 40 % completion)
>
> > > My Environment and installation are as follows
> > > 1. OS - Windows XP Service Pack 3
> > > 2. OpenMeeeting - openmeetings_1_6_rc1_r3621
> > > 3. MySQL - 5.0.51
> > > 4. Database name - openmeetings
> > > 5. Database Collation - utf8_general_ci
>
> > > When I run the red5 and hit the url -http://x.x.x.x:5080/openmeetings/
> > > it will give me above error.
>
> > > contants of log files are as follows :
> > > 0.0.0.0_access.2011-02-11.log
> > > 127.0.0.1 - - [11/Feb/2011:11:14:00 +0530] "GET /openmeetings/ HTTP/
> > > 1.1" 200 3886
> > > 127.0.0.1 - - [11/Feb/2011:11:14:00 +0530] "GET /openmeetings/embed-
> > > compressed.js HTTP/1.1" 304 -
> > > 127.0.0.1 - - [11/Feb/2011:11:14:02 +0530] "GET /openmeetings/
> > > config.xml?random=1297403042083&%5F%5Flzbc%5F%5F=1297403042083 HTTP/
> > > 1.1" 200 8790
> > > 127.0.0.1 - - [11/Feb/2011:11:14:02 +0530] "GET /openmeetings/
> > > maindebug.lzx-Dateien/maindebug.lzx HTTP/1.1" 404 1435
>
> > > error.log
> > > 2011-02-11 11:13:52,803 [main] WARN  o.s.b.f.c.CustomEditorConfigurer
> > > - Passing PropertyEditor instances into CustomEditorConfigurer is
> > > deprecated: use PropertyEditorRegistrars or PropertyEditor class names
> > > instead. Offending key [java.net.SocketAddress; offending editor
> > > instance:
> > > org.apache.mina.integration.beans.InetSocketAddressEditor@1a1c42f
> > > 2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
> > > o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> > > 'hibernate.c3p0.max_size' and c3p0-style property 'c3p0.max_size' have
> > > been set in hibernate.properties. Hibernate-style property
> > > 'hibernate.c3p0.max_size' will be used and c3p0-style property
> > > 'c3p0.max_size' will be ignored!
> > > 2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
> > > o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> > > 'hibernate.c3p0.min_size' and c3p0-style property 'c3p0.min_size' have
> > > been set in hibernate.properties. Hibernate-style property
> > > 'hibernate.c3p0.min_size' will be used and c3p0-style property
> > > 'c3p0.min_size' will be ignored!
> > > 2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
> > > o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> > > 'hibernate.c3p0.timeout' and c3p0-style property 'c3p0.timeout' have
> > > been set in hibernate.properties. Hibernate-style property
> >

[openmeetings-user] Re: Autoconnect - NetConnection.Call.Failed - rtmpt://x.x.x.x:8088/openmeetings/hibernate

2011-02-13 Thread Ishan Dave
Hi Sebastian,

Thank you very much for your reply.  In fact yesterday eve remove
everything and reinstall all the things. Now its working fine. Step
which I follow are as follows.

1. Installed Open Office and run it in headless mode.  -
http://code.google.com/p/openmeetings/wiki/OpenOfficeConverter#Windows
2. Installed ImageMagick and add it in path variable of Windows
3. Installed GhostScript and add it in path variable of Windows
4. Installed PDF2SWF (SWFTools) and add it in path variable of Windows
5. Installed SoX and add it in path variable of Windows
6. Reconfigure the already installed MySQL to listen TCP/IP and set
the default Character Set/ Collation to UTF-8
7. Created one database named "openmeetings" with Collation type as :
utf8_general_ci
8. Extracted the "openmeetings_1_6_rc1_r3621.zip" file
9. Added username and password in hibernate-cfg.xml file of Open
Meetings web application available inside Red5
(openmeetings_1_6_rc1_r3621\red5\webapps\openmeetings\conf)
10. Run the Red5 server. (openmeetings_1_6_rc1_r3621\red5\red5.bat)
11. In web browser typed "http://localhost:5080/openmeetings/install";

Hurray... :-)

Everything works fine...

These steps work fine for Windows XP for me, so sharing with you all.

Thank you,
Ishan Dave

On Feb 11, 9:01 pm, "seba.wag...@gmail.com" 
wrote:
> Hi Ishan,
>
> which version of OpenMeetings are you using?
> Did you configure the database config and run the installer?
>
> Sebastian
>
> 2011/2/11 Ishan Dave 
>
>
>
>
>
>
>
> > Hi All,
>
> > First of all would like to congratulate the highly intellectual team
> > of OpenMeeting for developing such a  wonderful application.
>
> > Today tried to setup it on my windows machine and ufortunetly getting
> > following error.
>
> > Autoconnect
> > NetConnection.Call.Failed (during process it shows try 1, try 2, try
> > 3)
> > rtmpt://x.x.x.x:8088/openmeetings/hibernate
> > (Status bar shows aproximately 40 % completion)
>
> > My Environment and installation are as follows
> > 1. OS - Windows XP Service Pack 3
> > 2. OpenMeeeting - openmeetings_1_6_rc1_r3621
> > 3. MySQL - 5.0.51
> > 4. Database name - openmeetings
> > 5. Database Collation - utf8_general_ci
>
> > When I run the red5 and hit the url -http://x.x.x.x:5080/openmeetings/
> > it will give me above error.
>
> > contants of log files are as follows :
> > 0.0.0.0_access.2011-02-11.log
> > 127.0.0.1 - - [11/Feb/2011:11:14:00 +0530] "GET /openmeetings/ HTTP/
> > 1.1" 200 3886
> > 127.0.0.1 - - [11/Feb/2011:11:14:00 +0530] "GET /openmeetings/embed-
> > compressed.js HTTP/1.1" 304 -
> > 127.0.0.1 - - [11/Feb/2011:11:14:02 +0530] "GET /openmeetings/
> > config.xml?random=1297403042083&%5F%5Flzbc%5F%5F=1297403042083 HTTP/
> > 1.1" 200 8790
> > 127.0.0.1 - - [11/Feb/2011:11:14:02 +0530] "GET /openmeetings/
> > maindebug.lzx-Dateien/maindebug.lzx HTTP/1.1" 404 1435
>
> > error.log
> > 2011-02-11 11:13:52,803 [main] WARN  o.s.b.f.c.CustomEditorConfigurer
> > - Passing PropertyEditor instances into CustomEditorConfigurer is
> > deprecated: use PropertyEditorRegistrars or PropertyEditor class names
> > instead. Offending key [java.net.SocketAddress; offending editor
> > instance:
> > org.apache.mina.integration.beans.InetSocketAddressEditor@1a1c42f
> > 2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
> > o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> > 'hibernate.c3p0.max_size' and c3p0-style property 'c3p0.max_size' have
> > been set in hibernate.properties. Hibernate-style property
> > 'hibernate.c3p0.max_size' will be used and c3p0-style property
> > 'c3p0.max_size' will be ignored!
> > 2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
> > o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> > 'hibernate.c3p0.min_size' and c3p0-style property 'c3p0.min_size' have
> > been set in hibernate.properties. Hibernate-style property
> > 'hibernate.c3p0.min_size' will be used and c3p0-style property
> > 'c3p0.min_size' will be ignored!
> > 2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
> > o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> > 'hibernate.c3p0.timeout' and c3p0-style property 'c3p0.timeout' have
> > been set in hibernate.properties. Hibernate-style property
> > 'hibernate.c3p0.timeout' will be used and c3p0-style property
> > 'c3p0.timeout' will be ignored!
> > 2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
> > o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> > 'hibernate.c3p0.idle_test_period' and c3p0-style property
> > 'c3p0.idle_test_period' have been set in hibernate.properties.
> > Hibernate-style property 'hibernate.c3p0.idle_test_period' will be
> > used and c3p0-style property 'c3p0.idle_test_period' will be ignored!
> > 2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
> > o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> > 'hibernate.c3p0.max_statements' and c3p0-style property
> > 'c3p0.max_statements' have been set in hibernate.properties. Hibernate-
> > styl