Search found 27 matches

by liongate
Tue Oct 15, 2013 6:19 pm
Forum: Installation & Upgrades
Topic: [RESOLVED] OpenEMM not opening in Tomcat
Replies: 4
Views: 8855

Re: OpenEMM not opening in Tomcat

Got this issue resolved. The Tomcat version wasn't the problem. Renaming the openemm folder to ROOT and the openemm-ws folder to openemm-ws2 resolved this issue. Thanks.
by liongate
Mon Oct 14, 2013 10:32 pm
Forum: Installation & Upgrades
Topic: [RESOLVED] Logon.do does not exist
Replies: 2
Views: 7325

[RESOLVED] Logon.do does not exist

When I try to access the login page from the index page on Tomcat I get a 404. I have discovered that login.jsp simply redirects to login.do?action=0. However, there is no .do routine listed in the logon.jsp file. Direct access to the logon.jsp file returns the following: type Exception report messa...
by liongate
Mon Oct 14, 2013 5:44 pm
Forum: Installation & Upgrades
Topic: [RESOLVED] Tomcat opens with blank page
Replies: 1
Views: 5908

Re: Tomcat opens with blank page

Okay, so the solution I found for this was to rename, in the /home/openemm/ directory, two folders:

renamed openemm ROOT
renamed openemm-ws openemm-ws2

This got the index page to display in Tomcat. Only problem now is that the login link generates a 404 resource not found error.
by liongate
Mon Oct 14, 2013 4:53 pm
Forum: Installation & Upgrades
Topic: [RESOLVED] Logon.do generates 404 error
Replies: 1
Views: 5052

[RESOLVED] Logon.do generates 404 error

Finally got the OpenEMM index page to display in Tomcat. Woo-hoo! Unfortunately, when I click on the link to log in I am getting a 404 error: type Status report message /logon.do description The requested resource is not available. In order to get the index page to load, I had to change the names of...
by liongate
Sun Oct 13, 2013 12:02 am
Forum: Installation & Upgrades
Topic: [RESOLVED] OpenEMM not opening in Tomcat
Replies: 4
Views: 8855

Re: OpenEMM not opening in Tomcat

Figure this out partially -- it seems the server.xml file supplied with Tomcat 8 was an old version and was causing problems. I deleted apache-tomcat-8.0.0-RC1 and installed apache-tomcat-8.0.0-RC3, updated the server.xml and web.xml files and now Tomcat is trying to load. See my new post on the sub...
by liongate
Sat Oct 12, 2013 11:58 pm
Forum: Installation & Upgrades
Topic: [RESOLVED] Tomcat opens with blank page
Replies: 1
Views: 5908

[RESOLVED] Tomcat opens with blank page

Okay, so I'm still struggling to get OpenEMM running on my Centos6 server. When I run the /bin/openemm.sh start command it looks like Tomcat is working because I'm not getting an error and I have the Tomcat icon in my tab. However, all I'm getting is a blank page. Suggestions? Here's the log: ***sta...
by liongate
Sat Oct 12, 2013 5:02 pm
Forum: Installation & Upgrades
Topic: [RESOLVED] OpenEMM not opening in Tomcat
Replies: 4
Views: 8855

Re: OpenEMM not opening in Tomcat

UPDATE: I have disabled sendmail with bin/sendmail-disable.sh and still have the same problem loading in Tomcat, so have ruled that out as the culprit. Here's the log from /home/openemm/tomcat/logs: Oct 12, 2013 9:00:22 AM org.apache.catalina.startup.Catalina load WARNING: Catalina.start using conf/...
by liongate
Sat Oct 12, 2013 4:55 pm
Forum: Installation & Upgrades
Topic: [RESOLVED] OpenEMM not opening in Tomcat
Replies: 4
Views: 8855

[RESOLVED] OpenEMM not opening in Tomcat

I have Tomcat and Java SDK properly installed and Tomcat runs fine in 8080 when I start it on its own, but when I start OpenEMM it does not open in Tomcat on port 8080 -- I get the error Firefox can't establish a connection to the server at www.[myurl].com:8080. When I start OpenEMM from the ssh com...
by liongate
Sat Oct 12, 2013 2:07 am
Forum: Installation & Upgrades
Topic: [RESOLVED] Loading openemm-2013.sql to MySQL database
Replies: 6
Views: 8155

[RESOLVED] Loading openemm-2013.sql to MySQL database

I am using Plesk and have created the openemm database but when I try to import the openemm-2013.sql file into it I am receiving the following message: QL query: GRANT DELETE , INSERT , UPDATE , LOCK TABLES , SELECT , ALTER , INDEX , CREATE TEMPORARY TABLES , DROP , CREATE ON openemm . * TO 'agnitas...
by liongate
Fri Oct 11, 2013 1:18 am
Forum: Installation & Upgrades
Topic: Not much response
Replies: 5
Views: 11395

Not much response

I'm having some installation issues I am unable to figure out. Is there a better place to seek answers to openemm questions? There doesn't seem to be too much activity on this forum. I've not had much luck with stackoverflow either, at least on this issue. Does anybody have any experience installing...
by liongate
Wed Oct 02, 2013 5:49 pm
Forum: Installation & Upgrades
Topic: [RESOLVED]Problems installing openEMM on Centos 6 & Plesk 11
Replies: 2
Views: 5789

Re: Problems installing openEMM on Centos 6 running Plesk 11

Incidentally, yes -- I did try to press enter with no password and still was rejected. There must be a workaround to get openEMM installed on this system -- any suggestions?
by liongate
Wed Sep 25, 2013 7:22 am
Forum: Installation & Upgrades
Topic: [RESOLVED]Problems installing openEMM on Centos 6 & Plesk 11
Replies: 2
Views: 5789

[RESOLVED]Problems installing openEMM on Centos 6 & Plesk 11

I am trying to install openEMM on a Centos 6 VDS and have run into a snag. I am following the instructions on this page: http://www.roothelp.net/install-openemm-on-centos-6-x/ . Everything has gone along fine until I reached the following commands: service mysqld start /usr/bin/mysql_secure_installa...