jbwyatt4 / openmeetings

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

Cannot create a new room #768

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of OpenMeetings are you running?
0.8 rc3

When I try to create a room from (Administration->Conferecerooms->save), an 
"Unknown error" appears.

A log:

DEBUG 06-10 17:04:33.832 ConferenceService.java 77041801 330 
org.openmeetings.app.remote.ConferenceS<<ervice [http-8088-exec-8] - 
rooms_id 0
ERROR 06-10 17:04:33.832 ConferenceService.java 77041801 383 
org.openmeetings.app.remote.ConferenceS<<ervice [http-8088-exec-8] - 
saveOrUpdateRoom
java.lang.NumberFormatException: For input string: ""
  at java.lang.NumberFormatException.forInputString(Unknown Source) 
[na:1.6.0_13]
  at java.lang.Integer.parseInt(Unknown Source) [na:1.6.0_13]
  at java.lang.Integer.valueOf(Unknown Source) [na:1.6.0_13]
  at 
org.openmeetings.app.remote.ConferenceService.saveOrUpdateRoom(ConferenceSe
rvice.java:335) [ope<<nmeetings.jar:na]
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
[na:1.6.0_13]
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
[na:1.6.0_13]
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
[na:1.6.0_13]
  at java.lang.reflect.Method.invoke(Unknown Source) [na:1.6.0_13]
  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:152) 
[red5.jar:na]
  at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:392) 
[red5.jar:na]
  at 
org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.ja
va:146) [red5.jar:na<<]
  at 
org.red5.server.net.rtmpt.RTMPTHandler.messageReceived(RTMPTHandler.java:12
3) [red5.jar:na]
  at 
org.red5.server.net.rtmpt.RTMPTServlet.handleSend(RTMPTServlet.java:385) 
[red5.jar:na]
  at org.red5.server.net.rtmpt.RTMPTServlet.service(RTMPTServlet.java:471) 
[red5.jar:na]
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [servlet-
api-2.5.jar:6.1.7]
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio
nFilterChain.java:29<<0) [catalina-6.0.18.jar:na]
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC
hain.java:206) [cata<<lina-6.0.18.jar:na]
  at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.j
ava:233) [catalina-6<<.0.18.jar:na]
  at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.j
ava:191) [catalina-6<<.0.18.jar:na]
  at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBas
e.java:433) [catalin<<a-6.0.18.jar:na]
  at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:12
8) [catalina-6.0.18.<<jar:na]
  at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:10
2) [catalina-6.0.18.<<jar:na]
  at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.jav
a:109) [catalina-6.0<<.18.jar:na]
  at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) 
[catalina-6.0.18.ja<<r:na]
  at 
org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java
:880) [tomcat-coyote<<-6.0.18.jar:na]
  at 
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(
Http11NioProtocol.ja<<va:719) [tomcat-coyote-6.0.18.jar:na]
  at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java
:2081) [tomcat-coyot<<e-6.0.18.jar:na]
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) 
[na:1.6.0_13]
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
[na:1.6.0_13]
  at java.lang.Thread.run(Unknown Source) [na:1.6.0_13]
DEBUG 06-10 17:04:34.959 WhiteboardConvertionJobManager.java 77042928 147 
org.openmeetings.app.data.<<record.WhiteboardConvertionJobManager 
[DefaultQuartzScheduler_Worker-3] - DRAW INITIAL IMAGE
ERROR 06-10 17:04:34.962 WhiteboardConvertionJobManager.java 77042931 250 
org.openmeetings.app.data.<<record.WhiteboardConvertionJobManager 
[DefaultQuartzScheduler_Worker-3] - [processJobs]
java.lang.ClassCastException: java.util.ArrayList cannot be cast to 
java.util.Map
  at 
org.openmeetings.app.data.record.WhiteboardConvertionJobManager.processJobs
(WhiteboardConvertio<<nJobManager.java:154) [openmeetings.jar:na]
  at 
org.openmeetings.app.data.record.WhiteboardConvertionJobManager.initJobs(Wh
iteboardConvertionJo<<bManager.java:112) [openmeetings.jar:na]
  at 
org.openmeetings.app.quartz.scheduler.QuartzRecordingJob.execute(QuartzReco
rdingJob.java:23) [o<<penmeetings.jar:na]
  at 
org.red5.server.scheduling.QuartzSchedulingServiceJob.execute(QuartzSchedul
ingServiceJob.java:5<<9) [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:52
5) [quartz-1.6.1.jar<<:1.6.1]

Original issue reported on code.google.com by e.rovin...@gmail.com on 10 Jun 2009 at 1:11

GoogleCodeExporter commented 9 years ago
The problem have been rised by "Demonstration time" field that hasn't been 
filled.
However, this is a bug. This field should be important only in case "Demo room" 
is 
chosen. But the priority then gets lower.

Original comment by e.rovin...@gmail.com on 10 Jun 2009 at 2:47

GoogleCodeExporter commented 9 years ago
Changing demoTime from Integer to int.

Original comment by alexei.f...@gmail.com on 10 Jun 2009 at 4:14

GoogleCodeExporter commented 9 years ago
Please review the idea of the patch (have not tested it well though).

Original comment by alexei.f...@gmail.com on 10 Jun 2009 at 4:44

Attachments:

GoogleCodeExporter commented 9 years ago
Alexei, who is suggested to make a review?

The problem still there.

Original comment by e.rovin...@gmail.com on 16 Jun 2009 at 8:43

GoogleCodeExporter commented 9 years ago
Evgeny, you are welcome to review the code.

Original comment by alexei.f...@gmail.com on 20 Jun 2009 at 6:16

GoogleCodeExporter commented 9 years ago
Alexei, there is a lot of code in the patch that is obviously devoted to 
different 
fixes.
Could you please outline the lines adressing this (768) issue?

Original comment by e.rovin...@gmail.com on 20 Jun 2009 at 8:11

GoogleCodeExporter commented 9 years ago
Do you serve as a reference?
I changed DB from MySQL Console, and succeeded. 

Command:
UPDATE `openmeetings`.`rooms` SET `updatetime` = now(), demo_time = b'0';

Original comment by makotoshiro on 25 Jun 2009 at 6:14

GoogleCodeExporter commented 9 years ago
hm I thought I would have already fixed this in:
http://code.google.com/p/openmeetings/source/detail?r=2100

or does this address something else?

Original comment by seba.wag...@gmail.com on 25 Jun 2009 at 6:55

GoogleCodeExporter commented 9 years ago
I think its fixed

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

GoogleCodeExporter commented 9 years ago
t seems to me that the condition is incorrect. I made a patch which corrects 
the condition. 

Original comment by CTpaH...@gmail.com on 2 Jul 2009 at 1:48

Attachments:

GoogleCodeExporter commented 9 years ago
This fix seems reasonable to me.

Original comment by e.rovin...@gmail.com on 7 Jul 2009 at 11:43

GoogleCodeExporter commented 9 years ago
I dont understand how apply this patch ?
http://openmeetings.googlecode.com/issues/attachment?aid=6501865701309829465&nam
e=iss768-cannnot-create-room.patch
I m not programmer. 
Use
- red5 v 0.7.0
- red5_openmeetings_0_8_4_r2091.zip
-  java 1.6
- SuSe 11.1, Debian 5, Ubuntu 9.04.

Original comment by oleg...@gmail.com on 21 Jul 2009 at 6:24

GoogleCodeExporter commented 9 years ago
it should be also fixed in trunk now finally

Original comment by seba.wag...@gmail.com on 21 Jul 2009 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 21 Jul 2009 at 2:12

GoogleCodeExporter commented 9 years ago
I've verified that this is fixed in r2185. Thanks.

Original comment by e.rovin...@gmail.com on 21 Jul 2009 at 2:19

GoogleCodeExporter commented 9 years ago
Download today red5-openmeetings-0.9rc1-r2185.zip .
Very nice ! I can create room but cant connect from any workstations . 
Error on screen (The Connection to the Server is lost. You need to reload the
Application or/and check your Network.)
Connect from localhost only.
Tried many times.
- LAN 100 mbit.
- java 1.6
- MySql 5
- SuSe 11.1

Original comment by oleg...@gmail.com on 22 Jul 2009 at 6:16

Attachments:

GoogleCodeExporter commented 9 years ago
*com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1fbfbf9 -- 
Acquisition
Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed 
new
resource, we failed to succeed more than the maximum number of allowed 
acquisition
attempts (30). Last acquisition attempt exception: 
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link 
failure*

=> this looks like the database connection is gone

Original comment by seba.wag...@gmail.com on 22 Jul 2009 at 6:38

GoogleCodeExporter commented 9 years ago
hmm  but build  red5_openmeetings_0_8_4_r2091.zip on this server
nice work . What can i do ?

Original comment by oleg...@gmail.com on 22 Jul 2009 at 7:09

GoogleCodeExporter commented 9 years ago
made a fresh installation again 0.9rc1-r2185 on another PC.
2 times logins on server ok! 
after 3 login error again (The Connection to the Server is lost. You need to 
reload
the Application or/and check your Network.)
after 6 attempts login ok. :-(

But  a new error ! when put document from section FILES on WhiteBoard nothing
happens. I cant put.

I noticed in the log <<DownloadHandler?fileName=HTML%2Eswf >>
why inserted %2E   ?
in red5_openmeetings_0_8_4_r2091.zip log normal and all ok.
For converting documents use OpenOffice 3.1 and string
unset DISPLAY
/usr/lib/ooo3/program/soffice
"-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo
-headless -nofirststartwizard

help plz.

Sorry my english no good.

Original comment by oleg...@gmail.com on 22 Jul 2009 at 8:18

Attachments:

GoogleCodeExporter commented 9 years ago
Oleg,
Right, there's a problem with documents (upload and put on whiteboard)
I'm going to make distinct issues for that problems.

Original comment by e.rovin...@gmail.com on 23 Jul 2009 at 9:56

GoogleCodeExporter commented 9 years ago
Uploading to a server is fixed; there is open issues about loading to the 
whiteboard 
-its Issue 822.

Original comment by e.rovin...@gmail.com on 23 Jul 2009 at 10:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
thx i will wait. How will I be able to know that this is already fixed ?

Original comment by oleg...@gmail.com on 23 Jul 2009 at 11:07

GoogleCodeExporter commented 9 years ago
Star the Issue 822 (http://code.google.com/p/openmeetings/issues/detail?id=822) 
(press a star near "Issue 822")
You'll be getting all the updates.
When the status will get "Fixed", you will be able to download the last 
revision and 
enjoy it.

Original comment by e.rovin...@gmail.com on 23 Jul 2009 at 11:16

GoogleCodeExporter commented 9 years ago

Can you provide autologin in a particular room without a dialogue with the 
specific
ip. For example i need to present webcamers in room

Original comment by oleg...@gmail.com on 26 Jul 2009 at 9:02

GoogleCodeExporter commented 9 years ago
Oleg, excuse me, I don't catch what you're talking about.
Does it concern creating a new room?
If yes, what way?
If no, could you please post your comment to the appropriate issue?

If there's no appropriate issue, you can start a new topic in "User and 
Feedback" 
subgroup (http://groups.google.com/group/openmeetings-user) or in Developers 
subgroup 
(http://groups.google.com/group/openmeetings-dev).

Thank you,
Evgeny.

Original comment by e.rovin...@gmail.com on 26 Jul 2009 at 9:23

GoogleCodeExporter commented 9 years ago
very sorry

Original comment by oleg...@gmail.com on 27 Jul 2009 at 8:16

GoogleCodeExporter commented 9 years ago

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