This Question is Possibly Answered

1 "correct" answer available (10 pts) 1 "helpful" answer available (5 pts)
6 Replies Last post: Jul 3, 2008 9:21 PM by atyu30  
Lee County Bronze 13 posts since
May 13, 2008
Currently Being Moderated

May 13, 2008 2:30 PM

Windows Server 2003 CPU

 

We're running Openfire 3.5.1 on a Dell PowerEdge 2850 with a 2.8 G Xeon Processor running Windows Server 2003.  Our CPU usage stays between 90% and 100% while Openfire is running. Is this normal? 

 

 

Also, we're using Neos chat client and it takes at least 10 minutes to connect to our jabber server.  Is this due to the CPU usage or is there another problem that we haven't identified?

 

 

Gaston Dombiak Jiver 3,771 posts since
Sep 26, 2001
Currently Being Moderated
May 13, 2008 3:36 PM in response to: Lee County
Re: Windows Server 2003 CPU

Hey Lee,

 

That is for sure not normal. I wonder if your XMPP domain is being ignored by your client thus producing lots of server-2-server activities that will ultimately fail. You can get a thread dump of the server and check the log files to see what the server is doing.

 

Thanks,

 

  -- Gato

LG KeyContributor 4,984 posts since
Dec 13, 2005
Currently Being Moderated
May 14, 2008 1:36 AM in response to: Lee County
Re: Windows Server 2003 CPU

Hi,

 

you may also want to enable a GC log. Did you adjust the Xmx value in openfired.vmoptions?

How much free memory does your Openfire server has?

Did you install any plugins which are out-of-date?

 

LG

atyu30 Bronze 1 posts since
Jul 3, 2008
Currently Being Moderated
Jul 3, 2008 9:21 PM in response to: Lee County
Re: Windows Server 2003 CPU

 

Server: CentOS 5.1

 

 

Openfire:  openfire-3.5.2-1.i386.rpm

 

 

JDK:jdk-6u10-beta-bin-b25-linux-i586-29_may_2008-rpm.bin

 

 

error log:

 

 

    at org.jivesoftware.openfire.container.PluginManager.access$300(PluginManager.java :47)

at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:1014)

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)

at java.util.concurrent.FutureTask.runAndReset(Unknown Source)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101 (Unknown Source)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodi c(Unknown Source)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknow n Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

2008.07.03 16:04:18 org.jivesoftware.openfire.update.UpdateManager$1.run(UpdateManager.java:117) Error checking for updates

org.dom4j.DocumentException: Error on line 9 of document : An invalid XML character (Unicode: 0x) was found in the value of attribute "" and element is "1". Nested exception: An invalid XML character (Unicode: 0x) was found in the value of attribute "" and element is "1". at org.dom4j.io.SAXReader.read(SAXReader.java:482) at org.dom4j.io.SAXReader.read(SAXReader.java:365) at org.jivesoftware.openfire.update.UpdateManager.processAvailablePluginsResponse( UpdateManager.java:530) at org.jivesoftware.openfire.update.UpdateManager.checkForPluginsUpdates(UpdateMan ager.java:222) at org.jivesoftware.openfire.update.UpdateManager$1.run(UpdateManager.java:114) Nested exception: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x) was found in the value of attribute "" and element is "1".

at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseExcep tion(Unknown Source)

at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanAttribute( Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartEleme nt(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$Fragment ContentDriver.next(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocu ment(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unkno wn Source)

at org.dom4j.io.SAXReader.read(SAXReader.java:465)

at org.dom4j.io.SAXReader.read(SAXReader.java:365)

at org.jivesoftware.openfire.update.UpdateManager.processAvailablePluginsResponse( UpdateManager.java:530)

at org.jivesoftware.openfire.update.UpdateManager.checkForPluginsUpdates(UpdateMan ager.java:222)

at org.jivesoftware.openfire.update.UpdateManager$1.run(UpdateManager.java:114)

2008.07.03 16:08:18 org.jivesoftware.util.log.util.CommonsLogFactory$1.error(CommonsLogFactory.java: 88) Line=19 The content of element type "dwr" must match "(init?,allow?,signatures?)".

2008.07.04 09:02:42 org.jivesoftware.openfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:94) Error during authentication. Session not found in [] for key abc.com/47671763

2008.07.04 09:03:34 org.jivesoftware.openfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:94) Error during authentication. Session not found in [] for key abc.com/71530e8f

2008.07.04 09:37:05 org.jivesoftware.openfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:94) Error during authentication. Session not found in [] for key abc.com/c8e14cbe

2008.07.04 09:37:27 org.jivesoftware.openfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:94) Error during authentication. Session not found in [] for key abc.com/a618e0f0

2008.07.04 09:38:14 org.jivesoftware.openfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:94) Error during authentication. Session not found in [] for key abc.com/df95422

2008.07.04 09:40:12 org.jivesoftware.openfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:94) Error during authentication. Session not found in [] for key abc.com/d8bef44d

2008.07.04 09:45:35 org.jivesoftware.openfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:94) Error during authentication. Session not found in [] for key abc.com/bc5a5b73

2008.07.04 09:51:21 org.jivesoftware.openfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:94) Error during authentication. Session not found in [] for key abc.com/d744b048

 

 

 

 

More Like This

  • Retrieving data ...