Own unleashed sever , Errors happening

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Okay I found out the the error being
"[main/ERROR]: Unable to launch
java.lang.reflect.InvocationTargetException"

After some searching around I found people were having the problem due to either duplicate mods or not running in -nogui mode on the java arguments. Confirm that you have those checked out and then we will just have to do more "trial and erroring" if it neither of these things.
 
"[main/ERROR]: Unable to launch
java.lang.reflect.InvocationTargetException"

And after that it says: Caused by: java.lang.NoClassDefFoundError: org/yaml/snakeyaml/representer/Representer
I think it's still missing some files.

EDIT: Did you copy the library files from the KCauldron download to your server folder, allowed overwriting? Just tested it and the server starts without running either FTBInstall or KCauldron install.
 
Last edited:
Ah! i didnt drag the Libraries folder over! but i got this once it loaded:
 

Attachments

  • log.png
    log.png
    111 KB · Views: 88
So the server starts? Can you connect to it? I think that error has something to do with KCauldron being unable to get the version information.
 
java.lang.OutOfMemoryError: Java heap space
Try giving it a bit more memory.
 
Still got this:

As mc. crab mentioned it could just be that KCauldron cannot get the version information, if you cannot connect to the server please present us with the actual server logs. Then we can look inside that as it contain more detailed information regarding the server.
 
i can paste log its too long, pastenin does not work either

We are only concerned about the most recent boot up (not all of them at once). I never heard of Pastebin not working either, it should let you post a log provided you filled everything out.
 
So it actually did started then crashed because the following
"17:39:15] [KCauldron version retrievier/INFO]: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://prok.pw:443: The target server failed to respond
[17:39:15] [KCauldron version retrievier/INFO]: Retrying request to {s}->https://prok.pw:443
[17:39:15] [KCauldron version retrievier/INFO]: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://prok.pw:443: The target server failed to respond
[17:39:15] [KCauldron version retrievier/INFO]: Retrying request to {s}->https://prok.pw:443
[17:39:16] [KCauldron version retrievier/INFO]: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://prok.pw:443: The target server failed to respond
[17:39:16] [KCauldron version retrievier/INFO]: Retrying request to {s}->https://prok.pw:443
[17:39:16] [KCauldron version retrievier/WARN]: Error occured during retriving version
java.lang.Throwable
at kcauldron.KLog.log(KLog.java:30) [KLog.class:1.7.10-1420.120]
at kcauldron.KLog.warning(KLog.java:41) [KLog.class:1.7.10-1420.120]
at kcauldron.updater.KVersionRetriever.uncaughtException(KVersionRetriever.java:102) [KVersionRetriever.class:1.7.10-1420.120]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:96) [KVersionRetriever.class:1.7.10-1420.120]
at kcauldron.updater.KVersionRetriever.run(KVersionRetriever.java:59) [KVersionRetriever.class:1.7.10-1420.120]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
Caused by: org.apache.http.NoHttpResponseException: prok.pw:443 failed to respond
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) ~[DefaultHttpResponseParser.class:1.7.10-1420.120]
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) ~[DefaultHttpResponseParser.class:1.7.10-1420.120]
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) ~[AbstractMessageParser.class:1.7.10-1420.120]
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) ~[DefaultBHttpClientConnection.class:1.7.10-1420.120]
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) ~[CPoolProxy.class:1.7.10-1420.120]
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) ~[HttpRequestExecutor.class:1.7.10-1420.120]
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) ~[HttpRequestExecutor.class:1.7.10-1420.120]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) ~[MainClientExec.class:1.7.10-1420.120]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:1.7.10-1420.120]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:1.7.10-1420.120]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:1.7.10-1420.120]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:1.7.10-1420.120]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:1.7.10-1420.120]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:1.7.10-1420.120]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:82) ~[KVersionRetriever.class:1.7.10-1420.120]
... 2 more
[17:39:28] [Server thread/INFO]: CONSOLE: Stopping the server.."


So now we can isloate the problem of being from KCauldron, you will probably want to try using different versions within your Minecraft version until your server is running. Another suggestion is to dump that and just try to use mods for your permissions need and etc (as the server only have to worry about mods not mods+bukkit which will most likely increase stability and decrease issues).