Das Notes Forum

HCL Notes / Domino / Diverses => Administration & Userprobleme => Thema gestartet von: HHass am 01.02.20 - 16:57:38

Titel: load runjava RMEval
Beitrag von: HHass am 01.02.20 - 16:57:38
Nach dem Start des Domino Servers finde ich das im log. Irgendwie suche ich vergeblich nach der Stelle an der ich ansetzen kann.

Code
> load runjava RMEval
> 
> [021235:000002-00007F45BEF87740] 01-02-2020 11:17:53   JVM: Java Virtual Machine initialized.
[021235:000002-00007F45BEF87740] 01-02-2020 11:17:53   RunJava: Started lotus/notes/addins/rmeval/RMEval Java task.
[021235:000005-00007F45759BA700] 01-02-2020 11:17:56   RM Evaluation: Exception in  RMEval::initialize SAX2 driver class org.apache.xerces.parsers.SAXParser not found
[021235:000005-00007F45759BA700] 01-02-2020 11:17:56   RM Evaluation: Cannot install Resource Model : /local/notesdata/rmeval/RMProcessor.zip
[021235:000005-00007F45759BA700] 01-02-2020 11:17:56   RM Evaluation: Cannot install Resource Model : /local/notesdata/rmeval/RMNetwork.zip
[021235:000005-00007F45759BA700] 01-02-2020 11:17:56   RM Evaluation: Cannot install Resource Model : /local/notesdata/rmeval/RMLogicalDisk.zip
[021235:000005-00007F45759BA700] 01-02-2020 11:17:56   RM Evaluation: There are no Resource Models installed
[021235:000005-00007F45759BA700] 01-02-2020 11:17:56   RM Evaluation: Initialization complete
[021235:000005-00007F45759BA700] 01-02-2020 11:17:57   RM Evaluation: There are no Resource Models installed
[021235:000005-00007F45759BA700] 01-02-2020 11:17:59   RM Evaluation: There are no Resource Models installed

Etwas ähnliches habe ich in einem post von RZLT gefunden, jedoch ist es bei mir eine Linux Installation. Hat jemand von Euch eine Idee?

https://atnotes.de/index.php/topic,53755.0.html (https://atnotes.de/index.php/topic,53755.0.html)
Titel: Re: load runjava RMEval
Beitrag von: eknori am 01.02.20 - 17:29:15
Und wo ist jetzt das Problem? Wie beschrieben stimmen hier wohl irgendwelche Pfadangaben nicht. Und die wollen behoben werden.
Ob Linux, Windows oder GartenzwergOS ist doch Wurscht.
Titel: Re: load runjava RMEval
Beitrag von: theBastian am 22.04.21 - 16:11:38
Ich habe genau das gleiche Problem unter Windows. Leider habe ich keinen Plan, was in der Datei falsch ist.

Konnte jemand das Problem lösen?

Inhalt der rme.config

Code
actionlaunchers.syntax.files=CIMMethod.xsd,ShellCmd.xsd
eventsinks.parser.EIF=com.ibm.amw.plugin.notify.eif.EIFEventSinkSpecificationParser
actionlaunchers.parser.CIMMethod=com.ibm.amw.plugin.cure.cimmethod.CimMethodSpecificationParser
dir.rmbundles=E\:\\IBM\\Domino\\data/rmeval
dir.anchor=E\:\\IBM\\Domino\\data/rmeval
eventsinks.parser.LogFile=lotus.notes.addins.rmeval.LogFileEventSinkSpecificationParser
dir.schemas=E\:\\IBM\\Domino\\data/rmeval/configxsd
eventsink.eif.default.tec.port=5529
eventsink.eif.default.tec.server=127.0.0.1
eventsinks.syntax.targetNamespaces.LogFile.xsd=http\://www.rme.ibm.com/Schemas/LogFile_Notify
actionlaunchers.syntax.targetNamespaces.CIMMethod.xsd=http\://www.rme.ibm.com/Schemas/CIMMethod_Cure
eventsinks.impl.DominoEventSink=lotus.notes.addins.rmeval.DominoEventSink
actionlaunchers.impl.CIMMethod=com.ibm.amw.plugin.cure.cimmethod.CimMethodActionLauncher
actionlaunchers.impl.shell=com.ibm.amw.plugin.cure.shellcmd.ShellCmdActionLauncher
eventsinks.parser.DominoEventSink=lotus.notes.addins.rmeval.DominoEventSinkSpecificationParser
actionlaunchers.parser.shell=com.ibm.amw.plugin.cure.shellcmd.ShellCmdSpecificationParser
eventsinks.syntax.targetNamespaces.EIF.xsd=http\://www.rme.ibm.com/Schemas/EIF_Notify
modes.CimM12=com.ibm.amw.rmemode.m12.CimM12ModeImpl
eventsinks.syntax.files=LogFile.xsd,DominoEventSink.xsd,EIF.xsd
eventsinks.syntax.targetNamespaces.DominoEventSink.xsd=http\://www.rme.ibm.com/Schemas/DominoEventSink_Notify
shell=cmd.exe
datalog.db.url=jdbc\:db2j\:data
eventsinks.impl.EIF=com.ibm.amw.plugin.notify.eif.EIFEventSink
serviceability=lotus.notes.addins.rmeval.ServiceabilityImpl
eventsinks.impl.LogFile=lotus.notes.addins.rmeval.LogFileEventSink
actionlaunchers.syntax.targetNamespaces.ShellCmd.xsd=http\://www.rme.ibm.com/Schemas/ShellCmd_Cure
datalog.db.jdbc.driver=com.ibm.db2j.jdbc.DB2jDriver

FG
Sebastian
Titel: Re: load runjava RMEval
Beitrag von: theBastian am 26.04.21 - 12:45:49
Wer zufällig dasselbe Problem hat ...

Zitat
This SPR is open from Domino 11 Version and Domino 11.0 has a new JVM with an updated RT.jar. The Exerces parser class changed from org.apache.xerces.parsers.SAXParser to com.sun.org.apache.xerces.internal.parsers.SAXParser in ND11. RME uses elements from IBM's Autonomic Computing Toolkit which we only have object access at this time so we cannot change the classes to use the new parser.

 

https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0076811



 As a work around you need to disable the DDM OS probe.