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=swf8&l...
> >> 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.username">root</property>
> >> >>> >>                 <property name="connection.password"></property>
>
> >> >>> >>                 <!-- Database Settings -->
> >> >>> >>                 <property 
> >> >>> >> name="connection.driver_class">com.mysql.jdbc.Driver</
> >> >>> >> property>
> >> >>> >>                 <!--  for performance reasons changed to MyISAM from
> >> >>> >> org.hibernate.dialect.MySQLInnoDBDialect -->
> >> >>> >>                 <property 
> >> >>> >> name="dialect">org.hibernate.dialect.MySQLMyISAMDialect</
> >> >>> >> property>
> >> >>> >>                 <property 
> >> >>> >> name="connection.url">jdbc:mysql://localhost/openmeetings?
> >> >>> >> autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&am­­­­p;characterEncoding=utf-8</
> >> >>> >> property>
>
> >> >>> >>                 <property 
> >> >>> >> name="hibernate.connection.CharSet">utf8</property>
> >> >>> >>                 <property 
> >> >>> >> name="hibernate.connection.characterEncoding">utf8</
> >> >>> >> property>
> >> >>> >>                 <property 
> >> >>> >> name="hibernate.connection.useUnicode">true</property>
>
> >> >>> >>                 <!-- Database Scheme Auto Update -->
> >> >>> >>                 <property name="hbm2ddl.auto">update</property>
>
> >> >>> >>                 <!-- properties -->
>
> >> >>> >>                 <property name="show_sql">false</property>
> >> >>> >>                 <property name="use_outer_join">false</property>
> >> >>> >>                 <property
> >> >>> >> name="hibernate.query.factory_class">org.hibernate.hql.ast.ASTQueryTranslat­­­­orFactory</
> >> >>> >> property>
> >> >>> >>         <property
> >> >>> >> name="hibernate.connection.provider_class">org.hibernate.connection.C3P0Con­­­­nectionProvider</
> >> >>> >> property>
> >> >>> >>         <!--
> >> >>> >>         <property name="connection.provider_class
> >> >>> >> ">org.hibernate.connection.C3P0ConnectionProvider</property>
> >> >>> >>          -->
> >> >>> >>         <property
> >> >>> >> name="hibernate.cache.provider_class">org.hibernate.cache.NoCacheProvider</
> >> >>> >> property>
> >> >>> >>         <property name="hibernate.cache.use_query_cache">false</
> >> >>> >> property>
> >> >>> >>         <property 
> >> >>> >> name="hibernate.cache.use_second_level_cache">false</
> >> >>> >> property>
> >> >>> >>         <property name="hibernate.generate_statistics">false</
> >> >>> >> property>
> >> >>> >>         <property 
> >> >>> >> name="hibernate.cache.use_structured_entries">false</
> >> >>> >> property>
>
> >> >>> >>                 <property name="c3p0.max_size">20</property>
> >> >>> >>                 <property name="c3p0.min_size">2</property>
> >> >>> >>         <property name="c3p0.idle_test_period">100</property>
> >> >>> >>                 <property name="c3p0.max_statements">100</property>
> >> >>> >>                 <property name="c3p0.timeout">100</property>
>
> >> >>> >>                 <!-- mapping files -->
> >> >>> >>     <mapping 
> >> >>> >> resource="org/openmeetings/app/hibernate/beans/adresses/
> >> >>> >> Adresses.hbm.xml"/>
> >> >>> >>     <mapping
>
> ...
>
> Erfahren Sie mehr »- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to