[progress Communities] [progress Openedge Abl] Forum Post: Local Development Environment...

  • Thread starter Thread starter jbijker
  • Start date Start date
Status
Not open for further replies.
J

jbijker

Guest
I have a local OE11.3 development environment on my laptop. Whenever I move between networks (e.g. between office / client) and getting a new IP address my admin server used to be unresponsive until I've forced it to bind to localhost by editing $DLC/properties/AdminServerPlugins.properties, under section [PluginPolicy.Progress.AdminServer]: 1) Add -Djava.rmi.server.hostname=localhost to the jvmargs line 2) add a new line args=-host localhost This works great, but I still have a problem with stopping / starting brokers after an IP address change. This is what I get in the admin server log file: * AdminServer GUI Plugin internal error 2: SvcControlCmd.pingService(wsb_1501pre) failure: java.rmi.ConnectException: Connection refused to host: 10.3.17.73; nested exception is: * java.net.ConnectException: Connection timed out: connect (8172)(java.rmi.ConnectException: Connection refused to host: 10.3.17.73; nested exception is: * java.net.ConnectException: Connection timed out: connect) IP address 10.3.17.73 is the IP address I was connected to but is no longer reachable. Any idea why it's using that IP address instead of localhost? Whenever the broker gets started it runs $DLC\bin\jvmStart with a lot of parameters. I guess somehow I need to add -Djava.rmi.server.hostname=localhost to this but have no idea how. Any pointers?

Continue reading...
 
Status
Not open for further replies.
Back
Top