Coder Social home page Coder Social logo

Comments (11)

0utplay avatar 0utplay commented on July 22, 2024

The stacktrace you provided is just about protocollib not being downloaded. That has nothing to do with the service issue.
The output of the ser list command be great.

Furthermore I would suggest that you join our discord.

from cloudnet-v3.

011248163264 avatar 011248163264 commented on July 22, 2024

there is no firewall running, the server has internet connection, the client can connect to other minecraftservers.

[email protected] => ser list
[29.12 12:43:45.344] COMMAND: 7806e4b0 | Name: Lobby-1 | Node: Node-1 | Status: RUNNING | Address: 192.168.1.40:44955 | Not Connected
[29.12 12:43:45.348] COMMAND: b434d8ad | Name: Proxy-1 | Node: Node-1 | Status: RUNNING | Address: 192.168.1.40:25565 | Not Connected
[29.12 12:43:45.349] COMMAND: => Showing 2 service(s); Online: 0; Ingame: 0

from cloudnet-v3.

0utplay avatar 0utplay commented on July 22, 2024

Please provide your config.json located in the main directory where cloudnet is installed

from cloudnet-v3.

011248163264 avatar 011248163264 commented on July 22, 2024

the server ip is 192.168.1.40 and the client ip is 192.168.1.140
its a default installation via the start script on the first startup

{
"identity": {
"uniqueId": "Node-1",
"listeners": [
{
"host": "0.0.0.0",
"port": 1410
}
],
"properties": {}
},
"ipWhitelist": [
"192.168.1.40",
"192.168.1.111",
"0:0:0:0:0:0:0:1%lo",
"127.0.1.1",
"127.0.0.1",
"fe80:0:0:0:be24:11ff:fe48:f118%ens18",
"0.0.0.0"
],
"cluster": {
"clusterId": "c602f7c6-f8f7-4f39-9250-5954aabb64da",
"nodes": []
},
"maxCPUUsageToStartServices": 100.0,
"parallelServiceStartSequence": true,
"runBlockedServiceStartTryLaterAutomatic": true,
"maxMemory": 5896,
"maxServiceConsoleLogCacheSize": 64,
"printErrorStreamLinesFromServices": true,
"defaultJVMFlags": "DYTANIC",
"jvmCommand": "java",
"processTerminationTimeoutSeconds": 5,
"hostAddress": "0.0.0.0",
"connectHostAddress": "0.0.0.0",
"httpListeners": [
{
"host": "0.0.0.0",
"port": 2812
}
],
"clientSslConfig": {
"enabled": false,
"clientAuth": false,
"trustCertificatePath": null,
"certificatePath": "local/certificate.pem",
"privateKeyPath": "local/privateKey.key"
},
"serverSslConfig": {
"enabled": false,
"clientAuth": false,
"trustCertificatePath": null,
"certificatePath": "local/certificate.pem",
"privateKeyPath": "local/privateKey.key"
},
"webSslConfig": {
"enabled": false,
"clientAuth": false,
"trustCertificatePath": null,
"certificatePath": "local/certificate.pem",
"privateKeyPath": "local/privateKey.key"
}
}

from cloudnet-v3.

0utplay avatar 0utplay commented on July 22, 2024

You cant use 0.0.0.0 as connectHostAddress, use 127.0.0.1 there

from cloudnet-v3.

011248163264 avatar 011248163264 commented on July 22, 2024

ok i have chnaged the config:
with "host adress" i can connect but he says "could not connect to a default or fallbackserver"

{
"identity": {
"uniqueId": "Node-1",
"listeners": [
{
"host": "127.0.1.1",
"port": 1410
}
],
"properties": {}
},
"ipWhitelist": [
"192.168.1.40",
"0:0:0:0:0:0:0:1%lo",
"127.0.1.1",
"127.0.0.1",
"fe80:0:0:0:be24:11ff:fe48:f118%ens18"
],
"cluster": {
"clusterId": "8a27d245-4a2e-4913-8629-cdbb66e1f4be",
"nodes": []
},
"maxCPUUsageToStartServices": 100.0,
"parallelServiceStartSequence": true,
"runBlockedServiceStartTryLaterAutomatic": true,
"maxMemory": 5896,
"maxServiceConsoleLogCacheSize": 64,
"printErrorStreamLinesFromServices": true,
"defaultJVMFlags": "DYTANIC",
"jvmCommand": "java",
"processTerminationTimeoutSeconds": 5,
"hostAddress": "192.168.1.40",
"connectHostAddress": "127.0.1.1",
"httpListeners": [
{
"host": "127.0.1.1",
"port": 2812
}
],
"clientSslConfig": {
"enabled": false,
"clientAuth": false,
"trustCertificatePath": null,
"certificatePath": "local/certificate.pem",
"privateKeyPath": "local/privateKey.key"
},
"serverSslConfig": {
"enabled": false,
"clientAuth": false,
"trustCertificatePath": null,
"certificatePath": "local/certificate.pem",
"privateKeyPath": "local/privateKey.key"
},
"webSslConfig": {
"enabled": false,
"clientAuth": false,
"trustCertificatePath": null,
"certificatePath": "local/certificate.pem",
"privateKeyPath": "local/privateKey.key"
}
}

from cloudnet-v3.

0utplay avatar 0utplay commented on July 22, 2024

Which version are u using to connect?

from cloudnet-v3.

011248163264 avatar 011248163264 commented on July 22, 2024

spigot 1.16.5 on server and client 1.16.5

from cloudnet-v3.

011248163264 avatar 011248163264 commented on July 22, 2024

[29.12 15:21:54.941] INFO: CloudService [uniqueId=d0e0c5e9-f517-4ca9-b7ef-0e2555a1502f task=Proxy name=Proxy-1] is being prepared...
[29.12 15:21:55.167] INFO: CloudService [uniqueId=d0e0c5e9-f517-4ca9-b7ef-0e2555a1502f task=Proxy name=Proxy-1] is started...
[29.12 15:21:55.275] INFO: CloudService [uniqueId=2344c70a-e8bc-4f92-a85f-4084c40f8201 task=Lobby name=Lobby-1] is being prepared...
[29.12 15:21:55.773] INFO: CloudService [uniqueId=2344c70a-e8bc-4f92-a85f-4084c40f8201 task=Lobby name=Lobby-1] is started...
[29.12 15:21:57.929] INFO: CloudService [uniqueId=d0e0c5e9-f517-4ca9-b7ef-0e2555a1502f task=Proxy name=Proxy-1] was successfully connected to the channel [serverAddress=127.0.1.1:1410 clientAddress=127.0.0.1:55426]
[29.12 15:21:58.641] INFO: CloudService [uniqueId=2344c70a-e8bc-4f92-a85f-4084c40f8201 task=Lobby name=Lobby-1] was successfully connected to the channel [serverAddress=127.0.1.1:1410 clientAddress=127.0.0.1:55436]
[29.12 15:22:12.767] INFO: Login Request from the identity 56e7f07f-1f50-46c2-9fbb-f0eca5b9737e:DosePlay on the proxy Proxy-1
[29.12 15:22:12.921] INFO: Login from the identity 56e7f07f-1f50-46c2-9fbb-f0eca5b9737e:DosePlay on proxy Proxy-1 was successful
[29.12 15:22:13.218] INFO: The identity 56e7f07f-1f50-46c2-9fbb-f0eca5b9737e:DosePlay on the proxy Proxy-1 has left the network

from cloudnet-v3.

0utplay avatar 0utplay commented on July 22, 2024

Please provide the log of both the service and the proxy

from cloudnet-v3.

011248163264 avatar 011248163264 commented on July 22, 2024

ok the service is running it was the server the map generation was slow.

from cloudnet-v3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.