Difference between revisions of "Ports"
From IMSMA Wiki
Line 1: | Line 1: | ||
+ | {{Note | There is a known [[Port Conflict lightMINT | '''port conflict''']] with lightMINT on port 8009.}} | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
==Which ports is IMSMA using?==__NOEDITSECTION__ | ==Which ports is IMSMA using?==__NOEDITSECTION__ | ||
− | {{IMSMANG}} uses | + | '''{{IMSMANG}}''' uses ports: |
1098, 1099, | 1098, 1099, | ||
Line 9: | Line 10: | ||
8009, '''8080''', 8083, | 8009, '''8080''', 8083, | ||
− | 50311 | + | 50311 |
− | IMSMA RE uses: | + | '''IMSMA RE''' uses port: |
<nowiki>http://localhost:50310/ </nowiki> | <nowiki>http://localhost:50310/ </nowiki> | ||
+ | '''PostgreSQL''' normally uses port: | ||
+ | |||
+ | 5432 | ||
+ | |||
+ | ==Which other application might be blocking ports that IMSMA is using?==__NOEDITSECTION__ | ||
+ | [[Image:Port_in_use_error.png.png|300px]] | ||
+ | It could actually be {{IMSMANG}} itself: | ||
+ | # Try to stop the {{IMSMANG}} server. | ||
+ | # Exit TrayLauncher | ||
+ | # Via Task Manager (Ctrl + Alt + Del) end all java.exe and javaw.exe processes. | ||
+ | # Wait a few seconds. Start TrayLauncher and {{IMSMANG}} server. | ||
+ | |||
{{Note | In a command window you will get a list of used ports (PID) with the DOS command "NetStat -o". | {{Note | 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).}} | 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).}} |
Revision as of 10:35, 26 October 2014
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:
- Try to stop the IMSMANG server.
- Exit TrayLauncher
- Via Task Manager (Ctrl + Alt + Del) end all java.exe and javaw.exe processes.
- Wait a few seconds. Start TrayLauncher and IMSMANG server.