+ Reply to Thread
Results 1 to 6 of 6

Thread: Java Problems

  1. #1
    runeps is offline Banned runeps is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    71

    Java Problems

    2-3 weeks ago my computer was hacked into & my java problems started then...

    I get these errors on java programmed pages & webclients programmed by java such as runescape...

    I'll post some of the errors:

    x10hosting Irc error:
    Code:
    Connecting... 
    Unable to connect : java.security.AccessControlException : access denied (java.net.SocketPermission irc.x10hosting.com resolve)

    Runescape Webclient Error:
    Java Plug-in 1.6.0_14
    Using JRE version 1.6.0_14-b08 Java HotSpot(TM) Client VM
    User home directory = C:\Users\*Took off personal info*

    ----------------------------------------------------
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    ----------------------------------------------------

    Ignored exception: java.io.EOFException
    Runescape Webclient Error Picture:



    Does anyone see what the hacker might of done to my java?
    Last edited by runeps; 08-12-2009 at 10:53 PM.

  2. #2
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: Java Problems

    This isn't a programming issue. The "Free Hosting" forum is a better fit.

    Connecting...
    Unable to connect : java.security.AccessControlException : access denied (java.net.SocketPermission irc.x10hosting.com resolve) [/CODE]
    The applet tried to create a socket (a network connection) to the X10 IRC server, but was denied while trying to resolve irc.x10hosting.com. Often this particular error pops up when the applet is trying to connect to a server other than the one the applet is hosted on. Could indicate some sort of network redirection, useful for man-in-the-middle attacks.

    java.io.EOFException
    at java.io.DataInputStream.readInt(...)
    at sun.security.provider.JavaKeyStore.engineLoad(...)
    ...
    JavaKeyStore encountered an end of file while trying to read a certificate. Some certificate files have either been deleted or are empty.

    How to fix it is what's most important, and (in this case) what happened isn't relevant. If someone compromised your computer, the only sure fix is a nuke & pave:
    1. Back up any documents (but not executables). If you're a good little kid and keep regular backups, you're done with this step.
    2. Reformat
    3. Reinstall:
      1. OS
      2. security software
      3. other software
    4. Restore documents.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  3. #3
    runeps is offline Banned runeps is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    71

    Re: Java Problems

    Quote Originally Posted by misson View Post
    This isn't a programming issue. The "Free Hosting" forum is a better fit.


    The applet tried to create a socket (a network connection) to the X10 IRC server, but was denied while trying to resolve irc.x10hosting.com. Often this particular error pops up when the applet is trying to connect to a server other than the one the applet is hosted on. Could indicate some sort of network redirection, useful for man-in-the-middle attacks.


    JavaKeyStore encountered an end of file while trying to read a certificate. Some certificate files have either been deleted or are empty.

    How to fix it is what's most important, and (in this case) what happened isn't relevant. If someone compromised your computer, the only sure fix is a nuke & pave:
    1. Back up any documents (but not executables). If you're a good little kid and keep regular backups, you're done with this step.
    2. Reformat
    3. Reinstall:
      1. OS
      2. security software
      3. other software
    4. Restore documents.
    I understand your good with programming but can you put it in english please? Where I can understand..? :nuts:

  4. #4
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: Java Problems

    It can't be restated any simpler, which is to say that's as close to lay English as it gets without being simplistic or useless. I could go over what each term means, but that would take awhile to explain.

    As I said, it doesn't matter what they did, the only safe way to fix a compromised computer is to wipe it clean and start from scratch. If you don't understand what the nuke 'n' pave steps mean, find someone who does. If you're feeling brave, google for detailed instructions.
    Last edited by misson; 08-13-2009 at 01:42 AM.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  5. #5
    runeps is offline Banned runeps is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    71

    Re: Java Problems

    Quote Originally Posted by misson View Post
    It can't be restated any simpler, which is to say that's as close to lay English as it gets. I could go over what each term means, but that would take awhile to explain.

    As I said, it doesn't matter what they did, the only safe way to fix a compromised computer is to wipe it clean and start from scratch. If you don't understand what the nuke 'n' pave steps mean, find someone who does. If you're feeling brave, google for detailed instructions.

    Notice: I have important things on my computer wouldnt deleting everthing in my hardrive delete everthing on my desktop,etc? :dunno:

  6. #6
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: Java Problems

    Quote Originally Posted by runeps View Post
    wouldnt deleting everthing in my hardrive delete everthing on my desktop,etc?
    Yes, which is why step 1 is "backup documents". Not to sound discouraging, but it really sounds like you need to get a technician to work on this.

    You also need a tech to determine if the computer was likely compromised by a cracker or if the errors are caused by malware or some other to-be-determined cause. It's why I keep talking about nuke 'n' pave in terms of a compromised computer, rather than your computer.
    Last edited by misson; 08-13-2009 at 01:49 AM.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

+ Reply to Thread

Similar Threads

  1. VPS - JAVA JDK Help
    By allofus in forum Programming Help
    Replies: 12
    Last Post: 03-14-2009, 12:09 PM
  2. Java
    By Rhianna in forum Scripts & 3rd Party Apps
    Replies: 4
    Last Post: 03-07-2009, 06:22 PM
  3. Anfy Java Applet Online problems
    By Tharu in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 08-02-2008, 09:05 PM
  4. creating a starfield with a java
    By intertec in forum Tutorials
    Replies: 0
    Last Post: 02-08-2008, 01:08 AM
  5. Java Tutorial for Beginners.
    By satheesh in forum Tutorials
    Replies: 0
    Last Post: 10-27-2007, 06:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers