Page 1 of 1
Cannot Get Adin GUI to Pop up
Posted: Sun Sep 14, 2008 6:33 am
by tommygunner
I just installed OpenEMM on RHEL4 and am having problems getting the admin gui to come up when I put in my
http://fqdm:8080 or 89081. I don't get anything to come up.
One Solution to the missing web interface problem
Posted: Thu Sep 18, 2008 6:26 am
by bbgun
I had the same problem, I couldn't get the web interface working.
This problem drove me mad but Chris pointed me in the right direction in this thread:
http://www.openemm.org/forums/viewtopic ... hlight=jdk
I checked the path of the "openemm" user. When installing OpenEMM I couldn't go moving java directories, as specified in Step 3.
So instead i have modified the .bash_profile of openemm user.
An explanation of howto do this properly is here:
http://www.cyberciti.biz/faq/linux-unix ... -variable/
This fixed the problem for me immediately, hope this helps
Posted: Thu Sep 18, 2008 6:30 am
by bbgun
Another thing, I thought i modified the port settings correctly to be :81
Apparently i must have done something wrong. So after doing the above mentioned fix i ran this
root#> netstat -ntlp
And seen that
:::8080
had a java process listening
Loading up my web browser i connected to
http://localhost:8080
And it worked no problems.
Posted: Thu Sep 18, 2008 7:12 pm
by tommygunner
Thanks, it looks like that may do the trick. I vaguely remember doing something like this about a year ago when I had it running. The funny thing is I'm running into some of my old posts that are nearly the same as the ones I posted recently.
It seems like this issue needs to be documented in the wiki.