Ports

From IMSMA Wiki
Revision as of 11:35, 26 October 2014 by Alnaucler (talk | contribs)
Jump to: navigation, search
Note.jpg There is a known port conflict with lightMINT on port 8009.

Which ports is IMSMA using?

IMSMANG uses ports:

1098, 1099,

4444, 4445,

8009, 8080, 8083,

50311

IMSMA RE uses port:

http://localhost:50310/

PostgreSQL normally uses port:

5432

Which other application might be blocking ports that IMSMA is using?

300px It could actually be IMSMANG itself:

  1. Try to stop the IMSMANG server.
  2. Exit TrayLauncher
  3. Via Task Manager (Ctrl + Alt + Del) end all java.exe and javaw.exe processes.
  4. Wait a few seconds. Start TrayLauncher and IMSMANG server.
Note.jpg In a command window you will get a list of used ports (PID) with the DOS command "NetStat -o".

With the DOS command "TaskList /FI "PID eq 1099" /FO LIST /V" you get a list of which application uses a specific port (in the example 1099).