使用eclipse运行帆软应用程序报错

使用eclipse运行帆软应用程序报错.txt

[INFO]Starting fine assist...
[INFO]Temp file path :C:\Users\ADMINI~1\AppData\Local\Temp
[ERROR]Fine assist start failed.
[ERROR]java.lang.reflect.InvocationTargetException
[INFO]Starting fine runtime...
com.fr.invoke.ReflectException: java.lang.reflect.InvocationTargetException
 at com.fr.invoke.Reflect.on(Unknown Source)
 at com.fr.invoke.Reflect.call(Unknown Source)
 at com.fr.jvm.assist.FineAssist.loadNativeLibrary(Unknown Source)
 at com.fr.jvm.assist.FineAssist.runOnce(Unknown Source)
 at com.fr.jvm.assist.FineAssist.<clinit>(Unknown Source)
 at com.fr.runtime.FineRuntime.<clinit>(Unknown Source)
 at com.fr.start.Designer.main(Unknown Source)
 at com.fr.StartFRDesigner.main(StartFRDesigner.java:12)
Caused by: java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 ... 8 more
Caused by: com.sun.tools.attach.AgentInitializationException: Agent_OnAttach failed
 at sun.tools.attach.HotSpotVirtualMachine.loadAgentLibrary(HotSpotVirtualMachine.java:65)
 at sun.tools.attach.HotSpotVirtualMachine.loadAgentPath(HotSpotVirtualMachine.java:88)
 ... 12 more
[ERROR]com.fr.plugin.bridge.FinePluginBridge
java.lang.ClassNotFoundException: com.fr.plugin.bridge.FinePluginBridge
 at com.fr.plugin.Start.findClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at com.fr.plugin.Start.loadClass(Unknown Source)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Unknown Source)
 at com.fr.runtime.FineRuntime.initEncryptedBridge(Unknown Source)
 at com.fr.runtime.FineRuntime.start(Unknown Source)
 at com.fr.start.Designer.main(Unknown Source)
 at com.fr.StartFRDesigner.main(StartFRDesigner.java:12)
Caused by: java.lang.ClassFormatError: Incompatible magic value 50661129 in class file com/fr/plugin/bridge/FinePluginBridge
 at sun.misc.Unsafe.defineClass(Native Method)
 ... 9 more
[INFO]Fine runtime started.
[DEBUG]Module not found cluster-collections
[DEBUG]Module not found finebi-start-foundation
[DEBUG]Module not found finebi-start-direct
[DEBUG]Module not found finebi-start-swift
[DEBUG]Module not found finebi-decision-dependency
[DEBUG]Module not found finebi-update
[DEBUG]Module not found decision-bi
[DEBUG]Module not found schedule-bi
Exception in thread "main" java.lang.NoClassDefFoundError: com/fr/regist/remove/FineLicenseRemoveController
 at com.fr.license.LicenseActivator.prepare(Unknown Source)
 at com.fr.module.engine.extension.ActivatorExtension.executePrepare(Unknown Source)
 at com.fr.module.engine.build.ModuleBuilder.build(Unknown Source)
 at com.fr.module.engine.build.FineModuleParser.parse(Unknown Source)
 at com.fr.module.ModuleContext.parseRoot(Unknown Source)
 at com.fr.start.Designer.main(Unknown Source)
 at com.fr.StartFRDesigner.main(StartFRDesigner.java:12)
Caused by: java.lang.ClassNotFoundException: com.fr.regist.remove.FineLicenseRemoveController
 at java.net.URLClassLoader$1.run(Unknown Source)
 at java.net.URLClassLoader$1.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 ... 7 more
ERROR: Unable to AddCapabilities JVMTI!

FineReport hf842985527 发布于 2019-11-6 08:51 (编辑于 2019-11-6 08:52)
1min目标场景问卷 立即参与
回答问题
悬赏:4 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共1回答
最佳回答
0
hpmpkkLv3中级互助
发布于2019-11-6 09:04

是不是没把那个tool.jar加到classpath里面

  • hf842985527 hf842985527(提问者) 这个已经放到build path下面了
    2019-11-06 09:19 
  • hpmpkk hpmpkk 回复 hf842985527(提问者) 你是不是自己写了一个插件,好多类找不到,先把插件的东西 干掉看看
    2019-11-06 09:39 
  • hf842985527 hf842985527(提问者) 回复 hpmpkk 没有呢,就报这个错,该引入的jar包都引入了
    2019-11-06 14:37 
  • hpmpkk hpmpkk 回复 hf842985527(提问者) https://gitee.com/fanruan/report-starter-10.git 你从这个地方拉项目看看
    2019-11-07 08:41 
  • 2关注人数
  • 1166浏览人数
  • 最后回答于:2019-11-6 09:04
    请选择关闭问题的原因
    确定 取消
    返回顶部