Create 2 default external modules, each requiring a
file parameter for input and producing a file parameter
as output, with the associated file name parameter for
output. Do everything else to put those modules into a
scenario, and connect the output file parameter from
one to the input file parameter of the other. Execute
the modules. When I do this on Win XP, JDK 1.4.2_08,
with the March 2005 release of MIMS, I get an
IllegalStateException and this stack trace on the console:
Simulation started at: Sat Aug 06 13:34:12 EDT 2005
java.lang.IllegalStateException: object is not a
subclass of previously specifie
d type
at
anl.dias.core.Process.connectOutputParameter(Process.java:379)
at
gov.epa.mims.dias.ProcessAdapter.connectInputAndOutputParameters(Proc
essAdapter.java:418)
at
anl.dias.simulation.SimulationManagerImpl$2.execute(SimulationManager
Impl.java:417)
at
anl.dias.core.Entity.allProcessesDo(Entity.java:91)
at
anl.dias.simulation.FrameImpl.allProcessesDo(FrameImpl.java:72)
at
anl.dias.simulation.SimulationManagerImpl.initializeSimulation(Simula
tionManagerImpl.java:414)
at
anl.dias.simulation.SimulationManagerImpl.run(SimulationManagerImpl.j
ava:802)
at
anl.dias.simulation.SimulationManagerThread.run(SimulationManagerThre
ad.java:154)