Changes between Version 4 and Version 5 of PromotFAQ


Ignore:
Timestamp:
Oct 28, 2009, 2:10:48 PM (16 years ago)
Author:
kolczyk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotFAQ

    v4 v5  
    1717 3. make install
    1818
     19== I get an error message “Promot Session not found, please start server” when starting promot.bat (on Windows) or the promot script (on Linux). What can I do? ==
     20
     21In the majority of cases the problem is that the GUI of ProMoT tries to connect the server which is not completely launched. Have a look into the console where the server is started, wait until the Lisp interpreter prompt occurs: [[BR]]
     22
     23{{{
     24; Publishing this server as Promot000
     25.....
     26[changing package from "COMMON-LISP-USER" to "PROMOT-KERNEL"]
     27PK(1):
     28}}}
     29
     30Now click to “retry” in the error dialog. The GUI should start.  [[BR]]
     31For later starts there are several possibilities: Either you start the server and the GUI from separate scripts (promot-server.bat and promot-ui.bat on Windows / promot-server and promot-ui on Linux) or you edit promot(.bat) and increase the time to wait between server and GUI start in the following line:  [[BR]]
     32
     33{{{
     34(sleep 3;${dir}/promot-ui "$@") &
     35}}}
     36
     37If this all does not work,
     38 * make sure that you use java version 6.0,
     39 * the directory for the binding handle of the server is the same like the one for the GUI:
     40{{{
     41...
     42Published server in directory: /home/.../.corba-binding/org/mpg/dcts/promot/.../
     43...
     44Looking for Server Filebinder uses /home/.../.corba-binding
     45...
     46}}}
     47 * and the hostname on linux does not start with a number (Then you should change the hostname in /etc/hosts).
     48
    1949== On a 64-bit system I have installed ProMoT with 32-bit shared library and the 64-bit version of Diana. Will my simulation work? ==
    2050