Options

RapidMiner Update: 5001 --> 5-3 works, but doesn't

ckwchengckwcheng Member Posts: 6 Contributor II
edited November 2018 in Help
Just seeing if others had this problem.  Rapidminer says that there is a new version.  when I go to  install the  new version using the component updating tool, the update appears to happen, but when I go back to the same tool, it indicates that my installed version is still 5.0.0001.

I have tried this on my 32 and 64 bit machines, running everything as an administrator.

... is this a bug?

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    unfortunately there still was a bug in the beta and release candidate versions. We have fixed it for the final version. But this does not help you  updating, because the bug is in the updating mechanism itself and prevents the files to be replaced properly. So you need to install the final release version manually. It can be downloaded from our website http://rapid-i.com.

    Greetings,
      Sebastian
  • Options
    yogafireyogafire Member Posts: 43 Contributor II
    I have downloaded RM5 final release (I suppose) its size is less than the RC version.. about 50 MB.

    but I found that the final release is not full with the extension... I still have to manually download the extension...
    I frequently failed to update... and where can I download the extension manually? The failing problem is usually failling in unpacking the extension.

    and where can I set the proxy for updating RM5?

    greetings

    Dimas Yogatama
  • Options
    ThiemeThieme Member Posts: 19 Contributor II
    Hi,

    I'm also searching for the proxy configuration in RM5.

    Greetings
    Sabine

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    the proxy settings can be entered in the Tools / Preferences Menu, and then in the tab System. This tab is available since 5.0.003.

    Did you found it?

    Greetings,
      Sebastian
  • Options
    ThiemeThieme Member Posts: 19 Contributor II
    Yes, I do, thanks!
  • Options
    ThiemeThieme Member Posts: 19 Contributor II
    But it doesn't work at my office.  ???
    I asked my admin and tried different settings (for http and socks), but it doesn't work.

    Any idea?

    Greetings
    Sabine
  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi Sabine,
    I think we have to do some diagnostics first to find the problem. So let me ask two questions:
    - Do you see the web page on the welcome screen of RapidMiner?
    - What appears if you copy the link of the update server to your web browser? It can be found in the properties in the update tab.

    Greetings,
      Sebastian
  • Options
    ThiemeThieme Member Posts: 19 Contributor II
    Sebastian Land wrote:

    Hi Sabine,
    I think we have to do some diagnostics first to find the problem. So let me ask two questions:
    - Do you see the web page on the welcome screen of RapidMiner?    NO
    - What appears if you copy the link of the update server to your web browser? It can be found in the properties in the update tab. I'm asked for authentification for UpdateServerRealm.

    Greetings,
      Sebastian
  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Ok,
    this sounds as it should be if a proxy is needed but not or wrongly configured. In the meanwhile I tested the settings and they seem to be applied. I will set up a proxy myself and test it with that. It's a bad luck that the developer who is responsible for that is currently at the CeBit.

    Your admin is quite sure he entered the correct values? Just for having covered the most simple solution :)

    Greetings,
      Sebastian
  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi again,
    I set up a locale proxy server and the update as well as the web page on the welcome screen work again, as soon as you enter the address of the proxy, the correct port and check the http.proxySet property. So there must be a configuration error in the proxy settings.

    Greetings,
      Sebastian
  • Options
    yakaryosyakaryos Member Posts: 19 Contributor II
    anyone can help us to update rapidminer? i have the same problem smilar to others, i gives error.
  • Options
    yakaryosyakaryos Member Posts: 19 Contributor II
    i solved the problem ;). start progem with administer rights and update it, then start it admister rights again for uploading updates,and use it usual ways.
  • Options
    bakhitbakhit Member Posts: 2 Contributor I

    Hi,
    I have the same problem in RM 5.1 version. I am a student and I stay in our university campus. For internet access here in the campus we have to enter the http proxy and port number and also username and password. For everything(antivirus update, Firefox, IE, etc) we enter the same things here in our campus. But in the Rapid Miner except http proxy and port number in the preferences I could not find username and password (for accessing the internet), so I am not able to update anything in Rapid Miner. Actually I wanted to get Text mining extension, but because of the above problem I could not update them. Can you help me what to do? Thank You in Advance! 
  • Options
    bakhitbakhit Member Posts: 2 Contributor I
    Hi,
    the problem given below is occurring when I am trying to update. Can anyone help me, what is this?
    Actually I wanted to install text extension through the button "Help->update"  in Rapid Miner 5.1. Can I install Text extension or Text mining in other ways also, where there is no such problems like below?

    Exception: javax.xml.ws.WebServiceException
    Message: Failed to access the WSDL at: http://rapidupdate.de:80/UpdateServer/UpdateServiceService?wsdl. It failed with:
    Connection timed out: connect.
    Stack trace:

      com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(Unknown Source)
      com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(Unknown Source)
      com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(Unknown Source)
      com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
      com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
      com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown Source)
      javax.xml.ws.Service.<init>(Unknown Source)
      com.rapidminer.deployment.client.wsimport.UpdateServiceService.<init>(UpdateServiceService.java:37)
      com.rapid_i.deployment.update.client.UpdateManager.getService(UpdateManager.java:314)
      com.rapid_i.deployment.update.client.UpdateDialog$3.run(UpdateDialog.java:113)
      com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:176)
      java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      java.lang.Thread.run(Unknown Source)

    Cause
    Exception: java.net.ConnectException
    Message: Connection timed out: connect
    Stack trace:

      java.net.PlainSocketImpl.socketConnect(Native Method)
      java.net.PlainSocketImpl.doConnect(Unknown Source)
      java.net.PlainSocketImpl.connectToAddress(Unknown Source)
      java.net.PlainSocketImpl.connect(Unknown Source)
      java.net.SocksSocketImpl.connect(Unknown Source)
      java.net.Socket.connect(Unknown Source)
      java.net.Socket.connect(Unknown Source)
      sun.net.NetworkClient.doConnect(Unknown Source)
      sun.net.www.http.HttpClient.openServer(Unknown Source)
      sun.net.www.http.HttpClient.openServer(Unknown Source)
      sun.net.www.http.HttpClient.<init>(Unknown Source)
      sun.net.www.http.HttpClient.New(Unknown Source)
      sun.net.www.http.HttpClient.New(Unknown Source)
      sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
      sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
      sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
      sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
      java.net.URL.openStream(Unknown Source)
      com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.createReader(Unknown Source)
      com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(Unknown Source)
      com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(Unknown Source)
      com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(Unknown Source)
      com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
      com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
      com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown Source)
      javax.xml.ws.Service.<init>(Unknown Source)
      com.rapidminer.deployment.client.wsimport.UpdateServiceService.<init>(UpdateServiceService.java:37)
      com.rapid_i.deployment.update.client.UpdateManager.getService(UpdateManager.java:314)
      com.rapid_i.deployment.update.client.UpdateDialog$3.run(UpdateDialog.java:113)
      com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:176)
      java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      java.lang.Thread.run(Unknown Source)
  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    you don't have an internet connection. But I already answer this on the bug you reported in the bugtracker...
Sign In or Register to comment.