You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(9) |
Oct
(10) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(10) |
Oct
(37) |
Nov
(11) |
Dec
(11) |
2005 |
Jan
(7) |
Feb
|
Mar
(1) |
Apr
(3) |
May
(1) |
Jun
(13) |
Jul
(10) |
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
(1) |
Dec
|
2006 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(10) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
From: Peter H.M. J. <p.h...@tb...> - 2004-10-16 17:04:18
|
Hi all, * The firewall problems with sk.tbm.tudelft.nl and sk-2.tbm.tudelft.nl are now solved! These hosts are again available from all over the world. * The security problem with the Java webstart version of dsol is now solved. Go to www.simulation.tudelft.nl/dsol/dsol/index.html and follow the like start-dsol (up right ofr screen) Peter |
From: Peter H.M. J. <p.h...@tb...> - 2004-10-16 10:32:04
|
Hi all, I looked at the problem and solved it for you. The problem was not in your code, but in the dsol-full-1.6.2.jar. A fix is as such included in the dsol-template/lib/dsol-full-1.6.2.jar. In order for you guys to download this new code, simply update the dsol-template project and make sure you use this new jar file Peter Ps I changed your code a bit, update it as well please. _____ From: dso...@li... [mailto:dso...@li...] On Behalf Of Hendy Gunawan Sent: Saturday, October 16, 2004 11:29 AM To: Dso...@li... Subject: [Dsol-java] Problem in implementing counter Hi all, Our project's name is BenHenMan Trial 1. We try to make a model of flowing products or customers through many servers. We try to use as clear comment as possible so hopefully anyone can understand the model quickly. We will like to use counter. The command lines for counter can be seen in class Model, near the bottom, in statistics part. The problem is that we do not know if our commands are correct. We think not because the simulator did not run the model correctly after we added the lines. If the lines were deleted, the model could be run just fine. If any of you has suggestion, it will be very great. Here is the error statement we saw in the dsol logging: 21) 10:19:26 PM WARNING: For input string : "0.0" Origin: nl.tudelft.simulation.dsol.formalisms.flow.Release#receiveObject java.lang.NumberFormatException: For input string: "0.0" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Long.parseLong(Unknown Source) at java.lang.Long.<init>(Unknown Source) at nl.tudelft.simulation.jstats.statistics.Counter.notify(Counter.java:116) at nl.tudelft.simulation.dsol.statistics.Counter.notify(Counter.java:122) at nl.tudelft.simulation.event.EventProducer.fireEvent(EventProducer.java:212) at nl.tudelft.simulation.event.EventProducer.fireEvent(EventProducer.java:239) at nl.tudelft.simulation.event.EventProducer.fireEvent(EventProducer.java:435) at nl.tudelft.simulation.event.EventProducer.fireEvent(EventProducer.java:345) at nl.tudelft.simulation.dsol.formalisms.flow.Station.releaseObject(Station.jav a:84) at nl.tudelft.simulation.dsol.formalisms.flow.Release.receiveObject(Release.jav a:78) at nl.tudelft.simulation.dsol.formalisms.flow.Station.releaseObject(Station.jav a:88) 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) at nl.tudelft.simulation.dsol.formalisms.devs.SimEvent.execute(SimEvent.java:14 1) at nl.tudelft.simulation.dsol.simulators.Animator.run(Animator.java:100) at nl.tudelft.simulation.language.concurrent.WorkerThread.run(WorkerThread.java :85) Best regards, Hendy |
From: Hendy G. <h.g...@st...> - 2004-10-16 09:34:29
|
Hi all, =20 Our project's name is BenHenMan Trial 1. We try to make a model of = flowing products or customers through many servers. We try to use as clear comment as possible so hopefully anyone can understand the model quickly. We will like to use counter. The command lines for counter can be seen = in class Model, near the bottom, in statistics part. The problem is that we do not know if our commands are correct. We think = not because the simulator did not run the model correctly after we added the lines. If the lines were deleted, the model could be run just fine. If any of you has suggestion, it will be very great. =20 Here is the error statement we saw in the dsol logging: =20 21) 10:19:26 PM WARNING: For input string : "0.0" Origin: nl.tudelft.simulation.dsol.formalisms.flow.Release#receiveObject java.lang.NumberFormatException: For input string: "0.0" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Long.parseLong(Unknown Source) at java.lang.Long.<init>(Unknown Source) at nl.tudelft.simulation.jstats.statistics.Counter.notify(Counter.java:116) at nl.tudelft.simulation.dsol.statistics.Counter.notify(Counter.java:122) at nl.tudelft.simulation.event.EventProducer.fireEvent(EventProducer.java:21= 2) at nl.tudelft.simulation.event.EventProducer.fireEvent(EventProducer.java:23= 9) at nl.tudelft.simulation.event.EventProducer.fireEvent(EventProducer.java:43= 5) at nl.tudelft.simulation.event.EventProducer.fireEvent(EventProducer.java:34= 5) at nl.tudelft.simulation.dsol.formalisms.flow.Station.releaseObject(Station.= jav a:84) at nl.tudelft.simulation.dsol.formalisms.flow.Release.receiveObject(Release.= jav a:78) at nl.tudelft.simulation.dsol.formalisms.flow.Station.releaseObject(Station.= jav a:88) 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) at nl.tudelft.simulation.dsol.formalisms.devs.SimEvent.execute(SimEvent.java= :14 1) at nl.tudelft.simulation.dsol.simulators.Animator.run(Animator.java:100) at nl.tudelft.simulation.language.concurrent.WorkerThread.run(WorkerThread.j= ava :85) Best regards, Hendy =20 |
From: R.T.H.Chin <r.t...@tb...> - 2004-10-15 08:23:43
|
Hi Joep, Create a "void addCar()" method to the KmHighWay class. In this method add the car to a list of all cars that are in the piece of highway (List cars = new ArrayList(); ) Class Model { ... void constructModel { Car car1 = new Car(); KmHighWay highway = new KMHighWay(); highway.addCar(car1); ... ... } } Does a "model" add a car to a highway, or does the car add itself to a highway? . Greetings, Roy Akkermans, J.C.J.M wrote: >Hi, > >We've a problem whit our model. We are generating cars in the Model class. >We want to add these cars to a piece of highway in the KmHighWay class. But >we can't manage to do this. > >Our model is stored on the CVS under LonJoepTeun. > >Joep > > > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >Dsol-java mailing list >Dso...@li... >https://lists.sourceforge.net/lists/listinfo/dsol-java > > > |
From: Hendy G. <h.g...@st...> - 2004-10-14 16:18:53
|
Hi Gerard, You can look the javadoc at Dsol cd-rom. Just open the index html and look for nl.simulation.blablabla.jstat. Regards, Hendy -----Original Message----- From: dso...@li... [mailto:dso...@li...] On Behalf Of Koekkoek, = G.K.R Sent: Thursday, October 14, 2004 3:14 PM To: 'Dso...@li...' Subject: [Dsol-java] jstats Hi, Does anyone know where I can find javadocs voor the distributions of = jstats? Gerard ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give = us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out = more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Dsol-java mailing list Dso...@li... https://lists.sourceforge.net/lists/listinfo/dsol-java |
From: Akkermans, J.C.J.M <J.C...@ST...> - 2004-10-14 15:29:27
|
Hi, We've a problem whit our model. We are generating cars in the Model class. We want to add these cars to a piece of highway in the KmHighWay class. But we can't manage to do this. Our model is stored on the CVS under LonJoepTeun. Joep |
From: Koekkoek, G.K.R <G.K...@ST...> - 2004-10-14 13:15:31
|
Hi, Does anyone know where I can find javadocs voor the distributions of jstats? Gerard |
From: Peter H.M. J. <p.h...@tb...> - 2004-10-14 07:25:18
|
Dear Gerard, The model-class should point to a Java-Style notation of your class. If you placed the model in the package nl.tudelft.tbm.spm9322.myPackage package than it should say <model> <model-class>nl.tudelft.tbm.spm9322.myPackage.Model</model-class> Peter If this does not work, please send me the xml file and the jar. Also copy the log message to the email, I can then see your problem _____ From: dso...@li... [mailto:dso...@li...] On Behalf Of Gerard Koekkoek Sent: Thursday, October 14, 2004 9:09 AM To: Dso...@li... Subject: RE: [Dsol-java] Running a DSOL model Hi Peter, Thanks for your answer but unfortunately it doesn't answer my question. I've seen the xml of the tutorial and what's in it. But I made the tutorial myself and want to run it with my own files. Where the jar file is on d:\java\experiment.jar and the Model, Order and Customer class are in the jar file. I tried lots of things like for instance: <model> <model-class>d:/java/Model</model-class> <class-path> <jar-file>file:/d:/java/experiment.jar</jar-file> </class-path> </model> What am I doing wrong? Gerard -----Oorspronkelijk bericht----- Van: Peter H.M. Jacobs [mailto:p.h...@tb...] Verzonden: donderdag 14 oktober 2004 8:36 Aan: g.k...@st...; Dso...@li... Onderwerp: RE: [Dsol-java] Running a DSOL model Hi Gerard, In the experiment.xml (or whatever you named your model) you should put <model> <model-class>nl.tudelft.simulation.dsol.tutorial.section25.Model</model-clas s> <class-path> <jar-file>file:/c:/dsol-tutorial.jar</jar-file> </class-path> </model> Where the model class refers to your class and the jar-file refers to the jar file. The model class must be in the jar file (it does not need to be in de same directory independently) Does this solve your problem? Peter _____ From: dso...@li... [mailto:dso...@li...] On Behalf Of Gerard Koekkoek Sent: Thursday, October 14, 2004 1:15 AM To: Dso...@li... Subject: [Dsol-java] Running a DSOL model Hi, I tried to make dsol tutorial 2.5 myself. I made the Customer class, the Order class and the Model class. Then I made a jar file of these three java files. So far no problems encountered. But then I made a xml file and DSOL kept giving IOexceptions when I tried to open it. When I looked at the log file DSOL creates I saw (I think) that it is the <model-class> description. I tried to run it from my own PC the Model.java which I have to open is in D:\java\Model.java. And the jar file is also in that directory. In <model-class> I think I have to give the location of Model.java but I fail at doing that. So my question is: What do I have to type between <model-class> </model-class> in order for dsol to find my Model.java. Greetings, Gerard Koekkoek |
From: Gerard K. <g.k...@st...> - 2004-10-14 07:14:11
|
Hi Peter, Thanks for your answer but unfortunately it doesn't answer my question. I've seen the xml of the tutorial and what's in it. But I made the tutorial myself and want to run it with my own files. Where the jar file is on d:\java\experiment.jar and the Model, Order and Customer class are in the jar file. I tried lots of things like for instance: <model> <model-class>d:/java/Model</model-class> <class-path> <jar-file>file:/d:/java/experiment.jar</jar-file> </class-path> </model> What am I doing wrong? Gerard -----Oorspronkelijk bericht----- Van: Peter H.M. Jacobs [mailto:p.h...@tb...] Verzonden: donderdag 14 oktober 2004 8:36 Aan: g.k...@st...; Dso...@li... Onderwerp: RE: [Dsol-java] Running a DSOL model Hi Gerard, In the experiment.xml (or whatever you named your model) you should put <model> <model-class>nl.tudelft.simulation.dsol.tutorial.section25.Model</model- class> <class-path> <jar-file>file:/c:/dsol-tutorial.jar</jar-file> </class-path> </model> Where the model class refers to your class and the jar-file refers to the jar file. The model class must be in the jar file (it does not need to be in de same directory independently) Does this solve your problem? Peter _____ From: dso...@li... [mailto:dso...@li...] On Behalf Of Gerard Koekkoek Sent: Thursday, October 14, 2004 1:15 AM To: Dso...@li... Subject: [Dsol-java] Running a DSOL model Hi, I tried to make dsol tutorial 2.5 myself. I made the Customer class, the Order class and the Model class. Then I made a jar file of these three java files. So far no problems encountered. But then I made a xml file and DSOL kept giving IOexceptions when I tried to open it. When I looked at the log file DSOL creates I saw (I think) that it is the <model-class> description. I tried to run it from my own PC the Model.java which I have to open is in D:\java\Model.java. And the jar file is also in that directory. In <model-class> I think I have to give the location of Model.java but I fail at doing that. So my question is: What do I have to type between <model-class> </model-class> in order for dsol to find my Model.java. Greetings, Gerard Koekkoek |
From: Peter H.M. J. <p.h...@tb...> - 2004-10-14 06:49:17
|
Dear Bin, Some not so smart person in our group has included dsol-turorial.jar in the class path of the dsol-template and committed these changes to the CVS. Thanks for noticing! I have replaced the dsol-template on the CVS, so its clean again. There are two things you can do: a) checkout dsol-template again. This will solve the problem b) If you right mouse click on the project name (dsol-template) --> properties --> Java build-path --> libraries, you see the class path. Make sure you remove any reference to dsol-tutorial.jar. Peter -----Original Message----- From: Wang, B [mailto:B....@ST...] Sent: Wednesday, October 13, 2004 8:12 PM To: 'p.h...@tb...' Subject: dsol problem Dear Peter: I have import the dsol-template in my eclips. But when I tried to run dsol-full-1.6.2.jar\nl.tudelft.simulation.dsol.gui\DSOLApplication.class, there is an error coming out, which says: 'the archive: e:/temp/workspace/..../dsol-tutorial.jar which is referenced by the classpath, does not exist.' I dont know how to deal with it. With regards, Bin Wang |
From: Peter H.M. J. <p.h...@tb...> - 2004-10-14 06:36:26
|
Hi Gerard, In the experiment.xml (or whatever you named your model) you should put <model> <model-class>nl.tudelft.simulation.dsol.tutorial.section25.Model</model-clas s> <class-path> <jar-file>file:/c:/dsol-tutorial.jar</jar-file> </class-path> </model> Where the model class refers to your class and the jar-file refers to the jar file. The model class must be in the jar file (it does not need to be in de same directory independently) Does this solve your problem? Peter _____ From: dso...@li... [mailto:dso...@li...] On Behalf Of Gerard Koekkoek Sent: Thursday, October 14, 2004 1:15 AM To: Dso...@li... Subject: [Dsol-java] Running a DSOL model Hi, I tried to make dsol tutorial 2.5 myself. I made the Customer class, the Order class and the Model class. Then I made a jar file of these three java files. So far no problems encountered. But then I made a xml file and DSOL kept giving IOexceptions when I tried to open it. When I looked at the log file DSOL creates I saw (I think) that it is the <model-class> description. I tried to run it from my own PC the Model.java which I have to open is in D:\java\Model.java. And the jar file is also in that directory. In <model-class> I think I have to give the location of Model.java but I fail at doing that. So my question is: What do I have to type between <model-class> </model-class> in order for dsol to find my Model.java. Greetings, Gerard Koekkoek |
From: Peter H.M. J. <p.h...@tb...> - 2004-10-14 06:33:57
|
Dear Dirk and others, I have looked at your code. I think you are on the right track! Keep it going... If you update your project from cvs you will see that I made quite some comments.. All the comments start with TODO Peter. This will help you sort out what I did (The TODO's give a blue mark in your Java editor). I would highly encourage others to download the project and to look at the comments I made ("SPM9322 -port" project on CVS). Dirk, mail me what you think and when I can update the new code (there is still stuff to do for you...) Peter -----Original Message----- From: dso...@li... [mailto:dso...@li...] On Behalf Of Dirk Samson Sent: Wednesday, October 13, 2004 3:11 PM To: dso...@li... Subject: [Dsol-java] how to listen to fireEvent? Dear all, I've made a "crane" that delivers "containers" every 1..5 timeunits. These containers should be picked up by several "someVehicles". I would like to have my crane fire an event, CONTAINER_RELEASED_EVENT. The code for this I found in the tutorial, section 4.2: ... public class QuayCrane extends EventProducer { public static final EventType CONTAINER_RELEASED_EVENT = new EventType( "CONTAINER_RELEASED_EVENT"); ... private void releaseContainer () { ... this.fireEvent(CONTAINER_RELEASED_EVENT, this.simulator.getSimulatorTime()); ... } } // end class My question: How do I get an instance of my someVehicle to listen to this event? The events in the tutorial are (so it seems) only used by the Tallies. For this moment I;m not interested in the prioritization of my someVehicles; I just want them to respond. Is this the proper mechanism to create interaction between objects in the simulation?? Dirk Samson (PS My very-first-test-project can be found on the CVS Server: "SPM9322 - port") ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Dsol-java mailing list Dso...@li... https://lists.sourceforge.net/lists/listinfo/dsol-java |
From: Gerard K. <g.k...@st...> - 2004-10-13 23:15:22
|
Hi, I tried to make dsol tutorial 2.5 myself. I made the Customer class, the Order class and the Model class. Then I made a jar file of these three java files. So far no problems encountered. But then I made a xml file and DSOL kept giving IOexceptions when I tried to open it. When I looked at the log file DSOL creates I saw (I think) that it is the <model-class> description. I tried to run it from my own PC the Model.java which I have to open is in D:\java\Model.java. And the jar file is also in that directory. In <model-class> I think I have to give the location of Model.java but I fail at doing that. So my question is: What do I have to type between <model-class> </model-class> in order for dsol to find my Model.java. Greetings, Gerard Koekkoek |
From: Herman v. H. <h_v...@ho...> - 2004-10-13 17:46:12
|
Hi, I think I can provide you with the answer. the vehicle has to subscribe to the event. This is done with the addListener(ListenerInterface listener, EvenType event) method which is in the EventProducer class and thuss in your crane class. Assuming it is in you r constructor it should look like this: public class Vehicle implements EventListenerInterface { public Vehicle(Crane crane) { /** Call super class constructor*/ super(); /** Do all other stuff*/ /** Add our listener*/ try { Crane.addListener(this, CONTAINER_RELEASED_EVENT); } catch (Exception e) { e.printStackTrace(); } } /** Methods*/ } Hope this helps, regards, Herman van Hovell >From: "Dirk Samson" <di...@tb...> >To: <dso...@li...> >Subject: [Dsol-java] how to listen to fireEvent? >Date: Wed, 13 Oct 2004 15:10:48 +0200 > >Dear all, > >I've made a "crane" that delivers "containers" every 1..5 timeunits. These >containers should be picked up by several "someVehicles". I would like to >have my crane fire an event, CONTAINER_RELEASED_EVENT. The code for this I >found in the tutorial, section 4.2: > >... >public class QuayCrane extends EventProducer { > public static final EventType CONTAINER_RELEASED_EVENT = new EventType( > "CONTAINER_RELEASED_EVENT"); >... > >private void releaseContainer () { >... >this.fireEvent(CONTAINER_RELEASED_EVENT, >this.simulator.getSimulatorTime()); >... } >} // end class > >My question: > >How do I get an instance of my someVehicle to listen to this event? The >events in the tutorial are (so it seems) only used by the Tallies. For this >moment I;m not interested in the prioritization of my someVehicles; I just >want them to respond. > >Is this the proper mechanism to create interaction between objects in the >simulation?? > >Dirk Samson >(PS My very-first-test-project can be found on the CVS Server: "SPM9322 - >port") > > > > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >Dsol-java mailing list >Dso...@li... >https://lists.sourceforge.net/lists/listinfo/dsol-java _________________________________________________________________ MSN Search, for accurate results! http://search.msn.nl |
From: Peter H.M. J. <p.h...@tb...> - 2004-10-13 14:46:18
|
Hi Dirk, Step 1: make sure youre vehicle implements the EventListenerInterface Step 2: crane.addListener(someVehicule,CONTAINER_RELEASED_EVENT); Now your vehicule is subscribed to the CONTAINER_RELEASED_EVENTS. More on the addListener method is described in http://www.simulation.tudelft.nl/dsol/event/apidocs/nl/tudelft/simulation/ev ent/EventProducer.html Does this solve your question? Peter -----Original Message----- From: dso...@li... [mailto:dso...@li...] On Behalf Of Dirk Samson Sent: Wednesday, October 13, 2004 3:11 PM To: dso...@li... Subject: [Dsol-java] how to listen to fireEvent? Dear all, I've made a "crane" that delivers "containers" every 1..5 timeunits. These containers should be picked up by several "someVehicles". I would like to have my crane fire an event, CONTAINER_RELEASED_EVENT. The code for this I found in the tutorial, section 4.2: ... public class QuayCrane extends EventProducer { public static final EventType CONTAINER_RELEASED_EVENT = new EventType( "CONTAINER_RELEASED_EVENT"); ... private void releaseContainer () { ... this.fireEvent(CONTAINER_RELEASED_EVENT, this.simulator.getSimulatorTime()); ... } } // end class My question: How do I get an instance of my someVehicle to listen to this event? The events in the tutorial are (so it seems) only used by the Tallies. For this moment I;m not interested in the prioritization of my someVehicles; I just want them to respond. Is this the proper mechanism to create interaction between objects in the simulation?? Dirk Samson (PS My very-first-test-project can be found on the CVS Server: "SPM9322 - port") ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Dsol-java mailing list Dso...@li... https://lists.sourceforge.net/lists/listinfo/dsol-java |
From: Dirk S. <di...@tb...> - 2004-10-13 13:11:42
|
Dear all, I've made a "crane" that delivers "containers" every 1..5 timeunits. These containers should be picked up by several "someVehicles". I would like to have my crane fire an event, CONTAINER_RELEASED_EVENT. The code for this I found in the tutorial, section 4.2: ... public class QuayCrane extends EventProducer { public static final EventType CONTAINER_RELEASED_EVENT = new EventType( "CONTAINER_RELEASED_EVENT"); ... private void releaseContainer () { ... this.fireEvent(CONTAINER_RELEASED_EVENT, this.simulator.getSimulatorTime()); ... } } // end class My question: How do I get an instance of my someVehicle to listen to this event? The events in the tutorial are (so it seems) only used by the Tallies. For this moment I;m not interested in the prioritization of my someVehicles; I just want them to respond. Is this the proper mechanism to create interaction between objects in the simulation?? Dirk Samson (PS My very-first-test-project can be found on the CVS Server: "SPM9322 - port") |
From: Peter H.M. J. <p.h...@tb...> - 2004-10-10 13:29:05
|
Hi all, I saw both problems on getting DSOL started. The detailed documentation can be found at http://www.simulation.tudelft.nl/dsol/dsol/overview/gettingStarted.html To simplify the process, here are some tips.. * If you want to play around with the application and have Windows installed, please download the installer from http://prdownloads.sourceforge.net/dsol/dsol-gui-1.6.2.exe?download This will install a nice start-->programs-->dsol-->dsol application in Windows. You can now run all the tutorial models (if you are connected to the net) * If you want to develop yourself, please check out the dsol-template project from CVS. This template project contains all the stuff you need. The one step you have to take is to execute the application.. To do so, expand the tree of the dsol-full-1.6.2.jar. As you can see, all the classes are here. Right click on the nl.tudelft.simulation.dsol.gui.DSOLApplication.class and select run-->Java Application. If you have any problems, Please mail Peter |
From: Harteveld, C <C.H...@ST...> - 2004-10-09 13:35:26
|
Hi everyone, Eclipse is working fine on my computer, but I do not get DSOL started. Java is also installed correctly, because after testing the installation (START-->RUN-->CMD)I receive the message 'java version "1.4.2_04"'. First I tried to directly import the jar-files into Eclipse, which of course did not work out. Then I made use of a Java Build Path (properties project window) and added the jars of DSOL. This worked fine, except that I cannot execute anything without the source (Eclipse gives the error 'Source not found'). So I tried to attach files, like the file in the directory j2sdk1.4.2 (src.zip) and others. Unfortunately nothing worked out. Does someone knows how to solve this problem? Sincerely, Casper |
From: Hendy G. <h.g...@st...> - 2004-10-08 23:02:18
|
Dear all, I hope this is the right forum to ask about Dsol. I use the spm9322 cvs, but I cannot find a project that uses Dsol so I can install (automatically I think) Dsol when I use "check out as" on the project. Maybe I misheard some explanation about the "check out as" process. I try to use the link for Dsol too (anonymous cvs), but I don't know where to put the parameter -d if I add new repository or when I can put the line cvs -d:pserver: etc. The last one I have not tried is using the installation file. I think if I can "check out as" and install the Dsol environment; it will be far more efficient so I put the last step as "emergency" step. I thank you for any help you may provide. Best regards, Hendy Gunawan |
From: Fu C. <col...@ho...> - 2004-10-01 20:49:40
|
Hi Peter I have two questions about StockApplication Example.First, what does "interator()" exactly mean? I'm confused about that. In this example, is it used to search the list object? The second question is also about that "for" loop. why you changed type of "next" to ValueChangListenerInterface type. I don't understand this. can you explain it. wait for your reply.Thanks. for (Iterator i = this.listeners.iterator(); i.hasNext();) { ValueChangeListenerInterface next = (ValueChangeListenerInterface) i.next(); //Let's inform the guy! next.notify(stock); Kind regards Colitas |
From: ÕýÇß Ç® <qia...@ho...> - 2004-09-29 18:41:26
|
<html><div style='background-color:'><P><BR><BR></P><BR><BR><BR> <DIV> <P> </P></DIV></div><br clear=all><hr>Add photos to your messages with <a href="http://g.msn.com/8HMBEN/2749??PS=47575" target="_top">MSN 8. </a> Get 2 months FREE*.</html> |
From: zhang p. <pat...@ho...> - 2004-09-29 18:40:18
|
<html><div style='background-color:'><P><BR><BR></P><BR><BR> <DIV> <P> </P></DIV></div><br clear=all><hr>与世界各地的联机的朋友进行交流,立即下载免费的 <a href="http://g.msn.com/8HMBCN/2746??PS=47575" target="_top">MSN Messenger</a> </html> |
From: Peter H.M. J. <p.h...@tb...> - 2004-09-29 05:41:23
|
Hi, =20 1. In the directory in which you installed j2sdk1.4.2 (Probably = c:\j2sdk1.4.2 or c:\Program Files\j2sdk1.4.2) there is a file called = src.zip. Try to attach this file. 2. This we will discuss next week. If you want to give it a try, visit : = http://sourceforge.net/projects/dsol =20 Kind regards, =20 =20 Peter _____ =20 From: dso...@li... = [mailto:dso...@li...] On Behalf Of = ?ffffc2?fffffa?ffffc9?fffffa ?ffffd7?ffffaf Sent: Tuesday, September 28, 2004 8:37 PM To: dso...@li... Subject: [Dsol-java] help wanted about java =20 hi, first time to use this mailing list, expecting answer...... 1, when I choose a method and then press F3, it always go a page says = "source not found", and then there is "change attachment source" button = below, I click it , it ask me to input the folder of "rt.jar", I find = this file in /Java/j2re1.4.2_05/lib/,but after i input this, it still = doesn't work. 2,In the course2.zip, the taskA.java, there are several errors at the = "import', like import nl.tudelft.simulation.jstats.streams.DX120Generator; import nl.tudelft.simulation.jstats.streams.Java2Random; import nl.tudelft.simulation.jstats.streams.MersenneTwister; import nl.tudelft.simulation.jstats.streams.StreamInterface =20 I know that , I can correct the errors by use other methods, but if I = want to use them , where can I download these classes, they are = opensource, aren't they?=20 _____ =20 Do You Yahoo!? 150 <http://music.yisou.com> = =E4=B8=87=E6=9B=B2MP3=E7=96=AF=E7=8B=82=E6=90=9C=EF=BC=8C=E5=B8=A6=E6=82=A8= =E9=97=AF=E5=85=A5=E9=9F=B3=E4=B9=90=E6=AE=BF=E5=A0=82 <http://image.yisou.com> = =E7=BE=8E=E5=A5=B3=E6=98=8E=E6=98=9F=E5=BA=94=E6=9C=89=E5=B0=BD=E6=9C=89=EF= =BC=8C=E6=90=9C=E9=81=8D=E7=BE=8E=E5=9B=BE=E3=80=81=E8=89=B3=E5=9B=BE=E5=92= =8C=E9=85=B7=E5=9B=BE 1G = <http://cn.rd.yahoo.com/mail_cn/tag/1g/*http:/cn.mail.yahoo.com/event/mai= l_1g/> = =E5=B0=B1=E6=98=AF1000=E5=85=86=EF=BC=8C=E9=9B=85=E8=99=8E=E7=94=B5=E9=82= =AE=E8=87=AA=E5=8A=A9=E6=89=A9=E5=AE=B9=EF=BC=81 |
From: <zhu...@ya...> - 2004-09-28 18:35:32
|
hi, first time to use this mailing list, expecting answer...... 1, when I choose a method and then press F3, it always go a page says "source not found", and then there is "change attachment source" button below, I click it , it ask me to input the folder of "rt.jar", I find this file in /Java/j2re1.4.2_05/lib/,but after i input this, it still doesn't work. 2,In the course2.zip, the taskA.java, there are several errors at the "import', like import nl.tudelft.simulation.jstats.streams.DX120Generator; import nl.tudelft.simulation.jstats.streams.Java2Random; import nl.tudelft.simulation.jstats.streams.MersenneTwister; import nl.tudelft.simulation.jstats.streams.StreamInterface I know that , I can correct the errors by use other methods, but if I want to use them , where can I download these classes, they are opensource, aren't they? --------------------------------- Do You Yahoo!? 150万曲MP3疯狂搜,带您闯入音乐殿堂 美女明星应有尽有,搜遍美图、艳图和酷图 1G就是1000兆,雅虎电邮自助扩容! |
From: Peter H.M. J. <p.h...@tb...> - 2004-09-27 11:46:23
|
Hi All, It is the university firewall that is giving these problems. I have sent a request to DTO and expect an answer any day. I'll keep all of you informed! Peter -----Original Message----- From: vanEggermond, M.A.B [mailto:M.A...@ST...] Sent: Monday, September 27, 2004 1:42 PM To: 'Peter H.M. Jacobs ' Subject: RE: [Dsol-java] CVS-toegang Hello everyone, last night I tried to use CVS repository at home and encountered the same problem as Bram. I don't think the firewall at home is responsible for this problem as I permitted internet access for the application. Maybe the university firewall is the problem. On sourceforge.net an extra java-encryption extension is mentionend, but I think this is included in the latest JRE update, Michael -----Original Message----- From: Peter H.M. Jacobs To: 'Bram Wesselo' Cc: dso...@li... Sent: 9/27/2004 10:19 AM Subject: RE: [Dsol-java] CVS-toegang Dear Bram, I have tested the repository extensively and could not reproduce your problem. Could you try to conduct the same action on one of the computers in the SimLab? We can than hopefully find out whether your problem is related to firewall problems on the university network. Kind regards, Peter Ps In the future, please do not send passwords to a public mailing list. Now I have no option but to change the password. You'll get the new one on Wednesday's course. _____ From: dso...@li... [mailto:dso...@li...] On Behalf Of Bram Wesselo Sent: Sunday, September 26, 2004 1:14 PM To: Dsol Subject: [Dsol-java] CVS-toegang Beste groep, Ik heb een probleem: Als ik een CVS check out wil maken, dan krijg ik de volgende error terug: Authentication error: com.jcraft.jsch.JSchException: Session.connect: java.net.ConnectException: Connection timed out: connect ( ....... OK?) Met de volgende gegevens heb ik geprobeerd toegang te krijgen: Host: sk-2.tbm.tudelft.nl Repository path: /export/home/spm9322 User: spm9322 Connectiontype: extssh Use default port. Ziet iemand hier een fout? Misschien moet ik een poort openzetten voor m'n firewall, maar als dat zo is, welke dan? Alvast bedankt, Bram Wesselo 06-24222972 Br...@We... |