-
The task of supporting several concurrent users is in our queue,
but currently , the recommendation is to do a per user installation.
2009-11-09 13:29:18 UTC in JSystem
-
The class should be found in the jsystemCore.jar
It looks like you are using a new version of the script , with an older version of jsystem jars.
I think that the simplest thing to do is to edit the runScenario.bat batch file and remove this part:
-listener jsystem.runner.AntExecutionListener
Another option is to take this class from the svn and incorporate it in your...
2009-11-09 13:25:44 UTC in JSystem
-
great.
2009-11-06 19:46:23 UTC in JSystem
-
The problem is that the dll is not in the search path of the operation system.
To make the os search it do the following:
1. Put the dll in runner root directory or runner/lib directory.
2. If step 1 doesn't work, add the folder in which the dll resides to the "path" environment variable
We do have a SCPI driver, it currently not part of the opensource distribution.
2009-11-05 15:52:49 UTC in JSystem
-
Here is a possible solution, I haven't tried it, but it should work.
In your thread activate this code:
if (ListenerstManager.getInstance() instanceof ListenerstManager) {
((ListenerstManager)ListenerstManager.getInstance()).gracefulStop();
}
Pay attention to the following limitations:
1. This code will only work when activating test from the runner. (it will not...
2009-11-05 00:05:29 UTC in JSystem
-
are you activating run.bat or runBase.bat?
You should activate run.bat.
If this is what you are activating then I don't understand the root cause of your problem.
The issue is however is here:
-Djsystem.main=%JSYSTEMMAIN%
For some reason (which I don't understand), the JVM property jsystem.main doesn't get a valid class name value. It should get it from the environment variable...
2009-10-22 14:04:19 UTC in JSystem
-
Please send runner/lib folder content snapshot and the content of runBase.bat and run.bat.
2009-10-22 13:21:23 UTC in JSystem
-
You made some changes. that is for sure.
Try to track the changes you made, I will try to point the change
that most probably caused this problem.
2009-10-22 13:10:33 UTC in JSystem
-
Did you change Jsystem folders structure?
Read this short article to learn how jsystem loads jars:
http://jsystemtest.org/?q=node/41.
2009-10-22 12:33:23 UTC in JSystem
-
I used the trunk to send mail using gmail's smtp server, and it works.
Here are the parameters I put in jsystem properties --> mail tab:
mail.host=smtp.gmail.com
mail.from=mymail@gmail.com
mail.user=google account user mail
mail.password=google account password
mail.port=465
mail.ssl=true.
2009-10-20 12:31:17 UTC in JSystem