[SOLVED] Exception while running /help

Getting an exception while running the /help command on my server.

View it Here

Instructions not clear enough. Got Help stuck in Thread.

Is that better?

@Joe_Schmo2840 Im getting the same exception every now and then when i use the /help command as well, i found a really kewl /help manager plugin that fixes it tho, PM me if your interested :smiley:

Try the following:

  1. Download the latest Sponge Build from here.
  2. Rename the downloaded jar to sponge.jar.
  3. Drop the sponge.jar into a empty folder.
  4. Create a Start.bat/Start.sh (depending on your OS) in the folder where the sponge.jar is.
  5. Paste this into your Start.bat/Start.sh
    java -jar sponge.jar run
  6. Save the Start.bat/Start.sh.
  7. Run the Start.bat/Start.sh.
  8. Profit !!!

After that try your /help command again

1 Like

So we are running sponge.jar directly now? Not running forge?

That returned this:

C:\Users\J03\Desktop\project\testing>java -jar sponge.jar run

Sponge v1.8-1487-2.1DEV-519+unknown-b519.git-unknown for Minecraft Forge 1487
implementing SpongeAPI version 2.1-SNAPSHOT
:: retrieving :: spongepowered#spongeruntime
java.io.IOException: Ivy file not found in cache for spongepowered#spongeruntime
;working@HAL9000!
at org.apache.ivy.core.retrieve.RetrieveEngine.getConfs(RetrieveEngine.j
ava:265)
at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.j
ava:105)
at org.apache.ivy.Ivy.retrieve(Ivy.java:561)
at org.spongepowered.launch.IvyHandler.retrieve(IvyHandler.java:104)
at org.spongepowered.launch.handlers.RunHandler.run(RunHandler.java:72)
at org.spongepowered.launch.Main.dispatch(Main.java:134)
at org.spongepowered.launch.Main.main(Main.java:82)
Caused by: java.lang.IllegalStateException: Ivy file not found in cache for spon
gepowered#spongeruntime;working@HAL9000!
at org.apache.ivy.core.cache.DefaultResolutionCacheManager.getResolvedMo
duleDescriptor(DefaultResolutionCacheManager.java:142)
at org.apache.ivy.core.retrieve.RetrieveEngine.getConfs(RetrieveEngine.j
ava:257)
… 6 more

EDIT Ive been informed for me its “go” instead of “run” in the args

I’d suggest to try that yes. sponge will start everything you need (hopefully :smiley: )

Is this issue still happening?
If so, remove plugins one by one until it doesn’t happen and report back which plugin caused the issue. I don’t think this would happen without plugins.

Im using 519 and its fixed I think