Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Cannot fetch data from repository

MBMMBM Member Posts: 23 Contributor II
edited November 2018 in Help

Hey, 

I am using RM Server and I ran several processes on the server and it worked. But in all of a sudden I get an error message like this when I want to open the result table in RM:

 

Connot fetch data from repository.

Cannot parsse I/Object:java.lang.ArrayIndexOutOfBoundsException

 

I am new on working with RM Server so I have no clou. On the web interface I can see the meta information and I can display the data in html... but not in the RM client. And if I download it as an excel file there is no data in the excel file. 

The bad thing is that the process lasts more than one hour so it it really really frustrating...

 

Thanks in advance

Marcel

 

Tagged:

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,531 RM Data Scientist

    Hallo Marcel,

     

    any chance to have a look at the server logs? See: http://docs.rapidminer.com/server/administration/error-logs.html

     

    ~Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • MBMMBM Member Posts: 23 Contributor II

    yes here:

     

    Dec 17, 2016 4:44:58 PM com.rapidminer.Process saveResults
    INFO: Process context is: Macros: [_ra_user : xxx, _ra_jobID : xx]; Input: [2010_int, 2010_int]; Output: [2010 Ergebnis]
    Dec 17, 2016 4:44:58 PM com.rapidminer.Process saveResults
    INFO: No filename given for result file, using stdout for logging results!
    Dec 17, 2016 4:44:58 PM com.rapidminer.Process saveResults
    INFO: Loading initial data.
    Dec 17, 2016 4:44:58 PM com.rapidminer.Process saveResults
    INFO: Assigning //_LOCAL/home/xxx/k-means/2010_int to input port Process.input 1.
    Dec 17, 2016 4:44:58 PM com.rapidminer.Process saveResults
    INFO: Assigning //_LOCAL/home/xxx/k-means/2010_int to input port Process.input 2.
    Dec 17, 2016 4:44:58 PM com.rapidminer.Process saveResults
    INFO: Process //_LOCAL/home/xxx/k-means/1_Clustering mit k-Means starts
    Dec 17, 2016 5:55:05 PM com.rapidminer.Process saveResults
    INFO: Saving results.
    Dec 17, 2016 5:55:05 PM <unknown> <unknown>
    INFO: Storing ioobject at /home/xxx/k-means/2010 Ergebnis
    Dec 17, 2016 5:55:05 PM <unknown> <unknown>
    INFO: Completed storage of head. Now storing actual data.
    Dec 17, 2016 5:55:05 PM <unknown> <unknown>
    INFO: Completed storage of actual data.
    Dec 17, 2016 5:55:05 PM <unknown> <unknown>
    INFO: Process //_LOCAL/home/xxx/k-means/1_Clustering mit k-Means finished successfully after 01:10:07
Sign In or Register to comment.