Login and Channel Bat Error when starting v83 for first time

Results 1 to 2 of 2
  1. #1
    Novice Etheryte is offline
    MemberRank
    Apr 2015 Join Date
    1Posts

    sad Login and Channel Bat Error when starting v83 for first time

    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 . .
    Could someone give me some insight on whats the problem and how I should go about fixing it?


  2. #2
    Omega sunnyboy is offline
    MemberRank
    Mar 2010 Join Date
    6,108Posts

    Re: Login and Channel Bat Error when starting v83 for first time

    Caused by: java.lang.SecurityException: Can not initialize cryptographic mechani
    sm
    put the jce files



Advertisement