[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OE12 and OE11.6 conflict

Status
Not open for further replies.
D

Dileep Dasa

Guest
This still looks like a port conflict issue. I would do the following things: Got to Windows Services -> Stop all AdminService services Open proenv of all the installed OE versions and do "proadsv -stop" Kill all java process from task manager Go to Windows Resource Monitor -> Network tab -> Under Listening Ports check for port 9090 (default port for OEE). If there is any associated process, note the PID and kill it from task manager. Then, start adminserver for the particular OE version from proenv: proadsv -start Wait till adminserver starts up Check fathom startup: fathom -query Wait till fathom comes up and then access http:// :9090/ If still you see a problem, I would change the port of OEE (more information here ): $DLC/properties/fahtom.properties Under [WebServer] add the following entry: httpport=9095 Restart adminserver and access http:// :9090/

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