The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
to access the Web interface and to connect RapidMiner to RapidAnalytics port 8080 is the only port you need by default, but you can change that to anything, including 80, in the installer as well. (Note that you must be root on linux to allow port 80.)
Best,
Simon
What can be the problem?
80 and 8080 are allowed.
http://XXX.XXX.XXX.XXX:8080/RAWS/RepositoryService?wsdl
<soap:address location="http://XXX.XXX.XXX.XXX:8080/RAWS/RepositoryService"/>
Thanks,
Peter
can you access the Web interface? If that works, but you cannot access the Web interface, you maybe specified a hostname in the installer that does not resolve probably in your VPN? What is in the XXX? Does that work on your client?
Best,
Simon
Everything works fine:
- The adress in wsld is correct <soap:address location="http://mining.fei.tuke.sk:8080/RAWS/RepositoryService"/>
- I can access RA through web interface http://147.232.5.198:8080/RA/faces/restricted/index.xhtml
- I can access the remote repository from my home PC with VPN
I cannot access it without VPN:
sorry, I don't think we can diagnose your problem from here. If you can access the WSDL, everything is fine. If it works with VPN, but doesn't without, then this may indicate that you are not supposed to be able to access it without VPN. Port 8080 is the only one involved (but you can of course change that).
Best,
Simon
(Once again, to clarify: I assume that you can neither use the Web interface nor the connection via RM without VPN. If both behave the same, it's a problem with your VPN. If both behave differently, it's a problem with RA I guess.)