Re: svn installation

2009-03-16 Thread J.Mueller

Hello,

I'm still having the Issues. Everything works fine, expect that I
can't enter the rooms. I'm using

OpenLaszlo 4.2.0.1
Red5 red5-0.8.RC3-build-hudson-red5_jdk6_stable-76 (because the 41
Version wasn't available anymore, on 
http://build.xuggle.com/view/Stable/job/red5_jdk6_stable/).
OpenMeetings latest SVN

Is this due to wrong Version of red5!? My mySQL tables are populated
correctly, and everything else seems to be fine.

Best regards

Johannes
--~--~-~--~~~---~--~~
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: svn installation

2009-03-16 Thread smoeker

hi johannes,

are the symptoms identical to the original ones from this discussion?

- maybe u should open a new discussion, this one is getting
overloaded ;-)
- please add red5.log and a short description of how u deploy your
frontend files!

thnx!

Smoeker

On 16 Mrz., 14:05, J.Mueller j...@wghh.de wrote:
 Hello,

 I'm still having the Issues. Everything works fine, expect that I
 can't enter the rooms. I'm using

 OpenLaszlo 4.2.0.1
 Red5 red5-0.8.RC3-build-hudson-red5_jdk6_stable-76 (because the 41
 Version wasn't available anymore, 
 onhttp://build.xuggle.com/view/Stable/job/red5_jdk6_stable/).
 OpenMeetings latest SVN

 Is this due to wrong Version of red5!? My mySQL tables are populated
 correctly, and everything else seems to be fine.

 Best regards

 Johannes
--~--~-~--~~~---~--~~
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: svn installation

2009-03-13 Thread Sebastian Wagner

you can hardly do go for ByteArrays as long as it is compiled to SWF8.
You have to upgrade and compile the client to SWF9 first.
Also sending the ByteArray over HTTP will not work from Browsers point
of view as this would be a Cross-Domain-Scripting Issue.

sebastian

2009/3/13 smoeker o.beche...@medint.de:

 hi sebastian,

 that means, that the bandwidth errors is appearing, if the server
 invokes incomingScreenSharing before the last call is finished?

 i just tried to debug where much time is lost on serverside showing
 one image - the timeloss is quite small, a bottleneck could be the
 filewriting/reading ...

 - do u know, whether there is a possibility to send the image as
 bytearray to openLaszlo ? we would save the overhead of receiving the
 JPEG via HTTP, saving it on filesystem and letting the GUI download it
 again.
 - if a functioncall as bytearray would work, we could send the
 imagedata directly to the GUI...


 see ya

 Smoeker

 On 11 Mrz., 17:08, Sebastian Wagner seba.wag...@gmail.com wrote:
 on client side the warning is 
 in:http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/modu...

 method name=incomingScreenSharing args=value
         ![CDATA[
                 //only do if last image has been loading successfully
             if (!this.isScreenImageLoading){
                 . load image logic .
             } else {
                 //Debug.write(frame dropped!);
                 Debug.warn(frame dropped!);
                 new lz.errorPopup(canvas,{error:canvas.getLabelName(240)});
             }
                 ]]
         /method

 the attribute *isScreenImageLoading* is true as long as the current
 image is loading.
 As soon as the Image-Loading is completed the flag is set to false 
 again:http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/modu...
 =
 handler name=onload
         this.refObj.layers.push(this);
         this.refObj.isScreenImageLoading=false;
           
         /handler

 2009/3/11 smoeker o.beche...@medint.de:





  hola!

  i just know the clientside one...

  see ya

  Smoeker

  On 11 Mrz., 16:57, Sebastian Wagner seba.wag...@gmail.com wrote:
  there are two bandwidth warning messages.
  One in the server, one in the client.
  Which one are you referring too?

  sebastian

  2009/3/11 smoeker o.beche...@medint.de:

   hi,

   i dont know, where u read this, but the intention of implementing an
   alternative sharer was to have more performance in a high bandwidth
   scenario ;-)

   - i just looked within clientcode to find out in which cases the Low
   bandwidth message is thrown, but i dont really understand it, it
   seems to be dependent on a flag
   - maybe sebastian can tell us more about the origin of the message,
   based on that, we could consider finding a optimizaion of the
   serverside handling of the sent jpegs...

   see ya

   Smoeker

   On 11 Mrz., 15:20, Allan Pinto allan...@gmail.com wrote:
   hi smoeker,
   but even with the original sharer, on a lan i was getting bad 
   bandwidth error,
   i read on the mail list that this problem was solved with jrdesktop (
   or i think i read something like that) , and im on a lan network, so i
   dont think i should be getting this error.
   any config values i need to change for the same ?

   On Wed, Mar 11, 2009 at 2:14 PM, smoeker o.beche...@medint.de wrote:

hola,

while the standard sharer takes a snapshot of the desktop
chronologically, jrdesktop takes a screenCapture on every mouse/
keyboard event, so it sends much more data as the original sharer -
altthough it zips the data before transmission

in a small bandwidth scenario, i would recommend to use the standard
sharer

see ya

Smoeker

On 11 Mrz., 14:49, Allan Pinto allan...@gmail.com wrote:
i downloaded openlaszlo 4.2.0.1 , i had downloaded some nightly 
build
which was named 4.2.x ,
what i did now was setup a new machine with mint linux did 
everything
else the same,
but this time used openlaszlo 4.2.0.1  and it worked !!!
muchos gracias

but , hehe, now a few issue,
even jr desktop is throwing bad bandwidth errors.
also , how can i take control if somebody else is sharing their 
screen
, is that possible,
but most important is the bad bandwidth error, i thought it wouldnt 
be
there with jrdesktop, i can see the icon come up, with a exit 
option,
and im on a lan, i get bad bandwidth on the pc which i am sharing 
the
screen and also a few other pc's

any ideas

On Wed, Mar 11, 2009 at 1:24 PM, smoeker o.beche...@medint.de 
wrote:

 hola,

 my README.txt within the openlaszlo webapp says Version 4.2.0, 
 but im
 not too sure, whether this is correct ( i switched the openlaszlo
 version several times and also had some nighlty build versions
 running...)

 see ya

 Smoeker

 On 11 Mrz., 13:51, Allan Pinto 

Re: svn installation

2009-03-13 Thread smoeker

hi,

sad to hear that -  so u think it wouldnt be possible to alter the

((IServiceCapableConnection) conn).invoke
(newMessageByRoomAndDomain,new Object[] { message }, this);

part within the ScreenServlet sending a byte[] as param?

disregarding the transport, do u think its possible within laszlo
itself to produce an image from byte[]?

thnx in advance

Smoeker

On 13 Mrz., 11:52, Sebastian Wagner seba.wag...@gmail.com wrote:
 you can hardly do go for ByteArrays as long as it is compiled to SWF8.
 You have to upgrade and compile the client to SWF9 first.
 Also sending the ByteArray over HTTP will not work from Browsers point
 of view as this would be a Cross-Domain-Scripting Issue.

 sebastian

 2009/3/13 smoeker o.beche...@medint.de:





  hi sebastian,

  that means, that the bandwidth errors is appearing, if the server
  invokes incomingScreenSharing before the last call is finished?

  i just tried to debug where much time is lost on serverside showing
  one image - the timeloss is quite small, a bottleneck could be the
  filewriting/reading ...

  - do u know, whether there is a possibility to send the image as
  bytearray to openLaszlo ? we would save the overhead of receiving the
  JPEG via HTTP, saving it on filesystem and letting the GUI download it
  again.
  - if a functioncall as bytearray would work, we could send the
  imagedata directly to the GUI...

  see ya

  Smoeker

  On 11 Mrz., 17:08, Sebastian Wagner seba.wag...@gmail.com wrote:
  on client side the warning is 
  in:http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/modu...

  method name=incomingScreenSharing args=value
          ![CDATA[
                  //only do if last image has been loading successfully
              if (!this.isScreenImageLoading){
                  . load image logic .
              } else {
                  //Debug.write(frame dropped!);
                  Debug.warn(frame dropped!);
                  new lz.errorPopup(canvas,{error:canvas.getLabelName(240)});
              }
                  ]]
          /method

  the attribute *isScreenImageLoading* is true as long as the current
  image is loading.
  As soon as the Image-Loading is completed the flag is set to false 
  again:http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/modu...
  =
  handler name=onload
          this.refObj.layers.push(this);
          this.refObj.isScreenImageLoading=false;
            
          /handler

  2009/3/11 smoeker o.beche...@medint.de:

   hola!

   i just know the clientside one...

   see ya

   Smoeker

   On 11 Mrz., 16:57, Sebastian Wagner seba.wag...@gmail.com wrote:
   there are two bandwidth warning messages.
   One in the server, one in the client.
   Which one are you referring too?

   sebastian

   2009/3/11 smoeker o.beche...@medint.de:

hi,

i dont know, where u read this, but the intention of implementing an
alternative sharer was to have more performance in a high bandwidth
scenario ;-)

- i just looked within clientcode to find out in which cases the Low
bandwidth message is thrown, but i dont really understand it, it
seems to be dependent on a flag
- maybe sebastian can tell us more about the origin of the message,
based on that, we could consider finding a optimizaion of the
serverside handling of the sent jpegs...

see ya

Smoeker

On 11 Mrz., 15:20, Allan Pinto allan...@gmail.com wrote:
hi smoeker,
but even with the original sharer, on a lan i was getting bad 
bandwidth error,
i read on the mail list that this problem was solved with jrdesktop (
or i think i read something like that) , and im on a lan network, so 
i
dont think i should be getting this error.
any config values i need to change for the same ?

On Wed, Mar 11, 2009 at 2:14 PM, smoeker o.beche...@medint.de 
wrote:

 hola,

 while the standard sharer takes a snapshot of the desktop
 chronologically, jrdesktop takes a screenCapture on every mouse/
 keyboard event, so it sends much more data as the original sharer -
 altthough it zips the data before transmission

 in a small bandwidth scenario, i would recommend to use the 
 standard
 sharer

 see ya

 Smoeker

 On 11 Mrz., 14:49, Allan Pinto allan...@gmail.com wrote:
 i downloaded openlaszlo 4.2.0.1 , i had downloaded some nightly 
 build
 which was named 4.2.x ,
 what i did now was setup a new machine with mint linux did 
 everything
 else the same,
 but this time used openlaszlo 4.2.0.1  and it worked !!!
 muchos gracias

 but , hehe, now a few issue,
 even jr desktop is throwing bad bandwidth errors.
 also , how can i take control if somebody else is sharing their 
 screen
 , is that possible,
 but most important is the bad bandwidth error, i thought it 
 wouldnt be
 there with jrdesktop, i can see the icon come up, with 

svn installation

2009-03-11 Thread Allan Pinto

hi ,

im trying to install the svn version, ( because of jrdesktop, as im
getting bad bandwidth errors in 0.7rc2)
im using red5-0.8rc2 and openlaszlo 4.2.x .
i also copied the contents of the openlaszlo client directory into the
webapps/openmeeting directory, after which i got
the install page, but step 2 comes as a blank page,
  i could.nt capture the errors properly in the red5 console , but it
looks like this
Caused by: java.sql.BatchUpdateException: Incorrect string value:
'\xD0\xA1\xD0\xBE\xD0\xB1...' for column 'value' at row 1
at 
com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1693)
[mysql-connector-java-5.1.7-bin.jar:na]
at 
com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1108)
[mysql-connector-java-5.1.7-bin.jar:na]
at 
com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeBatch(NewProxyPreparedStatement.java:1723)
[c3p0-0.9.1.jar:0.9.1]
at 
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:70)
[hibernate3.jar:na]
at 
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:268)
[hibernate3.jar:na]
... 31 common frames omitted
[WARN] [http-5080-1] org.hibernate.util.JDBCExceptionReporter - SQL
Error: 1366, SQLState: HY000
[ERROR] [http-5080-1] org.hibernate.util.JDBCExceptionReporter -
Incorrect string value: '\xD0\xA3\xD1\x81\xD1\x82...' for column
'value' at row 1
[ERROR] [http-5080-1]
org.hibernate.event.def.AbstractFlushingEventListener - Could not
synchronize database state with session
org.hibernate.exception.GenericJDBCException: Could not execute JDBC
batch update
at 
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:126)
[hibernate3.jar:na]
at 
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:114)
[hibernate3.jar:na]
at 
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
[hibernate3.jar:na]
at 
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:275)
[hibernate3.jar:na]
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:266)
[hibernate3.jar:na]

what could i be doing wrong.?

-- 
Thanx and regd's.

Allan.
http://www.in2dwok.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: svn installation

2009-03-11 Thread deadwait

here it is.
i using mysql, and i have created the database openmeetings.

?xml version=1.0 encoding=UTF-8?
!DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
configuration-3.0.dtd

!-- Generated file - Do not edit! --

hibernate-configuration

!-- a SessionFactory instance listed as /jndi/name --
session-factory

!-- User  / Password --
property name=connection.usernameroot/property
property name=connection.password/property

!-- Database Settings --
property name=connection.driver_classcom.mysql.jdbc.Driver/
property
!--  for performance reasons changed to MyISAM from
org.hibernate.dialect.MySQLInnoDBDialect --
property 
name=dialectorg.hibernate.dialect.MySQLMyISAMDialect/
property
property 
name=connection.urljdbc:mysql://localhost/openmeetings?
autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueamp;characterEncoding=utf-8/
property

property name=hibernate.connection.CharSetutf8/property
property name=hibernate.connection.characterEncodingutf8/
property
property name=hibernate.connection.useUnicodetrue/property


!-- Database Scheme Auto Update --
property name=hbm2ddl.autoupdate/property

!-- properties --

property name=show_sqlfalse/property
property name=use_outer_joinfalse/property
property
name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslatorFactory/
property
property
name=hibernate.connection.provider_classorg.hibernate.connection.C3P0ConnectionProvider/
property
!--
property name=connection.provider_class
org.hibernate.connection.C3P0ConnectionProvider/property
 --
property
name=hibernate.cache.provider_classorg.hibernate.cache.NoCacheProvider/
property
property name=hibernate.cache.use_query_cachefalse/
property
property name=hibernate.cache.use_second_level_cachefalse/
property
property name=hibernate.generate_statisticsfalse/
property
property name=hibernate.cache.use_structured_entriesfalse/
property


property name=c3p0.max_size20/property
property name=c3p0.min_size2/property
property name=c3p0.idle_test_period100/property
property name=c3p0.max_statements100/property
property name=c3p0.timeout100/property

!-- mapping files --
mapping resource=org/openmeetings/app/hibernate/beans/adresses/
Adresses.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/adresses/
States.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Configuration.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
ErrorType.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
ErrorValues.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Naviglobal.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Navimain.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Navisub.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Sessiondata.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/calendar/
Appointment.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/calendar/
AppointmentCategory.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/calendar/
AppointmentReminderTyps.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/calendar/
MeetingMember.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/domain/
Organisation.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/domain/
Organisation_Users.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/invitation/
Invitations.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/lang/
FieldLanguage.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/lang/
Fieldlanguagesvalues.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/lang/
Fieldvalues.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/logs/
ConferenceLog.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/logs/
ConferenceLogType.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/recording/
ChatvaluesEvent.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/recording/
Recording.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/recording/
RecordingClient.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/recording/
RecordingConversionJob.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/recording/
RoomClient.hbm.xml/
mapping 

Re: svn installation

2009-03-11 Thread smoeker

hi,

you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

- the tables and columns were created correctly?

see ya

Smoeker

On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
 here it is.
 i using mysql, and i have created the database openmeetings.

 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
 Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
 configuration-3.0.dtd

 !-- Generated file - Do not edit! --

 hibernate-configuration

         !-- a SessionFactory instance listed as /jndi/name --
         session-factory

                 !-- User  / Password --
                 property name=connection.usernameroot/property
                 property name=connection.password/property

                 !-- Database Settings --
                 property 
 name=connection.driver_classcom.mysql.jdbc.Driver/
 property
                 !--  for performance reasons changed to MyISAM from
 org.hibernate.dialect.MySQLInnoDBDialect --
                 property 
 name=dialectorg.hibernate.dialect.MySQLMyISAMDialect/
 property
                 property 
 name=connection.urljdbc:mysql://localhost/openmeetings?
 autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueam­p;characterEncoding=utf-8/
 property

                 property name=hibernate.connection.CharSetutf8/property
                 property name=hibernate.connection.characterEncodingutf8/
 property
                 property 
 name=hibernate.connection.useUnicodetrue/property

                 !-- Database Scheme Auto Update --
                 property name=hbm2ddl.autoupdate/property

                 !-- properties --

                 property name=show_sqlfalse/property
                 property name=use_outer_joinfalse/property
                 property
 name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­orFactory/
 property
         property
 name=hibernate.connection.provider_classorg.hibernate.connection.C3P0Con­nectionProvider/
 property
         !--
         property name=connection.provider_class
 org.hibernate.connection.C3P0ConnectionProvider/property
          --
         property
 name=hibernate.cache.provider_classorg.hibernate.cache.NoCacheProvider/
 property
         property name=hibernate.cache.use_query_cachefalse/
 property
         property name=hibernate.cache.use_second_level_cachefalse/
 property
         property name=hibernate.generate_statisticsfalse/
 property
         property name=hibernate.cache.use_structured_entriesfalse/
 property

                 property name=c3p0.max_size20/property
                 property name=c3p0.min_size2/property
         property name=c3p0.idle_test_period100/property
                 property name=c3p0.max_statements100/property
                 property name=c3p0.timeout100/property

                 !-- mapping files --
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 Adresses.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 States.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Configuration.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorType.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorValues.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Naviglobal.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Navimain.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Navisub.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Sessiondata.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 Appointment.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 AppointmentCategory.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 AppointmentReminderTyps.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 MeetingMember.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/domain/
 Organisation.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/domain/
 Organisation_Users.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/invitation/
 Invitations.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/lang/
 FieldLanguage.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/lang/
 Fieldlanguagesvalues.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/lang/
 Fieldvalues.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/logs/
 ConferenceLog.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/logs/
 ConferenceLogType.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/recording/
 ChatvaluesEvent.hbm.xml/
     mapping 

Re: svn installation

2009-03-11 Thread Allan Pinto

hi smoeker,
yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
i dont know exactly how to check the tables and columns completely ,
but a show tables show this.
mysql use openmeetings;
Database changed
mysql show tables;
+---+
| Tables_in_openmeetings|
+---+
| adresses  |
| appointmentcategory   |
| appointmentremindertyps   |
| appointments  |
| conferencelog |
| conferencelogtype |
| configuration |
| errortypes|
| errorvalues   |
| fieldlanguage |
| fieldlanguagesvalues  |
| fieldvalues   |
| invitations   |
| meeting_members   |
| naviglobal|
| navimain  |
| navisub   |
| organisation  |
| organisation_users|
| recording |
| recording_chatvaluesevent |
| recording_conversion_job  |
| recording_roomstream  |
| recording_whiteboardevent |
| recordingclient   |
| roomclient|
| roomrecording |
| rooms |
| rooms_organisation|
| roomtypes |
| salutations   |
| sessiondata   |
| states|
| userdata  |
| usergroups|
| userlevel |
| users |
| users_usergroups  |
+---

.


On Wed, Mar 11, 2009 at 8:42 AM, smoeker o.beche...@medint.de wrote:

 hi,

 you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
 under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

 - the tables and columns were created correctly?

 see ya

 Smoeker

 On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
 here it is.
 i using mysql, and i have created the database openmeetings.

 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
 Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
 configuration-3.0.dtd

 !-- Generated file - Do not edit! --

 hibernate-configuration

         !-- a SessionFactory instance listed as /jndi/name --
         session-factory

                 !-- User  / Password --
                 property name=connection.usernameroot/property
                 property name=connection.password/property

                 !-- Database Settings --
                 property 
 name=connection.driver_classcom.mysql.jdbc.Driver/
 property
                 !--  for performance reasons changed to MyISAM from
 org.hibernate.dialect.MySQLInnoDBDialect --
                 property 
 name=dialectorg.hibernate.dialect.MySQLMyISAMDialect/
 property
                 property 
 name=connection.urljdbc:mysql://localhost/openmeetings?
 autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueam­p;characterEncoding=utf-8/
 property

                 property name=hibernate.connection.CharSetutf8/property
                 property 
 name=hibernate.connection.characterEncodingutf8/
 property
                 property 
 name=hibernate.connection.useUnicodetrue/property

                 !-- Database Scheme Auto Update --
                 property name=hbm2ddl.autoupdate/property

                 !-- properties --

                 property name=show_sqlfalse/property
                 property name=use_outer_joinfalse/property
                 property
 name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­orFactory/
 property
         property
 name=hibernate.connection.provider_classorg.hibernate.connection.C3P0Con­nectionProvider/
 property
         !--
         property name=connection.provider_class
 org.hibernate.connection.C3P0ConnectionProvider/property
          --
         property
 name=hibernate.cache.provider_classorg.hibernate.cache.NoCacheProvider/
 property
         property name=hibernate.cache.use_query_cachefalse/
 property
         property name=hibernate.cache.use_second_level_cachefalse/
 property
         property name=hibernate.generate_statisticsfalse/
 property
         property name=hibernate.cache.use_structured_entriesfalse/
 property

                 property name=c3p0.max_size20/property
                 property name=c3p0.min_size2/property
         property name=c3p0.idle_test_period100/property
                 property name=c3p0.max_statements100/property
                 property name=c3p0.timeout100/property

                 !-- mapping files --
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 Adresses.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 States.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Configuration.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorType.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorValues.hbm.xml/
     mapping 

Re: svn installation

2009-03-11 Thread smoeker

hi,

i think, it isnt necessary to check the existence of the columns, as
the tables are created correctly...

- OpenMeetings requieres UTF-8 encoding  - did u create your database
with UTF-8 encoding ( has your mysql server UTF-8 as default encoding
for new databases?)

- if the encoding is correct, i would recommend to drop database once
more, recreate it.
- restart red5 and watch out for possible errors on startup (-
concerning openmeetings, especially InstallServlet)
- call install servlet and in case of errors, please post the
red5.log...


see ya

Smoeker

On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
 hi smoeker,
 yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
 i dont know exactly how to check the tables and columns completely ,
 but a show tables show this.
 mysql use openmeetings;
 Database changed
 mysql show tables;
 +---+
 | Tables_in_openmeetings    |
 +---+
 | adresses                  |
 | appointmentcategory       |
 | appointmentremindertyps   |
 | appointments              |
 | conferencelog             |
 | conferencelogtype         |
 | configuration             |
 | errortypes                |
 | errorvalues               |
 | fieldlanguage             |
 | fieldlanguagesvalues      |
 | fieldvalues               |
 | invitations               |
 | meeting_members           |
 | naviglobal                |
 | navimain                  |
 | navisub                   |
 | organisation              |
 | organisation_users        |
 | recording                 |
 | recording_chatvaluesevent |
 | recording_conversion_job  |
 | recording_roomstream      |
 | recording_whiteboardevent |
 | recordingclient           |
 | roomclient                |
 | roomrecording             |
 | rooms                     |
 | rooms_organisation        |
 | roomtypes                 |
 | salutations               |
 | sessiondata               |
 | states                    |
 | userdata                  |
 | usergroups                |
 | userlevel                 |
 | users                     |
 | users_usergroups          |
 +---

 .



 On Wed, Mar 11, 2009 at 8:42 AM, smoeker o.beche...@medint.de wrote:

  hi,

  you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
  under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

  - the tables and columns were created correctly?

  see ya

  Smoeker

  On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
  here it is.
  i using mysql, and i have created the database openmeetings.

  ?xml version=1.0 encoding=UTF-8?
  !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
  Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
  configuration-3.0.dtd

  !-- Generated file - Do not edit! --

  hibernate-configuration

          !-- a SessionFactory instance listed as /jndi/name --
          session-factory

                  !-- User  / Password --
                  property name=connection.usernameroot/property
                  property name=connection.password/property

                  !-- Database Settings --
                  property 
  name=connection.driver_classcom.mysql.jdbc.Driver/
  property
                  !--  for performance reasons changed to MyISAM from
  org.hibernate.dialect.MySQLInnoDBDialect --
                  property 
  name=dialectorg.hibernate.dialect.MySQLMyISAMDialect/
  property
                  property 
  name=connection.urljdbc:mysql://localhost/openmeetings?
  autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueam­­p;characterEncoding=utf-8/
  property

                  property 
  name=hibernate.connection.CharSetutf8/property
                  property 
  name=hibernate.connection.characterEncodingutf8/
  property
                  property 
  name=hibernate.connection.useUnicodetrue/property

                  !-- Database Scheme Auto Update --
                  property name=hbm2ddl.autoupdate/property

                  !-- properties --

                  property name=show_sqlfalse/property
                  property name=use_outer_joinfalse/property
                  property
  name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­­orFactory/
  property
          property
  name=hibernate.connection.provider_classorg.hibernate.connection.C3P0Con­­nectionProvider/
  property
          !--
          property name=connection.provider_class
  org.hibernate.connection.C3P0ConnectionProvider/property
           --
          property
  name=hibernate.cache.provider_classorg.hibernate.cache.NoCacheProvider/
  property
          property name=hibernate.cache.use_query_cachefalse/
  property
          property name=hibernate.cache.use_second_level_cachefalse/
  property
          property name=hibernate.generate_statisticsfalse/
  property
          property name=hibernate.cache.use_structured_entriesfalse/
  property

                  property 

Re: svn installation

2009-03-11 Thread smoeker

hola!

please recompile client sources via openLaszlo and put the generated
swf files to your openmeetings webapp folder


see ya

Smoeker

On 11 Mrz., 10:42, Allan Pinto allan...@gmail.com wrote:
 man, i dont know what happened,
 i restarted the machine, dropped the openmeetings database and created
 it again, and this time it worked, now i can log in,
 but somethings wrong, when i go to conference or meeting  i get a blank page,
 i have attached the snapshot.



 On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de wrote:

  hi,

  i think, it isnt necessary to check the existence of the columns, as
  the tables are created correctly...

  - OpenMeetings requieres UTF-8 encoding  - did u create your database
  with UTF-8 encoding ( has your mysql server UTF-8 as default encoding
  for new databases?)

  - if the encoding is correct, i would recommend to drop database once
  more, recreate it.
  - restart red5 and watch out for possible errors on startup (-
  concerning openmeetings, especially InstallServlet)
  - call install servlet and in case of errors, please post the
  red5.log...

  see ya

  Smoeker

  On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
  hi smoeker,
  yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
  i dont know exactly how to check the tables and columns completely ,
  but a show tables show this.
  mysql use openmeetings;
  Database changed
  mysql show tables;
  +---+
  | Tables_in_openmeetings    |
  +---+
  | adresses                  |
  | appointmentcategory       |
  | appointmentremindertyps   |
  | appointments              |
  | conferencelog             |
  | conferencelogtype         |
  | configuration             |
  | errortypes                |
  | errorvalues               |
  | fieldlanguage             |
  | fieldlanguagesvalues      |
  | fieldvalues               |
  | invitations               |
  | meeting_members           |
  | naviglobal                |
  | navimain                  |
  | navisub                   |
  | organisation              |
  | organisation_users        |
  | recording                 |
  | recording_chatvaluesevent |
  | recording_conversion_job  |
  | recording_roomstream      |
  | recording_whiteboardevent |
  | recordingclient           |
  | roomclient                |
  | roomrecording             |
  | rooms                     |
  | rooms_organisation        |
  | roomtypes                 |
  | salutations               |
  | sessiondata               |
  | states                    |
  | userdata                  |
  | usergroups                |
  | userlevel                 |
  | users                     |
  | users_usergroups          |
  +---

  .

  On Wed, Mar 11, 2009 at 8:42 AM, smoeker o.beche...@medint.de wrote:

   hi,

   you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
   under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

   - the tables and columns were created correctly?

   see ya

   Smoeker

   On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
   here it is.
   i using mysql, and i have created the database openmeetings.

   ?xml version=1.0 encoding=UTF-8?
   !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
   Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
   configuration-3.0.dtd

   !-- Generated file - Do not edit! --

   hibernate-configuration

           !-- a SessionFactory instance listed as /jndi/name --
           session-factory

                   !-- User  / Password --
                   property name=connection.usernameroot/property
                   property name=connection.password/property

                   !-- Database Settings --
                   property 
   name=connection.driver_classcom.mysql.jdbc.Driver/
   property
                   !--  for performance reasons changed to MyISAM from
   org.hibernate.dialect.MySQLInnoDBDialect --
                   property 
   name=dialectorg.hibernate.dialect.MySQLMyISAMDialect/
   property
                   property 
   name=connection.urljdbc:mysql://localhost/openmeetings?
   autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueam­­­p;characterEncoding=utf-8/
   property

                   property 
   name=hibernate.connection.CharSetutf8/property
                   property 
   name=hibernate.connection.characterEncodingutf8/
   property
                   property 
   name=hibernate.connection.useUnicodetrue/property

                   !-- Database Scheme Auto Update --
                   property name=hbm2ddl.autoupdate/property

                   !-- properties --

                   property name=show_sqlfalse/property
                   property name=use_outer_joinfalse/property
                   property
   name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­­­orFactory/
   property
           property
   

Re: svn installation

2009-03-11 Thread Allan Pinto

hi smoeker,
first of all thanx for your absolute fast responses and great help,
and im sorry to keep
asking so many questions, but here goes,
i did go and compile the main.lzx file , and when i compile.
everything looks perfect, i can log in , see the conference rooms, but
when i copy the same in to the red5 webapps directory i see no change,
if i log in to http://localhost:5080/openmeetings.

i really dont understand much of openlaszlo and java and red5 for that
matter, im just following instructions from the wiki.

i have installed the openlaszlo server in /usr/lps-4.2.x
what i do is , i run the startup.sh, and also start /red5.sh and then
open the webpage on to
http://localhost:8080/lps-4.2.x/openmeetings/maindebug.lzx?lzr=swf8lzproxied=solo
what i get is the admin login page with which i can log in and here is
see that conference rooms can be seen,
i know the above is with maindebug, i did the same with main, then
closed the window, copied all the swf files to the
$red5_home/webapps/openmeetings dir,
restarted red5 .
but no luck,   i think i have goofed up big time but dont know where.


also , (and i noticed this is in the 0.7rc2 version too ) , when i go
to the administration pages, i cannot scroll down completely in user
options or conference room options, i can see that there are more op

On Wed, Mar 11, 2009 at 9:42 AM, Allan Pinto allan...@gmail.com wrote:
 man, i dont know what happened,
 i restarted the machine, dropped the openmeetings database and created
 it again, and this time it worked, now i can log in,
 but somethings wrong, when i go to conference or meeting  i get a blank page,
 i have attached the snapshot.


 On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de wrote:

 hi,

 i think, it isnt necessary to check the existence of the columns, as
 the tables are created correctly...

 - OpenMeetings requieres UTF-8 encoding  - did u create your database
 with UTF-8 encoding ( has your mysql server UTF-8 as default encoding
 for new databases?)

 - if the encoding is correct, i would recommend to drop database once
 more, recreate it.
 - restart red5 and watch out for possible errors on startup (-
 concerning openmeetings, especially InstallServlet)
 - call install servlet and in case of errors, please post the
 red5.log...


 see ya

 Smoeker

 On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
 hi smoeker,
 yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
 i dont know exactly how to check the tables and columns completely ,
 but a show tables show this.
 mysql use openmeetings;
 Database changed
 mysql show tables;
 +---+
 | Tables_in_openmeetings    |
 +---+
 | adresses                  |
 | appointmentcategory       |
 | appointmentremindertyps   |
 | appointments              |
 | conferencelog             |
 | conferencelogtype         |
 | configuration             |
 | errortypes                |
 | errorvalues               |
 | fieldlanguage             |
 | fieldlanguagesvalues      |
 | fieldvalues               |
 | invitations               |
 | meeting_members           |
 | naviglobal                |
 | navimain                  |
 | navisub                   |
 | organisation              |
 | organisation_users        |
 | recording                 |
 | recording_chatvaluesevent |
 | recording_conversion_job  |
 | recording_roomstream      |
 | recording_whiteboardevent |
 | recordingclient           |
 | roomclient                |
 | roomrecording             |
 | rooms                     |
 | rooms_organisation        |
 | roomtypes                 |
 | salutations               |
 | sessiondata               |
 | states                    |
 | userdata                  |
 | usergroups                |
 | userlevel                 |
 | users                     |
 | users_usergroups          |
 +---

 .



 On Wed, Mar 11, 2009 at 8:42 AM, smoeker o.beche...@medint.de wrote:

  hi,

  you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
  under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

  - the tables and columns were created correctly?

  see ya

  Smoeker

  On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
  here it is.
  i using mysql, and i have created the database openmeetings.

  ?xml version=1.0 encoding=UTF-8?
  !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
  Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
  configuration-3.0.dtd

  !-- Generated file - Do not edit! --

  hibernate-configuration

          !-- a SessionFactory instance listed as /jndi/name --
          session-factory

                  !-- User  / Password --
                  property name=connection.usernameroot/property
                  property name=connection.password/property

                  !-- Database Settings --
                  property 
  name=connection.driver_classcom.mysql.jdbc.Driver/
  property
          

Re: svn installation

2009-03-11 Thread smoeker

hi,

please try to clear your browser cache - maybe u still work on local
cached files...

- Otherwise please check the timestamps of the generated swf files
after recompiling them...


see ya

Smoeker

On 11 Mrz., 11:30, Allan Pinto allan...@gmail.com wrote:
 hi smoeker,
 first of all thanx for your absolute fast responses and great help,
 and im sorry to keep
 asking so many questions, but here goes,
 i did go and compile the main.lzx file , and when i compile.
 everything looks perfect, i can log in , see the conference rooms, but
 when i copy the same in to the red5 webapps directory i see no change,
 if i log in tohttp://localhost:5080/openmeetings.

 i really dont understand much of openlaszlo and java and red5 for that
 matter, im just following instructions from the wiki.

 i have installed the openlaszlo server in /usr/lps-4.2.x
 what i do is , i run the startup.sh, and also start /red5.sh and then
 open the webpage on 
 tohttp://localhost:8080/lps-4.2.x/openmeetings/maindebug.lzx?lzr=swf8l...
 what i get is the admin login page with which i can log in and here is
 see that conference rooms can be seen,
 i know the above is with maindebug, i did the same with main, then
 closed the window, copied all the swf files to the
 $red5_home/webapps/openmeetings dir,
 restarted red5 .
 but no luck,   i think i have goofed up big time but dont know where.

 also , (and i noticed this is in the 0.7rc2 version too ) , when i go
 to the administration pages, i cannot scroll down completely in user
 options or conference room options, i can see that there are more op



 On Wed, Mar 11, 2009 at 9:42 AM, Allan Pinto allan...@gmail.com wrote:
  man, i dont know what happened,
  i restarted the machine, dropped the openmeetings database and created
  it again, and this time it worked, now i can log in,
  but somethings wrong, when i go to conference or meeting  i get a blank 
  page,
  i have attached the snapshot.

  On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de wrote:

  hi,

  i think, it isnt necessary to check the existence of the columns, as
  the tables are created correctly...

  - OpenMeetings requieres UTF-8 encoding  - did u create your database
  with UTF-8 encoding ( has your mysql server UTF-8 as default encoding
  for new databases?)

  - if the encoding is correct, i would recommend to drop database once
  more, recreate it.
  - restart red5 and watch out for possible errors on startup (-
  concerning openmeetings, especially InstallServlet)
  - call install servlet and in case of errors, please post the
  red5.log...

  see ya

  Smoeker

  On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
  hi smoeker,
  yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
  i dont know exactly how to check the tables and columns completely ,
  but a show tables show this.
  mysql use openmeetings;
  Database changed
  mysql show tables;
  +---+
  | Tables_in_openmeetings    |
  +---+
  | adresses                  |
  | appointmentcategory       |
  | appointmentremindertyps   |
  | appointments              |
  | conferencelog             |
  | conferencelogtype         |
  | configuration             |
  | errortypes                |
  | errorvalues               |
  | fieldlanguage             |
  | fieldlanguagesvalues      |
  | fieldvalues               |
  | invitations               |
  | meeting_members           |
  | naviglobal                |
  | navimain                  |
  | navisub                   |
  | organisation              |
  | organisation_users        |
  | recording                 |
  | recording_chatvaluesevent |
  | recording_conversion_job  |
  | recording_roomstream      |
  | recording_whiteboardevent |
  | recordingclient           |
  | roomclient                |
  | roomrecording             |
  | rooms                     |
  | rooms_organisation        |
  | roomtypes                 |
  | salutations               |
  | sessiondata               |
  | states                    |
  | userdata                  |
  | usergroups                |
  | userlevel                 |
  | users                     |
  | users_usergroups          |
  +---

  .

  On Wed, Mar 11, 2009 at 8:42 AM, smoeker o.beche...@medint.de wrote:

   hi,

   you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
   under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

   - the tables and columns were created correctly?

   see ya

   Smoeker

   On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
   here it is.
   i using mysql, and i have created the database openmeetings.

   ?xml version=1.0 encoding=UTF-8?
   !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
   Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
   configuration-3.0.dtd

   !-- Generated file - Do not edit! --

   hibernate-configuration

           !-- a SessionFactory instance 

Re: svn installation

2009-03-11 Thread smoeker

hi,

i think its normal, that only the target swf changes his timestamp...
if the GUI is shown correct within the laszlo - environment, when u
call it via laszlo - compiler, there cant be much left to do

- when u successfully compiled the client and the webapp, the biggest
part is far behind u ;-)

did u try to clear browsercache?


see ya

Smoeker

On 11 Mrz., 12:35, Allan Pinto allan...@gmail.com wrote:
 on a reboot and recompile of the client using only main not maindebug
 main.lzx.swf8.swf gets a new timestamp nothing else gets a new stamp,
 ive tried cp -af ,
 i then deleted the main.lzx swf files and then copied over the compiled ones,
 still no luck.
 any idea if the rc3 version will come out soon,
 or instructions on how to compile the latest versions again from the 
 beginning .
 i think this is out of my reach.
 i will try again on a mint linux machine in some time and revert.



 On Wed, Mar 11, 2009 at 10:45 AM, smoeker o.beche...@medint.de wrote:

  hi,

  please try to clear your browser cache - maybe u still work on local
  cached files...

  - Otherwise please check the timestamps of the generated swf files
  after recompiling them...

  see ya

  Smoeker

  On 11 Mrz., 11:30, Allan Pinto allan...@gmail.com wrote:
  hi smoeker,
  first of all thanx for your absolute fast responses and great help,
  and im sorry to keep
  asking so many questions, but here goes,
  i did go and compile the main.lzx file , and when i compile.
  everything looks perfect, i can log in , see the conference rooms, but
  when i copy the same in to the red5 webapps directory i see no change,
  if i log in tohttp://localhost:5080/openmeetings.

  i really dont understand much of openlaszlo and java and red5 for that
  matter, im just following instructions from the wiki.

  i have installed the openlaszlo server in /usr/lps-4.2.x
  what i do is , i run the startup.sh, and also start /red5.sh and then
  open the webpage on 
  tohttp://localhost:8080/lps-4.2.x/openmeetings/maindebug.lzx?lzr=swf8l...
  what i get is the admin login page with which i can log in and here is
  see that conference rooms can be seen,
  i know the above is with maindebug, i did the same with main, then
  closed the window, copied all the swf files to the
  $red5_home/webapps/openmeetings dir,
  restarted red5 .
  but no luck,   i think i have goofed up big time but dont know where.

  also , (and i noticed this is in the 0.7rc2 version too ) , when i go
  to the administration pages, i cannot scroll down completely in user
  options or conference room options, i can see that there are more op

  On Wed, Mar 11, 2009 at 9:42 AM, Allan Pinto allan...@gmail.com wrote:
   man, i dont know what happened,
   i restarted the machine, dropped the openmeetings database and created
   it again, and this time it worked, now i can log in,
   but somethings wrong, when i go to conference or meeting  i get a blank 
   page,
   i have attached the snapshot.

   On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de wrote:

   hi,

   i think, it isnt necessary to check the existence of the columns, as
   the tables are created correctly...

   - OpenMeetings requieres UTF-8 encoding  - did u create your database
   with UTF-8 encoding ( has your mysql server UTF-8 as default encoding
   for new databases?)

   - if the encoding is correct, i would recommend to drop database once
   more, recreate it.
   - restart red5 and watch out for possible errors on startup (-
   concerning openmeetings, especially InstallServlet)
   - call install servlet and in case of errors, please post the
   red5.log...

   see ya

   Smoeker

   On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
   hi smoeker,
   yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
   i dont know exactly how to check the tables and columns completely ,
   but a show tables show this.
   mysql use openmeetings;
   Database changed
   mysql show tables;
   +---+
   | Tables_in_openmeetings    |
   +---+
   | adresses                  |
   | appointmentcategory       |
   | appointmentremindertyps   |
   | appointments              |
   | conferencelog             |
   | conferencelogtype         |
   | configuration             |
   | errortypes                |
   | errorvalues               |
   | fieldlanguage             |
   | fieldlanguagesvalues      |
   | fieldvalues               |
   | invitations               |
   | meeting_members           |
   | naviglobal                |
   | navimain                  |
   | navisub                   |
   | organisation              |
   | organisation_users        |
   | recording                 |
   | recording_chatvaluesevent |
   | recording_conversion_job  |
   | recording_roomstream      |
   | recording_whiteboardevent |
   | recordingclient           |
   | roomclient                |
   | roomrecording             |
   | rooms                     |
   | 

Re: svn installation

2009-03-11 Thread Allan Pinto

haha yeah, i  felt pretty happy when everything looked compiled.!
yes i did try to clear the browser cache, tried from different
machines. no luck.
just cant understant what the issue could be, i so wanted to check out
jrdesktop,
0.7rc2 is working great, it is only because of the bad bandwidth error
that i had to go for the svn,
anyways it was a good learning experience, ill keep trying or wait
till your next release.
thanx for all the support,
keep up the great work.

On Wed, Mar 11, 2009 at 11:54 AM, smoeker o.beche...@medint.de wrote:

 hi,

 i think its normal, that only the target swf changes his timestamp...
 if the GUI is shown correct within the laszlo - environment, when u
 call it via laszlo - compiler, there cant be much left to do

 - when u successfully compiled the client and the webapp, the biggest
 part is far behind u ;-)

 did u try to clear browsercache?


 see ya

 Smoeker

 On 11 Mrz., 12:35, Allan Pinto allan...@gmail.com wrote:
 on a reboot and recompile of the client using only main not maindebug
 main.lzx.swf8.swf gets a new timestamp nothing else gets a new stamp,
 ive tried cp -af ,
 i then deleted the main.lzx swf files and then copied over the compiled ones,
 still no luck.
 any idea if the rc3 version will come out soon,
 or instructions on how to compile the latest versions again from the 
 beginning .
 i think this is out of my reach.
 i will try again on a mint linux machine in some time and revert.



 On Wed, Mar 11, 2009 at 10:45 AM, smoeker o.beche...@medint.de wrote:

  hi,

  please try to clear your browser cache - maybe u still work on local
  cached files...

  - Otherwise please check the timestamps of the generated swf files
  after recompiling them...

  see ya

  Smoeker

  On 11 Mrz., 11:30, Allan Pinto allan...@gmail.com wrote:
  hi smoeker,
  first of all thanx for your absolute fast responses and great help,
  and im sorry to keep
  asking so many questions, but here goes,
  i did go and compile the main.lzx file , and when i compile.
  everything looks perfect, i can log in , see the conference rooms, but
  when i copy the same in to the red5 webapps directory i see no change,
  if i log in tohttp://localhost:5080/openmeetings.

  i really dont understand much of openlaszlo and java and red5 for that
  matter, im just following instructions from the wiki.

  i have installed the openlaszlo server in /usr/lps-4.2.x
  what i do is , i run the startup.sh, and also start /red5.sh and then
  open the webpage on 
  tohttp://localhost:8080/lps-4.2.x/openmeetings/maindebug.lzx?lzr=swf8l...
  what i get is the admin login page with which i can log in and here is
  see that conference rooms can be seen,
  i know the above is with maindebug, i did the same with main, then
  closed the window, copied all the swf files to the
  $red5_home/webapps/openmeetings dir,
  restarted red5 .
  but no luck,   i think i have goofed up big time but dont know where.

  also , (and i noticed this is in the 0.7rc2 version too ) , when i go
  to the administration pages, i cannot scroll down completely in user
  options or conference room options, i can see that there are more op

  On Wed, Mar 11, 2009 at 9:42 AM, Allan Pinto allan...@gmail.com wrote:
   man, i dont know what happened,
   i restarted the machine, dropped the openmeetings database and created
   it again, and this time it worked, now i can log in,
   but somethings wrong, when i go to conference or meeting  i get a blank 
   page,
   i have attached the snapshot.

   On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de wrote:

   hi,

   i think, it isnt necessary to check the existence of the columns, as
   the tables are created correctly...

   - OpenMeetings requieres UTF-8 encoding  - did u create your database
   with UTF-8 encoding ( has your mysql server UTF-8 as default encoding
   for new databases?)

   - if the encoding is correct, i would recommend to drop database once
   more, recreate it.
   - restart red5 and watch out for possible errors on startup (-
   concerning openmeetings, especially InstallServlet)
   - call install servlet and in case of errors, please post the
   red5.log...

   see ya

   Smoeker

   On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
   hi smoeker,
   yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
   i dont know exactly how to check the tables and columns completely ,
   but a show tables show this.
   mysql use openmeetings;
   Database changed
   mysql show tables;
   +---+
   | Tables_in_openmeetings    |
   +---+
   | adresses                  |
   | appointmentcategory       |
   | appointmentremindertyps   |
   | appointments              |
   | conferencelog             |
   | conferencelogtype         |
   | configuration             |
   | errortypes                |
   | errorvalues               |
   | fieldlanguage             |
   | fieldlanguagesvalues      |
   | fieldvalues          

Re: svn installation

2009-03-11 Thread Roberto Torresani
Hi Allan!
I think is similar of my problem: rc2 works, but If I try to compile last
release of svn on a red5 0.8 (server and client) this don't work.

I'm doing some test (in the last days), but without results. If I resolve
the problem, I write it in mailinglist.

Bye
Roberto


2009/3/11 Allan Pinto allan...@gmail.com


 haha yeah, i  felt pretty happy when everything looked compiled.!
 yes i did try to clear the browser cache, tried from different
 machines. no luck.
 just cant understant what the issue could be, i so wanted to check out
 jrdesktop,
 0.7rc2 is working great, it is only because of the bad bandwidth error
 that i had to go for the svn,
 anyways it was a good learning experience, ill keep trying or wait
 till your next release.
 thanx for all the support,
 keep up the great work.

 On Wed, Mar 11, 2009 at 11:54 AM, smoeker o.beche...@medint.de wrote:
 
  hi,
 
  i think its normal, that only the target swf changes his timestamp...
  if the GUI is shown correct within the laszlo - environment, when u
  call it via laszlo - compiler, there cant be much left to do
 
  - when u successfully compiled the client and the webapp, the biggest
  part is far behind u ;-)
 
  did u try to clear browsercache?
 
 
  see ya
 
  Smoeker
 
  On 11 Mrz., 12:35, Allan Pinto allan...@gmail.com wrote:
  on a reboot and recompile of the client using only main not maindebug
  main.lzx.swf8.swf gets a new timestamp nothing else gets a new stamp,
  ive tried cp -af ,
  i then deleted the main.lzx swf files and then copied over the compiled
 ones,
  still no luck.
  any idea if the rc3 version will come out soon,
  or instructions on how to compile the latest versions again from the
 beginning .
  i think this is out of my reach.
  i will try again on a mint linux machine in some time and revert.
 
 
 
  On Wed, Mar 11, 2009 at 10:45 AM, smoeker o.beche...@medint.de wrote:
 
   hi,
 
   please try to clear your browser cache - maybe u still work on local
   cached files...
 
   - Otherwise please check the timestamps of the generated swf files
   after recompiling them...
 
   see ya
 
   Smoeker
 
   On 11 Mrz., 11:30, Allan Pinto allan...@gmail.com wrote:
   hi smoeker,
   first of all thanx for your absolute fast responses and great help,
   and im sorry to keep
   asking so many questions, but here goes,
   i did go and compile the main.lzx file , and when i compile.
   everything looks perfect, i can log in , see the conference rooms,
 but
   when i copy the same in to the red5 webapps directory i see no
 change,
   if i log in tohttp://localhost:5080/openmeetings.
 
   i really dont understand much of openlaszlo and java and red5 for
 that
   matter, im just following instructions from the wiki.
 
   i have installed the openlaszlo server in /usr/lps-4.2.x
   what i do is , i run the startup.sh, and also start /red5.sh and then
   open the webpage on
 tohttp://localhost:8080/lps-4.2.x/openmeetings/maindebug.lzx?lzr=swf8l...
   what i get is the admin login page with which i can log in and here
 is
   see that conference rooms can be seen,
   i know the above is with maindebug, i did the same with main, then
   closed the window, copied all the swf files to the
   $red5_home/webapps/openmeetings dir,
   restarted red5 .
   but no luck,   i think i have goofed up big time but dont know where.
 
   also , (and i noticed this is in the 0.7rc2 version too ) , when i go
   to the administration pages, i cannot scroll down completely in user
   options or conference room options, i can see that there are more op
 
   On Wed, Mar 11, 2009 at 9:42 AM, Allan Pinto allan...@gmail.com
 wrote:
man, i dont know what happened,
i restarted the machine, dropped the openmeetings database and
 created
it again, and this time it worked, now i can log in,
but somethings wrong, when i go to conference or meeting  i get a
 blank page,
i have attached the snapshot.
 
On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de
 wrote:
 
hi,
 
i think, it isnt necessary to check the existence of the columns,
 as
the tables are created correctly...
 
- OpenMeetings requieres UTF-8 encoding  - did u create your
 database
with UTF-8 encoding ( has your mysql server UTF-8 as default
 encoding
for new databases?)
 
- if the encoding is correct, i would recommend to drop database
 once
more, recreate it.
- restart red5 and watch out for possible errors on startup (-
concerning openmeetings, especially InstallServlet)
- call install servlet and in case of errors, please post the
red5.log...
 
see ya
 
Smoeker
 
On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
hi smoeker,
yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
i dont know exactly how to check the tables and columns
 completely ,
but a show tables show this.
mysql use openmeetings;
Database changed
mysql show tables;
+---+

Re: svn installation

2009-03-11 Thread Allan Pinto

great, let me know

On Wed, Mar 11, 2009 at 12:11 PM, Roberto Torresani err...@gmail.com wrote:
 Hi Allan!
 I think is similar of my problem: rc2 works, but If I try to compile last
 release of svn on a red5 0.8 (server and client) this don't work.

 I'm doing some test (in the last days), but without results. If I resolve
 the problem, I write it in mailinglist.

 Bye
 Roberto


 2009/3/11 Allan Pinto allan...@gmail.com

 haha yeah, i  felt pretty happy when everything looked compiled.!
 yes i did try to clear the browser cache, tried from different
 machines. no luck.
 just cant understant what the issue could be, i so wanted to check out
 jrdesktop,
 0.7rc2 is working great, it is only because of the bad bandwidth error
 that i had to go for the svn,
 anyways it was a good learning experience, ill keep trying or wait
 till your next release.
 thanx for all the support,
 keep up the great work.

 On Wed, Mar 11, 2009 at 11:54 AM, smoeker o.beche...@medint.de wrote:
 
  hi,
 
  i think its normal, that only the target swf changes his timestamp...
  if the GUI is shown correct within the laszlo - environment, when u
  call it via laszlo - compiler, there cant be much left to do
 
  - when u successfully compiled the client and the webapp, the biggest
  part is far behind u ;-)
 
  did u try to clear browsercache?
 
 
  see ya
 
  Smoeker
 
  On 11 Mrz., 12:35, Allan Pinto allan...@gmail.com wrote:
  on a reboot and recompile of the client using only main not maindebug
  main.lzx.swf8.swf gets a new timestamp nothing else gets a new stamp,
  ive tried cp -af ,
  i then deleted the main.lzx swf files and then copied over the compiled
  ones,
  still no luck.
  any idea if the rc3 version will come out soon,
  or instructions on how to compile the latest versions again from the
  beginning .
  i think this is out of my reach.
  i will try again on a mint linux machine in some time and revert.
 
 
 
  On Wed, Mar 11, 2009 at 10:45 AM, smoeker o.beche...@medint.de wrote:
 
   hi,
 
   please try to clear your browser cache - maybe u still work on local
   cached files...
 
   - Otherwise please check the timestamps of the generated swf files
   after recompiling them...
 
   see ya
 
   Smoeker
 
   On 11 Mrz., 11:30, Allan Pinto allan...@gmail.com wrote:
   hi smoeker,
   first of all thanx for your absolute fast responses and great help,
   and im sorry to keep
   asking so many questions, but here goes,
   i did go and compile the main.lzx file , and when i compile.
   everything looks perfect, i can log in , see the conference rooms,
   but
   when i copy the same in to the red5 webapps directory i see no
   change,
   if i log in tohttp://localhost:5080/openmeetings.
 
   i really dont understand much of openlaszlo and java and red5 for
   that
   matter, im just following instructions from the wiki.
 
   i have installed the openlaszlo server in /usr/lps-4.2.x
   what i do is , i run the startup.sh, and also start /red5.sh and
   then
   open the webpage on
   tohttp://localhost:8080/lps-4.2.x/openmeetings/maindebug.lzx?lzr=swf8l...
   what i get is the admin login page with which i can log in and here
   is
   see that conference rooms can be seen,
   i know the above is with maindebug, i did the same with main, then
   closed the window, copied all the swf files to the
   $red5_home/webapps/openmeetings dir,
   restarted red5 .
   but no luck,   i think i have goofed up big time but dont know
   where.
 
   also , (and i noticed this is in the 0.7rc2 version too ) , when i
   go
   to the administration pages, i cannot scroll down completely in user
   options or conference room options, i can see that there are more op
 
   On Wed, Mar 11, 2009 at 9:42 AM, Allan Pinto allan...@gmail.com
   wrote:
man, i dont know what happened,
i restarted the machine, dropped the openmeetings database and
created
it again, and this time it worked, now i can log in,
but somethings wrong, when i go to conference or meeting  i get a
blank page,
i have attached the snapshot.
 
On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de
wrote:
 
hi,
 
i think, it isnt necessary to check the existence of the columns,
as
the tables are created correctly...
 
- OpenMeetings requieres UTF-8 encoding  - did u create your
database
with UTF-8 encoding ( has your mysql server UTF-8 as default
encoding
for new databases?)
 
- if the encoding is correct, i would recommend to drop database
once
more, recreate it.
- restart red5 and watch out for possible errors on startup (-
concerning openmeetings, especially InstallServlet)
- call install servlet and in case of errors, please post the
red5.log...
 
see ya
 
Smoeker
 
On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
hi smoeker,
yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
i dont know exactly how to check the tables and columns

Re: svn installation

2009-03-11 Thread Allan Pinto

smoeker, roberto
one last question, which version of openlaszlo do you use for
compiling the svn version

On Wed, Mar 11, 2009 at 12:24 PM, Allan Pinto allan...@gmail.com wrote:
 great, let me know

 On Wed, Mar 11, 2009 at 12:11 PM, Roberto Torresani err...@gmail.com wrote:
 Hi Allan!
 I think is similar of my problem: rc2 works, but If I try to compile last
 release of svn on a red5 0.8 (server and client) this don't work.

 I'm doing some test (in the last days), but without results. If I resolve
 the problem, I write it in mailinglist.

 Bye
 Roberto


 2009/3/11 Allan Pinto allan...@gmail.com

 haha yeah, i  felt pretty happy when everything looked compiled.!
 yes i did try to clear the browser cache, tried from different
 machines. no luck.
 just cant understant what the issue could be, i so wanted to check out
 jrdesktop,
 0.7rc2 is working great, it is only because of the bad bandwidth error
 that i had to go for the svn,
 anyways it was a good learning experience, ill keep trying or wait
 till your next release.
 thanx for all the support,
 keep up the great work.

 On Wed, Mar 11, 2009 at 11:54 AM, smoeker o.beche...@medint.de wrote:
 
  hi,
 
  i think its normal, that only the target swf changes his timestamp...
  if the GUI is shown correct within the laszlo - environment, when u
  call it via laszlo - compiler, there cant be much left to do
 
  - when u successfully compiled the client and the webapp, the biggest
  part is far behind u ;-)
 
  did u try to clear browsercache?
 
 
  see ya
 
  Smoeker
 
  On 11 Mrz., 12:35, Allan Pinto allan...@gmail.com wrote:
  on a reboot and recompile of the client using only main not maindebug
  main.lzx.swf8.swf gets a new timestamp nothing else gets a new stamp,
  ive tried cp -af ,
  i then deleted the main.lzx swf files and then copied over the compiled
  ones,
  still no luck.
  any idea if the rc3 version will come out soon,
  or instructions on how to compile the latest versions again from the
  beginning .
  i think this is out of my reach.
  i will try again on a mint linux machine in some time and revert.
 
 
 
  On Wed, Mar 11, 2009 at 10:45 AM, smoeker o.beche...@medint.de wrote:
 
   hi,
 
   please try to clear your browser cache - maybe u still work on local
   cached files...
 
   - Otherwise please check the timestamps of the generated swf files
   after recompiling them...
 
   see ya
 
   Smoeker
 
   On 11 Mrz., 11:30, Allan Pinto allan...@gmail.com wrote:
   hi smoeker,
   first of all thanx for your absolute fast responses and great help,
   and im sorry to keep
   asking so many questions, but here goes,
   i did go and compile the main.lzx file , and when i compile.
   everything looks perfect, i can log in , see the conference rooms,
   but
   when i copy the same in to the red5 webapps directory i see no
   change,
   if i log in tohttp://localhost:5080/openmeetings.
 
   i really dont understand much of openlaszlo and java and red5 for
   that
   matter, im just following instructions from the wiki.
 
   i have installed the openlaszlo server in /usr/lps-4.2.x
   what i do is , i run the startup.sh, and also start /red5.sh and
   then
   open the webpage on
   tohttp://localhost:8080/lps-4.2.x/openmeetings/maindebug.lzx?lzr=swf8l...
   what i get is the admin login page with which i can log in and here
   is
   see that conference rooms can be seen,
   i know the above is with maindebug, i did the same with main, then
   closed the window, copied all the swf files to the
   $red5_home/webapps/openmeetings dir,
   restarted red5 .
   but no luck,   i think i have goofed up big time but dont know
   where.
 
   also , (and i noticed this is in the 0.7rc2 version too ) , when i
   go
   to the administration pages, i cannot scroll down completely in user
   options or conference room options, i can see that there are more op
 
   On Wed, Mar 11, 2009 at 9:42 AM, Allan Pinto allan...@gmail.com
   wrote:
man, i dont know what happened,
i restarted the machine, dropped the openmeetings database and
created
it again, and this time it worked, now i can log in,
but somethings wrong, when i go to conference or meeting  i get a
blank page,
i have attached the snapshot.
 
On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de
wrote:
 
hi,
 
i think, it isnt necessary to check the existence of the columns,
as
the tables are created correctly...
 
- OpenMeetings requieres UTF-8 encoding  - did u create your
database
with UTF-8 encoding ( has your mysql server UTF-8 as default
encoding
for new databases?)
 
- if the encoding is correct, i would recommend to drop database
once
more, recreate it.
- restart red5 and watch out for possible errors on startup (-
concerning openmeetings, especially InstallServlet)
- call install servlet and in case of errors, please post the
red5.log...
 
see ya
 
Smoeker
 
On 11 Mrz., 10:25, 

Re: svn installation

2009-03-11 Thread smoeker

hola,

my README.txt within the openlaszlo webapp says Version 4.2.0, but im
not too sure, whether this is correct ( i switched the openlaszlo
version several times and also had some nighlty build versions
running...)


see ya

Smoeker

On 11 Mrz., 13:51, Allan Pinto allan...@gmail.com wrote:
 smoeker, roberto
 one last question, which version of openlaszlo do you use for
 compiling the svn version



 On Wed, Mar 11, 2009 at 12:24 PM, Allan Pinto allan...@gmail.com wrote:
  great, let me know

  On Wed, Mar 11, 2009 at 12:11 PM, Roberto Torresani err...@gmail.com 
  wrote:
  Hi Allan!
  I think is similar of my problem: rc2 works, but If I try to compile last
  release of svn on a red5 0.8 (server and client) this don't work.

  I'm doing some test (in the last days), but without results. If I resolve
  the problem, I write it in mailinglist.

  Bye
  Roberto

  2009/3/11 Allan Pinto allan...@gmail.com

  haha yeah, i  felt pretty happy when everything looked compiled.!
  yes i did try to clear the browser cache, tried from different
  machines. no luck.
  just cant understant what the issue could be, i so wanted to check out
  jrdesktop,
  0.7rc2 is working great, it is only because of the bad bandwidth error
  that i had to go for the svn,
  anyways it was a good learning experience, ill keep trying or wait
  till your next release.
  thanx for all the support,
  keep up the great work.

  On Wed, Mar 11, 2009 at 11:54 AM, smoeker o.beche...@medint.de wrote:

   hi,

   i think its normal, that only the target swf changes his timestamp...
   if the GUI is shown correct within the laszlo - environment, when u
   call it via laszlo - compiler, there cant be much left to do

   - when u successfully compiled the client and the webapp, the biggest
   part is far behind u ;-)

   did u try to clear browsercache?

   see ya

   Smoeker

   On 11 Mrz., 12:35, Allan Pinto allan...@gmail.com wrote:
   on a reboot and recompile of the client using only main not maindebug
   main.lzx.swf8.swf gets a new timestamp nothing else gets a new stamp,
   ive tried cp -af ,
   i then deleted the main.lzx swf files and then copied over the compiled
   ones,
   still no luck.
   any idea if the rc3 version will come out soon,
   or instructions on how to compile the latest versions again from the
   beginning .
   i think this is out of my reach.
   i will try again on a mint linux machine in some time and revert.

   On Wed, Mar 11, 2009 at 10:45 AM, smoeker o.beche...@medint.de wrote:

hi,

please try to clear your browser cache - maybe u still work on local
cached files...

- Otherwise please check the timestamps of the generated swf files
after recompiling them...

see ya

Smoeker

On 11 Mrz., 11:30, Allan Pinto allan...@gmail.com wrote:
hi smoeker,
first of all thanx for your absolute fast responses and great help,
and im sorry to keep
asking so many questions, but here goes,
i did go and compile the main.lzx file , and when i compile.
everything looks perfect, i can log in , see the conference rooms,
but
when i copy the same in to the red5 webapps directory i see no
change,
if i log in tohttp://localhost:5080/openmeetings.

i really dont understand much of openlaszlo and java and red5 for
that
matter, im just following instructions from the wiki.

i have installed the openlaszlo server in /usr/lps-4.2.x
what i do is , i run the startup.sh, and also start /red5.sh and
then
open the webpage on
tohttp://localhost:8080/lps-4.2.x/openmeetings/maindebug.lzx?lzr=swf8l...
what i get is the admin login page with which i can log in and here
is
see that conference rooms can be seen,
i know the above is with maindebug, i did the same with main, then
closed the window, copied all the swf files to the
$red5_home/webapps/openmeetings dir,
restarted red5 .
but no luck,   i think i have goofed up big time but dont know
where.

also , (and i noticed this is in the 0.7rc2 version too ) , when i
go
to the administration pages, i cannot scroll down completely in user
options or conference room options, i can see that there are more op

On Wed, Mar 11, 2009 at 9:42 AM, Allan Pinto allan...@gmail.com
wrote:
 man, i dont know what happened,
 i restarted the machine, dropped the openmeetings database and
 created
 it again, and this time it worked, now i can log in,
 but somethings wrong, when i go to conference or meeting  i get a
 blank page,
 i have attached the snapshot.

 On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de
 wrote:

 hi,

 i think, it isnt necessary to check the existence of the columns,
 as
 the tables are created correctly...

 - OpenMeetings requieres UTF-8 encoding  - did u create your
 database
 with UTF-8 encoding ( has your mysql server UTF-8 as default
 encoding
 for 

Re: svn installation

2009-03-11 Thread Allan Pinto

hi smoeker,
but even with the original sharer, on a lan i was getting bad bandwidth error,
i read on the mail list that this problem was solved with jrdesktop (
or i think i read something like that) , and im on a lan network, so i
dont think i should be getting this error.
any config values i need to change for the same ?

On Wed, Mar 11, 2009 at 2:14 PM, smoeker o.beche...@medint.de wrote:

 hola,

 while the standard sharer takes a snapshot of the desktop
 chronologically, jrdesktop takes a screenCapture on every mouse/
 keyboard event, so it sends much more data as the original sharer -
 altthough it zips the data before transmission

 in a small bandwidth scenario, i would recommend to use the standard
 sharer


 see ya

 Smoeker

 On 11 Mrz., 14:49, Allan Pinto allan...@gmail.com wrote:
 i downloaded openlaszlo 4.2.0.1 , i had downloaded some nightly build
 which was named 4.2.x ,
 what i did now was setup a new machine with mint linux did everything
 else the same,
 but this time used openlaszlo 4.2.0.1  and it worked !!!
 muchos gracias

 but , hehe, now a few issue,
 even jr desktop is throwing bad bandwidth errors.
 also , how can i take control if somebody else is sharing their screen
 , is that possible,
 but most important is the bad bandwidth error, i thought it wouldnt be
 there with jrdesktop, i can see the icon come up, with a exit option,
 and im on a lan, i get bad bandwidth on the pc which i am sharing the
 screen and also a few other pc's

 any ideas



 On Wed, Mar 11, 2009 at 1:24 PM, smoeker o.beche...@medint.de wrote:

  hola,

  my README.txt within the openlaszlo webapp says Version 4.2.0, but im
  not too sure, whether this is correct ( i switched the openlaszlo
  version several times and also had some nighlty build versions
  running...)

  see ya

  Smoeker

  On 11 Mrz., 13:51, Allan Pinto allan...@gmail.com wrote:
  smoeker, roberto
  one last question, which version of openlaszlo do you use for
  compiling the svn version

  On Wed, Mar 11, 2009 at 12:24 PM, Allan Pinto allan...@gmail.com wrote:
   great, let me know

   On Wed, Mar 11, 2009 at 12:11 PM, Roberto Torresani err...@gmail.com 
   wrote:
   Hi Allan!
   I think is similar of my problem: rc2 works, but If I try to compile 
   last
   release of svn on a red5 0.8 (server and client) this don't work.

   I'm doing some test (in the last days), but without results. If I 
   resolve
   the problem, I write it in mailinglist.

   Bye
   Roberto

   2009/3/11 Allan Pinto allan...@gmail.com

   haha yeah, i  felt pretty happy when everything looked compiled.!
   yes i did try to clear the browser cache, tried from different
   machines. no luck.
   just cant understant what the issue could be, i so wanted to check out
   jrdesktop,
   0.7rc2 is working great, it is only because of the bad bandwidth error
   that i had to go for the svn,
   anyways it was a good learning experience, ill keep trying or wait
   till your next release.
   thanx for all the support,
   keep up the great work.

   On Wed, Mar 11, 2009 at 11:54 AM, smoeker o.beche...@medint.de 
   wrote:

hi,

i think its normal, that only the target swf changes his 
timestamp...
if the GUI is shown correct within the laszlo - environment, when u
call it via laszlo - compiler, there cant be much left to do

- when u successfully compiled the client and the webapp, the 
biggest
part is far behind u ;-)

did u try to clear browsercache?

see ya

Smoeker

On 11 Mrz., 12:35, Allan Pinto allan...@gmail.com wrote:
on a reboot and recompile of the client using only main not 
maindebug
main.lzx.swf8.swf gets a new timestamp nothing else gets a new 
stamp,
ive tried cp -af ,
i then deleted the main.lzx swf files and then copied over the 
compiled
ones,
still no luck.
any idea if the rc3 version will come out soon,
or instructions on how to compile the latest versions again from 
the
beginning .
i think this is out of my reach.
i will try again on a mint linux machine in some time and revert.

On Wed, Mar 11, 2009 at 10:45 AM, smoeker o.beche...@medint.de 
wrote:

 hi,

 please try to clear your browser cache - maybe u still work on 
 local
 cached files...

 - Otherwise please check the timestamps of the generated swf 
 files
 after recompiling them...

 see ya

 Smoeker

 On 11 Mrz., 11:30, Allan Pinto allan...@gmail.com wrote:
 hi smoeker,
 first of all thanx for your absolute fast responses and great 
 help,
 and im sorry to keep
 asking so many questions, but here goes,
 i did go and compile the main.lzx file , and when i compile.
 everything looks perfect, i can log in , see the conference 
 rooms,
 but
 when i copy the same in to the red5 webapps directory i see no
 change,
 if i log in tohttp://localhost:5080/openmeetings.

 i really 

Re: svn installation

2009-03-11 Thread smoeker

hi,

i dont know, where u read this, but the intention of implementing an
alternative sharer was to have more performance in a high bandwidth
scenario ;-)

- i just looked within clientcode to find out in which cases the Low
bandwidth message is thrown, but i dont really understand it, it
seems to be dependent on a flag
- maybe sebastian can tell us more about the origin of the message,
based on that, we could consider finding a optimizaion of the
serverside handling of the sent jpegs...


see ya

Smoeker

On 11 Mrz., 15:20, Allan Pinto allan...@gmail.com wrote:
 hi smoeker,
 but even with the original sharer, on a lan i was getting bad bandwidth error,
 i read on the mail list that this problem was solved with jrdesktop (
 or i think i read something like that) , and im on a lan network, so i
 dont think i should be getting this error.
 any config values i need to change for the same ?



 On Wed, Mar 11, 2009 at 2:14 PM, smoeker o.beche...@medint.de wrote:

  hola,

  while the standard sharer takes a snapshot of the desktop
  chronologically, jrdesktop takes a screenCapture on every mouse/
  keyboard event, so it sends much more data as the original sharer -
  altthough it zips the data before transmission

  in a small bandwidth scenario, i would recommend to use the standard
  sharer

  see ya

  Smoeker

  On 11 Mrz., 14:49, Allan Pinto allan...@gmail.com wrote:
  i downloaded openlaszlo 4.2.0.1 , i had downloaded some nightly build
  which was named 4.2.x ,
  what i did now was setup a new machine with mint linux did everything
  else the same,
  but this time used openlaszlo 4.2.0.1  and it worked !!!
  muchos gracias

  but , hehe, now a few issue,
  even jr desktop is throwing bad bandwidth errors.
  also , how can i take control if somebody else is sharing their screen
  , is that possible,
  but most important is the bad bandwidth error, i thought it wouldnt be
  there with jrdesktop, i can see the icon come up, with a exit option,
  and im on a lan, i get bad bandwidth on the pc which i am sharing the
  screen and also a few other pc's

  any ideas

  On Wed, Mar 11, 2009 at 1:24 PM, smoeker o.beche...@medint.de wrote:

   hola,

   my README.txt within the openlaszlo webapp says Version 4.2.0, but im
   not too sure, whether this is correct ( i switched the openlaszlo
   version several times and also had some nighlty build versions
   running...)

   see ya

   Smoeker

   On 11 Mrz., 13:51, Allan Pinto allan...@gmail.com wrote:
   smoeker, roberto
   one last question, which version of openlaszlo do you use for
   compiling the svn version

   On Wed, Mar 11, 2009 at 12:24 PM, Allan Pinto allan...@gmail.com 
   wrote:
great, let me know

On Wed, Mar 11, 2009 at 12:11 PM, Roberto Torresani 
err...@gmail.com wrote:
Hi Allan!
I think is similar of my problem: rc2 works, but If I try to compile 
last
release of svn on a red5 0.8 (server and client) this don't work.

I'm doing some test (in the last days), but without results. If I 
resolve
the problem, I write it in mailinglist.

Bye
Roberto

2009/3/11 Allan Pinto allan...@gmail.com

haha yeah, i  felt pretty happy when everything looked compiled.!
yes i did try to clear the browser cache, tried from different
machines. no luck.
just cant understant what the issue could be, i so wanted to check 
out
jrdesktop,
0.7rc2 is working great, it is only because of the bad bandwidth 
error
that i had to go for the svn,
anyways it was a good learning experience, ill keep trying or wait
till your next release.
thanx for all the support,
keep up the great work.

On Wed, Mar 11, 2009 at 11:54 AM, smoeker o.beche...@medint.de 
wrote:

 hi,

 i think its normal, that only the target swf changes his 
 timestamp...
 if the GUI is shown correct within the laszlo - environment, when 
 u
 call it via laszlo - compiler, there cant be much left to do

 - when u successfully compiled the client and the webapp, the 
 biggest
 part is far behind u ;-)

 did u try to clear browsercache?

 see ya

 Smoeker

 On 11 Mrz., 12:35, Allan Pinto allan...@gmail.com wrote:
 on a reboot and recompile of the client using only main not 
 maindebug
 main.lzx.swf8.swf gets a new timestamp nothing else gets a new 
 stamp,
 ive tried cp -af ,
 i then deleted the main.lzx swf files and then copied over the 
 compiled
 ones,
 still no luck.
 any idea if the rc3 version will come out soon,
 or instructions on how to compile the latest versions again from 
 the
 beginning .
 i think this is out of my reach.
 i will try again on a mint linux machine in some time and revert.

 On Wed, Mar 11, 2009 at 10:45 AM, smoeker o.beche...@medint.de 
 wrote:

  hi,

  please try to clear your browser cache - maybe u still work on 
  local