IT WORKED!! THANK YOU!
SOLVED! The sad thing is that the first timezone (and consequently the default) is Fiji/New Zeland, and not the braziliam timezone. But I suspect that I can edit the /usr/src/om/webapps/openmeetings/ languages/timezones.xml, and put the braziliam in the top of the list. Anyway, it's not a problem now. []s Alexander Brazil On 10 fev, 18:28, "[email protected]" <[email protected]> wrote: > Alex, > > you have no chance in running the code that way. > If you want to have an up to date copy use the nightly build system and > download a copy tomorrow:http://i4demo.com/openmeetings/builds/ > > ... or you need to checkout really everything and build it locally. > > Sebastian > > 2011/2/10 alexanderff <[email protected]> > > > Now maybe I'm asking too much for you, > > > but I just did the checkout. > > > but, of course the structure it's different. > > > First I've tried only to copy the file "inviteMainWindow.lzx", but > > seems the this file doesn't exist in the r3537 version. > > > So, I simply put all the checkout files in the /usr/src, with 'om' > > name. > > > And went to /usr/src/om/server/red5, > > > And run "sh ./red5.sh". > > > But I've got an error and there's no install page. > > > After, I've removed everything, but copy only the 'server' directory > > from the checkout to /usr/src, with the name 'om'. > > > And just entered in /usr/src/om, and run 'sh ./red5.sh'. > > > So, I've got the same error: > > > The server starts, but without install page. > > > Here's the error (almost): > > > [ERROR] [main] org.apache.catalina.core.ContainerBase.[red5Engine]. > > [0.0.0.0].[/openmeetings] - Exception starting filter > > ServletRequestExFilter > > java.lang.ClassNotFoundException: > > org.openmeetings.servlet.outputhandler.ServletRequestExFilter > > at > > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java: > > 1484) [catalina-6.0.24.jar:na] > > at > > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java: > > 1329) [catalina-6.0.24.jar:na] > > at > > > org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java: > > 269) [catalina-6.0.24.jar:na] > > at > > > org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java: > > 422) [catalina-6.0.24.jar:na] > > at > > > org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java: > > 115) [catalina-6.0.24.jar:na] > > at > > org.apache.catalina.core.StandardContext.filterStart(StandardContext.java: > > 3838) [catalina-6.0.24.jar:na] > > at > > org.apache.catalina.core.StandardContext.start(StandardContext.java: > > 4488) [catalina-6.0.24.jar:na] > > at > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > > [catalina-6.0.24.jar:na] > > at > > org.apache.catalina.core.StandardHost.start(StandardHost.java:722) > > [catalina-6.0.24.jar:na] > > at > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > > [catalina-6.0.24.jar:na] > > at > > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > > [catalina-6.0.24.jar:na] > > at org.apache.catalina.startup.Embedded.start(Embedded.java: > > 825) [catalina-6.0.24.jar:na] > > at org.red5.server.tomcat.TomcatLoader.init(TomcatLoader.java: > > 504) [red5.jar:na] > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > [na:1.6.0_17] > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: > > 57) [na:1.6.0_17] > > > [ERROR] [main] org.apache.catalina.core.StandardContext - Error > > filterStart > > [ERROR] [main] org.apache.catalina.core.StandardContext - Context [/ > > openmeetings] startup failed due to previous errors > > Context destroying... > > DEBUG 02-10 14:54:36.646 ContextLoggingListener.java 21 57 ROOT [main] > > - Shutting down context openmeetings > > [INFO] [main] org.apache.coyote.http11.Http11Protocol - Initializing > > Coyote HTTP/1.1 on http-0.0.0.0-5080 > > [INFO] [main] org.apache.coyote.http11.Http11Protocol - Starting > > Coyote HTTP/1.1 on http-0.0.0.0-5080 > > Exception in thread "Launcher:/openmeetings" > > java.lang.RuntimeException: Failed to load webapplication context > > class. > > at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLoader.java: > > 579) > > Caused by: java.lang.ClassNotFoundException: org/springframework/web/ > > context/support/XmlWebApplicationContext > > at java.lang.Class.forName0(Native Method) > > at java.lang.Class.forName(Class.java:264) > > at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLoader.java: > > 576) > > [INFO] [main] org.red5.server.tomcat.TomcatLoader - Setting connector: > > org.apache.catalina.connector.Connector > > > On 10 fev, 18:48, "[email protected]" <[email protected]> > > wrote: > > > I have commtied a patch to have a default selection and if everything > > fails > > > the server will use the default timezone. > > > >http://code.google.com/p/openmeetings/issues/detail?id=1316#c4 > > > > But if the default selection fails it will just select the very first > > item > > > from the list of timezones. That might lead to unexpected times if you > > > choose the invitations type with from/to limit. > > > But I think it should be possible for users that they are able to > > understand > > > that they have to pick the correct time zone if they choose a start and > > end > > > date for the validity of the time zone. > > > > Sebastian > > > > 2011/2/10 alexanderff <[email protected]> > > > > > Ok. > > > > > If I select a timezone the email is sent. Great. > > > > > But there isn't any default timezone selected. > > > > > So, if it is an "endless" invitation, the user will always get an > > > > error. > > > > > Do you have any clue, to put this working? I mean, the default > > > > timezone? > > > > > []s > > > > Alexander > > > > Brazil > > > > > On 10 fev, 18:30, "[email protected]" <[email protected]> > > > > wrote: > > > > > In the window in openmeetings where you write the invitations you > > have > > > > the > > > > > possibility to choose a timezone. Have you chosen any time zone in > > there? > > > > > There might be a problem with the default selection in that box if > > the > > > > users > > > > > time zone is not set or not available that leads to this issue. > > > > > > Sebastian > > > > > > 2011/2/10 alexanderff <[email protected]> > > > > > > > Ok. > > > > > > > But what I have to do? > > > > > > > I've take a look in the configurations and I have the following: > > > > > > > default.timezone = Etc/GMT--3 > > > > > > > I'm not sure about what could be wrong with that. > > > > > > > I'm using Centos 5.5. > > > > > > > []s > > > > > > Alexander > > > > > > Brazil > > > > > > > On 10 fev, 17:39, "[email protected]" <[email protected]> > > > > > > wrote: > > > > > > > have a look at: > > > > > >http://code.google.com/p/openmeetings/issues/detail?id=1316#c3 > > > > > > > > Sebastian > > > > > > > > 2011/2/10 alexanderff <[email protected]> > > > > > > > > > Hi. > > > > > > > > > I've installed the openmeetings_r3537.zip. > > > > > > > > > Everything is running nice. > > > > > > > > > But I receive an 'null' error when I try to send an email > > > > invitation. > > > > > > > > > And the invitation is not sent at all. > > > > > > > > > I've seen that other people here had the same issue. > > > > > > > > > But seems that no one solved. > > > > > > > > > Here's my log output. > > > > > > > > > Any help? > > > > > > > > > Thanks. > > > > > > > > > Alexander > > > > > > > > Brazil > > > > > > > > > DEBUG 02-10 12:05:05.197 InvitationService.java 506910166 55 > > > > > > > > org.openmeetings.app.remote.InvitationService [NioProcessor-1] > > - > > > > > > > > sendInvitationHash: > > > > > > > > INFO 02-10 12:05:05.197 InvitationService.java 506910166 63 > > > > > > > > org.openmeetings.app.remote.InvitationService [NioProcessor-1] > > - > > > > > > > > validFromHour: 13 > > > > > > > > INFO 02-10 12:05:05.198 InvitationService.java 506910167 64 > > > > > > > > org.openmeetings.app.remote.InvitationService [NioProcessor-1] > > - > > > > > > > > validFromMinute: 56 > > > > > > > > INFO 02-10 12:05:05.198 InvitationService.java 506910167 83 > > > > > > > > org.openmeetings.app.remote.InvitationService [NioProcessor-1] > > - > > > > > > > > validFromDate: 09.02.2011 13:56:00 > > > > > > > > INFO 02-10 12:05:05.198 InvitationService.java 506910167 84 > > > > > > > > org.openmeetings.app.remote.InvitationService [NioProcessor-1] > > - > > > > > > > > validToDate: 10.02.2011 22:00:00 > > > > > > > > ERROR 02-10 12:05:05.204 InvitationService.java 506910173 115 > > > > > > > > org.openmeetings.app.remote.InvitationService [NioProcessor-1] > > - > > > > > > > > [sendInvitationHash] > > > > > > > > java.lang.NullPointerException: null > > > > > > > > at > > > org.openmeetings.app.remote.InvitationService.sendInvitationHash(InvitationService.java: > > > > > > > > 91) [openmeetings.jar:na] > > > > > > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > > > Method) > > > > > > > > [na:1.6.0_17] > > > > > > > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: > > > > > > > > 57) [na:1.6.0_17] > > > > > > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: > > > > > > > > 43) [na:1.6.0_17] > > > > > > > > at java.lang.reflect.Method.invoke(Method.java:616) [na: > > > > > > > > 1.6.0_17] > > > > > > > > at > > > > > org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:200) > > > > > > > > [red5.jar:na] > > > > > > > > at > > > > > org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:118) > > > > > > > > [red5.jar:na] > > > > > > > > at > > > > > org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:164) > > > > > > > > [red5.jar:na] > > > > > > > > at > > > org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:416) > > > > > > > > [red5.jar:na] > > > > > > > > at > > > org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java: > > > > > > > > 138) [red5.jar:na] > > > > > > > > at > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.java: > > > > > > > > 180) [red5.jar:na] > > > > > > > > at org.apache.mina.core.filterchain.DefaultIoFilterChain > > > > > > > > $TailFilter.messageReceived(DefaultIoFilterChain.java:713) > > [mina- > > > > > > > > core-2.0.0-RC2-SNAPSHOT.jar:na] > > ... > > mais » -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
