[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#429914: OpenFire in Debian : issue with mina ?



Hi Damien,

Thanks for offering your help !

As you may have seen on my comment, I have a problem compiling openfire
with debian mina package because of a non-existing getEventQueueSize
method, I pasted the error message at the end of this mail.

I checked out various branches of mina directly from svn and never found
this method, so I rather think openfire use a patched version, but I am
waiting for a confirmation.

I intented to directly ask mina upstream if they know about this method
in the case I didn't receive an answer from openfire upstream, but you
may check that now with mina upstream.

Yann


Error message when compiling openfire:

    [javac]
/home/yrouillard/devel/packages/openfire/build-area/openfire-3.5.2/src/java/org/apache/mina/management/MINAStatCollector.java:309:
cannot find symbol
    [javac] symbol  : method
getEventQueueSize(org.apache.mina.common.IoSession)
    [javac] location: class org.apache.mina.filter.executor.ExecutorFilter
    [javac]                         tmpQueuevedEvents +=
executorFilter.getEventQueueSize(session);
    [javac]                                                            ^
    [javac]
/home/yrouillard/devel/packages/openfire/build-area/openfire-3.5.2/src/java/org/apache/mina/management/MINAStatCollector.java:309:
inconvertible types
    [javac] found   : <nulltype>
    [javac] required: long
    [javac]                         tmpQueuevedEvents +=
executorFilter.getEventQueueSize(session);
    [javac]
                 ^


Damien Raude-Morvan a écrit :
> Hi Yann,
> 
> I've seen on [1] that you're working on packaging OpenFire with the mina 
> debian package (which entered Debian archive a few days back). I'm the 
> maintainer of libmina-java, so if you need some help resolving the issue on 
> ExecutorFilter#getEventQueueSize() with upstream, I can probably help.
> 
> I'd really love to see OpenFire in Debian, so if I can help...
> 
> [1] http://www.igniterealtime.org/issues/browse/JM-765




Reply to: