Results 1 to 4 of 4
- 11-05-2008, 09:10 PM #1
Member
- Join Date
- Nov 2008
- Posts
- 2
- Rep Power
- 0
Exception in thread "Thread-22" java.lang.NoClassDefFoundEthen screen just sits there
Hi I am new to Java, I am not a developer, just a user that is having issues.
Everytim I try to load an applet I get this error and my screen locks up.
This is JRE 1.5.0_11, which is what I have to use for the application that is using the applet.
Here is the Log:
k: Version checking for applications/wfs/lib/scheduling_pse_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wfs/lib/scheduling_pse_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wfa/lib/activities_hyperfind_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/timekeeping_core_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wui/lib/platform_images_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wtd/lib/timekeeping_wtd_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_workloadplanner_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_people_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wpk/lib/platform_utility_framework.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_hyperfind_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/commonapp_email_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_workloadplanner_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/wfp_timekeeping_accruals_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/commonapp_hyperfind_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wfs/lib/scheduling_reliefmgmt_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wfs/lib/scheduling_transfertools_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wat/lib/absencemgmt_attendance_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/wfp_timekeeping_datetime_framework.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/commonapp_groupedit_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/fpa/lib/timekeeping_fixedpercentallocation_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wpk/lib/themes.jar, specified version is 8.0.0.b
network: Version checking for applications/wcb/lib/commonapp_laborlevel_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/commonapp_transfer_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wpk/lib/jcfield451K.jar, specified version is 8.0.8.4
network: Version checking for applications/fpa/lib/timekeeping_fixedpercentallocation_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/commonapp_hyperfind_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_selfscheduling_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/commonapp_people_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_hyperfind_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_people_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_groups_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_core_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wfl/lib/absencemgmt_leave_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/commonapp_genies_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/wfp_timekeeping_comments_applet.jar, specified version is 8.0.8.4
network: Version checking for applications/wcb/lib/commonapp_genies_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wat/lib/absencemgmt_attendance_shared.jar, specified version is 8.0.8.4
network: Version checking for applications/wtk/lib/scheduling_groupedit_applet.jar, specified version is 8.0.8.4
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@1004901, refcount=2
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@1004901, refcount=3
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@1004901, refcount=2
Debug mode: false
Request made for a theme value with an invalid selector
Exception in thread "Thread-22" java.lang.NoClassDefFoundError
at com.kronos.wfc.platform.resources.shared.constants .ClientPreferenceManager.getSystemTimeZone(ClientP referenceManager.java:79)
at com.kronos.wfc.platform.utility.framework.datetime .DTFactory.getChangeOver(DTFactory.java:114)
at com.kronos.wfc.platform.utility.framework.datetime .DTFactory.getZonelessDateTime(DTFactory.java:77)
at com.kronos.wfc.platform.utility.framework.datetime .ZonelessDateTime.internalCurrentDateTime(Zoneless DateTime.java:399)
at com.kronos.wfc.platform.utility.framework.datetime .KDate.<init>(KDate.java:83)
at com.kronos.wfc.platform.uiframework.applet.common. TimeFrameCombo.getSpecificDateString(TimeFrameComb o.java:706)
at com.kronos.wfc.platform.uiframework.applet.common. TimeFrameCombo.getTimeFrameValue(TimeFrameCombo.ja va:624)
at com.kronos.wfc.platform.uiframework.applet.common. TimeFrameCombo.retrieveTimeframes(TimeFrameCombo.j ava:488)
at com.kronos.wfc.platform.uiframework.applet.common. TimeFrameCombo.<init>(TimeFrameCombo.java:73)
at com.kronos.wfc.commonapp.genies.applet.quick.Quick FindSelectionPanel.createDisplay(QuickFindSelectio nPanel.java:89)
at com.kronos.wfc.commonapp.genies.applet.quick.Quick FindSelectionPanel.<init>(QuickFindSelectionPanel. java:46)
at com.kronos.wfc.commonapp.genies.applet.quick.Quick FindRootPanel.getViewSelectorPanel(QuickFindRootPa nel.java:43)
at com.kronos.wfc.commonapp.genies.applet.SummaryRoot Panel.createInitialDisplay(SummaryRootPanel.java:9 4)
at com.kronos.wfc.commonapp.genies.applet.SummaryRoot Panel.<init>(SummaryRootPanel.java:76)
at com.kronos.wfc.commonapp.genies.applet.quick.Quick FindRootPanel.<init>(QuickFindRootPanel.java:32)
at com.kronos.wfc.commonapp.genies.applet.quick.Quick FindApplet.onLoad(QuickFindApplet.java:13)
at com.kronos.wfc.platform.uiframework.applet.baseapp let.KronosApplet.runBackgroundTask(KronosApplet.ja va:893)
at com.kronos.wfc.platform.uiframework.applet.utility .BuilderThread.run(BuilderThread.java:73)
- 11-05-2008, 11:36 PM #2
How are you loading the applet? By applet do you mean a java program referenced by <APPLET tag in an HTML file and that executes in a browser?
The log you posted doesn't look like anything I've ever seen in a browser's Java console.
Did the error message give the name of the class that was not found? Your posting doesn't show it.
- 11-06-2008, 03:11 PM #3
Member
- Join Date
- Nov 2008
- Posts
- 2
- Rep Power
- 0
Hi Norm
I open the application (it's a payroll application) and it automatically loads the applet, so I think that may be what you are talking about by an applet tag.
I setthe console logging to level 5 and then copied it when my browser locked up.
Is there a seperate log, other than the one that displays while I am browsing that I should look at?
- 11-06-2008, 04:24 PM #4
How do you open the application? double cick on a file? If so what kind of file? Is there a browser involved? Is it started by the application?I open the application (it's a payroll application) and it automatically loads the applet
Did the error message give the name of the class that was not found? Your posting doesn't show it.
Similar Threads
-
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
By paul in forum New To JavaReplies: 8Last Post: 03-05-2011, 03:53 AM -
Exception in thread "main" java.lang.NoClassDefFoundError: client Help
By b000m in forum New To JavaReplies: 6Last Post: 08-18-2008, 06:44 AM -
Exception in thread "main" java.lang.NoClassDefFoundError
By carl in forum New To JavaReplies: 2Last Post: 08-01-2007, 05:26 AM -
Error: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
By romina in forum New To JavaReplies: 1Last Post: 07-25-2007, 10:55 PM -
ArrayList: Exception in thread "main" java.lang.NullPointerException
By susan in forum New To JavaReplies: 1Last Post: 07-16-2007, 06:32 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks