1 Attachment(s)
I followed a tutorial to the letter and i get a login server error.
C:\Users\Bart\Desktop\ThePack Revision 82\ThePack>start /b launch_world.bat
C:\Users\Bart\Desktop\ThePack Revision 82\ThePack>start /b launch_login.bat
C:\Users\Bart\Desktop\ThePack Revision 82\ThePack>start /b launch_channel.bat
Exception in thread "main" java.lang.ExceptionInInitializerError
at javax.crypto.JceSecurityManager.<clinit>(JceSecurityManager.java:65)
at javax.crypto.Cipher.getConfiguredPermission(Cipher.java:2543)
at javax.crypto.Cipher.getMaxAllowedKeyLength(Cipher.java:2567)
at sun.security.ssl.CipherSuite$BulkCipher.isAvailable(Unknown Source)
at sun.security.ssl.CipherSuite$BulkCipher.isAvailable(Unknown Source)
at sun.security.ssl.CipherSuite.isAvailable(Unknown Source)
at sun.security.ssl.SSLContextImpl.getApplicableCipherSuiteList(Unknown
Source)
at sun.security.ssl.SSLContextImpl.getDefaultCipherSuiteList(Unknown Sou
rce)
at sun.security.ssl.SSLSocketImpl.init(Unknown Source)
at sun.security.ssl.SSLSocketImpl.<init>(Unknown Source)
at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.newCall(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:177)
at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:247)
Caused by: java.lang.SecurityException: Can not initialize cryptographic mechani
sm
at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:89)
... 19 more
Caused by: java.lang.SecurityException: The jurisdiction policy files are not si
gned by a trusted signer!
at javax.crypto.JarVerifier.verifyPolicySigned(JarVerifier.java:289)
at javax.crypto.JceSecurity.loadPolicies(JceSecurity.java:318)
at javax.crypto.JceSecurity.setupJurisdictionPolicies(JceSecurity.java:2
63)
at javax.crypto.JceSecurity.access$000(JceSecurity.java:48)
at javax.crypto.JceSecurity$1.run(JceSecurity.java:81)
at java.security.AccessController.doPrivileged(Native Method)
at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:78)
... 19 more
Press any key to continue . . . Exception in thread "main" java.lang.ExceptionIn
InitializerError
at javax.crypto.JceSecurityManager.<clinit>(JceSecurityManager.java:65)
at javax.crypto.Cipher.getConfiguredPermission(Cipher.java:2543)
at javax.crypto.Cipher.getMaxAllowedKeyLength(Cipher.java:2567)
at sun.security.ssl.CipherSuite$BulkCipher.isAvailable(Unknown Source)
at sun.security.ssl.CipherSuite$BulkCipher.isAvailable(Unknown Source)
at sun.security.ssl.CipherSuite.isAvailable(Unknown Source)
at sun.security.ssl.SSLContextImpl.getApplicableCipherSuiteList(Unknown
Source)
at sun.security.ssl.SSLContextImpl.getDefaultCipherSuiteList(Unknown Sou
rce)
at sun.security.ssl.SSLSocketImpl.init(Unknown Source)
at sun.security.ssl.SSLSocketImpl.<init>(Unknown Source)
at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.newCall(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:597)
Caused by: java.lang.SecurityException: Can not initialize cryptographic mechani
sm
at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:89)
... 18 more
Caused by: java.lang.SecurityException: The jurisdiction policy files are not si
gned by a trusted signer!
at javax.crypto.JarVerifier.verifyPolicySigned(JarVerifier.java:289)
at javax.crypto.JceSecurity.loadPolicies(JceSecurity.java:318)
at javax.crypto.JceSecurity.setupJurisdictionPolicies(JceSecurity.java:2
63)
at javax.crypto.JceSecurity.access$000(JceSecurity.java:48)
at javax.crypto.JceSecurity$1.run(JceSecurity.java:81)
at java.security.AccessController.doPrivileged(Native Method)
at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:78)
... 18 more
Press any key to continue . . .
UPDATE : this is more detail for the issue than i originally posted. plz help. :(
Re: I followed a tutorial to the letter and i get a login server error.
This brings back memories..one of the first repacks I had ever used...ahh..
Make sure you're properly placing your JCE files. (also make sure that they are the JCE files and for that specific version)
1 Attachment(s)
Re: I followed a tutorial to the letter and i get a login server error.
Quote:
Originally Posted by
chunkarama
This brings back memories..one of the first repacks I had ever used...ahh..
Make sure you're properly placing your JCE files. (also make sure that they are the JCE files and for that specific version)
I'll be damned. I will get right on that. quick question, do i need to obtain the JCE policies for each version that is currently in the Java folder?*Attached a picture*
- - - Updated - - -
OMG I DID IT!!! THANK YOU! i had not know Policies existed for different version!
Re: I followed a tutorial to the letter and i get a login server error.
@Mosdyne I suggest not using Java 8 because your source will throw a lot of NPC errors unless you fix them. Glad you got it working, though.
Re: I followed a tutorial to the letter and i get a login server error.
Thanks, I had problems install just java 6 though :(
nothing i did worked when trying to install it so i got the next one, but ill will try to fix it eventually :p
I was just about to come here and ask about a problem im having with the monsters. They worked just fine for a while but at some point stoppped moving, they can still be hit and hurt me just wont move around. this is persistent even when i restart everything.