Re: SOAP and join room

2009-05-20 Thread Kunthar
did you read SOAP methods in wiki?
What platform/lang you use to connect?
etc. etc.

Kunth

On Wed, May 20, 2009 at 4:58 PM, pierre.pot...@gmail.com <
pierre.pot...@gmail.com> wrote:

>
> after some tests , i join all rooms opened in ghost mode directly
> with openmeetings Oo
>
> On May 20, 3:30 pm, "pierre.pot...@gmail.com"
>  wrote:
> > Hello,
> >
> > i'm working on portal to use LDAP user's to create their rooms  with a
> > light interface and generate a link to send  invitations to join  room
> > (it's a  SOAP-gateway).
> >
> > But with  SOAP methods , guest join all rooms existing but guest see
> > just one room..
> >
> > if another guest1 is in room1  and guest2 join room2, guest2 join
> > room1 too in "ghost mode".
> >
> > so i need some help to understand .. it's a bug with soap method when
> > guest join room?
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Sound and video are late after 15 minutes of conferencing: your experience and ideas?

2009-05-12 Thread Kunthar
Would like to see logs.
$red5/log/openmeetings.log
$red5/log/error.log


On Wed, May 13, 2009 at 1:00 AM, Evgeny Rovinsky wrote:

>
> I would like to ask everyone about this issue. It seems important to
> me since it concerns the very basic OpenMeetins functionality - the
> communication during videoconferencing.
>
> We've tried a long conference (about 1 hour) for 5 people. We found a
> problem that becomes clear after approx. 15 minutes of active
> communications.
>
> Sound and video comes late for minutes. (E.g., you say a word, and
> your colleague hears it in 2 minutes). It looked like some buffer
> overflowed. It clearly was not because of bandwidth or other network
> problems.
>
> Have someone met a problem like that? I you do, please, let me know.
>
> We discussed this problem and have inferred some ways to fix it:
>
> 1) Each moment audio stream is accepted from 2 persons, not all others
> are
> silent.
> 2) Do not transmit silent sounds to a server (set some threshold
> using
> flash settings).
> 3) Clear the buffer time after time.
>
> Does anyone have more ideas?
>
> P.S. I've submitted Issue 731 for patches and other formal posts.
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Browser crashes when entering a conference.

2009-05-12 Thread Kunthar
* Should check additional activex objects in IE
* Should check Firefox addons
* Should check darn Windoze poisoned with virus or something
* Downgrade to Flash 9 and try again.
* Check if webcam driver is proper and installed in a clean way
* If all not works, format pc to new Windoze and try again :)

Kunth


On Tue, May 12, 2009 at 2:22 AM, Tony Langdon  wrote:

>
>
>
> > As a test, I tried the same camera and mic settings on a site known to
> > work previously, and the browser didn't crash then.
> >
> > Any ideas what's going on?
>
> Further to my browser crash issue, I was able to enter a conference on
> another PC.  So far, this is what's happened:
>
> PC 1 - Windows Vista x64, 2.4 GHz quad core, 4 GB RAM, Flash player
> 10,0,22,87 (according to Adobe test site) - Result:  Crashes on
> entering conference in both IE and Firefox.
>
> PC 2 - Windows XP Pro, 1.066 GHz P3, 256M RAM, Flash Player 10,0,22,87
> - Result:  Appears to work (only tested Firefox 3 at this stage).
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: The requested resource (/openmeetings/Install) is not available.

2009-05-07 Thread Kunthar
Would it be (i)nstall with lower case?


On Thu, May 7, 2009 at 12:10 PM, Tony Langdon  wrote:

>
> At 06:53 PM 5/7/2009, you wrote:
>
> >Hi,
> >
> >1- It is possible your right are not sufficients...
> >
> >Try chmod -R 777 "path/to/your/folder/openmeetings"
>
> I did, no change.
>
>
> >2- Your red5 server is running ?
>
> Yes.
>
>
> >3- What is the message when you go to http://"red5_server":5080 ?
>
> I get the Red 5 main page.
>
>
> >4- What version of OM do you use ?
>
> 0.8RC2 (the latest ones on the site.
>
> 73 de VK3JED / VK3IRL
> http://vkradio.com
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings installation issues

2009-05-07 Thread Kunthar
Check with
netstat -anp | grep java
and paste the result here

netstat -an | grep 5080
too

Try to telnet to the port from *REMOTE* location

telnet your.domain.com 5080
telnet your.domain.com 8088 or whatever

Please really be sure that iptables not blocking you.
Do you have a proxy between you and your server?

iptables -L
paste the results here. If not working good to go.


Kunth


On Thu, May 7, 2009 at 10:33 AM, Tony Langdon  wrote:

>
> At 05:03 PM 5/7/2009, you wrote:
>
> >Sorry, disregard my last message. According to the log you probably
> >has database working. Hmm...
>
> It was certainly populating the tables, and if the database wasn't
> previously created, it was getting created.
> >-~--~~~~--~~--~--~---
>
> 73 de VK3JED / VK3IRL
> http://vkradio.com
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings installation issues

2009-05-05 Thread Kunthar
Please send

$red5/webapps/openmeetings/config.xml
$red5/webapps/openmeetings/conf/hibernate.xxx
$red5/conf/red5.properties
$red5/log/error.log
$red5/log/openmeetings.log

files to the list and also cc it to my email.
Kunth

On Tue, May 5, 2009 at 3:32 AM, Tony Langdon  wrote:

>
> At 10:23 AM 5/5/2009, you wrote:
> >auto create is true with mysql but i recommend that you create
> >manually your db from mysql command line like;
> >
> >CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> >utf8_general_ci;
>
> FYI, that's the current configuration of the database, but I'll try
> recreating it manually. :)
>
>
> >Drop the old one before.
> >Then try to install again.
> >Some weird things could happen with jdbc driver sometimes.
>
> Just tried, didn't work, same problem.
>
>
> >Please recheck your conf files and be sure all ports are identical.
>
> rtmpport = 1935
> rtmptTunnelport = 8088
> rtmpsslport = 443
> useSSL = no
> red5httpport = 5080
>
> All default ports, by the looks of it.
>
> The web client does try connecting to 1935, then 8088, but obviously
> doesn't get anything intelligent on the other end.
>
> 73 de VK3JED / VK3IRL
> http://vkradio.com
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings installation issues

2009-05-04 Thread Kunthar
auto create is true with mysql but i recommend that you create manually your
db from mysql command line like;

CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
utf8_general_ci;

Drop the old one before.
Then try to install again.
Some weird things could happen with jdbc driver sometimes.

Please recheck your conf files and be sure all ports are identical.

Kunth



On Tue, May 5, 2009 at 2:57 AM, Tony Langdon  wrote:

>
>
>
> On May 4, 8:43 pm, Kunthar  wrote:
> > Check if iptables running with strict rules.
> > Check if /etc/hosts has proper ip and name
> > Try to telnet from console while red5 running  like
> > telnet your_ip 8088
>
> I can't see anything in iptables.  They don't normally block ports,
> and I've had Openmeetings running on other servers hosted by the same
> provider.  Also, I'm sure the issue has something to do with the
> exceptions in my original message, but I don't know how to track down
> those exceptions.
>
> Telnetting to the port shows something is definitely listening on
> 8088, and only when Red 5/Openmeetings is running.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings installation issues

2009-05-04 Thread Kunthar
Check if iptables running with strict rules.
Check if /etc/hosts has proper ip and name
Try to telnet from console while red5 running  like
telnet your_ip 8088

Kunth

On Mon, May 4, 2009 at 1:31 PM, Tony Langdon  wrote:

>
> At 08:02 PM 5/4/2009, you wrote:
> >5088?
>
> I meant 8088 for rtmpt
>
> >Check ports on /red5/conf/red5.properties
> >Check webappas/openmeetings/config.xml ports.
> >
> >Should be 5080 for http
>
> I haven't changed any of the default ports, but I'll take a look, just in
> case.
>
>
> 73 de VK3JED / VK3IRL
> http://vkradio.com
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: error conversion with text file

2009-05-04 Thread Kunthar
AFAIK txt files are not in supported conversion list.
Correct someone if i am wrong.



On Mon, May 4, 2009 at 1:08 PM, bidab  wrote:

>
> Hi,
>
> I have an conversion error with .txt file. It's ok with .doc and
> others, so I don't know why it doesn't work. Moroever, it's ok with a
> little txt file. I configured convert and imagemagick, so it's not
> because of that...
>
> Name: exitValue
> Value: 1
> Name: command
> Value: [Ljava.lang.String;@1bff24e
> Name: error
> Value: 4 mai 2009 15:56:06
>
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
> connectINFO: connected4 mai 2009 15:56:06
>
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
> disposingINFO: disconnectedException in thread "main"
> com.artofsolving.jodconverter.openoffice.connection.OpenOfficeException:
> conversion failed: input document is null after loading at
>
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter.loadAndExport
> (OpenOfficeDocumentConverter.java:128)  at
>
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter.convertInternal
> (OpenOfficeDocumentConverter.java:113)  at
>
> com.artofsolving.jodconverter.openoffice.converter.AbstractOpenOfficeDocumentConverter.convert
> (AbstractOpenOfficeDocumentConverter.java:104)  at
>
> com.artofsolving.jodconverter.openoffice.converter.AbstractOpenOfficeDocumentConverter.convert
> (AbstractOpenOfficeDocumentConverter.java:74)   at
>
> com.artofsolving.jodconverter.openoffice.converter.AbstractOpenOfficeDocumentConverter.convert
> (AbstractOpenOfficeDocumentConverter.java:70)   at
> com.artofsolving.jodconverter.cli.ConvertDocument.convertOne
> (ConvertDocument.java:134)  at
> com.artofsolving.jodconverter.cli.ConvertDocument.main
> (ConvertDocument.java:113)
> Name: process
> Value: doConvertExec
> Name: exitValue
> Value: 0
> Name: process
> Value: generateXMLDocument
> Name: exitValue
> Value: 1
> Name: command
> Value: [Ljava.lang.String;@1da0621
> Name: error
> Value: convert: unable to open image `/home/atria/Bureau/
> openmeetings/./webapps/openmeetings/upload/1/script/script.pdf': No
> such file or directory @ magick/blob.c/OpenBlob/2418.convert: missing
> an image filename `/home/atria/Bureau/openmeetings/./webapps/
> openmeetings/upload/1/script/_thumb_page.jpg' @ wand/convert.c/
> ConvertImageCommand/2710.
> Name: process
> Value: generateBatchThumb
> Name: exitValue
> Value: 0
> Name: process
> Value: processPDF
> Name: exitValue
> Value: 1
> Name: command
> Value: [Ljava.lang.String;@5fdc11
> Name: error
> Value: Error: Couldn't open file '/home/atria/Bureau/openmeetings/./
> webapps/openmeetings/upload/1/script/script.pdf'
> Name: process
> Value: generateSWF
>
>
> Thanks,
>
> Bidab
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings installation issues

2009-05-04 Thread Kunthar
5088?
Check ports on /red5/conf/red5.properties
Check webappas/openmeetings/config.xml ports.

Should be 5080 for http





On Mon, May 4, 2009 at 5:29 AM, Tony Langdon  wrote:

>
> Hi,
>
> Just installed Openmeetings on a CentOS 5.2 VPS.  Other than a few
> hiccups with Java, which I got sorted out with the help of the service
> provider, most of the parts went fine.  I installed the 0.8RC2 package
> with the included Red 5.  Openmeetings started, and the database was
> created, with the right characterset, so it looks like my database
> configuration is right.  However, I get some Java exceptions in the
> log, and connecting to Openmeetings from the web browser fails, when
> it attempts to make a rtmpt connection to port 5088.
>
> The server is a VPS running CentOS 5.2 64 bit, with 2GB RAM.  My Java
> version is as follows:
>
> java version "1.6.0_11"
> Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
> Java HotSpot(TM) 64-Bit Server VM (build 11.0-b16, mixed mode)
>
>
> Here's my logs.
>
> error.log
>
> 2009-05-04 12:14:57,771 [DefaultQuartzScheduler_Worker-1] 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!
> 2009-05-04 12:14:57,771 [DefaultQuartzScheduler_Worker-1] 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!
> 2009-05-04 12:14:57,771 [DefaultQuartzScheduler_Worker-1] 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!
> 2009-05-04 12:14:57,771 [DefaultQuartzScheduler_Worker-1] 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!
> 2009-05-04 12:14:57,772 [DefaultQuartzScheduler_Worker-1] 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-style property 'hibernate.c3p0.max_statements' will be used
> and c3p0-style property 'c3p0.max_statements' will be ignored!
> 2009-05-04 12:14:59,371 [DefaultQuartzScheduler_Worker-2] ERROR
> o.o.a.d.record.dao.RecordingDaoImpl - getRecordingsByRoom
> org.hibernate.QueryException: ClassNotFoundException:
> org.hibernate.hql.ast.HqlToken [select c from
> org.openmeetings.app.hibernate.beans.recording.Recording as c where
> c.whiteBoardConverted = :whiteBoardConverted AND c.deleted !=
> :deleted]
>at org.hibernate.hql.ast.HqlLexer.panic(HqlLexer.java:80)
> [hibernate3.jar:na]
>at antlr.CharScanner.setTokenObjectClass(CharScanner.java:338)
> [antlr-3.1.2.jar:na]
>at
> org.hibernate.hql.ast.HqlLexer.setTokenObjectClass(HqlLexer.java:54)
> [hibernate3.jar:na]
>at antlr.CharScanner.(CharScanner.java:49)
> [antlr-3.1.2.jar:na]
>at antlr.CharScanner.(CharScanner.java:58)
> [antlr-3.1.2.jar:na]
>at org.hibernate.hql.antlr.HqlBaseLexer.(HqlBaseLexer.java:56)
> [hibernate3.jar:na]
>at org.hibernate.hql.antlr.HqlBaseLexer.(HqlBaseLexer.java:53)
> [hibernate3.jar:na]
>at org.hibernate.hql.antlr.HqlBaseLexer.(HqlBaseLexer.java:50)
> [hibernate3.jar:na]
>at org.hibernate.hql.ast.HqlLexer.(HqlLexer.java:49)
> [hibernate3.jar:na]
>at org.hibernate.hql.ast.HqlParser.getInstance(HqlParser.java:67)
> [hibernate3.jar:na]
>at
> org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:265)
> [hibernate3.jar:na]
>at
> org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:180)
> [hibernate3.jar:na]
>at
> org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:134)
> [hibernate3.jar:na]
>at
> org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:101)
> [hibernate3.jar:na]
>at
> org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:80)
> [hibernate3.jar:na]
>at
> org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:94)
> [hibernate3.jar:na]
>at
> org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:156)
> [hibernate3.jar:na]
>at
> org.hibernate.impl.AbstractSessionI

Re: Change install path

2009-04-27 Thread Kunthar
Read document convertion doc. it should be something like Application.java
to change..




2009/4/27 dennis 

>
> when i change installation path, change webap name, and run
> application, everithyng work fine but conversion windows cannot
> disapear when conversion done
> can anybody help where i wrong ?
> thank
>
>
> On 25. Apr, 16:30 h., dennis  wrote:
> > hi
> > if you change openmeetings folder name, u cant use documents
> > conversion
> > i thing its some bug in conversion in another directory
> >
> > On 25. Apr, 04:20 h., pepelastra  wrote:
> >
> > > Hi, i will try change openmeetings folder name only, not webapps.
> >
> > > On 20 abr, 04:33, Alexei Fedotov  wrote:
> >
> > > > Hello,
> > > > AFAIK, webapps/ is a sort of a standard directory for application
> > > > deployment. Why do you want to change it?
> >
> > > > Thanks.
> >
> > > > On Mon, Apr 20, 2009 at 12:56 AM, pepelastra 
> wrote:
> >
> > > > > Hi, great work !!
> > > > > How can change openmeetings install path? IE= ..red5/webapps/
> > > > > conferences
> > > > > regards.
> >
> > > > --
> > > > With best regards / с наилучшими пожеланиями,
> > > > Alexei Fedotov / Алексей Федотов,
> http://www.telecom-express.ru/http://people.apache.org/~aaf/http://ha.
> ..
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: I have a Doubt

2009-04-23 Thread Kunthar

Check our wiki files.


On Thu, Apr 23, 2009 at 2:32 PM, brunorossete  wrote:
>
> Thanks.
>
> But     how i make changes in main.lzx.lzr = swf8.swf file ?(this file is
> the main openmeetings ?)... and how to recompile this file after the
> changes?
>
> On 22 abr, 17:48, Kunthar  wrote:
>> Just disable the chat window. Nothing more to do with.
>>
>> On Wed, Apr 22, 2009 at 9:34 PM, brunorossete  wrote:
>>
>> > Thanks huh. But as I use this OpenLaszlo? down but asks Java and some
>> > other programs, need to know where to make these Amendments? And only
>> > by himself I can do this? Thanks
>>
>> > On 20 abr, 22:51, Kunthar  wrote:
>> >> You have to modify the interface written in Open Lazslo.
>> >> You have to download source and modify the files and compile the 
>> >> application.
>>
>> >> On Tue, Apr 21, 2009 at 2:10 AM, Bruno Rossete  
>> >> wrote:
>> >> > practly
>>
>> >> > i want to DONT SHOW what the peoples in the room is talking... cuz who 
>> >> > are
>> >> > out the room can see the chat...
>>
>> >> > my english sucks
>>
>> >> > 2009/4/20 Kunthar 
>>
>> >> >> You want to remove room chat window?
>>
>> >> >> Peace
>> >> >> Kunth
>>
>> >> >> On Mon, Apr 20, 2009 at 11:25 PM, brunorossete 
>> >> >> wrote:
>>
>> >> >> > My problem is: In Meetings tab, when I click on a room, even if it is
>> >> >> > full I can read what the users within it are talking ... I have a way
>> >> >> > to remove vizualizations be? Thanks
>>
>> >> >> > PS. I used google translator, sorry for mistakes- Ocultar texto das 
>> >> >> > mensagens anteriores -
>>
>> >> - Mostrar texto das mensagens anteriores -
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: I have a Doubt

2009-04-22 Thread Kunthar

Just disable the chat window. Nothing more to do with.


On Wed, Apr 22, 2009 at 9:34 PM, brunorossete  wrote:
>
> Thanks huh. But as I use this OpenLaszlo? down but asks Java and some
> other programs, need to know where to make these Amendments? And only
> by himself I can do this? Thanks
>
> On 20 abr, 22:51, Kunthar  wrote:
>> You have to modify the interface written in Open Lazslo.
>> You have to download source and modify the files and compile the application.
>>
>>
>>
>> On Tue, Apr 21, 2009 at 2:10 AM, Bruno Rossete  
>> wrote:
>> > practly
>>
>> > i want to DONT SHOW what the peoples in the room is talking... cuz who are
>> > out the room can see the chat...
>>
>> > my english sucks
>>
>> > 2009/4/20 Kunthar 
>>
>> >> You want to remove room chat window?
>>
>> >> Peace
>> >> Kunth
>>
>> >> On Mon, Apr 20, 2009 at 11:25 PM, brunorossete 
>> >> wrote:
>>
>> >> > My problem is: In Meetings tab, when I click on a room, even if it is
>> >> > full I can read what the users within it are talking ... I have a way
>> >> > to remove vizualizations be? Thanks
>>
>> >> > PS. I used google translator, sorry for mistakes- Ocultar texto das 
>> >> > mensagens anteriores -
>>
>> - Mostrar texto das mensagens anteriores -
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: I have a Doubt

2009-04-20 Thread Kunthar

You have to modify the interface written in Open Lazslo.
You have to download source and modify the files and compile the application.




On Tue, Apr 21, 2009 at 2:10 AM, Bruno Rossete  wrote:
> practly
>
> i want to DONT SHOW what the peoples in the room is talking... cuz who are
> out the room can see the chat...
>
> my english sucks
>
> 2009/4/20 Kunthar 
>>
>> You want to remove room chat window?
>>
>>
>> Peace
>> Kunth
>>
>>
>> On Mon, Apr 20, 2009 at 11:25 PM, brunorossete 
>> wrote:
>> >
>> > My problem is: In Meetings tab, when I click on a room, even if it is
>> > full I can read what the users within it are talking ... I have a way
>> > to remove vizualizations be? Thanks
>> >
>> >
>> >
>> > PS. I used google translator, sorry for mistakes
>> > >
>> >
>>
>> >>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: I have a Doubt

2009-04-20 Thread Kunthar

You want to remove room chat window?


Peace
Kunth


On Mon, Apr 20, 2009 at 11:25 PM, brunorossete  wrote:
>
> My problem is: In Meetings tab, when I click on a room, even if it is
> full I can read what the users within it are talking ... I have a way
> to remove vizualizations be? Thanks
>
>
>
> PS. I used google translator, sorry for mistakes
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Moddle Pluggin

2009-04-06 Thread Kunthar

Can you check your red5 port, url settings etc.?
Could you connect Axis2 URL?



On Mon, Apr 6, 2009 at 10:53 PM, HMiles  wrote:
>
> I am getting the following error when trying to add the openmeetings
> moodle plug in.
>
> Error
> wsdl error: HTTP ERROR: Unsupported HTTP response status 404 Not Found
> (soapclient->response has contents of the response)
> Could not login User to OpenMeetings, check your OpenMeetings Module
> Configuration
>
> I have checked the Openemeetings configuration and it appears to be
> correct.
>
>
> Miles
>
> Openmeetings .8
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Ports use by Openmeetings

2009-04-01 Thread Kunthar

check config.xml (should be in conf dir)
and
red5.properties (in red5 dir) files
You can adjust all ports according to your needs.



2009/4/1 Alexei Fedotov :
> The list is complete, but maybe the following is excessive.
>
>> port 80 must be open
>
>
>
>
> On Wed, Apr 1, 2009 at 4:44 PM, bidab  wrote:
>>
>> Hi,
>>
>> I will try  to communicate between internal and external network with
>> OM. So I must be sure about ports use by OM.
>>
>> I use whireshark to make a little test:
>>
>> The port of red5 server is 1935 (RTMP), so it must be open
>> 5080 must be open to access the server
>> port 80 must be open
>> 8088 for RTMPT but not use...so not open
>>
>> Is it all ?
>>
>> Thanks
>>
>>
>
>
>
> --
> With best regards / с наилучшими пожеланиями,
> Alexei Fedotov / Алексей Федотов,
> http://www.telecom-express.ru/
> http://people.apache.org/~aaf/
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: openmeetings 07 rc2 doesn't see my webcam

2009-03-08 Thread Kunthar

What about latest flashplugin-nonfree package (according to my holly ubuntu)?

Kunth

On Mon, Mar 9, 2009 at 1:28 AM, cem sonmez  wrote:
> Yes i have checked with amsn too and it's working.
> And also with "test-webcam" command working at mplayer too.
>
> 2009/3/9 Kunthar 
>>
>> Did you checked with Amsn?
>> If OS detects, flash plugin should detect too.
>>
>> Kunth
>>
>>
>>
>> On Mon, Mar 9, 2009 at 12:17 AM, cem sonmez  wrote:
>> > Hello
>> > I m using openmeetings 07RC2. While i m using the application, at the
>> > video
>> > and audio settings section, I see that there is no webcam has been
>> > plugged
>> > in. My webcam is : Logitech, Inc. QuickCam Pro 4000.
>> > But I can see my cam in my operating system clearly.
>> > Operating System : PARDUS ( Linux )
>> > Any suggestion ?
>> >
>> > >
>> >
>>
>>
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: openmeetings 07 rc2 doesn't see my webcam

2009-03-08 Thread Kunthar

Did you checked with Amsn?
If OS detects, flash plugin should detect too.

Kunth



On Mon, Mar 9, 2009 at 12:17 AM, cem sonmez  wrote:
> Hello
> I m using openmeetings 07RC2. While i m using the application, at the video
> and audio settings section, I see that there is no webcam has been plugged
> in. My webcam is : Logitech, Inc. QuickCam Pro 4000.
> But I can see my cam in my operating system clearly.
> Operating System : PARDUS ( Linux )
> Any suggestion ?
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Error in installation

2009-02-26 Thread Kunthar

Error looks like an hibernate config error.
it would be good to check mysql params under config dir.

btw; I didn't test and don't know how it goes with openjdk, i've used
regular sun-java 1.6 jdk.


\|/ Kunth


On Thu, Feb 26, 2009 at 10:20 PM, Tobias Felipe  wrote:
>
> Hi everyone,
>
> I'm having problems with the installation of openmeetings, in a first
> try, at a desktop for testing it worked out-of-the-box (great app by
> the way) but installing in a second, dedicated server with IDENTICAL
> configuration in software (fedora 10, java-1.6.openjdk, mysql) I
> receive a error "NetConnection.Connect.Failed 
> rtmpt://localhost:8088/openmeetings/hibernate",
> anyone had this error?
>
> Tobias Felipe
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings and Openldap

2009-02-24 Thread Kunthar

it explains itself?
what else you need?


On Tue, Feb 24, 2009 at 9:41 PM, alex LUCAS
 wrote:
> Red5 log :
> # 2009-02-24 16:52:00,705 [pool-4-thread-16] ERROR
> o.o.app.data.user.Usermanagement - LdapAuthBase.java
> # 27984246 103 org.openmeetings.app.data.user.Usermanagement
> [pool-4-thread-16] - Authentification on LDAP Server failed : [LDAP: error
> code 34 - invalid DN]
> Openldap log :
> # slapd[29776]: bind: invalid dn (test.forum)
>
>
>
> 2009/2/24 Kunthar 
>>
>> Can we see logs?
>>
>>
>> On Tue, Feb 24, 2009 at 6:49 PM, alex LUCAS
>>  wrote:
>> > My arborescence in Ldap is : one 'o' for the Oganization,
>> > and many 'dn' for
>> > the users and many 'ou' with sub 'ou' for others Organizational Units.
>> > I've tried with users just in the 'o'
>> >
>> > Here, a user for test :
>> >
>> > dn: uid=test.forum, o=MYCOMPANY
>> > businessCategory: null
>> > employeeType: Monsieur
>> > givenName: test
>> > mobile: null
>> > postalCode: 12345
>> > objectClass: top
>> > objectClass: evolutionPerson
>> > objectClass: person
>> > objectClass: inetOrgPerson
>> > userPassword:: password
>> > facsimileTelephoneNumber: null
>> > uid: test.forum
>> > mail: alucas_email
>> > cn: Test Forum
>> > telephoneNumber: 012345689
>> > labeledURI: null
>> > o: MYCOMPANY
>> > And about case sensitive, I've tried all the possibilities :)
>> > Thx
>> > 2009/2/24 Kunthar 
>> >>
>> >> What about c, ou, cn etc. etc. boring ldap stuff?
>> >> Case sensitive?
>> >>
>> >> \|/Kunthar
>> >>
>> >>
>> >> On Tue, Feb 24, 2009 at 6:29 PM, alex LUCAS
>> >>  wrote:
>> >> > Yes, user/password are correct because the are used with other
>> >> > applications
>> >> > (our intranet / phpldapadmin / ldapbrowser ).
>> >> > And if I set a wrong password to the ldap_passwd, I don't see any log
>> >> > in
>> >> > the
>> >> > ldap server log. So I think the connection is good.
>> >> >
>> >> > 2009/2/24 Kunthar 
>> >> >>
>> >> >> Did you try console ldap tools to be sure that the user and password
>> >> >> is
>> >> >> correct?
>> >> >> I can't remember the exact name for ldap tools on Debian for now.
>> >> >>
>> >> >> \|/ Kunth
>> >> >>
>> >> >> On Tue, Feb 24, 2009 at 5:57 PM, alucas
>> >> >> 
>> >> >> wrote:
>> >> >> >
>> >> >> > Hello,
>> >> >> >
>> >> >> > Firstly, thank you for this wonderful application that
>> >> >> > Openmmetings.
>> >> >> >
>> >> >> > I have a problem with openldap.
>> >> >> >
>> >> >> > I have installed openmeetings_0_7_rc2 with the embedded red5
>> >> >> > server
>> >> >> > on
>> >> >> > a Linux Debian Etch.
>> >> >> > Everything works well.
>> >> >> >
>> >> >> > I just have a problem with LDAP authentication (My Ldap is on
>> >> >> > another
>> >> >> > server and work fine with many others applications and a CAS
>> >> >> > server).
>> >> >> >
>> >> >> > Here's, how I configured the file om_ldap.cfg :
>> >> >> >
>> >> >> > ldap_conn_url=ldap://mydomain.fr:389/
>> >> >> > ldap_admin=LdapAdmin
>> >> >> > ldap_passwd=password
>> >> >> > ldap_login_base=o:MyOrganization
>> >> >> > ldap_search_base=o:MyOrganisation
>> >> >> >
>> >> >> > When I try to connect, I get the error message "invalid password".
>> >> >> >
>> >> >> > Openldap log :
>> >> >> > # slapd[29776]: bind: invalid dn (alucas)
>> >> >> >
>> >> >> > Red5 log :
>> >> >> > # 2009-02-24 16:52:00,705 [pool-4-thread-16] ERROR
>> >> >> > o.o.app.data.user.Usermanagement - LdapAuthBase.java
>> >> >> > # 27984246 103 org.openmeetings.app.data.user.Usermanagement
>> >> >> > [pool-4-
>> >> >> > thread-16] - Authentification on LDAP Server failed : [LDAP: error
>> >> >> > code 34 - invalid DN]
>> >> >> >
>> >> >> > Great thanks in advance if anyone have an idea...
>> >> >> > >
>> >> >> >
>> >> >>
>> >> >> >>
>> >> >
>> >> >>
>> >
>>
>>
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings and Openldap

2009-02-24 Thread Kunthar

Can we see logs?


On Tue, Feb 24, 2009 at 6:49 PM, alex LUCAS
 wrote:
> My arborescence in Ldap is : one 'o' for the Oganization, and many 'dn' for
> the users and many 'ou' with sub 'ou' for others Organizational Units.
> I've tried with users just in the 'o'
>
> Here, a user for test :
>
> dn: uid=test.forum, o=MYCOMPANY
> businessCategory: null
> employeeType: Monsieur
> givenName: test
> mobile: null
> postalCode: 12345
> objectClass: top
> objectClass: evolutionPerson
> objectClass: person
> objectClass: inetOrgPerson
> userPassword:: password
> facsimileTelephoneNumber: null
> uid: test.forum
> mail: alucas_email
> cn: Test Forum
> telephoneNumber: 012345689
> labeledURI: null
> o: MYCOMPANY
> And about case sensitive, I've tried all the possibilities :)
> Thx
> 2009/2/24 Kunthar 
>>
>> What about c, ou, cn etc. etc. boring ldap stuff?
>> Case sensitive?
>>
>> \|/Kunthar
>>
>>
>> On Tue, Feb 24, 2009 at 6:29 PM, alex LUCAS
>>  wrote:
>> > Yes, user/password are correct because the are used with other
>> > applications
>> > (our intranet / phpldapadmin / ldapbrowser ).
>> > And if I set a wrong password to the ldap_passwd, I don't see any log in
>> > the
>> > ldap server log. So I think the connection is good.
>> >
>> > 2009/2/24 Kunthar 
>> >>
>> >> Did you try console ldap tools to be sure that the user and password is
>> >> correct?
>> >> I can't remember the exact name for ldap tools on Debian for now.
>> >>
>> >> \|/ Kunth
>> >>
>> >> On Tue, Feb 24, 2009 at 5:57 PM, alucas 
>> >> wrote:
>> >> >
>> >> > Hello,
>> >> >
>> >> > Firstly, thank you for this wonderful application that Openmmetings.
>> >> >
>> >> > I have a problem with openldap.
>> >> >
>> >> > I have installed openmeetings_0_7_rc2 with the embedded red5 server
>> >> > on
>> >> > a Linux Debian Etch.
>> >> > Everything works well.
>> >> >
>> >> > I just have a problem with LDAP authentication (My Ldap is on another
>> >> > server and work fine with many others applications and a CAS server).
>> >> >
>> >> > Here's, how I configured the file om_ldap.cfg :
>> >> >
>> >> > ldap_conn_url=ldap://mydomain.fr:389/
>> >> > ldap_admin=LdapAdmin
>> >> > ldap_passwd=password
>> >> > ldap_login_base=o:MyOrganization
>> >> > ldap_search_base=o:MyOrganisation
>> >> >
>> >> > When I try to connect, I get the error message "invalid password".
>> >> >
>> >> > Openldap log :
>> >> > # slapd[29776]: bind: invalid dn (alucas)
>> >> >
>> >> > Red5 log :
>> >> > # 2009-02-24 16:52:00,705 [pool-4-thread-16] ERROR
>> >> > o.o.app.data.user.Usermanagement - LdapAuthBase.java
>> >> > # 27984246 103 org.openmeetings.app.data.user.Usermanagement [pool-4-
>> >> > thread-16] - Authentification on LDAP Server failed : [LDAP: error
>> >> > code 34 - invalid DN]
>> >> >
>> >> > Great thanks in advance if anyone have an idea...
>> >> > >
>> >> >
>> >>
>> >> >>
>> >
>> >>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings and Openldap

2009-02-24 Thread Kunthar

What about c, ou, cn etc. etc. boring ldap stuff?
Case sensitive?

\|/Kunthar


On Tue, Feb 24, 2009 at 6:29 PM, alex LUCAS
 wrote:
> Yes, user/password are correct because the are used with other applications
> (our intranet / phpldapadmin / ldapbrowser ).
> And if I set a wrong password to the ldap_passwd, I don't see any log in the
> ldap server log. So I think the connection is good.
>
> 2009/2/24 Kunthar 
>>
>> Did you try console ldap tools to be sure that the user and password is
>> correct?
>> I can't remember the exact name for ldap tools on Debian for now.
>>
>> \|/ Kunth
>>
>> On Tue, Feb 24, 2009 at 5:57 PM, alucas 
>> wrote:
>> >
>> > Hello,
>> >
>> > Firstly, thank you for this wonderful application that Openmmetings.
>> >
>> > I have a problem with openldap.
>> >
>> > I have installed openmeetings_0_7_rc2 with the embedded red5 server on
>> > a Linux Debian Etch.
>> > Everything works well.
>> >
>> > I just have a problem with LDAP authentication (My Ldap is on another
>> > server and work fine with many others applications and a CAS server).
>> >
>> > Here's, how I configured the file om_ldap.cfg :
>> >
>> > ldap_conn_url=ldap://mydomain.fr:389/
>> > ldap_admin=LdapAdmin
>> > ldap_passwd=password
>> > ldap_login_base=o:MyOrganization
>> > ldap_search_base=o:MyOrganisation
>> >
>> > When I try to connect, I get the error message "invalid password".
>> >
>> > Openldap log :
>> > # slapd[29776]: bind: invalid dn (alucas)
>> >
>> > Red5 log :
>> > # 2009-02-24 16:52:00,705 [pool-4-thread-16] ERROR
>> > o.o.app.data.user.Usermanagement - LdapAuthBase.java
>> > # 27984246 103 org.openmeetings.app.data.user.Usermanagement [pool-4-
>> > thread-16] - Authentification on LDAP Server failed : [LDAP: error
>> > code 34 - invalid DN]
>> >
>> > Great thanks in advance if anyone have an idea...
>> > >
>> >
>>
>> >>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings and Openldap

2009-02-24 Thread Kunthar

Did you try console ldap tools to be sure that the user and password is correct?
I can't remember the exact name for ldap tools on Debian for now.

\|/ Kunth

On Tue, Feb 24, 2009 at 5:57 PM, alucas  wrote:
>
> Hello,
>
> Firstly, thank you for this wonderful application that Openmmetings.
>
> I have a problem with openldap.
>
> I have installed openmeetings_0_7_rc2 with the embedded red5 server on
> a Linux Debian Etch.
> Everything works well.
>
> I just have a problem with LDAP authentication (My Ldap is on another
> server and work fine with many others applications and a CAS server).
>
> Here's, how I configured the file om_ldap.cfg :
>
> ldap_conn_url=ldap://mydomain.fr:389/
> ldap_admin=LdapAdmin
> ldap_passwd=password
> ldap_login_base=o:MyOrganization
> ldap_search_base=o:MyOrganisation
>
> When I try to connect, I get the error message "invalid password".
>
> Openldap log :
> # slapd[29776]: bind: invalid dn (alucas)
>
> Red5 log :
> # 2009-02-24 16:52:00,705 [pool-4-thread-16] ERROR
> o.o.app.data.user.Usermanagement - LdapAuthBase.java
> # 27984246 103 org.openmeetings.app.data.user.Usermanagement [pool-4-
> thread-16] - Authentification on LDAP Server failed : [LDAP: error
> code 34 - invalid DN]
>
> Great thanks in advance if anyone have an idea...
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Adding New Users to database

2009-02-23 Thread Kunthar

You have to deal with foreign keys.
Related tables knows each others records wiht id.
But i recommend Sebastian's recommendation.

Peace
\|/ Kunth



On Mon, Feb 23, 2009 at 8:05 PM, Sebastian Wagner  wrote:
> the best way of embeding OpenMeetings is to use the Web-Service Gateway.
> But if you want to inject your users directly you can try that too, but you
> have to look in detail which part of the login is incorrect.
>
>
> sebastian
>
> 2009/2/23 HMiles 
>>
>> I am trying to add new users to the database by updating it directly.
>> I am updating the following tables
>> adresses
>> orgnanisation
>> organisation_users
>> users
>>
>> The correct data is present in all of the tables but the openmeetings
>> login system does not recognize the new users or groups created by
>> updating the tables directly.  Am I missing a table that needs to be
>> updated or is their some kind of encrption going on that I am unaware
>> of.  Is there a way to add users from an external database and have
>> them work in openmeetings
>>
>> Miles
>>
>>
>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> seba.wag...@gmail.com
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Google Calendar integration

2009-01-28 Thread Kunthar

I wish to see patches and additions in svn repos :+)
Even you can go with github and fork anything. https://github.com/

btw; See this great productivity blog :)
http://www.doitfuckingnow.com/

Peace,
Kunth




On Wed, Jan 28, 2009 at 8:48 PM, bizx...@gmail.com  wrote:
>
> 1. Yes, I think optional would be best, since it would require them to
> have
> a google calendar login.
>
> 2. They just started supporting iCal fully:
> http://googlemac.blogspot.com/2008/12/google-calendar-now-supports-apple-ical.html
> The better option (unless you're on a mac) is to just export:
> http://www.google.com/support/calendar/bin/answer.py?hl=en&answer=37111
> We could also use your iCal export after grabbing the data using the
> google
> calendar api.
>
> 3. Yes, any user who wanted to use the google option would need a
> google
> calendar, and would have to enter their google login info and choose
> the
> calendar they wish to use. There are options in the api for either
> storing
> the login info so they never have to login again, or for making them
> login
> every time they want to use this option.
>
> On Jan 28, 12:30 am, smoeker  wrote:
>> hi bizxusa,
>>
>> the google calendar is a nice tool, but in my opinion according to
>> your suggestion, it would be better to implement it optional, so that
>> openMeetings is also
>> executable without external Solutions. I think the calendar could get
>> a relative central point within openmeetings - and im looking forward
>> to the feature to be finished ;-)
>>
>> Does the Google Calendar support the iCalendar standard? I am planning
>> to implement a export format in iCal to export the Calendar data from
>> openmeetings to nearly all mailsystems (iCal supports Lotus Domino,
>> Outlook, Groupwise,...)
>>
>> -> Using the ICal format would be a nice feature to notify people of
>> their meetings in their usual mail/calandar system (optional)
>>
>> -> When i understand the google calendar right, the users of
>> openmeetings would need an additional account for the google calendar,
>> so it would work?
>>
>> see ya
>>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Google Calendar integration

2009-01-27 Thread Kunthar

We are waiting for your marvellous work :+)

Peace
Kunth


On Wed, Jan 28, 2009 at 3:44 AM, bizx...@gmail.com  wrote:
>
> You know what would be awesome? I would love to have Google Calendar
> integrated into openmeetings. It would be so much easier, and would
> work better than anything that could be created from scratch within
> openmeetings. It's probably the best calendar out there. The problem
> is that I haven't programmed in Java for a long time. I did, however,
> create a PHP program that is integrated with Google Calendar, it it
> works great!
>
> You could handle all scheduling, inviting, and reminders (email, text
> message, pop-up) from the calendar, then the user would simply enter
> their Google username/password, and specify the calendar ID they want
> to use with openmeetings. The admin would enter their Google API key.
> Then all meeting settings that have to do with scheduling would use
> that info. It could maybe be an add-on, where the user could choose
> between the current scheduling and the Google version. How does that
> sound?
>
> If nobody wants to try, I could try to get my head around it at some
> point when I have some time. I need to work and make enough money to
> have some free time before I can get into this. :)
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Install Job offer

2009-01-26 Thread Kunthar

Send me a ppt file that you've tried.


On Mon, Jan 26, 2009 at 10:17 AM, smoeker  wrote:
>
> howdy,
>
> when you are up to load ppt files, the installation already seems to
> be running?
>
> When the conversion of the files(upload to the whiteboard) is the only
> remaining issue, you can find numerous issues here in the User Group
> concering that problem ( -> FlashPlayer 10?, OpenOffice running
> headless?, installation of ImageMagick and swftools corret).
>
> see ya
>
> Smoeker
>
> On 26 Jan., 02:48, "esl...@gmail.com"  wrote:
>> I have hired 2 different guys over the past couple of months to do an
>> OpenMeetings installation. Neither of them were able to succeed...
>> both got tied up with uploading ppt docs.
>>
>> Is there someone out there that has done numerous installations in a
>> variety of different environments? And that can do this install
>> easily?
>>
>> If so, please send me an email to esl...@gmail.com with a rough quote
>> for doing an install on  a clean server.
>>
>> Thanks
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Openmeetings - office und xserver does not run.

2009-01-17 Thread Kunthar

We have a bad times like this, some day :)
Solutions;
1. You can pay for a support. Ask me then i can send you a Amazon wishlist :)
2. xvfb is no more needed by open office anymore. Check if
openoffice.org-base-core and openoffice.org-headless installed.
Update your server if necessary. If you cant handle this, pay or
donate someone handles. If you eager to learn, we are willing to help
but not doing your work instead of you.

Peace
Kunth











On Sat, Jan 17, 2009 at 5:16 PM, mathias.rh...@googlemail.com
 wrote:
>
> Hi,
>
> I am desperate. For weeks I try to install openmeetings - but it does
> not run really properly! I made everything like shown in the debian
> installation howto.
> When startin the office with#xvfb-run --server-args='-screen 0
> 800x600x16' -a /usr/lib/openoffice/program/soffice -headless -nologo -
> norestore &
> I receive:
>
> r...@vs171125:~# xvfb-run --server-args='-screen 0 800x600x16' -a /usr/
> lib/openoffice/program/soffice -headless -nologo -norestore &
> [2] 10236
> [1]   Exit 1  xvfb-run --server-args='-screen 0
> 800x600x16' -a /usr/lib/openoffice/program/soffice -headless -nologo -
> norestore
> r...@vs171125:~# I18N: Operating system doesn't support locale "en_US"
> /usr/lib/openoffice/program/soffice.bin X11 error: Can't open
> display: :99
>   Set DISPLAY environment variable, use -display option
>   or check permissions of your X-Server
>   (See "man X" resp. "man xhost" for details)
> /usr/bin/xvfb-run: line 158: kill: (11273) - No such process
>
> To solve problem one I tried all the suggestions on the internet -
> with no effect. In us/share/locale is NO Folder en_US - also a
> creation did not help! I would be very happy if someone could assist
> me!
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Kunthar's ScreenCast about the basic Installation:

2008-12-09 Thread Kunthar

There should be something wrong with your browser or computer or
network connection.
Link is working good for me.


Peace
Kunth


On Tue, Dec 9, 2008 at 7:54 PM, jérôme bourdais <[EMAIL PROTECTED]> wrote:
> hello,
>
> The screencast seems to have streaming problems, i can only see the first 30
> sec.
> Can it be uploaded elsewhere ?
>
>>
>> http://blip.tv/file/836696/
>> thanks a lot, great place for people to get started.
>> I will add that to the Installations-Instructions at the Wiki also.
>
> thanks
>
> jérôme
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Sources shift to OpenLaszlo 4.1.1 and red5-0.8.x

2008-10-10 Thread Kunthar


No problem with JDK 1.6 on my part.

Kunth

Sebastian Wagner yazmış:
> you can try with JDK6 too. I'm testing / working with JDK5 at the 
> moment and red5 has different build options, so I guess 
> red5-jdk-version has to met openmeetings-jdk-version.
>
>
>
>
> 2008/10/9 Netdiver <[EMAIL PROTECTED] 
> >
>
>
> Great Job Sebastian!
> I'll try to setup latest version soon.
>
> A question: JDK 1.5 is mandatory or do you think I can test
> compilation under JDK 1.6?
> Bye! Lorenzo
>
>
> On 7 Ott, 16:19, "Sebastian Wagner" <[EMAIL PROTECTED]
> > wrote:
> > hi,
> >
> > the functional Part of the Shift to Latest OpenLaszlo (4.1.1)
> and red5
> > (r3162) is done.
> >
> > There are some slight modifications in UI necessary still, some
> labels are
> > not visible et cetera because of shift to LPS-4.1.1.
> > If you encounter problems you can post them here (or send a
> patch :))
> >
> > The java-side (red5-webapp) will NOT work anymore now with
> old-red5 versions
> > as the logging is completely different now.
> > There are some Exceptions (I count 3 different) in the Debug-Log on
> > Red5-Side. I don't see any No-Go in these Excepetions, although
> its not good
> > to run that way. Some of them are connected to Red5, others may
> still have a
> > conflict with SLF4J, but from my point of view all features do work.
> >
> > sebastian
> >
> > --
> > Sebastian
> 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> 
> > [EMAIL PROTECTED] 
>
>
>
>
> -- 
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> [EMAIL PROTECTED] 
>
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: State of Open Meetings?

2008-10-05 Thread Kunthar


> #1 Are there any public or private education institutions (in Europe
> or elsewhere) currently using OpenMeetings as a distance learning
> solution? Can I get a list? Schools. Websites. Departments.
>   
www.englishyourself.com
Blended Learning, English teaching company.
Dokeos as an e-learning backend, separate customized OM for video 
conferences.
20 rooms, 530 students, active.

> #2 Is OpenMeetings still in Beta? Is there any sort of time-line to
> reach new levels of stability?
>   
Every software is beta to me :)
Anyway, i believe agile dev cycle and OM responses very fast.
Community is growing, docs are growing and capabilities are growing.
Developers trying to do the best as far as the time let us go.

> #3 Is there anyone affiliated with this project who is selling
> OpenMeetings server space. In other words, has anybody set up a
> hosting business for OpenMeetings? What if I have some money to pay
> someone to host OpenMeetings?
>   

I would like to help you on this.
We are currently preparing a kind of service like video and audio hosting.
www.teleskele.com is still in progress. We need to finalize the 
automation part and
red5 0.5.8 orion edge setups (large scalable setups based on terracotta 
to expand rooms upon request).
We will announce the service while it is totally setup.
But we can host you anyway.



> #4 Is there anyone out there who is willing to get paid to develop
> (program) OpenMeetings for education institutions as a distance
> learning solution?
>
>   
I already implement one :)
Drop me a private email, then we can talk about your project.

Cheers,
Kunthar




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---