*but i changed the
database name for open*

?!

You changed the database name while running the application?

2011/9/28 GuruRea <[email protected]>

> yes, have created 53 tables in the database, but i changed the
> database name for open
>
> Jonathan
>
> On 28 sep, 13:07, "[email protected]" <[email protected]>
> wrote:
> > Did you check if the tables are correctly created after starting
> > red5-service?
> >
> > Sebastian
> >
> > 2011/9/28 GuruRea <[email protected]>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Hi i have installed OpenMeetings openmeetings_1_8_2_r4283 but this
> > > problema apear, the basic data entry installation and clicking on the
> > > error INSTALL
> >
> > > Java
> > > java -version
> > > java version "1.6.0_26"
> > > Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
> > > Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
> >
> > > Debug Red5.log
> >
> > > 2011-09-27 20:20:16,848 [http-0.0.0.0-5080-1] ERROR o.a.c.c.C.[.[.
> > > 0.0.0.[.[Install] - Servlet.service() for servlet Install threw
> > > exception
> > > java.lang.NullPointerException: null
> > >        at
> > >
> org.apache.velocity.tools.view.VelocityView.performMerge(VelocityView.java:
> > > 942) ~[velocity-tools-view-2.0.jar:2.0]
> > >        at
> > > org.apache.velocity.tools.view.VelocityView.merge(VelocityView.java:
> > > 902) ~[velocity-tools-view-2.0.jar:2.0]
> > >        at
> >
> > >
> org.apache.velocity.tools.view.VelocityViewServlet.mergeTemplate(VelocityVi
> ewServlet.java:
> > > 318) ~[velocity-tools-view-2.0.jar:2.0]
> > >        at
> >
> > >
> org.apache.velocity.tools.view.VelocityViewServlet.doRequest(VelocityViewSe
> rvlet.java:
> > > 220) ~[velocity-tools-view-2.0.jar:2.0]
> > >        at
> >
> > >
> org.apache.velocity.tools.view.VelocityViewServlet.doPost(VelocityViewServl
> et.java:
> > > 192) ~[velocity-tools-view-2.0.jar:2.0]
> > >        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
> > > ~[javaee-api-5.1.2.jar:5.1.2]
> > >        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> > > ~[javaee-api-5.1.2.jar:5.1.2]
> > >        at
> >
> > >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio
> nFilterChain.java:
> > > 290) ~[catalina-6.0.26.jar:6.0.26]
> > >        at
> >
> > >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC
> hain.java:
> > > 206) ~[catalina-6.0.26.jar:6.0.26]
> > >        at
> >
> > >
> org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(Serv
> letRequestExFilter.java:
> > > 35) ~[openmeetings.jar:na]
> > >        at
> >
> > >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio
> nFilterChain.java:
> > > 235) ~[catalina-6.0.26.jar:6.0.26]
> > >        at
> >
> > >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC
> hain.java:
> > > 206) ~[catalina-6.0.26.jar:6.0.26]
> > >        at
> > > org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:
> > > 78) ~[red5.jar:na]
> > >        at
> >
> > >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio
> nFilterChain.java:
> > > 235) ~[catalina-6.0.26.jar:6.0.26]
> > >        at
> >
> > >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC
> hain.java:
> > > 206) ~[catalina-6.0.26.jar:6.0.26]
> > >        at
> >
> > >
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.j
> ava:
> > > 233) ~[catalina-6.0.26.jar:6.0.26]
> > >        at
> >
> > >
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.j
> ava:
> > > 191) [catalina-6.0.26.jar:6.0.26]
> > >        at
> >
> > >
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBas
> e.java:
> > > 465) [catalina-6.0.26.jar:6.0.26]
> > >        at
> > >
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
> > > 127) [catalina-6.0.26.jar:6.0.26]
> > >        at
> > >
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
> > > 102) [catalina-6.0.26.jar:6.0.26]
> > >        at
> > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
> > > 555) [catalina-6.0.26.jar:6.0.26]
> > >        at
> >
> > >
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.jav
> a:
> > > 109) [catalina-6.0.26.jar:6.0.26]
> > >        at
> > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
> > > 298) [catalina-6.0.26.jar:6.0.26]
> > >        at
> > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
> > > 852) [tomcat-coyote-6.0.26.jar:6.0.26]
> > >        at org.apache.coyote.http11.Http11Protocol
> > > $Http11ConnectionHandler.process(Http11Protocol.java:588) [tomcat-
> > > coyote-6.0.26.jar:6.0.26]
> > >        at
> > > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
> > > 489) [tomcat-coyote-6.0.26.jar:6.0.26]
> > >        at java.lang.Thread.run(Thread.java:662) [na:1.6.0_26]
> >
> > > Thanks for your help
> >
> > > --
> > > 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.
> >
> > --
> > Sebastian
> Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://
> www.wagner-sebastian.com
> > [email protected]
>
> --
> 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.
>
>


-- 
Sebastian Wagner
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
[email protected]

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

Reply via email to