hola,

ok, but u also should check the memory u grant to the javaprocesses
within your server (it doesnt use all the memory, your operating
system offers, so you have to modify the startparameters for your
laszloserver)

-> i dont know about the laszlo standalone server, but i think, its a
tomcat wrapper, so it should put out some sysout information (like
red5 does into red5.log)
-> errors from the servlet are posted on sysout log, it also shows
information about the granted memory and stuff...

here a example from my tomcat (catalina.out or localhost....) :

INFO: LPS: LPS_HOME is /usr/local/tomcat6/webapps/openlaszlo

INFO: LPS: LPS config directory is: /usr/local/tomcat6/webapps/
openlaszlo/WEB-INF/lps/config
INFO: LPS: Detailed LPS log is at /usr/local/tomcat6/webapps/
openlaszlo/WEB-INF/lps/work/logs/lps.log
INFO: LPS: LPS log configured with /usr/local/tomcat6/webapps/
openlaszlo/WEB-INF/lps/config/lps.xml
INFO: LPS: ------------------------------------
INFO: LPS: Laszlo Presentation Server, 4.2.0, initialized
INFO: LPS: Running in context:Apache Tomcat/6.0.18
INFO: LPS: Build: branches/4...@12209 (12209)
INFO: LPS: Built on: 2008-12-19T16:23:22Z
INFO: LPS: Running against JRE 1.6.0_07
INFO: LPS: Running with Java CLASSPATH: :/usr/local/tomcat6/bin/
bootstrap.jar
INFO: LPS: Running on Linux 2.6.25.5-1.1-default
INFO: LPS: Running as user root
INFO: LPS: Max memory: 750.18 MB
INFO: LPS: Total memory: 508.37 MB
INFO: LPS: Available memory: 489.71 MB

here u can even see the configfile for LPS Compiler and its own log
file...


see ya

Smoeker


On 15 Apr., 12:36, bidab <ivan.bol...@gmail.com> wrote:
> Hi,
>
> 1- I use virtualBox so in computer preference I modify memory : 400->700Mo 
> (like you say me). It's the computer where I compile.
>
> 2- I use laszlo 4.2.x downloaded here 
> :http://download.openlaszlo.org/nightly/trunk/
> It's an classic installation with wizard...
> 3- For the hello Laszlo ! I have the file "copy-of-hello" in the
> folder /my-apps/ so I go to 
> :http://127.0.0.1:8080/lps-4.2.x/my-apps/copy-of-hello.lzx
>
> I have Hello Laszlo write on the screen after.
> And at the end of the page I have this :
> Runtime Target: swf8
> Application Size: 118K (120,699 bytes) Size profile
> Show application only
>
> 4- It's the same case for OM
>
> Thanks
>
> On Apr 15, 12:09 pm, smoeker <o.beche...@medint.de> wrote:
>
>
>
> > hola,
>
> > problem<-->solution ;-)
>
> > when u cant even compile helloworld, its a OM independent problem,
> > isnt it?
>
> > -> when u say, u add memory, u mean to the server, right? ( VM -
> > Properties like Xmx=..., maxPermSize=... and stuff)
> > -> did u check the sysouts while calling compiler (-> u r using laszlo
> > standalone server??)
>
> > see ya
>
> > Smoeker
>
> > On 15 Apr., 11:52, bidab <ivan.bol...@gmail.com> wrote:
>
> > > Hi Smoeker !
>
> > > OK, I make a little sum up just for you ^^ :
>
> > > I use OpenLaszlo 4.2.x on windows XP.
> > > I download from SVN client and server source.
> > > I compile my server thanks to ant -> created dist/openmeetings
> > > I downloaded Red5 0.8RC3 here :http://build.xuggle.com/job/
> > > red5_jdk6_stable/
> > > Then, I run Red5 0.8RC3 and openlaszlo and go to 
> > > :http://localhost:8080/lps-4.2.x/openmeetings/main.lzx?lzr=swf8&lzprox...
>
> > > Then I go to my folder openmeetings and see properties of files:
> > > main.lzx.lzr=swf8 : no touch...
> > > main.lzx.swf8 : no touch....(argh)
>
> > > So I try to add memory(it's a virtual machine) but nothing change.
> > > I go to :http://localhost:8080/lps-4.2.x/my-apps/copy-of-hello.lzx
> > > and on the screen, I have : Hello world or something like else...
> > > But no file created....
>
> > > However, for openmeetings et helloword, at the end of the page (of
> > > compilation), it's says that :
> > > Runtime Target: swf8
> > > Application Size: 866K (886,470 bytes) Size profile
> > > Show application only
>
> > > Thanks
>
> > > On Apr 15, 11:06 am, smoeker <o.beche...@medint.de> wrote:
>
> > > > hola ivan,
>
> > > > i didnt read all the posts in this thread, but if the
> > > > main.lzx.lzr=swf8.swf file didnt change after u called the compiler, i
> > > > think u have a laszlo problem...
>
> > > > -> please try to compile a project independent file and check, if it
> > > > gets compiled (by default theres a helloworld.lzx somewhere within
> > > > laszlo installation)
> > > > -> dependent on your laszlo installation, a lack of memory could be
> > > > the reason for not compiling the OM layouts (please check catalina.out
> > > > in case u work with laszlo as tomcatservlet or in the sysout log of
> > > > the laszlo standalone server for memory failures)
>
> > > > see ya
>
> > > > Smoeker
>
> > > > On 15 Apr., 10:17, bidab <ivan.bol...@gmail.com> wrote:
>
> > > > > I test with OL 4.2.x like in the wiki. I compile my project at 
> > > > > :http://127.0.0.1:8080/lps-4.2.x/openmeetings/main.lzx?lzr=swf8&lzprox...
>
> > > > > I could see in file properties that only "main.lzx.swf8" is modified
> > > > > and not "main.lzx.lzr=swf8.swf".
>
> > > > > After copy "main.lzx.swf8" and success install, I have a blank page. I
> > > > > found that OpenMeetings needs "main.lzx.lzr=swf8.swf" file. But if I
> > > > > copy it, modifications are not applicated.
>
> > > > > Someone could help me please ?
>
> > > > > Thanks
>
> > > > > On Apr 15, 8:50 am, bidab <ivan.bol...@gmail.com> wrote:
>
> > > > > > Hi,
>
> > > > > > OK, I use the same URL like you...then after that, for you the
> > > > > > compilation create the file "main.lzx.lzr=swf8.swf", isn't it ?
> > > > > > Euuh, are you sure ? If it's possible, could you give me your
> > > > > > "main.lzx.lzr=swf8.swf" just to try if it works with me or not ?
>
> > > > > > Thanks
>
> > > > > > On Apr 14, 5:35 pm, Alexei Fedotov <alexei.fedo...@gmail.com> wrote:
>
> > > > > > > I link a client workspace D:\work\1\openmeetings_lps411 to the
> > > > > > > OpenLaszlo application placement: C:\Program Files\OpenLaszlo 
> > > > > > > Server
> > > > > > > 4.2.0\Server\lps-4.2.0\openmeetings
>
> > > > > > > Then the following URL works for 
> > > > > > > me:http://localhost:8080/lps-4.2.0/openmeetings/main.lzx?lzr=swf8&lzprox...
>
> > > > > > > If I  launch red5.bat at the same time, I get openmeetings 
> > > > > > > working.
>
> > > > > > > On Tue, Apr 14, 2009 at 7:22 PM, bidab <ivan.bol...@gmail.com> 
> > > > > > > wrote:
>
> > > > > > > > Hi,
>
> > > > > > > > I try with OL 4.0.6, 4.4.x and 4.2.x but it's the same problem, 
> > > > > > > > I
> > > > > > > > really don't know why it doesn't function...
> > > > > > > > what is the URL you go to compile ? This create
> > > > > > > > "main.lzx.lzr=swf8.swf", hummm, sure ?
>
> > > > > > > > Thanks
>
> > > > > > > > On Apr 14, 4:20 pm, Alexei Fedotov <alexei.fedo...@gmail.com> 
> > > > > > > > wrote:
> > > > > > > >> I use OpenLaszlo Server 4.2.0.
>
> > > > > > > >> On Tue, Apr 14, 2009 at 6:17 PM, bidab <ivan.bol...@gmail.com> 
> > > > > > > >> wrote:
>
> > > > > > > >> > Thanks,
>
> > > > > > > >> > It's that I made but when I launch openlaszlo, I don't have a
> > > > > > > >> > "main.lzx.lzr=swf8.swf" but "main.lzx.swf8" and I think that 
> > > > > > > >> > the
> > > > > > > >> > problem....
>
> > > > > > > >> > I use openlaszlo 4.3.0....
>
> > > > > > > >> > On Apr 14, 4:09 pm, Alexei Fedotov 
> > > > > > > >> > <alexei.fedo...@gmail.com> wrote:
> > > > > > > >> >> Ivan,
> > > > > > > >> >> I'm sorry I'm a bit multitasking.
>
> > > > > > > >> >> That works for me:
>
> > > > > > > >> >> 1.
> > > > > > > >> >> cd webapp
> > > > > > > >> >> ant
>
> > > > > > > >> >> to build dist\openmeetings
>
> > > > > > > >> >> 2.
> > > > > > > >> >> launch an openlaszlo server to get main.lzx.lzr=swf8.swf
> > > > > > > >> >> copy it to dist\openmeetings
>
> > > > > > > >> >> 3.
> > > > > > > >> >> copy dist\openmeetings\conf\mysql_hibernate.cfg.xml
> > > > > > > >> >> dist\openmeetings\conf\hibernate.cfg.xml
> > > > > > > >> >> and replace a mysql password
>
> > > > > > > >> >> 4.
> > > > > > > >> >> replace webapp\openmeetings on the production server with
> > > > > > > >> >> dist\openmeetings (backuping the previous version)
>
> > > > > > > >> >> 5.
> > > > > > > >> >> usually have some problems with browser caching
>
> > > > > > > >> >> On Tue, Apr 14, 2009 at 5:50 PM, bidab 
> > > > > > > >> >> <ivan.bol...@gmail.com> wrote:
>
> > > > > > > >> >> > I don't know if I was clear...In fact, I could compile 
> > > > > > > >> >> > and make some
> > > > > > > >> >> > modifications. The problem I have it's to applicate the 
> > > > > > > >> >> > modifications
> > > > > > > >> >> > for another openmeetings...so could you make that ? make 
> > > > > > > >> >> > modifications
> > > > > > > >> >> > and apply it to another openmeetings ?
>
> > > > > > > >> >> > thanks
>
> > > > > > > >> >> > On Apr 14, 3:31 pm, Alexei Fedotov 
> > > > > > > >> >> > <alexei.fedo...@gmail.com> wrote:
> > > > > > > >> >> >> I have just used the following instruction [1] along 
> > > > > > > >> >> >> with its Russian
> > > > > > > >> >> >> translation by Rodion [2].
>
> > > > > > > >> >> >> [1]http://code.google.com/p/openmeetings/wiki/BuildSources
> > > > > > > >> >> >> [2]http://rchik.habrahabr.ru/blog/55656/
>
> > > > > > > >> >> >> On Tue, Apr 14, 2009 at 5:13 PM, bidab 
> > > > > > > >> >> >> <ivan.bol...@gmail.com> wrote:
>
> > > > > > > >> >> >> > Hi,
>
> > > > > > > >> >> >> > Perhaps, it will be more easy if you say me how you 
> > > > > > > >> >> >> > make step by step
> > > > > > > >> >> >> > to compile...perhaps I forgot something...if you have 
> > > > > > > >> >> >> > the time of
> > > > > > > >> >> >> > course...
>
> > > > > > > >> >> >> > Thanks
>
> > > > > > > >> >> >> > On Apr 14, 2:43 pm, bidab <ivan.bol...@gmail.com> 
> > > > > > > >> >> >> > wrote:
> > > > > > > >> >> >> >> Yes of course, many times ! ^^
>
> > > > > > > >> >> >> >> I think I sum up is necessary.
> > > > > > > >> >> >> >> I use two computers : one host and one virtual 
> > > > > > > >> >> >> >> machine.
> > > > > > > >> >> >> >> In the the virtual machine, I have downloaded red5 
> > > > > > > >> >> >> >> 0.8rc3 here 
> > > > > > > >> >> >> >> :http://build.xuggle.com/job/red5_jdk6_stable/
> > > > > > > >> >> >> >> So I install a first version of openmeetings.
> > > > > > > >> >> >> >> Then I install OL 4.3.0 and download client source 
> > > > > > > >> >> >> >> from SVN.
> > > > > > > >> >> >> >> I modify checkLoginData.lzx and compile 
> > > > > > > >> >> >> >> athttp://127.0.0.1:8080/lps-4.3.0/openmeetings/main.lzx?lzr=swf8&lzprox...
> > > > > > > >> >> >> >> I put the file "main.lzx.swf8" inside folder 
> > > > > > > >> >> >> >> /dist/openmeetings,
> > > > > > > >> >> >> >> configure hibernate.cfg.xml and put folder 
> > > > > > > >> >> >> >> openmeetings into webapps
> > > > > > > >> >> >> >> of red5 0.8rc3.
> > > > > > > >> >> >> >> I make the install
> > > > > > > >> >> >> >> After success install I have the blank page...
>
> > > > > > > >> >> >> >> I think openmeetings doesn't use the file 
> > > > > > > >> >> >> >> "main.lzx.swf8" but the file
> > > > > > > >> >> >> >> "main.lzx?lzr=swf8" so how obtain it thanks to the 
> > > > > > > >> >> >> >> compilation ?
>
> > > > > > > >> >> >> >> thanks
>
> > > > > > > >> >> >> >> On Apr 14, 2:23 pm, Alexei Fedotov 
> > > > > > > >> >> >> >> <alexei.fedo...@gmail.com> wrote:
>
> > > > > > > >> >> >> >> > All seems right to me. A sanity check - have you 
> > > > > > > >> >> >> >> > cleared the browser cache?
>
> > > > > > > >> >> >> >> > On Tue, Apr 14, 2009 at 4:20 PM, bidab 
> > > > > > > >> >> >> >> > <ivan.bol...@gmail.com> wrote:
>
> > > > > > > >> >> >> >> > > Yes, I have OL 4.3.0 launched on xp vitual 
> > > > > > > >> >> >> >> > > computer and then I put
> > > > > > > >> >> >> >> > > "main.lzx.swf8" inside openmeetings folder.
>
> > > > > > > >> >> >> >> > > So after downloaded from SVN, you deleted 
> > > > > > > >> >> >> >> > > "main.lzx?lzr=swf8" and then
> > > > > > > >> >> >> >> > > run "ant dist" ?
>
> > > > > > > >> >> >> >> > > Thanks
>
> > > > > > > >> >> >> >> > > On Apr 14, 2:12 pm, Alexei Fedotov 
> > > > > > > >> >> >> >> > > <alexei.fedo...@gmail.com> wrote:
> > > > > > > >> >> >> >> > >> Hello, Ivan,
>
> > > > > > > >> >> >> >> > >> I have deleted main.lzx?lzr=swf8 file itself 
> > > > > > > >> >> >> >> > >> from openmeetings_lps411
> > > > > > > >> >> >> >> > >> which was mounted as an apps dir for an 
> > > > > > > >> >> >> >> > >> OpenLaszlo server. Well, I
> > > > > > > >> >> >> >> > >> strongly believe it should recompile changed 
> > > > > > > >> >> >> >> > >> parts automatically
>
> ...
>
> 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