Re: Screen sharing app log file

2010-03-10 Thread John Davis


 It would be part of the logback configuration in the application. If
you Run the applet and don't do a save as you should not get the log
folder. If you save the JNLP to your desktop and then run it you get
the log file. If you don't want the logging then you will have to
comment out the code that creates it, I think in logback.xml.

Not sure if that will work but, I think that it will.





On Mar 9, 10:20 am, "Lee Archer"  wrote:
> Hi, does the screen sharing/recorder have to create a log directory on
> the desktop and put some files in?  Are the error and red5 text files
> required?
>
> Regards
>
> Lee

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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: Screen sharing app log file

2010-03-10 Thread Lee Archer
I've removed 3 copies of the screen sharing app from my Java cache and then 
managed to unload it from Add/Remove programs.  When I go back into it for the 
first time I get the following Java error:

2010-03-10 11:53:13,890 [javawsApplicationMain] ERROR 
o.r.s.webstart.ScreenShareRTMPT - createWindow Exception: 
java.lang.NullPointerException
at 
org.red5.screen.webstart.gui.VirtualScreen.(VirtualScreen.java:34) 
[red5-screenshare.jar:na]
at 
org.red5.screen.webstart.ScreenShareRTMPT.createWindow(ScreenShareRTMPT.java:315)
 [red5-screenshare.jar:na]
at 
org.red5.screen.webstart.ScreenShareRTMPT.main(ScreenShareRTMPT.java:228) 
[red5-screenshare.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
[na:1.6.0_18]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
[na:1.6.0_18]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
[na:1.6.0_18]
at java.lang.reflect.Method.invoke(Unknown Source) [na:1.6.0_18]
at com.sun.javaws.Launcher.executeApplication(Unknown Source) [na:na]
at com.sun.javaws.Launcher.executeMainClass(Unknown Source) [na:na]
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) [na:na]
at com.sun.javaws.Launcher.run(Unknown Source) [na:na]
at java.lang.Thread.run(Unknown Source) [na:1.6.0_18]

If I close the browser and reconnect it works fine but I still have the log 
folder on my desktop being created.  I don't have any Java logging or debugging 
turned on so what else could be creating this folder and the error and red5 
files?

Regards

Lee

-Original Message-
From: openmeetings-user@googlegroups.com 
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
Sent: 10 March 2010 11:29
To: openmeetings-user@googlegroups.com
Subject: RE: Screen sharing app log file

Hi, I don't have enable logging enabled in my Java config so either I have an 
old version of the app of it is creating the files.

Lee

-Original Message-
From: openmeetings-user@googlegroups.com 
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of John Davis
Sent: 09 March 2010 23:25
To: OpenMeetings User
Subject: Re: Screen sharing app log file


 Actually, a folder does get created with logs in it. But, this is not
created by openmeetings it is created by settings in the Java Console
on your computer. Open control panel, click on Java to open the
console, click on advanced, expand teh debugging node and uncheck the
enable log settings.

It should not create a log folder. This is also only created if you
save the JNLP and run it, I do not think logging is invoked if you run
the file without saving it.



On Mar 9, 2:36 pm, "Lee Archer"  wrote:
> Well it's only when the Share/Record app starts that the folder is created 
> and the files put in it.  Is there some form of debugging turned on?  And 
> once installed, as it appears to be on my system, how do you uninstall it?
>
> Regards
>
> Lee
>
> 
>
> From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
> Sent: Tue 09/03/2010 19:45
> To: openmeetings-user@googlegroups.com
> Subject: Re: Screen sharing app log file
>
> yes it does download dynamically the files (based on the timestamp),
> but it does not produce a log file on your computer.
> The only file that is save on your computer is this "anyfilename.jnpl"
> .. which is basically a  text file with 5-10 KB length. The other
> files to execute the program are maintained by the Java JVM. You don't
> see them on your computer, espacially not on your desktop.
>
> Sebastian
>
> 2010/3/9 Lee Archer :
>
>
>
> > So what is loaded when I click Share/Record Screen in a conference room?  
> > Does this not load a separate Java app?
>
> > Regards
>
> > Lee
>
> > ____
>
> > From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
> > Sent: Tue 09/03/2010 16:52
> > To: openmeetings-user@googlegroups.com
> > Subject: Re: Screen sharing app log file
>
> > sorry but you either talk about some completely different application
> > or we completely misunderstood each other.
>
> > OpenMeetings does not install anything on your computer. Its a Java
> > Web-Start application.
>
> > Sebastian
>
> > 2010/3/9 Lee Archer :
> >> And why can't I uninstall the Screen Sharing Application?  When I try to 
> >> it gives me the message
>
> >> Unable to completely uninstall application
>
> >> When I hit OK it is still in my Add/Remove program list.
>
> >> Lee
>
> >> -Original Message-
> >> From: openmeetings-user@googlegroups.com 
> >> [mailto:openme

RE: Screen sharing app log file

2010-03-10 Thread Lee Archer
Hi, I don't have enable logging enabled in my Java config so either I have an 
old version of the app of it is creating the files.

Lee

-Original Message-
From: openmeetings-user@googlegroups.com 
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of John Davis
Sent: 09 March 2010 23:25
To: OpenMeetings User
Subject: Re: Screen sharing app log file


 Actually, a folder does get created with logs in it. But, this is not
created by openmeetings it is created by settings in the Java Console
on your computer. Open control panel, click on Java to open the
console, click on advanced, expand teh debugging node and uncheck the
enable log settings.

It should not create a log folder. This is also only created if you
save the JNLP and run it, I do not think logging is invoked if you run
the file without saving it.



On Mar 9, 2:36 pm, "Lee Archer"  wrote:
> Well it's only when the Share/Record app starts that the folder is created 
> and the files put in it.  Is there some form of debugging turned on?  And 
> once installed, as it appears to be on my system, how do you uninstall it?
>
> Regards
>
> Lee
>
> 
>
> From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
> Sent: Tue 09/03/2010 19:45
> To: openmeetings-user@googlegroups.com
> Subject: Re: Screen sharing app log file
>
> yes it does download dynamically the files (based on the timestamp),
> but it does not produce a log file on your computer.
> The only file that is save on your computer is this "anyfilename.jnpl"
> .. which is basically a  text file with 5-10 KB length. The other
> files to execute the program are maintained by the Java JVM. You don't
> see them on your computer, espacially not on your desktop.
>
> Sebastian
>
> 2010/3/9 Lee Archer :
>
>
>
> > So what is loaded when I click Share/Record Screen in a conference room?  
> > Does this not load a separate Java app?
>
> > Regards
>
> > Lee
>
> > 
>
> > From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
> > Sent: Tue 09/03/2010 16:52
> > To: openmeetings-user@googlegroups.com
> > Subject: Re: Screen sharing app log file
>
> > sorry but you either talk about some completely different application
> > or we completely misunderstood each other.
>
> > OpenMeetings does not install anything on your computer. Its a Java
> > Web-Start application.
>
> > Sebastian
>
> > 2010/3/9 Lee Archer :
> >> And why can't I uninstall the Screen Sharing Application?  When I try to 
> >> it gives me the message
>
> >> Unable to completely uninstall application
>
> >> When I hit OK it is still in my Add/Remove program list.
>
> >> Lee
>
> >> -Original Message-
> >> From: openmeetings-user@googlegroups.com 
> >> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
> >> Sent: 09 March 2010 16:47
> >> To: openmeetings-user@googlegroups.com
> >> Subject: RE: Screen sharing app log file
>
> >> The desktop sharing app is creating them.  I've just tested it now.  As 
> >> soon I click Share/record screen the app loads and a log folder is being 
> >> created on the desktop.
>
> >> The error file is empty but I have attached the red5 file.
>
> >> Lee
>
> >> -Original Message-
> >> From: openmeetings-user@googlegroups.com 
> >> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
> >> Sent: 09 March 2010 16:32
> >> To: openmeetings-user@googlegroups.com
> >> Subject: Re: Screen sharing app log file
>
> >> hi,
>
> >> no the sharing/recorder does not create any files on the client computer, 
> >> espacially not on the desktop.
>
> >> Sebastian
> >>> Hi, does the screen sharing/recorder have to create a log directory on
> >>> the desktop and put some files in?  Are the error and red5 text files 
> >>> required?
>
> >>> Regards
>
> >>> Lee
>
> >>> --
> >>> You received this message because you are subscribed to the Google
> >>> Groups "OpenMeetings User" group.
> >>> To post to this group, send email to openmeetings-u...@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.
>
> >> --
> >> Sebastian Wag

Re: Screen sharing app log file

2010-03-09 Thread John Davis

 Actually, a folder does get created with logs in it. But, this is not
created by openmeetings it is created by settings in the Java Console
on your computer. Open control panel, click on Java to open the
console, click on advanced, expand teh debugging node and uncheck the
enable log settings.

It should not create a log folder. This is also only created if you
save the JNLP and run it, I do not think logging is invoked if you run
the file without saving it.



On Mar 9, 2:36 pm, "Lee Archer"  wrote:
> Well it's only when the Share/Record app starts that the folder is created 
> and the files put in it.  Is there some form of debugging turned on?  And 
> once installed, as it appears to be on my system, how do you uninstall it?
>
> Regards
>
> Lee
>
> 
>
> From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
> Sent: Tue 09/03/2010 19:45
> To: openmeetings-user@googlegroups.com
> Subject: Re: Screen sharing app log file
>
> yes it does download dynamically the files (based on the timestamp),
> but it does not produce a log file on your computer.
> The only file that is save on your computer is this "anyfilename.jnpl"
> .. which is basically a  text file with 5-10 KB length. The other
> files to execute the program are maintained by the Java JVM. You don't
> see them on your computer, espacially not on your desktop.
>
> Sebastian
>
> 2010/3/9 Lee Archer :
>
>
>
> > So what is loaded when I click Share/Record Screen in a conference room?  
> > Does this not load a separate Java app?
>
> > Regards
>
> > Lee
>
> > 
>
> > From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
> > Sent: Tue 09/03/2010 16:52
> > To: openmeetings-user@googlegroups.com
> > Subject: Re: Screen sharing app log file
>
> > sorry but you either talk about some completely different application
> > or we completely misunderstood each other.
>
> > OpenMeetings does not install anything on your computer. Its a Java
> > Web-Start application.
>
> > Sebastian
>
> > 2010/3/9 Lee Archer :
> >> And why can't I uninstall the Screen Sharing Application?  When I try to 
> >> it gives me the message
>
> >> Unable to completely uninstall application
>
> >> When I hit OK it is still in my Add/Remove program list.
>
> >> Lee
>
> >> -Original Message-
> >> From: openmeetings-user@googlegroups.com 
> >> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
> >> Sent: 09 March 2010 16:47
> >> To: openmeetings-user@googlegroups.com
> >> Subject: RE: Screen sharing app log file
>
> >> The desktop sharing app is creating them.  I've just tested it now.  As 
> >> soon I click Share/record screen the app loads and a log folder is being 
> >> created on the desktop.
>
> >> The error file is empty but I have attached the red5 file.
>
> >> Lee
>
> >> -Original Message-
> >> From: openmeetings-user@googlegroups.com 
> >> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
> >> Sent: 09 March 2010 16:32
> >> To: openmeetings-user@googlegroups.com
> >> Subject: Re: Screen sharing app log file
>
> >> hi,
>
> >> no the sharing/recorder does not create any files on the client computer, 
> >> espacially not on the desktop.
>
> >> Sebastian
> >>> Hi, does the screen sharing/recorder have to create a log directory on
> >>> the desktop and put some files in?  Are the error and red5 text files 
> >>> required?
>
> >>> Regards
>
> >>> Lee
>
> >>> --
> >>> You received this message because you are subscribed to the Google
> >>> Groups "OpenMeetings User" group.
> >>> To post to this group, send email to openmeetings-u...@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.
>
> >> --
> >> Sebastian Wagner
> >>http://www.webbase-design.de<http://www.webbase-design.de/>  
> >><http://www.webbase-design.de/>
> >>http://openmeetings.googlecode.com<http://openmeetings.googlecode.com/>  
> >><http://openmeetings.googlecode.com/>
> >>http://www.laszlo-forum.de<http://www.laszlo-forum.de/>  
> &g

Re: Screen sharing app log file

2010-03-09 Thread Sebastian Wagner
You can just delete it.

Sebastian

2010/3/9 Lee Archer :
> Well it's only when the Share/Record app starts that the folder is created 
> and the files put in it.  Is there some form of debugging turned on?  And 
> once installed, as it appears to be on my system, how do you uninstall it?
>
> Regards
>
> Lee
>
> 
>
> From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
> Sent: Tue 09/03/2010 19:45
> To: openmeetings-user@googlegroups.com
> Subject: Re: Screen sharing app log file
>
>
>
> yes it does download dynamically the files (based on the timestamp),
> but it does not produce a log file on your computer.
> The only file that is save on your computer is this "anyfilename.jnpl"
> .. which is basically a  text file with 5-10 KB length. The other
> files to execute the program are maintained by the Java JVM. You don't
> see them on your computer, espacially not on your desktop.
>
> Sebastian
>
> 2010/3/9 Lee Archer :
>> So what is loaded when I click Share/Record Screen in a conference room?  
>> Does this not load a separate Java app?
>>
>> Regards
>>
>> Lee
>>
>> 
>>
>> From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
>> Sent: Tue 09/03/2010 16:52
>> To: openmeetings-user@googlegroups.com
>> Subject: Re: Screen sharing app log file
>>
>>
>>
>> sorry but you either talk about some completely different application
>> or we completely misunderstood each other.
>>
>> OpenMeetings does not install anything on your computer. Its a Java
>> Web-Start application.
>>
>>
>> Sebastian
>>
>> 2010/3/9 Lee Archer :
>>> And why can't I uninstall the Screen Sharing Application?  When I try to it 
>>> gives me the message
>>>
>>> Unable to completely uninstall application
>>>
>>> When I hit OK it is still in my Add/Remove program list.
>>>
>>> Lee
>>>
>>> -Original Message-
>>> From: openmeetings-user@googlegroups.com 
>>> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
>>> Sent: 09 March 2010 16:47
>>> To: openmeetings-user@googlegroups.com
>>> Subject: RE: Screen sharing app log file
>>>
>>> The desktop sharing app is creating them.  I've just tested it now.  As 
>>> soon I click Share/record screen the app loads and a log folder is being 
>>> created on the desktop.
>>>
>>> The error file is empty but I have attached the red5 file.
>>>
>>> Lee
>>>
>>> -Original Message-
>>> From: openmeetings-user@googlegroups.com 
>>> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
>>> Sent: 09 March 2010 16:32
>>> To: openmeetings-user@googlegroups.com
>>> Subject: Re: Screen sharing app log file
>>>
>>> hi,
>>>
>>> no the sharing/recorder does not create any files on the client computer, 
>>> espacially not on the desktop.
>>>
>>>
>>> Sebastian
>>>> Hi, does the screen sharing/recorder have to create a log directory on
>>>> the desktop and put some files in?  Are the error and red5 text files 
>>>> required?
>>>>
>>>> Regards
>>>>
>>>> Lee
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "OpenMeetings User" group.
>>>> To post to this group, send email to openmeetings-u...@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.
>>>>
>>>
>>>
>>>
>>> --
>>> Sebastian Wagner
>>> http://www.webbase-design.de <http://www.webbase-design.de/>  
>>> <http://www.webbase-design.de/>
>>> http://openmeetings.googlecode.com <http://openmeetings.googlecode.com/>  
>>> <http://openmeetings.googlecode.com/>
>>> http://www.laszlo-forum.de <http://www.laszlo-forum.de/>  
>>> <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 th

RE: Screen sharing app log file

2010-03-09 Thread Lee Archer
Well it's only when the Share/Record app starts that the folder is created and 
the files put in it.  Is there some form of debugging turned on?  And once 
installed, as it appears to be on my system, how do you uninstall it?
 
Regards
 
Lee



From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
Sent: Tue 09/03/2010 19:45
To: openmeetings-user@googlegroups.com
Subject: Re: Screen sharing app log file



yes it does download dynamically the files (based on the timestamp),
but it does not produce a log file on your computer.
The only file that is save on your computer is this "anyfilename.jnpl"
.. which is basically a  text file with 5-10 KB length. The other
files to execute the program are maintained by the Java JVM. You don't
see them on your computer, espacially not on your desktop.

Sebastian

2010/3/9 Lee Archer :
> So what is loaded when I click Share/Record Screen in a conference room?  
> Does this not load a separate Java app?
>
> Regards
>
> Lee
>
> 
>
> From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
> Sent: Tue 09/03/2010 16:52
> To: openmeetings-user@googlegroups.com
> Subject: Re: Screen sharing app log file
>
>
>
> sorry but you either talk about some completely different application
> or we completely misunderstood each other.
>
> OpenMeetings does not install anything on your computer. Its a Java
> Web-Start application.
>
>
> Sebastian
>
> 2010/3/9 Lee Archer :
>> And why can't I uninstall the Screen Sharing Application?  When I try to it 
>> gives me the message
>>
>> Unable to completely uninstall application
>>
>> When I hit OK it is still in my Add/Remove program list.
>>
>> Lee
>>
>> -Original Message-
>> From: openmeetings-user@googlegroups.com 
>> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
>> Sent: 09 March 2010 16:47
>> To: openmeetings-user@googlegroups.com
>> Subject: RE: Screen sharing app log file
>>
>> The desktop sharing app is creating them.  I've just tested it now.  As soon 
>> I click Share/record screen the app loads and a log folder is being created 
>> on the desktop.
>>
>> The error file is empty but I have attached the red5 file.
>>
>> Lee
>>
>> -Original Message-
>> From: openmeetings-user@googlegroups.com 
>> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
>> Sent: 09 March 2010 16:32
>> To: openmeetings-user@googlegroups.com
>> Subject: Re: Screen sharing app log file
>>
>> hi,
>>
>> no the sharing/recorder does not create any files on the client computer, 
>> espacially not on the desktop.
>>
>>
>> Sebastian
>>> Hi, does the screen sharing/recorder have to create a log directory on
>>> the desktop and put some files in?  Are the error and red5 text files 
>>> required?
>>>
>>> Regards
>>>
>>> Lee
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "OpenMeetings User" group.
>>> To post to this group, send email to openmeetings-u...@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.
>>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> http://www.webbase-design.de <http://www.webbase-design.de/>  
>> <http://www.webbase-design.de/>
>> http://openmeetings.googlecode.com <http://openmeetings.googlecode.com/>  
>> <http://openmeetings.googlecode.com/>
>> http://www.laszlo-forum.de <http://www.laszlo-forum.de/>  
>> <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-u...@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.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to 
&

Re: Screen sharing app log file

2010-03-09 Thread Sebastian Wagner
yes it does download dynamically the files (based on the timestamp),
but it does not produce a log file on your computer.
The only file that is save on your computer is this "anyfilename.jnpl"
.. which is basically a  text file with 5-10 KB length. The other
files to execute the program are maintained by the Java JVM. You don't
see them on your computer, espacially not on your desktop.

Sebastian

2010/3/9 Lee Archer :
> So what is loaded when I click Share/Record Screen in a conference room?  
> Does this not load a separate Java app?
>
> Regards
>
> Lee
>
> 
>
> From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
> Sent: Tue 09/03/2010 16:52
> To: openmeetings-user@googlegroups.com
> Subject: Re: Screen sharing app log file
>
>
>
> sorry but you either talk about some completely different application
> or we completely misunderstood each other.
>
> OpenMeetings does not install anything on your computer. Its a Java
> Web-Start application.
>
>
> Sebastian
>
> 2010/3/9 Lee Archer :
>> And why can't I uninstall the Screen Sharing Application?  When I try to it 
>> gives me the message
>>
>> Unable to completely uninstall application
>>
>> When I hit OK it is still in my Add/Remove program list.
>>
>> Lee
>>
>> -Original Message-
>> From: openmeetings-user@googlegroups.com 
>> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
>> Sent: 09 March 2010 16:47
>> To: openmeetings-user@googlegroups.com
>> Subject: RE: Screen sharing app log file
>>
>> The desktop sharing app is creating them.  I've just tested it now.  As soon 
>> I click Share/record screen the app loads and a log folder is being created 
>> on the desktop.
>>
>> The error file is empty but I have attached the red5 file.
>>
>> Lee
>>
>> -----Original Message-
>> From: openmeetings-user@googlegroups.com 
>> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
>> Sent: 09 March 2010 16:32
>> To: openmeetings-user@googlegroups.com
>> Subject: Re: Screen sharing app log file
>>
>> hi,
>>
>> no the sharing/recorder does not create any files on the client computer, 
>> espacially not on the desktop.
>>
>>
>> Sebastian
>>> Hi, does the screen sharing/recorder have to create a log directory on
>>> the desktop and put some files in?  Are the error and red5 text files 
>>> required?
>>>
>>> Regards
>>>
>>> Lee
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "OpenMeetings User" group.
>>> To post to this group, send email to openmeetings-u...@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.
>>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> http://www.webbase-design.de <http://www.webbase-design.de/>
>> http://openmeetings.googlecode.com <http://openmeetings.googlecode.com/>
>> http://www.laszlo-forum.de <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-u...@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.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@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.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@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/gr

RE: Screen sharing app log file

2010-03-09 Thread Lee Archer
So what is loaded when I click Share/Record Screen in a conference room?  Does 
this not load a separate Java app?
 
Regards
 
Lee



From: openmeetings-user@googlegroups.com on behalf of Sebastian Wagner
Sent: Tue 09/03/2010 16:52
To: openmeetings-user@googlegroups.com
Subject: Re: Screen sharing app log file



sorry but you either talk about some completely different application
or we completely misunderstood each other.

OpenMeetings does not install anything on your computer. Its a Java
Web-Start application.


Sebastian

2010/3/9 Lee Archer :
> And why can't I uninstall the Screen Sharing Application?  When I try to it 
> gives me the message
>
> Unable to completely uninstall application
>
> When I hit OK it is still in my Add/Remove program list.
>
> Lee
>
> -Original Message-
> From: openmeetings-user@googlegroups.com 
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
> Sent: 09 March 2010 16:47
> To: openmeetings-user@googlegroups.com
> Subject: RE: Screen sharing app log file
>
> The desktop sharing app is creating them.  I've just tested it now.  As soon 
> I click Share/record screen the app loads and a log folder is being created 
> on the desktop.
>
> The error file is empty but I have attached the red5 file.
>
> Lee
>
> -Original Message-
> From: openmeetings-user@googlegroups.com 
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
> Sent: 09 March 2010 16:32
> To: openmeetings-user@googlegroups.com
> Subject: Re: Screen sharing app log file
>
> hi,
>
> no the sharing/recorder does not create any files on the client computer, 
> espacially not on the desktop.
>
>
> Sebastian
>> Hi, does the screen sharing/recorder have to create a log directory on
>> the desktop and put some files in?  Are the error and red5 text files 
>> required?
>>
>> Regards
>>
>> Lee
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@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.
>>
>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de <http://www.webbase-design.de/> 
> http://openmeetings.googlecode.com <http://openmeetings.googlecode.com/> 
> http://www.laszlo-forum.de <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-u...@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.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@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.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@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.
>
>



--
Sebastian Wagner
http://www.webbase-design.de <http://www.webbase-design.de/> 
http://openmeetings.googlecode.com <http://openmeetings.googlecode.com/> 
http://www.laszlo-forum.de <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-u...@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.



-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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: Screen sharing app log file

2010-03-09 Thread Sebastian Wagner
sorry but you either talk about some completely different application
or we completely misunderstood each other.

OpenMeetings does not install anything on your computer. Its a Java
Web-Start application.


Sebastian

2010/3/9 Lee Archer :
> And why can't I uninstall the Screen Sharing Application?  When I try to it 
> gives me the message
>
> Unable to completely uninstall application
>
> When I hit OK it is still in my Add/Remove program list.
>
> Lee
>
> -Original Message-
> From: openmeetings-user@googlegroups.com 
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
> Sent: 09 March 2010 16:47
> To: openmeetings-user@googlegroups.com
> Subject: RE: Screen sharing app log file
>
> The desktop sharing app is creating them.  I've just tested it now.  As soon 
> I click Share/record screen the app loads and a log folder is being created 
> on the desktop.
>
> The error file is empty but I have attached the red5 file.
>
> Lee
>
> -Original Message-
> From: openmeetings-user@googlegroups.com 
> [mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
> Sent: 09 March 2010 16:32
> To: openmeetings-user@googlegroups.com
> Subject: Re: Screen sharing app log file
>
> hi,
>
> no the sharing/recorder does not create any files on the client computer, 
> espacially not on the desktop.
>
>
> Sebastian
>> Hi, does the screen sharing/recorder have to create a log directory on
>> the desktop and put some files in?  Are the error and red5 text files 
>> required?
>>
>> Regards
>>
>> Lee
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@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.
>>
>
>
>
> --
> 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-u...@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.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@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.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@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.
>
>



-- 
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-u...@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: Screen sharing app log file

2010-03-09 Thread Lee Archer
And why can't I uninstall the Screen Sharing Application?  When I try to it 
gives me the message

Unable to completely uninstall application

When I hit OK it is still in my Add/Remove program list.

Lee

-Original Message-
From: openmeetings-user@googlegroups.com 
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Lee Archer
Sent: 09 March 2010 16:47
To: openmeetings-user@googlegroups.com
Subject: RE: Screen sharing app log file

The desktop sharing app is creating them.  I've just tested it now.  As soon I 
click Share/record screen the app loads and a log folder is being created on 
the desktop.

The error file is empty but I have attached the red5 file.

Lee

-Original Message-
From: openmeetings-user@googlegroups.com 
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
Sent: 09 March 2010 16:32
To: openmeetings-user@googlegroups.com
Subject: Re: Screen sharing app log file

hi,

no the sharing/recorder does not create any files on the client computer, 
espacially not on the desktop.


Sebastian
> Hi, does the screen sharing/recorder have to create a log directory on 
> the desktop and put some files in?  Are the error and red5 text files 
> required?
>
> Regards
>
> Lee
>
> --
> You received this message because you are subscribed to the Google 
> Groups "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@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.
>



--
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-u...@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.

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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: Screen sharing app log file

2010-03-09 Thread Lee Archer
The desktop sharing app is creating them.  I've just tested it now.  As soon I 
click Share/record screen the app loads and a log folder is being created on 
the desktop.

The error file is empty but I have attached the red5 file.

Lee

-Original Message-
From: openmeetings-user@googlegroups.com 
[mailto:openmeetings-u...@googlegroups.com] On Behalf Of Sebastian Wagner
Sent: 09 March 2010 16:32
To: openmeetings-user@googlegroups.com
Subject: Re: Screen sharing app log file

hi,

no the sharing/recorder does not create any files on the client
computer, espacially not on the desktop.


Sebastian

2010/3/9 Lee Archer :
> Hi, does the screen sharing/recorder have to create a log directory on the
> desktop and put some files in?  Are the error and red5 text files required?
>
> Regards
>
> Lee
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@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.
>



-- 
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-u...@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.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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.



red5.log
Description: red5.log


Re: Screen sharing app log file

2010-03-09 Thread Sebastian Wagner
hi,

no the sharing/recorder does not create any files on the client
computer, espacially not on the desktop.


Sebastian

2010/3/9 Lee Archer :
> Hi, does the screen sharing/recorder have to create a log directory on the
> desktop and put some files in?  Are the error and red5 text files required?
>
> Regards
>
> Lee
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@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.
>



-- 
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-u...@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.