This error occurred when I trying to connect with the knime server.
When I open dialog of Edit mount point i got an error ,which i specified in above SS.
This error occurred when I trying to connect with the knime server.
When I open dialog of Edit mount point i got an error ,which i specified in above SS.
Hi @KashyapGohil.
can you reach the server webportal with a browser (Firefox/Chrome)?
Is the server online and running?
What is you client and server version?
Here’s the version info: . I’m not understanding how to check if the server’s running or not, as the
http://localhost:8080
is not returning anything, when I try to access in the Browser.
Is this platform dependent? As I’m running on Ubuntu 20.04 LTS. All the tutorials are available only on Windows.
Hi @KashyapGohil,
is the knime server running on the same machine?
Then you should be able to access the webportal through:
http://localhost:8080/knime
or http://serverip:8080/knime
as well as a defined url set in the setup of the server
if you cannot reach it - most likely the server is not running or reachable
No - Ubuntu should run just fine as it does on Windows (at least it does for our linux server)
What is the version of the knime server?
Could you check if the server process is running?
(you need to have a server installed and running somewhere before you can connect! - just saying to make sure…)
Hello,
As mentioned,
Let us know if none of this helps.
Regards,
Nickolaus
Note that in my previous response, forum HTML formatting ate my URLs.
Instead of ‘http://:8080’, it should be ‘http://<server>:8080’.
Hello Kashyap,
Is this to say, then, that you have identified the issue and have taken steps to resolve it? (I’m just trying to determine if you still need further assistance.)
Regards,
Nickolaus
Hi Nickolaus,
Unfortunately our issue on server side in still not resolved.
We have followed all steps and installed knime server on our local machine (i.e baremetal server)
by following all steps from
We did this successfully Knime server installation
but when we try to run Knime on our local server, we are facing following error
It seems error is related to port (8080) , which may not be exposed when we try to run on localhost
hence when we try to connect knime server from localhost, it is not able to connect
Hello,
You mention ‘we are facing following error’, but, unless I am drastically missing something, what I see is a perfectly normal, working, successful KS service start.
You mention ‘error is related to port 8080, which may not be exposed’, but the default server.xml sets the ports (default http/8080 and https/8443). You can change these as needed, but I am suspecting this may not be the true issue, either.
Am I correct in thinking that what you are truly reporting is that, while your KS service is started, you’re just not able to get into the webportal, even from being ssh’d into the serverhost?
From ssh on the serverhost,
curl http://localhost:8080/knime/
should produce the same result (the main web page) as
curl http://<serverhost_public_hostname_or_ip>:8080/knime/
You should see the same result from both sides (internal and external, respectively).
If you don’t see it externally, it could be a firewall/networking issue.
If you don’t see it internally, then maybe you can contact us at support@knime.com and we can troubleshoot further over a video call.
Thank you,
Nickolaus