设为首页收藏本站

最大的系统仿真与系统优化公益交流社区

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3926|回复: 0

[求助] error while creating displays

[复制链接]
发表于 2012-6-13 09:56:23 | 显示全部楼层 |阅读模式
本帖最后由 panllrose 于 2012-6-13 10:06 编辑
; @4 z! g) ^& Z$ k6 e
, P2 I+ ~- b- ^3 o+ z4 ^# h. ^1 q# g运行程序时,repast给出的错误信息看不明白,怎么查找问题所在呢?我的版本是RS1.2.0,参考predator prey示例写的,context只有一个continuous space,上面分布pedestrian.agent。错误信息如下:0 Z) m" J0 w. ^1 B, m7 @) A8 A

$ u' l* a+ j; H, s0 E7 t4 n2012/06/13 09:59:23,312: Error while creating displays
; t6 y4 C, ]# O& ~. c+ }; Q: ajava.lang.RuntimeException: Projection 'ContinuousSpace' not found.5 c" e  d, _) k) N$ F3 {
        at repast.simphony.visualization.engine.DisplayProducer.createLayout(DisplayProducer.java:540)
& [5 S* l9 i4 S$ Z$ P4 Z: r        at repast.simphony.visualization.engine.DisplayProducer.createDisplay2D(DisplayProducer.java:187)
# K. F. j4 q, `! V, D, H        at repast.simphony.visualization.engine.DisplayProducer.createDisplay(DisplayProducer.java:88)5 \) x9 ^- u1 H: Y
        at repast.simphony.visualization.engine.DisplayComponentControllerAction.runInitialize(DisplayComponentControllerAction.java:90)
5 a$ j. K' D2 C4 Y        at repast.simphony.engine.controller.DefaultController$2.visit(DefaultController.java:171)$ u& s4 E2 S2 y+ m4 s) ]
        at repast.simphony.engine.controller.DefaultController$2.visit(DefaultController.java:1)
8 U5 C) ?7 z! }        at repast.simphony.util.collections.NaryTree.preOrderTraverals(NaryTree.java:287): s/ f2 l( F1 V' b4 X
        at repast.simphony.util.collections.NaryTree.preOrderTraverals(NaryTree.java:290)
+ \+ X) \- w. t$ ?2 G& S        at repast.simphony.util.collections.NaryTree.preOrderTraverals(NaryTree.java:290): C: D3 r4 b6 z. n' v! R" w% Y
        at repast.simphony.util.collections.NaryTree.preOrderTraversal(NaryTree.java:283)
; L5 y# M7 C# h9 N, i        at repast.simphony.engine.controller.DefaultController.runInitialize(DefaultController.java:169)$ M6 Q* N; P. I' N+ f5 H
        at repast.simphony.engine.controller.DefaultController.runInitialize(DefaultController.java:324)
/ q& V8 C$ Z# z8 E& z        at repast.simphony.ui.RSApplication.initSim(RSApplication.java:134)* Q3 v! |4 k( }3 q# W5 j
        at repast.simphony.ui.action.InitRun.actionPerformed(InitRun.java:17)
2 t8 U( Q$ M& G        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
8 d% A. Y+ M0 h        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)' {  f* `* y- N2 P
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
1 t/ E1 ]# z" @; d        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)7 C. c! D( `+ }7 K4 f; J! L
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)" R2 ?/ T0 @7 z2 W7 p0 F( W7 p& u
        at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
) `6 Q8 a$ _2 {# W) z5 {        at java.awt.Component.processMouseEvent(Unknown Source)  L8 m+ K  h; b2 j
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
- |0 K6 \3 w( I0 c& ^; {- u2 m        at java.awt.Component.processEvent(Unknown Source)4 F2 {8 W5 ^, x/ W
        at java.awt.Container.processEvent(Unknown Source)) W9 L5 ?" f3 E; G: y
        at java.awt.Component.dispatchEventImpl(Unknown Source)7 b, g( A/ y  g  d0 j- F/ X2 m
        at java.awt.Container.dispatchEventImpl(Unknown Source)
4 j0 i! C) F# Y4 d7 ]. Z& G8 U        at java.awt.Component.dispatchEvent(Unknown Source)' @+ F1 S5 r7 V- c) `  ~
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
, C1 m$ w3 ^% J0 @- m8 @4 Y+ z2 {        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)" I& f  Y9 h$ R& A+ S
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
, b0 z) {- `3 V1 x        at java.awt.Container.dispatchEventImpl(Unknown Source)
/ G% ?) c1 v0 R, ]  V        at java.awt.Window.dispatchEventImpl(Unknown Source); P, B& g9 v+ z, {9 t
        at java.awt.Component.dispatchEvent(Unknown Source)" f! S0 k4 {: \* g/ b
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
; X. r! n" q# I/ C        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)) i' n' M" g" h' [
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
1 W' \& ~2 @3 J( Q: m- `3 o        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)1 N  {& Z. @- e' g# g
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)( i- b0 s* ?" j$ ?$ d+ X4 n
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
% E+ v& L" r5 X. [* ?" {9 G( H9 m        at java.awt.EventDispatchThread.run(Unknown Source)
* F2 x9 t* X2 M6 p+ C2 O' w& Z
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|SimulWay 道于仿真   

GMT+8, 2025-2-2 00:44 , Processed in 0.014468 second(s), 14 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表