Das Notes Forum

Domino 9 und frühere Versionen => ND8: Administration & Userprobleme => Thema gestartet von: steppe am 15.02.10 - 14:51:16

Titel: DCT mit Exception Fehler auf Domino 8.5.1FP1
Beitrag von: steppe am 15.02.10 - 14:51:16
Hallo zusammen,

heute habe ich nochmal den DCT laufen lassen um mir mal ein paar Vorschläge geben zu lassen. Er funktioniert auch bei fast allen Servern.. außer bei einem (baugleich und konfigurationsgleich mit einem anderen Server)

Windows 2008 64Bit
Domino 8.5.1 FP 64Bit

Der Client auf dem DCT läuft ist 8.5.1 FP1 Standard.

Folgenden Fehler spuckt er aus:
An exception occurred while running rule: 'ServerInfo'
Server:

Server01/ACME
Severity:

Exception
The Domino Configuration Tuner experienced an internal error while evaluating this rule.

It is possible that some of the server data that is retrieved in order to evaluate this rule could not be parsed. Sometimes these errors are transient. An attempt to scan the server again may result in successful evaluation of this rule.
; SystemID: file:/D:/Horapps/notes/data/QuickTune/modules/settingReader.xqy; Line#: 157; Column#: -1
net.sf.saxon.trans.XPathException: org.xml.sax.SAXParseException: Zeichenverweis "&#15" ist ein ungültiges XML-Zeichen.
 at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:362)
 at net.sf.saxon.event.Sender.send(Sender.java:164)
 at net.sf.saxon.event.Sender.send(Sender.java:49)
 at net.sf.saxon.functions.Document.makeDoc(Document.java:362)
 at net.sf.saxon.functions.Doc.doc(Doc.java:131)
 at net.sf.saxon.functions.Doc.evaluateItem(Doc.java:105)
 at net.sf.saxon.expr.Expression.iterate(Expression.java:370)
 at net.sf.saxon.expr.PathExpression.iterate(PathExpression.java:848)
 at net.sf.saxon.expr.PathExpression.iterate(PathExpression.java:848)
 at net.sf.saxon.expr.FilterExpression.iterate(FilterExpression.java:1034)
 at net.sf.saxon.expr.LetExpression.iterate(LetExpression.java:308)
 at net.sf.saxon.expr.PathExpression.iterate(PathExpression.java:848)
 at net.sf.saxon.value.MemoClosure.iterate(MemoClosure.java:89)
 at net.sf.saxon.value.Value.getIterator(Value.java:216)
   at net.sf.saxon.expr.VariableReference.iterate(VariableReference.java:397)
 at net.sf.saxon.functions.Existence.effectiveBooleanValue(Existence.java:101)
 at net.sf.saxon.expr.BooleanExpression.effectiveBooleanValue(BooleanExpression.java:181)
 at net.sf.saxon.instruct.Choose.iterate(Choose.java:687)
 at net.sf.saxon.expr.LetExpression.iterate(LetExpression.java:308)
 at net.sf.saxon.value.Closure.iterate(Closure.java:181)
 at net.sf.saxon.value.Value.getIterator(Value.java:216)
 at net.sf.saxon.expr.UserFunctionCall.iterate(UserFunctionCall.java:369)
 at net.sf.saxon.value.MemoClosure.iterate(MemoClosure.java:89)
 at net.sf.saxon.value.Value.getIterator(Value.java:216)
 at net.sf.saxon.expr.VariableReference.iterate(VariableReference.java:397)
 at net.sf.saxon.functions.Existence.effectiveBooleanValue(Existence.java:101)
 at net.sf.saxon.expr.BooleanExpression.effectiveBooleanValue(BooleanExpression.java:178)
 at net.sf.saxon.instruct.Choose.processLeavingTail(Choose.java:618)
 at net.sf.saxon.instruct.Instruction.process(Instruction.java:94)
 at net.sf.saxon.expr.LetExpression.process(LetExpression.java:380)
 at net.sf.saxon.query.XQueryExpression.run(XQueryExpression.java:336)
 at com.ibm.lotus.domino.quicktune.query.SaxonQueryHandler.runQuery(SaxonQueryHandler.java:65)
 at com.ibm.lotus.domino.quicktune.query.QueryEngineDelegator.executeQuery(QueryEngineDelegator.java:203)
 at com.ibm.lotus.domino.quicktune.RuleEvaluator.evaluateSetupRules(RuleEvaluator.java:368)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
 at java.lang.reflect.Method.invoke(Method.java:599)
 at com.ibm.lotus.domino.quicktune.DCTClassLoader.invokeClassMethod(DCTClassLoader.java:50)
 at com.ibm.lotus.domino.quicktune.DCT.evaluateSetupRules(DCT.java:224)
 at jLaunchQuicktune.NotesMain(jLaunchQuicktune.java:38)
 at lotus.domino.AgentBase.runNotes(Unknown Source)
 at lotus.domino.NotesThread.run(Unknown Source)
Caused by: org.xml.sax.SAXParseException: Zeichenverweis "&#15" ist ein ungültiges XML-Zeichen.
 at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
 at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
 at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
 at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
 at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
 at org.apache.xerces.impl.XMLScanner.scanCharReferenceValue(Unknown Source)
 at org.apache.xerces.impl.XMLScanner.scanAttributeValue(Unknown Source)
 at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanAttribute(Unknown Source)
 at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
 at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
 at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
 at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
 at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
 at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
 at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
 at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
 at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:354)
.. 42 more

D:/Horapps/notes/data/ ist das Verzeichnis auf meinem Notebook.

Wenn ich nach dem Fehler suche bekomm ich nur eine japanische IBM Seite zurück :) Google hat mir den Inhalt zwar übersetzt. Aber es hat wohl was mit japanischen Templates zu tun.

Ist jetzt nicht sooo wichtig. Da die Einstellungen  ja fast identisch mit dem anderen Server sind, aber es wäre schon interessant worans hängt.

Grüße
Stephan
Titel: Re: DCT mit Exception Fehler auf Domino 8.5.1FP1
Beitrag von: flaite am 15.02.10 - 16:59:55
Die Fehlermeldung ist eigentlich sehr aussagekräftig.
Schau dir die Zeile 157 der Datei D:/Horapps/notes/data/QuickTune/modules/settingReader.xqy
Vergleich die Zeile mit der Konfiguration auf dem anderen Server.
Titel: Re: DCT mit Exception Fehler auf Domino 8.5.1FP1
Beitrag von: eknori am 15.02.10 - 17:05:07
in jedem Fall solltest du den fehler an Scott O'Keefe melden ( http://www.bleedyellow.com/blogs/DCT/?lang=de_de )
Der ist der zuständige Programmierer bei IBM und hilft immer gerne.
Titel: Re: DCT mit Exception Fehler auf Domino 8.5.1FP1
Beitrag von: steppe am 15.02.10 - 17:46:02
Die Fehlermeldung ist eigentlich sehr aussagekräftig.
Schau dir die Zeile 157 der Datei D:/Horapps/notes/data/QuickTune/modules/settingReader.xqy
Vergleich die Zeile mit der Konfiguration auf dem anderen Server.

Hallo,

die Server Data Files liegen immer unter d:\notes\data das muss mein lokales Data Verzeichnis sein. Aber dort kann ich auch beim Scan den Ordner modules nicht finden.

Ok eknori, das werde ich machen.

Grüße
Stephan
Titel: Re: DCT mit Exception Fehler auf Domino 8.5.1FP1
Beitrag von: steppe am 17.02.10 - 07:43:56
Hallo eknori,

leider scheint der QUICKTUNE_DEBUG=4 Parameter bei mir nicht zu ziehen. Da du das schonmal gemacht hast, kannst du mir sagen ob ich sonst noch was beachten muss ?

Ich habe zwar das Quicktune Verzeichnis aber laut Scott fehlen dort ein paar Dateien und auch das modules Verzeichnis.

Grüße
Stephan
Titel: Re: DCT mit Exception Fehler auf Domino 8.5.1FP1
Beitrag von: piotr.flis@upgreat.com.pl am 30.03.10 - 20:14:44
Hi Stephan,

Unfortunately I am not able to communicate German fluently :( This is why I'm writing in English. Did you solve the problem with DCT ? I've met exactly the same message.

Your post is the only except this from Japan concerning such problem :) I've tanslated Japan text using Google translator but they did not find the solution too.

Best ragards,
Piotr (Peter)
Titel: Re: DCT mit Exception Fehler auf Domino 8.5.1FP1
Beitrag von: koehlerbv am 30.03.10 - 22:59:17
Welcome in our community (and best greetings to Poland)!

Unfortunately I am not able to help you, but I can ensure you: There ist no problem to make posts here in English.
I hope other members from AtNotes have new experiences with this DCT problem.

Regards,
Bernhard
Titel: Re: DCT mit Exception Fehler auf Domino 8.5.1FP1
Beitrag von: steppe am 31.03.10 - 10:52:52
Hello Piotr,

no. Unfortunately i couldn't solve the problem although i contacted the developer.

He asked me to send in the files from the quicktune4 folder. But the files weren't created.

Maybe you have more luck:

clear the quicktune\results directory (back up as needed)
add QUICKTUNE_DEBUG=4 to your client's notes.ini
close & re-open your client
try running a scan against the questionable server
zip the quicktune folder and contact Scott O' Keefe (i pm you with his email address)

Greets
Stephan