[Red5] QuartzSchedulerThread - java.lang.IllegalArgumentException: timeout value is negative
Kalr Mertens
karl.mertens61 at web.de
Fri Jun 12 21:55:35 PDT 2009
i found the reason:)
check this
http://jira.opensymphony.com/browse/QUARTZ-707
Bug in Quartz Scheduler 1.6.1...
fixed in version 1.6.2
can someone tell what all i got to change to switch to Quartzscheduler 1.6.2 ?
only
ivy.xml?
than build red5.jar
or is there something else to change (without the jar itselfs)
thanx in advance
> -----Ursprüngliche Nachricht-----
> Von: "Kalr Mertens" <karl.mertens61 at web.de>
> Gesendet: 13.06.09 06:46:47
> An: red5 at osflash.org
> Betreff: [Red5] QuartzSchedulerThread - java.lang.IllegalArgumentException: timeout value is negative
> hello still programming my project i got this error in console:
>
> 04:38:27.696 [DefaultQuartzScheduler_QuartzSchedulerThread] ERROR o.quartz.core.QuartzSchedulerThread - Runtime error occured in main trigger firing loop.
> java.lang.IllegalArgumentException: timeout value is negative
> at java.lang.Object.wait(Native Method) [na:1.6.0_13]
> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:296) [quartz-1.6.1.jar:1.6.1]
>
> code:
>
> roomScope = room;
> String jobName = addScheduledJob(100, new IScheduledJob() {
> public void execute(ISchedulingService service) {
>
> Set mySet = roomScope.getClients();
> Iterator<IClient> it = mySet.iterator();
>
> while (it.hasNext()) {
> IClient currentClient = it.next();
> Positions uP = PositionsMap.get(currentClient);
> String resultString = getMapContainerBounding(uP);
>
> Set mySet2 = currentClient.getConnections(roomScope);
> Iterator it2 = mySet2.iterator();
> IConnection conn;
> while (it2.hasNext()) {
> // Get Connection
> conn = (IConnection)it2.next();
>
> houseCallWresponseStart(conn, resultString);
> }
>
> }
> });
>
>
> can someone tell me why there is a negative timeOut Value?
> 100 ms shouldent be such a hard task... (2 (in words TWO) users where online)
>
>
> ____________________________________________________________
> Text: GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://movieflat.web.de
>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
____________________________________________________________
Text: GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de
More information about the Red5
mailing list