Re: Problem with deploying a plugin with multiple CustomDatabase-upgrades.
Yes, the schema manager (via the plugin manager) will execute all your DB upgrade scripts in order, assuming they are present in your deployed plugin. The naming convention for the folder structure in...
View ArticleNullPointerException is asmack file incoming file transfer
I've been having serious issues trying to send a file to my android client from a preexisting windows client. The Windows client works fine with incoming/outgoing to other Windows Client. The android...
View ArticleRe: Random, Large server loads on low user server
Hi there, We're using 16GB (in 64bit mode) and the load isn't consistant. It happens in a single surge. most of the time the load average on the server (sometimes with over 200 concurrent users) will...
View ArticleRe: Getting Vcard OutofMemory
A stanza the breaks the parserContentDepth with OOME is "<iq type="result" to="asdasdasd" from="asdasdas"/>".Could you elaborate that, since I was not able to reproduce this.
View ArticleRe: Problems with manifest files in 4.0.0-rc2
After reading some more about OSGi, I was first happy that I found BundleActivator, which seemed to be exactly what we wanted for Smack's initialization use-case. But then again, BundleActivator is a...
View ArticleRe: Howto: Jitsi VideoBridge 1.3.0 on Openfire 3.9.3
It's not working @giorgio . I am still only me . Can u help me more ?
View ArticleRe: Problems with manifest files in 4.0.0-rc2
I can only test your changes on Monday, because my local development environment here is not properly configured. Have a look to the class FileUtils, the classloader provided in the signature is never...
View ArticleRe: Running Jitsi Videobridge Openfire Plugin with NATed IP – possible or not?
This is now gone into version 1.3.1
View ArticleRe: Getting Vcard OutofMemory
I can't explain how the code flow could be reach at a point like this (maybe in a race), but the following code reproduce the OOME. Reader reader = new StringReader("<iq...
View ArticleRe: Getting Vcard OutofMemory
I think the additional check can fix it public String parseContentDepth(XmlPullParser parser, int depth) throws XmlPullParserException, IOException { StringBuffer content = new...
View ArticleRe: Getting Vcard OutofMemory
I also think the append should be checked if (parser.getText() != null) { content.append(parser.getText());}
View ArticleError send (Type message emoticons)
I have this problem :http://stackoverflow.com/questions/23576507/emojicons-send-face-icons-not-work-s end-number-icons-work Who chat.sendMessage fix this problem ?
View ArticleRe: Problems with manifest files in 4.0.0-rc2
I can only test your changes on Monday, because my local development environment here is not properly configured.Sure, no hurry, we all need weekends Have a look to the class FileUtils, the...
View ArticleRe: Getting Vcard OutofMemory
Great! That example may gave me a hint and an idea how to fix the issue. Will test and report back.
View ArticleRe: Problems with manifest files in 4.0.0-rc2
I have checked out your modifications... Thanks for the update, but there is a problem. The files "*component.xml" MUST be contained in the folder named "OSGI-INF" in the root level of the jar and the...
View ArticleRe: Problems with manifest files in 4.0.0-rc2
The files "*component.xml" MUST be contained in the folder named "OSGI-INF"Ahh ok, from http://wiki.osgi.org/wiki/Declarative_Services it appeared that the path can be arbitrary. I also found no...
View ArticleRe: Participant can not connect to restart the Openfire or all kick the room
Putthe logfilenohup.out Events:Both members are able to see only themselves. One member sees black screen instead of other member. Both members are able to see each other after they re-enter...
View ArticleMember can not connect until kick with all rooms
Hi, I can notsolve a problem withofmeet. Ifhe left the roomand tries toconnectlater, he sees only himself, all other black screens, butafterrestart the Openfireor ifallkickand re-enter the roomallsee...
View ArticleRe: Problems with manifest files in 4.0.0-rc2
That's right... Maybe in the new version. The Compendium Specification 6.0.0 will be published soon. The Declarative Services specification is an extension. All of them are described in a seperate...
View Article