"Freezing On Initializing XML Transformation Rules (Mac 10.9)"

ccorner10ccorner10 Member Posts: 3 Contributor I
edited June 2019 in Help
Hi all, i'll try to be as detailed as possible with what i've tried etc, so when opening rapidminer it just stops on the Initalizing XML Transformation Rules on my mac running 10.9.2.

I've emailed support and had some help earlier today but having no luck getting passed this problem, when using terminal to check what version on Java i have running its saying 1.8.0 with JDK 8 installed when previously was 1.7, i deleted files so it went back to 1.6something then i got it to 1.8 to try getting it to work, i seen a post about the same problem where to put in a line of code into terminal to get it to work but when i entered it this came up in my terminal -

Last login: Wed Apr  2 21:31:43 on ttys000
chriscosmacbook:~ chriscorner$ java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=localhost:40000,server=y,suspend=n -jar lib/rapidminer.jar
Error: Unable to access jarfile lib/rapidminer.jar
chriscosmacbook:~ chriscorner$ /Users/chriscorner/rapidminer-studio/lib/rapidminer.jar
-bash: /Users/chriscorner/rapidminer-studio/lib/rapidminer.jar: Permission denied
chriscosmacbook:~ chriscorner$ java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=localhost:40000,server=y,suspend=n -jar /Users/chriscorner/rapidminer-studio/lib/rapidminer.jar
Listening for transport dt_socket at address: 40000
Apr 02, 2014 10:20:13 PM com.rapidminer.gui.safemode.SafeMode launchStarts
INFO: Found left-behind lock file from last startup at /Users/chriscorner/.RapidMiner/safeMode.lock.
Apr 02, 2014 10:20:13 PM com.rapidminer.tools.I18N <clinit>
INFO: Set locale to en.
Apr 02, 2014 10:20:26 PM com.rapidminer.gui.safemode.SafeMode launchStarts
INFO: com.rapidminer.gui.safemode.SafeMode.entering_safe_mode
Apr 02, 2014 10:20:26 PM com.rapid_i.Launcher ensureRapidMinerHomeSet
INFO: Property rapidminer.home is not set. Guessing.
Apr 02, 2014 10:20:26 PM com.rapid_i.Launcher ensureRapidMinerHomeSet
INFO: Trying parent directory of '/Users/chriscorner/rapidminer-studio/lib/rapidminer.jar'...gotcha!
Apr 02, 2014 10:20:26 PM com.rapidminer.license.ProductConstraintManager initialize
INFO: Initializing license manager.
Apr 02, 2014 10:20:26 PM com.rapidminer.license.ProductConstraintManager initialize
INFO: Using default license location.
Apr 02, 2014 10:20:28 PM com.rapidminer.license.ProductConstraintManager initialize
INFO: Registering default product.
Apr 02, 2014 10:20:28 PM com.rapidminer.tools.plugin.Plugin initAll
INFO: Plugins skipped.
Apr 02, 2014 10:20:29 PM com.rapidminer.tools.OperatorService registerOperators
SEVERE: Cannot read operator description file OperatorsCore.xml: no valid XML: Can't find bundle for base name com/rapidminer/resources/i18n/OperatorsCoreDocumentation, locale en
java.util.MissingResourceException: Can't find bundle for base name com/rapidminer/resources/i18n/OperatorsCoreDocumentation, locale en
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:1299)
at com.rapidminer.tools.documentation.XMLOperatorDocBundle.load(XMLOperatorDocBundle.java:175)
at com.rapidminer.tools.OperatorService.parseOperators(OperatorService.java:236)
at com.rapidminer.tools.OperatorService.registerOperators(OperatorService.java:200)
at com.rapidminer.tools.OperatorService.registerOperators(OperatorService.java:172)
at com.rapidminer.tools.OperatorService.init(OperatorService.java:113)
at com.rapidminer.RapidMiner.init(RapidMiner.java:639)
at com.rapidminer.RapidMiner.init(RapidMiner.java:583)
at com.rapidminer.gui.RapidMinerGUI.run(RapidMinerGUI.java:298)
at com.rapidminer.gui.RapidMinerGUI.launch(RapidMinerGUI.java:757)
at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:738)
Caused by: java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredElementImpl.getTextContent()Ljava/lang/String;
at com.rapidminer.io.process.XMLTools.getTagContents(XMLTools.java:311)
at com.rapidminer.io.process.XMLTools.getTagContents(XMLTools.java:282)
at com.rapidminer.tools.documentation.OperatorDocumentation.<init>(OperatorDocumentation.java:52)
at com.rapidminer.tools.documentation.XMLOperatorDocBundle.<init>(XMLOperatorDocBundle.java:137)
at com.rapidminer.tools.documentation.XMLOperatorDocBundle$XMLControl.newBundle(XMLOperatorDocBundle.java:89)
at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1501)
at java.util.ResourceBundle.findBundle(ResourceBundle.java:1465)
at java.util.ResourceBundle.findBundle(ResourceBundle.java:1419)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1361)
... 11 more

Exception in thread "main" java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredElementImpl.getTextContent()Ljava/lang/String;
at com.rapidminer.io.process.conditions.ParameterEqualsCondition.<init>(ParameterEqualsCondition.java:29)
at com.rapidminer.io.process.conditions.ParameterUnequalsCondition.<init>(ParameterUnequalsCondition.java:18)
at com.rapidminer.io.process.rules.AbstractConditionedParseRule.parseCondition(AbstractConditionedParseRule.java:56)
at com.rapidminer.io.process.rules.AbstractConditionedParseRule.<init>(AbstractConditionedParseRule.java:41)
at com.rapidminer.io.process.rules.SetParameterRule.<init>(SetParameterRule.java:27)
at com.rapidminer.io.process.XMLImporter.constructRuleFromElement(XMLImporter.java:186)
at com.rapidminer.io.process.XMLImporter.importParseRules(XMLImporter.java:157)
at com.rapidminer.io.process.XMLImporter.init(XMLImporter.java:107)
at com.rapidminer.RapidMiner.init(RapidMiner.java:644)
at com.rapidminer.RapidMiner.init(RapidMiner.java:583)
at com.rapidminer.gui.RapidMinerGUI.run(RapidMinerGUI.java:298)
at com.rapidminer.gui.RapidMinerGUI.launch(RapidMinerGUI.java:757)
at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:738)

I also cant find a .log file anywhere to post whats inside it sorry about that but its nowhere to be found (by me anyway)

any help into this problem would be greatly appreciated thanks
Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    Hi,

    what version of RapidMiner Studio are you running? From the looks of it, a library we use seems to be quite upset about something and refuses to work..

    Regards,
    Marco
  • ccorner10ccorner10 Member Posts: 3 Contributor I
    Its the latest version (from the website) 64 bit for mac version 1.0(1.0)

    EDIT i have tried the 32 bit version also to no luck
  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    Hi,

    can you have a look at this thread and try starting RapidMiner Studio with the linked Beta launcher? http://rapid-i.com/rapidforum/index.php/topic,7627.0.html

    Regards,
    Marco
  • ccorner10ccorner10 Member Posts: 3 Contributor I
    I've tried this but it doesnt respond to opening, ive attached a screenshot of my finerwindow incase i'm being stupid with it

    http://imgur.com/QMczSm6

    EDIT heres the contents of the log

    Detected JRE/JDK installations:
    /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
    Selected JRE/JDK:
Sign In or Register to comment.