应用程序突然停止

时间:2014-03-05 05:55:46

标签: java exception exception-handling

我试图运行基于java eclipse的应用程序,它具有读取excel文件的功能。但是应用程序似乎突然停止。

以下是我收到的运行时异常。

An unexpected error has been detected by Java Runtime Environment: 
Internal Error   (434F4E5354414E54304F4F4C2F4F500E4350500032), pid=968, tid=3504
Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
An error report file with more information is saved as hs_err_pid968.log
If you would like to submit a bug report, please visit:
http://java.sun.com/webapps/bugreport/crash.jsp

我还检查了hs_err_pid968.log文件,下面是详细信息

Stack: [0x00370000,0x003c0000)
[error occurred during error reporting, step 110, id 0xc0000005]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
com.ins.hii.stores.importModel.ImportModelFrmExcel.readXLSAndFetchDetails(Ljava/lang/String;)Ljava/util/HashMap;+32
 com.ins.hii.stores.importModel.ImportModelFrmExcel.processXLSAndimportModels(Ljava/lang/String;)V+2
 com.ins.hii.stores.actions.ImportModelAction.run()V+11
  org.eclipse.jface.action.Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+1

非常感谢您解决上述问题的任何帮助。在此先感谢

0 个答案:

没有答案