Closed wysohn closed 3 years ago
Could it be the host setting? Here is the config file too
Hosts:
'~':
Enabled: true
Display: Default
Driver: VIRTUAL
Address: 127.0.0.1
Port-Range: 25500-25559
Directory: ./SubServers/Servers
Git-Bash: '%ProgramFiles%\Git'
Log-Creator: true
short:
Enabled: true
Display: Short Term
Driver: VIRTUAL
Address: 127.0.0.1
Port-Range: 20000-25499
Directory: ./SubServers/Servers
Git-Bash: '%ProgramFiles%\Git'
Log-Creator: true
It looks like it's having trouble accessing the create
method. As for why, well, I don't really know. The most relevant section of this string of errors is the one at the bottom.
It looks like it's having trouble accessing the
create
method. As for why, well, I don't really know. The most relevant section of this string of errors is the one at the bottom.
Oh that's right
I for some reason thought it's the one at the top causing the error
Thank you!
Platform Information
What Happened
I get this exception but it doesn't show any useful info:
How It Happened
Here is the custom script code:
So basically, I was able to delete the server without a problem, then when I try to create a new server using the template, it throws InvocationTargetException without any useful info. Not sure what I am doing wrong here :/
But it works if I do the command manually:
sub create short short MincraftDay
It could be a problem on my end, yet I want to know your opinion.
I looked into the code at
SimplifiedData.java:58
, but there isn't really a code that can produce such an exception, so it confuses me.Additional Information
You have to use TriggerReactor plugin to run this code, yet I think you probably get the idea by just looking at the pseudo