免费注册 查看新帖 |

Chinaunix

广告
  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1589 | 回复: 2
打印 上一主题 下一主题

[服务应用] 打开一个大型图形化软件报错 [复制链接]

论坛徽章:
1
15-16赛季CBA联赛之天津
日期:2016-03-25 14:16:56
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-07-16 15:12 |只看该作者 |倒序浏览
我用普通用户打开vivado时报错如下


用root用户打开就不会出现这个问题,
另外我在安装oracle时也出现这个问题,后来用xhost + 解决了, 这块一直不清楚,在线等!

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
2 [报告]
发表于 2012-07-16 15:14 |只看该作者
是不是java的问题,你看下环境变量,对比下root下和你现在用户的java的环境变量的差异

论坛徽章:
1
15-16赛季CBA联赛之天津
日期:2016-03-25 14:16:56
3 [报告]
发表于 2012-07-16 16:19 |只看该作者
不清楚啊, 系统是rhel5.5 x64位的, java哪一方面的问题啊?root的环境变量没有什么特别的,我试了好几个普通用户都不行。
报错如下:
$vivado &
****** Vivado v2012.1 (64-bit)
  **** Build 179419 by xbuild on Thu Apr 26 11:38:48 MDT 2012
    ** Copyright 1986-1999, 2001-2012 Xilinx, Inc. All Rights Reserved.

INFO: [Vivado-1] No Vivado early access license found. Contact your local Xilinx Field Application Engineer for more license information.
INFO: [Device-36] Loading parts and site information from /Xilinx_software/Xilinx14.1/14.1/ISE_DS/PlanAhead/data/parts/arch.xml
Parsing RTL primitives file [/Xilinx_software/Xilinx14.1/14.1/ISE_DS/PlanAhead/data/parts/xilinx/rtl/prims/rtl_prims.xml]
Finished parsing RTL primitives file [/Xilinx_software/Xilinx14.1/14.1/ISE_DS/PlanAhead/data/parts/xilinx/rtl/prims/rtl_prims.xml]

start_gui
starting gui ...
java.lang.reflect.InvocationTargetException
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:1242)
        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1346)
        at ui.PlanAhead.aKg(SourceFile:33
        at ui.PlanAhead.aKh(SourceFile:492)
        at ui.PlanAhead.a(SourceFile:1033)
        at ui.frmwork.U.f(SourceFile:35)
        at ui.frmwork.HTclEventBroker.a(SourceFile:223)
        at ui.frmwork.HTclEventBroker.fireTclEvent(SourceFile:311)
Caused by: java.lang.ExceptionInInitializerError
        at ui.bp.run(SourceFile:343)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
        at java.awt.EventQueue.access$000(EventQueue.java:101)
        at java.awt.EventQueue$3.run(EventQueue.java:666)
        at java.awt.EventQueue$3.run(EventQueue.java:664)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)
        at ui.frmwork.v.dispatchEvent(SourceFile:73)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:12
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.NullPointerException
        at javax.swing.ImageIcon.<init>(ImageIcon.java:22
        at com.jidesoft.icons.IconsFactory.i(SourceFile:570)
        at com.jidesoft.icons.IconsFactory.h(SourceFile:54
        at com.jidesoft.icons.IconsFactory.d(SourceFile:176)
        at ui.d.d.<clinit>(SourceFile:1107)
        ... 16 more
java.lang.reflect.InvocationTargetException
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:1242)
        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1346)
        at ui.PlanAhead.g(SourceFile:934)
        at ui.PlanAhead.aKg(SourceFile:400)
        at ui.PlanAhead.aKh(SourceFile:492)
        at ui.PlanAhead.a(SourceFile:1033)
        at ui.frmwork.U.f(SourceFile:35)
        at ui.frmwork.HTclEventBroker.a(SourceFile:223)
        at ui.frmwork.HTclEventBroker.fireTclEvent(SourceFile:311)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class ui.d.d
        at ui.views.F.f.<clinit>(SourceFile:22)
        at ui.av.<init>(SourceFile:152)
        at ui.by.run(SourceFile:841)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
        at java.awt.EventQueue.access$000(EventQueue.java:101)
        at java.awt.EventQueue$3.run(EventQueue.java:666)
        at java.awt.EventQueue$3.run(EventQueue.java:664)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)
        at ui.frmwork.v.dispatchEvent(SourceFile:73)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:12
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)回复 2# chenyx


   
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP