danishpirate
danishpirate
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/27/2025 in #java-help
Rendering too resource-intensive
No description
16 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/27/2025 in #java-help
Rendering too resource-intensive
I need to redraw all the edges between the nodes every view update.
16 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/27/2025 in #java-help
Rendering too resource-intensive
I optimized it a bit by caching minLat, maxLat, minLon, maxLon instead of calculating them every view update.
16 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/27/2025 in #java-help
Rendering too resource-intensive
I need to wait a couple of seconds for anything to be rendered at first. Then my window freezes
16 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/27/2025 in #java-help
Rendering too resource-intensive
updateGraphView() is called whenever the nodes in my graph are connected upon initalization and whenever a node is visited.
16 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
Is it possible the port hasn't been forwarded?
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
I enter sudo nc -lvnp 80 in the vm terminal and then enter [ip]:80 into my browser url or postman.
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
Still nothing
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
There are simply no ufw log files in the specified directory
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
even set it to high
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
Yes
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
@dan1stNo UFW logs. Also no logs when using netcat.
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
Still doesn't load.
To Action From
-- ------ ----
22/tcp ALLOW Anywhere
80/tcp ALLOW Anywhere
8080/tcp ALLOW Anywhere
22/tcp (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
8080/tcp (v6) ALLOW Anywhere (v6)
To Action From
-- ------ ----
22/tcp ALLOW Anywhere
80/tcp ALLOW Anywhere
8080/tcp ALLOW Anywhere
22/tcp (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
8080/tcp (v6) ALLOW Anywhere (v6)
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
Page still doesnt load.
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
It added them automatically when I did ufw allow http. Manually adding 8080 changes nothing.
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
The rules look like this. I dont know if this is what you want
Status:
To Action From
-- ------ ----
22/tcp ALLOW
80/tcp ALLOW
22/tcp (v6) ALLOW Anywhere (
80/tcp (v6) ALLOW Anywhere (v6)
Status:
To Action From
-- ------ ----
22/tcp ALLOW
80/tcp ALLOW
22/tcp (v6) ALLOW Anywhere (
80/tcp (v6) ALLOW Anywhere (v6)
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
Okay. What should I change then?
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
My guess is that the endpoint is never reached.
78 replies
JCHJava Community | Help. Code. Learn.
Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
@dan1stLogs show nothing. I ran iptables -L and this is what I got: https://pastebin.com/zAf7chT7
78 replies