hoangduit / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

When I start red5 server I have got some errors #689

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The version I used was openmeetings_0_8_rc2 
This is errors in logs:

2009-04-08 17:26:19,750 [DefaultQuartzScheduler_Worker-1] WARN 
o.h.c.C3P0ConnectionProvider - Both hibernate-style property
'hibernate.c3p0.max_size' and c3p0-style property 'c3p0.max_size' have been
set in hibernate.properties. Hibernate-style property
'hibernate.c3p0.max_size' will be used and c3p0-style property
'c3p0.max_size' will be ignored!
2009-04-08 17:26:19,750 [DefaultQuartzScheduler_Worker-1] WARN 
o.h.c.C3P0ConnectionProvider - Both hibernate-style property
'hibernate.c3p0.min_size' and c3p0-style property 'c3p0.min_size' have been
set in hibernate.properties. Hibernate-style property
'hibernate.c3p0.min_size' will be used and c3p0-style property
'c3p0.min_size' will be ignored!
2009-04-08 17:26:19,750 [DefaultQuartzScheduler_Worker-1] WARN 
o.h.c.C3P0ConnectionProvider - Both hibernate-style property
'hibernate.c3p0.timeout' and c3p0-style property 'c3p0.timeout' have been
set in hibernate.properties. Hibernate-style property
'hibernate.c3p0.timeout' will be used and c3p0-style property
'c3p0.timeout' will be ignored!
2009-04-08 17:26:19,750 [DefaultQuartzScheduler_Worker-1] WARN 
o.h.c.C3P0ConnectionProvider - Both hibernate-style property
'hibernate.c3p0.idle_test_period' and c3p0-style property
'c3p0.idle_test_period' have been set in hibernate.properties.
Hibernate-style property 'hibernate.c3p0.idle_test_period' will be used and
c3p0-style property 'c3p0.idle_test_period' will be ignored!
2009-04-08 17:26:19,750 [DefaultQuartzScheduler_Worker-1] WARN 
o.h.c.C3P0ConnectionProvider - Both hibernate-style property
'hibernate.c3p0.max_statements' and c3p0-style property
'c3p0.max_statements' have been set in hibernate.properties.
Hibernate-style property 'hibernate.c3p0.max_statements' will be used and
c3p0-style property 'c3p0.max_statements' will be ignored!
2009-04-08 17:26:27,671 [DefaultQuartzScheduler_Worker-2] ERROR
o.o.a.d.record.dao.RecordingDaoImpl - getRecordingsByRoom
org.hibernate.QueryException: ClassNotFoundException:
org.hibernate.hql.ast.HqlToken [select c from
org.openmeetings.app.hibernate.beans.recording.Recording as c where
c.whiteBoardConverted = :whiteBoardConverted AND c.deleted != :deleted]
    at org.hibernate.hql.ast.HqlLexer.panic(HqlLexer.java:80) [hibernate3.jar:na]
    at antlr.CharScanner.setTokenObjectClass(CharScanner.java:338)
[antlr-3.1.2.jar:na]
    at org.hibernate.hql.ast.HqlLexer.setTokenObjectClass(HqlLexer.java:54)
[hibernate3.jar:na]
    at antlr.CharScanner.<init>(CharScanner.java:49) [antlr-3.1.2.jar:na]
    at antlr.CharScanner.<init>(CharScanner.java:58) [antlr-3.1.2.jar:na]
    at org.hibernate.hql.antlr.HqlBaseLexer.<init>(HqlBaseLexer.java:56)
[hibernate3.jar:na]
    at org.hibernate.hql.antlr.HqlBaseLexer.<init>(HqlBaseLexer.java:53)
[hibernate3.jar:na]
    at org.hibernate.hql.antlr.HqlBaseLexer.<init>(HqlBaseLexer.java:50)
[hibernate3.jar:na]
    at org.hibernate.hql.ast.HqlLexer.<init>(HqlLexer.java:49) [hibernate3.jar:na]
    at org.hibernate.hql.ast.HqlParser.getInstance(HqlParser.java:67)
[hibernate3.jar:na]
    at
org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:265)
[hibernate3.jar:na]
    at
org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:180
)
[hibernate3.jar:na]
    at
org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:134)
[hibernate3.jar:na]
    at org.hibernate.engine.query.HQLQueryPlan.<init>(HQLQueryPlan.java:101)
[hibernate3.jar:na]
    at org.hibernate.engine.query.HQLQueryPlan.<init>(HQLQueryPlan.java:80)
[hibernate3.jar:na]
    at
org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:94
)
[hibernate3.jar:na]
    at
org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:
156)
[hibernate3.jar:na]
    at
org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:135)
[hibernate3.jar:na]
    at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1650)
[hibernate3.jar:na]
    at
org.openmeetings.app.data.record.dao.RecordingDaoImpl.getRecordingWhiteboardToCo
nvert(RecordingDaoImpl.java:114)
[openmeetings.jar:na]
    at
org.openmeetings.app.data.record.WhiteboardConvertionJobManager.initJobs(Whitebo
ardConvertionJobManager.java:89)
[openmeetings.jar:na]
    at
org.openmeetings.app.quartz.scheduler.QuartzRecordingJob.execute(QuartzRecording
Job.java:23)
[openmeetings.jar:na]
    at
org.red5.server.scheduling.QuartzSchedulingServiceJob.execute(QuartzSchedulingSe
rviceJob.java:59)
[red5.jar:na]
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
[quartz-1.6.1.jar:1.6.1]
    at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
[quartz-1.6.1.jar:1.6.1]

How can I resolve this problem? I use the same enviroment that the version
openmeetings_0_8_rc2  was worked    
Successfully. 

Original issue reported on code.google.com by ljsfore...@hotmail.com on 8 Apr 2009 at 9:41

GoogleCodeExporter commented 9 years ago
actually it's  a well known exception and it is harmless, check this out - 
http://www.mailinglistarchive.com/openmeetings-dev@googlegroups.com/msg00578.htm
l

Original comment by volkov.r...@gmail.com on 8 Apr 2009 at 9:53

GoogleCodeExporter commented 9 years ago
I got it resolve. The reason is the directory I used whitch named 'program 
files'.I
change the directory to openmeetings ,that be all ok.

Original comment by ljsfore...@hotmail.com on 13 Apr 2009 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 30 Jun 2009 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:03