Could someone give me some insight on whats the problem and how I should go about fixing it?Code:ZenthosDev has started:World Launched Login Launched Exception in thread "main" java.lang.ExceptionInInitializerError at javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:173) at sun.security.ssl.JsseJce.getKeyAgreement(Unknown Source) at sun.security.ssl.JsseJce.isEcAvailable(Unknown Source) at sun.security.ssl.CipherSuite$KeyExchange.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.login.LoginServer.run(LoginServer.java:113) at net.login.LoginServer.main(LoginServer.java:183) Caused by: java.lang.SecurityException: Can not initialize cryptographic mechani sm at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:86) ... 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:316) at javax.crypto.JceSecurity.setupJurisdictionPolicies(JceSecurity.java:2 61) at javax.crypto.JceSecurity.access$000(JceSecurity.java:48) at javax.crypto.JceSecurity$1.run(JceSecurity.java:78) at java.security.AccessController.doPrivileged(Native Method) at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:76) ... 18 more Press any key to continue . . . Channel Launched Exception in thread "main" java.lang.ExceptionInInitializerError at javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:173) at sun.security.ssl.JsseJce.getKeyAgreement(Unknown Source) at sun.security.ssl.JsseJce.isEcAvailable(Unknown Source) at sun.security.ssl.CipherSuite$KeyExchange.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.channel.ChannelServer.main(ChannelServer.java:204) Caused by: java.lang.SecurityException: Can not initialize cryptographic mechani sm at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:86) ... 17 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:316) at javax.crypto.JceSecurity.setupJurisdictionPolicies(JceSecurity.java:2 61) at javax.crypto.JceSecurity.access$000(JceSecurity.java:48) at javax.crypto.JceSecurity$1.run(JceSecurity.java:78) at java.security.AccessController.doPrivileged(Native Method) at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:76) ... 17 more Press any key to continue . .![]()


Reply With Quote

