PreciousStones

PreciousStones

269k Downloads

Errors starting up

fletchto99 opened this issue ยท 3 comments

commented

We get an error starting up. Once ingame if you type /ps it says "syntax error, verify the command usage and try again"

Here is the server startup log: http://pastebin.com/w5cVPCP7

Here is a list of our plugins: http://pastebin.com/q1epq87b

It seems like you rely on pex? java.lang.NoClassDefFoundError: ru/tehkode/permissions/PermissionUser

We use bpermissions

commented

It appears that the cause of that problem was that fact that your building with java 7. I ran it on my test server with java 6 and got the error specified in that issue. I then set up the server to run with java 7 and the issue was gone and pstones loaded fine. Could you please upload a build compiled with java6?

commented

Just checked, PS is already built on Java 6. hmm...

commented

Hey phaed I fixed this issue by upgrading the server to java 7. I had a few plugins giving me this issue. I'll close this issue now but I've got another one: #367