Posted Thu, 01 Jan 2015 16:00:00 GMT by

Q. I am trying to launch a specific map using the InterMapper RemoteAccess CLI. When I launch the following command, I get an "Unable to create Java Virtual Machine" error.

C:\Program Files\InterMapper RemoteAccess\InterMapper_RemoteAccess -host 192.168.1.100 -port 8181 -map Dartware

A. You will need to add a "-args" parameter to the command line, before you add any arguments:

C:\Program Files\InterMapper RemoteAccess\InterMapper_RemoteAccess -args -host 192.168.1.100 -port 8181 -map Dartware

Note: If you are also using the -Xmx option to pass a custom memory setting to Java, this needs to be added before the "-args" parameter:

C:\Program Files\InterMapper RemoteAccess\InterMapper_RemoteAccess -Xmx256M -args -host 192.168.1.100 -port 8181 -map Dartware

Posted Sat, 13 Mar 2021 01:21:30 GMT by

Support,

is there a command-line parameter /-args for search devices (with parameter for server) in which to find by IP or device name?

this would be very helpful command, i can search device with out having to go to intermapper remote client, opening find device window and finally enter device name or IP.

 

 

You must be signed in to post in this forum.