question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It is trying to connect 127.0.0.1:5567?

See original GitHub issue

Problem encountered on https://dotnet.microsoft.com/learn/data/spark-tutorial/code Operating System: windows

Provide details about the problem you are experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.

System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (10061): No connection could be made because the target machine actively refused it. 127.0.0.1:5567
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at Microsoft.Spark.Network.DefaultSocketWrapper.Connect(IPAddress remoteaddr, Int32 port, String secret)
   at Microsoft.Spark.Interop.Ipc.JvmBridge.GetConnection()
   at Microsoft.Spark.Interop.Ipc.JvmBridge.CallJavaMethod(Boolean isStatic, Object classNameOrJvmObjectReference, String methodName, Object[] args)
   at Microsoft.Spark.Interop.Ipc.JvmBridge.CallStaticJavaMethod(String className, String methodName, Object[] args)
   at Microsoft.Spark.Sql.Builder..ctor()
   at Microsoft.Spark.Sql.SparkSession.Builder()

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rapothcommented, Jul 16, 2019

@trongnguyenbinh: I’m closing this issue. Please feel free to create another issue if you get blocked.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RabbitMQ Connection refused 127.0.0.1:5672
RabbitMQ Management UI is running on localhost:15672 . Rabbit MQ cluster name is like: rabbit@CR00001.ABC.COM.LOCAL. I am trying to send message ...
Read more >
Localhost Refused to Connect Error: 5 Confirmed Ways to ...
Localhost refused to connect error can be caused by an incorrectly configured port, insufficient permissions, or an inoperative web server.
Read more >
Cannot connect to 127.0.0.1, localhost, or linux IP address
Trying to access network ports in my WSL2 (port forwarded via ssh over vpn) via localhost or 127.0.0.1 or eth0 IP address and...
Read more >
Localhost Refused to Connect - How to Fix the Error
Try typing both localhost and 127.0.0.1 in the browser search bar, in case of a connection error. Check Apache Server Status. Another important ......
Read more >
Connection refused on 127.0.0.1
This exception message says you're trying to connect to the same host ( 127.0.0.1 ), while you're stating that your server is running...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found