Skip to content
Eugen Kammerloher edited this page May 19, 2015 · 4 revisions

#Troubleshooting

##Could not find mphstart Put the mli/ Comsol live link folder on the Matlab path.

##Connection timed out: no further information Open ports in the windows firewall.

##Java exception could not find comsol.prefs Start local comsol server at least once to create comsol.prefs.

##User ... tried to connect, followed by disconnect Use the username and password of the server (reset with: comsolmphserver.exe -passwd reset).

##Version check failed Ensure same versions on client and server.

##Working on a Windows Cluster

  1. Start Comsol Multiphysics 4.4 Server (first run: configure server with username, password, e.g. test, test).
  2. Start Matlab R2014b (do this in the correct order, wait till server has loaded up).
  3. Run in matlab: comsolkit.GateLayoutModel.server_connect('127.0.0.1', 2036, 'test', 'test');. Port can be 2037, see server window.
  4. You are now connected.
Clone this wiki locally