07-29-2019 06:11 AM
Hello all,
I was trying the Xilinx example in the video creating-an-axi-peripheral-in-vivado
After running the implementation and when I open the implemented design, Vivado crashes throwing the following error,
Contents of vivado_pid1672.debug,
#--------------------------------------------------------------------------
# Xilinx Vivado v2019.1.1 (64-bit)
# SW Build: 2552052 on Fri May 24 14:49:42 MDT 2019
# IP Build: 2579722 on Sat Jun 29 11:35:40 MDT 2019
# Current time: Mon Jul 29 15:01:43 CEST 2019
# Process ID (PID): 1672
# User: tha
# OS: Windows 7
#
# This file is an indication that an internal application error occurred.
# This information is useful for debugging. Please open a case with Xilinx.
# Technical Support with this file and a testcase attached.
#--------------------------------------------------------------------------
Mon Jul 29 15:01:43 CEST 2019
java.lang.Exception: java.lang.NoClassDefFoundError: Could not initialize class ui.data.power.A
at ui.utils.d.c.debug(SourceFile:242)
at ui.utils.m.debug(SourceFile:211)
at ui.frmwork.HTclEventBroker.cS(SourceFile:339)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue.access$500(Unknown Source)
at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at ui.frmwork.b.d.dispatchEvent(SourceFile:88)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.WaitDispatchSupport$2.run(Unknown Source)
at java.desktop/java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.desktop/java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.desktop/java.awt.WaitDispatchSupport.enter(Unknown Source)
at java.desktop/java.awt.Dialog.show(Unknown Source)
at java.desktop/java.awt.Component.show(Unknown Source)
at java.desktop/java.awt.Component.setVisible(Unknown Source)
at java.desktop/java.awt.Window.setVisible(Unknown Source)
at java.desktop/java.awt.Dialog.setVisible(Unknown Source)
at ui.b.c.g.setVisible(SourceFile:919)
at ui.b.c.by.showDialog(SourceFile:975)
at ui.b.c.bF.actionPerformed(SourceFile:982)
at ui.b.c.by.cJI(SourceFile:637)
at ui.views.S.n.a(SourceFile:150)
at ui.views.S.n.init(SourceFile:145)
at ui.views.S.n.<init>(SourceFile:68)
at ui.views.S.V.fHX(SourceFile:128)
at ui.views.S.u.s(SourceFile:1022)
at ui.views.S.f.run(SourceFile:255)
at ui.views.S.X.a(SourceFile:374)
at ui.views.S.X.a(SourceFile:327)
at ui.views.S.X.b(SourceFile:323)
at ui.views.S.a.q(SourceFile:237)
at ui.views.c.dR.run(SourceFile:96)
at ui.frmwork.a.dWF(SourceFile:132)
at ui.views.S.b.k.Q(SourceFile:402)
at ui.views.S.b.x.mouseReleased(SourceFile:270)
at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.desktop/java.awt.Component.processEvent(Unknown Source)
at java.desktop/java.awt.Container.processEvent(Unknown Source)
at ui.utils.o.x.L.processEvent(SourceFile:573)
at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue.access$500(Unknown Source)
at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at ui.frmwork.b.d.dispatchEvent(SourceFile:88)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class ui.data.power.A
at ui.data.power.o.bET(SourceFile:1367)
at ui.views.E.b.getPropertyCount(SourceFile:60)
at ui.views.E.b.fXN(SourceFile:74)
at ui.views.E.b.<init>(SourceFile:40)
at ui.views.E.a.w.Wm(SourceFile:78)
at ui.views.E.a.w.a(SourceFile:171)
at ui.frmwork.b.l.d(SourceFile:42)
at ui.frmwork.HTclEventBroker.i(SourceFile:256)
at ui.frmwork.HTclEventBroker.cS(SourceFile:337)
... 77 more
What does this mean?? Any help appreciated!
07-29-2019 08:38 AM
Can you open the existing XX_routed.dcp?
File -> Checkpoint -> Open ...
07-30-2019 03:10 AM
08-05-2019 03:55 AM
08-05-2019 06:56 AM
Hi, @bhavanithya ,
I notice your operating system is Win7.
Have you installed Service Pack 1?
08-06-2019 07:27 AM - edited 08-06-2019 07:28 AM
Hi @hongh ,
Yes it is installed. Screenshot below,
I observed that this is happening when I try to open any Vivado project.
08-06-2019 07:43 AM
An update to the error,
I created another Vivado project with my custom ip. I sysnthesized it and there was no error but when I try to open the project again, it crashes. Screenshot below,
08-06-2019 10:01 PM
Then even opening an example design, the issue will still occur?
Your operating system is supported. I don't know what effect from the other program affects Vivado.
Do you see the same issue in other Win7 environment?
08-07-2019 03:35 AM
Yes, I tried experimenting with the Vivado Zynq Example design.
Steps:
The error is coming after the implementation step! I wonder what HAPWR Analysis is. I cannot find any info in google.
I will try to do the same in another Windows Machine and give an update.
08-07-2019 06:42 AM
11-28-2019 07:25 AM