Thread: ned help fix error

Results 1 to 7 of 7
  1. #1 ned help fix error 
    Registered Member
    Join Date
    Sep 2018
    Posts
    46
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    hello guys i come here to ask help whitch error iknow is somthing on host but i cant fint that name in host is 127.0.0.1 idk


    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    java.net.UnknownHostException: noblepk.org
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.http://www.protocol.http.HttpURLConn...Client(Unknown Source)
    at sun.net.http://www.protocol.http.HttpURLConn...nnect0(Unknown Source)
    at sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source)
    at sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source)
    at sun.net.http://www.protocol.http.HttpURLConn...tream0(Unknown Source)
    at sun.net.http://www.protocol.http.HttpURLConn...Stream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at com.client.client.cache.CacheDownloader.downloadFi le(CacheDownloader.java:53)
    at com.client.client.cache.CacheDownloader.init(Cache Downloader.java:33)
    at com.client.client.Client.startUp(Client.java:12266 )
    at com.client.client.RSApplet.run(RSApplet.java:163)
    Reply With Quote  
     

  2. #2  
    Registered Member Tylwr's Avatar
    Join Date
    Jul 2012
    Age
    26
    Posts
    478
    Thanks given
    105
    Thanks received
    42
    Rep Power
    15
    Quote Originally Posted by joker100 View Post
    hello guys i come here to ask help whitch error iknow is somthing on host but i cant fint that name in host is 127.0.0.1 idk


    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    java.net.UnknownHostException: noblepk.org
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClie nt(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect0( Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(U nknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknow n Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream 0(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream (Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at com.client.client.cache.CacheDownloader.downloadFi le(CacheDownloader.java:53)
    at com.client.client.cache.CacheDownloader.init(Cache Downloader.java:33)
    at com.client.client.Client.startUp(Client.java:12266 )
    at com.client.client.RSApplet.run(RSApplet.java:163)
    noblepk.org is your issue. cannot connect to it.
    Attached image
    Quote my post for me to see your reply.
    Discord: tiller#2854

    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2018
    Posts
    46
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Tylwr View Post
    noblepk.org is your issue. cannot connect to it.
    iknow that but where too find i change where bee all that name mby i messing just up file idk told me in what file??
    Reply With Quote  
     

  4. #4  
    Registered Member Tylwr's Avatar
    Join Date
    Jul 2012
    Age
    26
    Posts
    478
    Thanks given
    105
    Thanks received
    42
    Rep Power
    15
    Quote Originally Posted by joker100 View Post
    iknow that but where too find i change where bee all that name mby i messing just up file idk told me in what file??
    CacheDownloader.java:53 ?

    Search for it.
    Attached image
    Quote my post for me to see your reply.
    Discord: tiller#2854

    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2018
    Posts
    46
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Tylwr View Post
    CacheDownloader.java:53 ?

    Search for it.

    in cache download 53 line is this--int responseCode = httpConn.getResponseCode();


    btw addedt you in discord

    Quote Originally Posted by Tylwr View Post
    CacheDownloader.java:53 ?

    Search for it.

    fixet it but got this


    Started repacking index 1.
    Exception in thread "Thread-8" java.lang.NullPointerException
    at com.client.client.Client.repackCacheIndex(Client.j ava:3448)
    at com.client.client.Client.startUp(Client.java:12280 )
    at com.client.client.RSApplet.run(RSApplet.java:163)
    at com.client.client.Client.run(Client.java:8914)
    at java.lang.Thread.run(Unknown Source)
    Reply With Quote  
     

  6. #6  
    Extreme Donator


    Join Date
    Aug 2016
    Posts
    597
    Thanks given
    109
    Thanks received
    96
    Rep Power
    254
    in Client.java you have a method called repackCacheindex that repacks your indexes with data inside of your cache directory. If you don't have that folder or data inside of those folders, then you'll throw a NullPointerException like that. Search for "repackCache" in your client and you should hopefully find something like this

    Code:
    repackCacheIndex(1);
    Which you should change to this

    Code:
    //repackCacheIndex(1);
    Reply With Quote  
     

  7. #7  
    Its Dylan.... Or Is It


    Join Date
    Jul 2016
    Age
    28
    Posts
    168
    Thanks given
    37
    Thanks received
    11
    Rep Power
    132
    Try doing a Full search for

    Noblepk.org
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Need some help fixing errors.
    By Thrasher in forum Help
    Replies: 1
    Last Post: 08-28-2013, 03:15 AM
  2. Need help fixing errors please!
    By arrogant in forum Help
    Replies: 1
    Last Post: 08-06-2013, 07:20 AM
  3. Need help fixing Error j5 game connect
    By xzfamouzzx in forum Help
    Replies: 5
    Last Post: 07-25-2013, 02:31 AM
  4. Help Fixing Errors While Compling!!
    By Spanish in forum Help
    Replies: 3
    Last Post: 03-14-2012, 08:28 PM
  5. Need help fixing error
    By Fauq in forum Help
    Replies: 6
    Last Post: 01-19-2012, 02:49 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •