![]() |
![]() OCAU News - Wiki - QuickLinks - Pix - Sponsors |
|
|||||||
| Notices |
|
Sign up for a free OCAU account and this ad will go away! Search our forums with Google: |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Member
Join Date: Jun 2007
Location: The Riff
Posts: 3,851
|
Good morning guys
Basically, we have a parts program at work that uses Java to operate, during the past week it has become slow and unresponsive, and Thursday it has failed to open at all. It comes up with the following error Code:
Java Plug-in 1.6.0_27 Using JRE version 1.6.0_27-b07 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\Parts ---------------------------------------------------- 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> ---------------------------------------------------- load: class TextScroll.class not found. java.lang.ClassNotFoundException: TextScroll.class at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Exception: java.lang.ClassNotFoundException: TextScroll.class load: class dcx.appclient.starterapplet.applet.CacheInitializer.class not found. java.lang.ClassNotFoundException: dcx.appclient.starterapplet.applet.CacheInitializer.class at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Exception: java.lang.ClassNotFoundException: dcx.appclient.starterapplet.applet.CacheInitializer.class Thanks!
__________________
BF3 STATS
[ i7 920 @ 4Ghz ] [ Noctua D14 ] [ Gigabyte 680GTX SLi ] [ 6GB G-Skill 1600Mhz ] [ Gigabyte UD7 ] [ OCZ Vertex 3 120GB SSD + 64GB FalconII ] [ AW2310 ] |
|
|
| Join OCAU to remove this ad! |
|
|
#2 |
|
Member
Join Date: Jun 2003
Location: WA
Posts: 3,150
|
Either the plugin jar file is missing or it's not compatible with the latest updates from Java would be my guess.
Don't know if this is it or not: http://www.wycombeweb.com/dave/jscri...textscroll.htm What does it do? The ScrollIt applet scrolls text horizontally. Incorporates URL links, configurable text color (including link color, and hover color), font style and size, and target frame for links to go to. Applet sets the layout to fit whatever size you specify the applet to be. Can read from a text file, or parameters within the HTML page. THE CODE... ============= The following code can be cut and pasted into an HTML document. Make sure that the TextScroll.jar file is placed within the same directory as the HTML document that contains this code.
__________________
i7 920@3.8ghz/thermright 120 ultra extreme/6GB Ram/6970/Dell 24" TFTx2 OCAU Camera Club Member Nikon D7100, Nikon 35mm/50mm/85mm F1.8,Sigma 10-20mm, Nikon 80-200mm F2.8, Nikon 17-35mm F2.8 (plus the kit 18-55 and 55-200mm VR) |
|
|
|
|
#3 |
|
D'oh!
Join Date: Jan 2002
Posts: 90,787
|
Tried the latest (beta I think?) java?
|
|
|
|
|
#4 |
|
Member
Join Date: Feb 2010
Location: Xanthia
Posts: 2,647
|
Maybe test the latest version of Java, 6/29 is out.
|
|
|
|
|
#5 |
|
Member
Join Date: Jun 2007
Location: The Riff
Posts: 3,851
|
Yeah, we're running the latest version of Java.
Uninstalled it and reinstalled it too make sure. Still no dice. Just seems strange that it just stopped on Thursday after making no changes at all..
__________________
BF3 STATS
[ i7 920 @ 4Ghz ] [ Noctua D14 ] [ Gigabyte 680GTX SLi ] [ 6GB G-Skill 1600Mhz ] [ Gigabyte UD7 ] [ OCZ Vertex 3 120GB SSD + 64GB FalconII ] [ AW2310 ] |
|
|
|
|
#6 |
|
Member
Join Date: Jun 2007
Location: The Riff
Posts: 3,851
|
EDIT: Issue is sorted. Our dns servers needed a refresh. Thanks everyone!
Can i get someone to try http://starparts.chrysler.com/starpa.../HomeAction.do And see if you can "Click to start" and have the login screen popup. Whenever i click on it, it just refreshes the page Also, another error code Code:
Java Plug-in 1.6.0_29 Using JRE version 1.6.0_29-b11 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\Parts ---------------------------------------------------- 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> ---------------------------------------------------- load: class TextScroll.class not found. java.lang.ClassNotFoundException: TextScroll.class at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Exception: java.lang.ClassNotFoundException: TextScroll.class initialized applet security: dcx.appclient.starterapplet.applet.security.SunAppletSecurityManager Obtained all permissions AppData from SecurityHelper: C:\Documents and Settings\Parts\Local Settings\Application Data Parameter for installation directory: C:\dc_fw Reading default install dir from applet parameters. Determined default install directory: C:\dc_fw Parameter for installation directory: C:\dc_fw Reading default install dir from applet parameters. Determined default install directory: C:\dc_fw Initializing logging. logfile: C:\Documents and Settings\Parts\Local Settings\Application Data\starterapplet.log 2011.11.21 09:51:53 590 INFO console: StarterApplet Version: Release 5.24.0_001 System property 'http.agent' = 'Mozilla/4.0 (Windows XP 5.1)' System property 'package.restrict.definition.java' = 'true' System property 'java.version.applet' = 'true' System property 'java.protocol.handler.pkgs' = 'sun.plugin.net.protocol|com.sun.deploy.net.protocol' System property 'java.rmi.server.RMIClassLoaderSpi' = 'sun.plugin2.applet.JNLP2RMIClassLoaderSpi' System property 'browser' = 'sun.plugin' System property 'http.auth.serializeRequests' = 'true' System property 'java.vendor.applet' = 'true' System property 'file.separator.applet' = 'true' System property 'os.version.applet' = 'true' System property 'acl.write' = '+' System property 'package.restrict.access.org.mozilla.jss' = 'true' System property 'browser.version' = '1.1' System property 'java.class.version.applet' = 'true' System property 'https.protocols' = 'TLSv1,SSLv3' System property 'acl.read' = '+' System property 'package.restrict.definition.com.sun.deploy' = 'true' System property 'path.separator.applet' = 'true' System property 'package.restrict.access.com.sun.deploy' = 'true' System property 'package.restrict.definition.sun' = 'true' System property 'package.restrict.definition.netscape' = 'true' System property 'os.arch.applet' = 'true' System property 'package.restrict.access.netscape' = 'false' System property 'browser.vendor' = 'Sun Microsystems, Inc.' System property 'user.timezone' = 'Australia/Sydney' System property 'line.separator.applet' = 'true' System property 'trustProxy' = 'true' System property 'package.restrict.definition.org.mozilla.jss' = 'true' System property 'os.name.applet' = 'true' System property 'sun.net.client.defaultConnectTimeout' = '120000' System property 'sun.net.http.errorstream.enableBuffering' = 'true' System property 'package.restrict.access.sun' = 'true' System property 'acl.write.default' = '' System property 'acl.read.default' = '' System property 'java.vendor.url.applet' = 'true' System property 'javawebstart.version' = 'javaws-1.6.0_29' 2011.11.21 09:51:53 605 INFO LogResource: Opened existing logfile C:\Documents and Settings\Parts\Local Settings\Application Data\starterapplet.log 2011.11.21 09:51:53 605 INFO console: Java vendor: <Sun Microsystems Inc.>. 2011.11.21 09:51:53 605 INFO console: Java home: <C:\Program Files\Java\jre6>. 2011.11.21 09:51:53 605 INFO console: Operation System: <Windows XP>. 2011.11.21 09:51:53 605 INFO console: OS Arch: <x86>. 2011.11.21 09:51:53 605 INFO console: OS Version: <5.1>. 2011.11.21 09:51:53 605 INFO console: User home: <C:\Documents and Settings\Parts>. 2011.11.21 09:51:53 605 INFO console: User dir: <C:\Documents and Settings\Parts\Local Settings\Application Data\Google\Chrome\Application\13.0.782.112>. 2011.11.21 09:51:53 605 INFO console: User name: <parts>. 2011.11.21 09:51:53 605 INFO console: Default locale: <en_AU>. 2011.11.21 09:51:53 605 INFO ...applet.GUIBuilder: Loading resource bundle Selected Language:en_EN
__________________
BF3 STATS
[ i7 920 @ 4Ghz ] [ Noctua D14 ] [ Gigabyte 680GTX SLi ] [ 6GB G-Skill 1600Mhz ] [ Gigabyte UD7 ] [ OCZ Vertex 3 120GB SSD + 64GB FalconII ] [ AW2310 ] Last edited by iinsom; 21st November 2011 at 10:14 AM. |
|
|
|
|
#7 |
|
D'oh!
Join Date: Jan 2002
Posts: 90,787
|
|
|
|
|
|
#8 |
|
Member
Join Date: Jun 2007
Location: The Riff
Posts: 3,851
|
Sorry, forgot to post that the issue was sorted.
Just needed a DNS flush. Thanks for the help though!
__________________
BF3 STATS
[ i7 920 @ 4Ghz ] [ Noctua D14 ] [ Gigabyte 680GTX SLi ] [ 6GB G-Skill 1600Mhz ] [ Gigabyte UD7 ] [ OCZ Vertex 3 120GB SSD + 64GB FalconII ] [ AW2310 ] |
|
|
![]() |
| Bookmarks |
|
Sign up for a free OCAU account and this ad will go away! |
| Thread Tools | |
|
|