Announcement

Collapse
No announcement yet.

firefox & windows crash after selecting payment method

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    firefox & windows crash after selecting payment method

    Can anyone help? Once credit card payment has been selected for payment method, the browser seems to hang and 'Not Responding' any ideas?

    website http://www.highdowncaraudio.com/acatalog/shop.html

    Hosting is by supanames.

    Many thanks in advance

    Jeremy

    #2
    I can tell you that its the Java Applet thats causing you the problem as firefox is reporting that the applet has failed.

    Code:
    load: class COM.Actinic.Catalog.EA.class not found.
    java.lang.ClassNotFoundException: COM.Actinic.Catalog.EA.class
    	at sun.applet.AppletClassLoader.findClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    	at sun.applet.AppletPanel.createApplet(Unknown Source)
    	at sun.plugin.AppletViewer.createApplet(Unknown Source)
    	at sun.applet.AppletPanel.runLoader(Unknown Source)
    	at sun.applet.AppletPanel.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
    	at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    	at sun.applet.AppletClassLoader.access$100(Unknown Source)
    	at sun.applet.AppletClassLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	... 10 more
    Im sure someone will point you in the right direction though.

    Comment


      #3
      The right direction is to ditch the java applet and get an SSL certificate installed on the website.

      The java applet was really only a fudge for when SSL wasn't readily available or supported. These days SSL is commonplace and it's far better to use it than the java applet.

      SSL avoids these kind of problems too.

      Mike
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment

      Working...
      X