Skip to main content

All Questions

Tagged with
0 votes
0 answers
18 views

Managing PowerShell Session Closure and Client Connections on Windows 10

I am running a Vite application on a Windows machine. However, when I try to close the PowerShell window, it doesn't release the port used by the application. Is there a way to send a Ctrl + C command ...
iamsuman's user avatar
  • 1,413
0 votes
0 answers
22 views

D-ITG 2.8.1 (.win binaries) ITGSend command with '-sp' port not working binding issue

When I input the command: "ITGSend -a 192.168.2.2 -sp 9400 -rp 32769 -C 1000 -u 500 1000 -t 20000 -l send_log_file" on my windows cmd line I get the following error: flowSender: No error ...
Jordan Daubney's user avatar
0 votes
0 answers
11 views

Can't connect to port 27017

I have tried running the following in Windows PowerShell: Test-NetConnection -InformationLevel detailed -ComputerName portquiz.net -Port 27017 I get the following error message: WARNING: TCP connect ...
Tom Darious's user avatar
-1 votes
1 answer
62 views

Change the port of a Process(WIn11)

For my Coding project I need my application running on localhost:5000 since everything else was set up around that. After starting my backend it said the address is already in use, which I checked: ...
user24468434's user avatar
0 votes
0 answers
50 views

Block MQTT port from windows firewall

I want to block any MQTT transaction from my laptop. I am using port 8883 as mqtt port as i am using TLS. I tried to change the firewall outbound rules and added a new rule to block the connection for ...
Devjeet Mandal's user avatar
-1 votes
1 answer
76 views

Winsock client not connecting to any server

I made two separate C programs using Visual Studio 2022, A client application and a server application, but my client app cannot connect to any external servers, including google.com. My server works ...
Prasant Aryal's user avatar
1 vote
1 answer
117 views

How To Prevent Port Sharing With Kestrel?

On my Windows machine, I'm struggling to understand the behavior I'm seeing with Kestrel and asp.net core with regards to port conflicts with other processes on the machine. I want to prevent a ...
Rob P.'s user avatar
  • 15k
2 votes
1 answer
498 views

ssh Bad local forwarding specification when passing port as parameter

I created this function in the .ps1 profile for Windows PowerShell: function sshpc ([int]$port = 8888) { ssh -fNL [int]$port:localhost:[int]$port pc } However, the port forwading command does not ...
João Bravo's user avatar
1 vote
1 answer
996 views

Windows 10 COM Port stopped working randomly

I have WPF application doing serial printing via COM port(COM1). Everything works fine, and the code is in production on a windows 10 machine. However, We started getting complaints from our clients ...
Vibin Kesavan's user avatar
0 votes
1 answer
374 views

Running a python flask application on windows

I have a python flask application I've been running on linux without issue, but recently it's become a requirement to run it on windows and I've run into a problem. When trying to connect to a server ...
Matt Barker's user avatar
1 vote
0 answers
158 views

My Spring application does not seem to bind to my configured port

Sorry if this is a "Super User" question, it could be a Win-11 quirk? On the other hand, this issue could be a bad Spring configuration. So, please go easy on me if I got the wrong Stack ...
DraxDomax's user avatar
  • 1,028
1 vote
2 answers
1k views

Docker compose: mysql port 3306 is already used, container port uses host port?

I already have a Mysql running on host at port 3306. version: "3" services: db: container_name: db_mysql image: mysql ports: - "3309:3306" environment: ...
eastwater's user avatar
  • 5,266
0 votes
1 answer
395 views

Powershell Windows Form script Freezing

It is necessary that the results of the port scan are output to $TextBoxResultScan. If the port is open, the result is output, although not in the form that I would like. But if the port is closed, ...
Catcher Rem's user avatar
0 votes
1 answer
1k views

Equivalent of "host" network with docker-compose for containers running on windows

I'm using docker-compose on linux. In my compose-file I have network_mode: "host" for bunch of containers. This is convenient for my stack to able to access my containers as localhost:<...
logicOnAbstractions's user avatar
0 votes
0 answers
49 views

Spring Boot say "Port 8080 was already in use" but Windows cmd find no process for 8080

enter image description here when i try to run my Spring Boot project in IntelliJ, it randomly fail to start project with above error i open the cmd window and execute "netstat -ano | findstr ...
gong's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
17