no login form after installation - server install

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

pch
Posts: 3
Joined: Mon Mar 09, 2009 6:08 pm

no login form after installation - server install

Post by pch »

Hello,

I m just finish the installation of open-emm and I think every thing seems ok because during the install and the starting step I got no error messages.

I went on http://localhost:8080 and I have a openemm page.
On this page I have some informations about openemm and a link to log myself in the openemm. After a click I got this :

Code: Select all

<%--
/*********************************************************************************
 * The contents of this file are subject to the Common Public Attribution
 * License Version 1.0 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.openemm.org/cpal1.html. The License is based on the Mozilla
 * Public License Version 1.1 but Sections 14 and 15 have been added to cover
 * use of software over a computer network and provide for limited attribution
 * for the Original Developer. In addition, Exhibit A has been modified to be
 * consistent with Exhibit B.
 * Software distributed under the License is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
 * the specific language governing rights and limitations under the License.
 * 
 * The Original Code is OpenEMM.
 * The Original Developer is the Initial Developer.
 * The Initial Developer of the Original Code is AGNITAS AG. All portions of
 * the code written by AGNITAS AG are Copyright (c) 2007 AGNITAS AG. All Rights
 * Reserved.
 * 
 * Contributor(s): AGNITAS AG. 
 ********************************************************************************/
 --%><%@ page isErrorPage="true"%>
		
<html>
<head><title>Error</title></head>
<h3>An error occurred</h3>
<table>
<tr valign="top"><td align="top"><b>Cause:</b></td><td><%= exception %></td></tr>
<% exception.printStackTrace(System.out); %>
</table>
</body>
</html>
So I got no login form and now I don´t have any idea what to do...

I have also another question, I want to use openemm with typo3 and I installed this extension. My question is if it wii be possible to install open-emm on one server and typo3 on another server and to communicate like this.

I thank you in advance for your answer,

Greatings,

pch
pch
Posts: 3
Joined: Mon Mar 09, 2009 6:08 pm

Re: no login form after installation - server install

Post by pch »

pch wrote:Hello,

Code: Select all

<%--
/*********************************************************************************
 * The contents of this file are subject to the Common Public Attribution
 * License Version 1.0 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.openemm.org/cpal1.html. The License is based on the Mozilla
 * Public License Version 1.1 but Sections 14 and 15 have been added to cover
 * use of software over a computer network and provide for limited attribution
 * for the Original Developer. In addition, Exhibit A has been modified to be
 * consistent with Exhibit B.
 * Software distributed under the License is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
 * the specific language governing rights and limitations under the License.
 * 
 * The Original Code is OpenEMM.
 * The Original Developer is the Initial Developer.
 * The Initial Developer of the Original Code is AGNITAS AG. All portions of
 * the code written by AGNITAS AG are Copyright (c) 2007 AGNITAS AG. All Rights
 * Reserved.
 * 
 * Contributor(s): AGNITAS AG. 
 ********************************************************************************/
 --%><%@ page isErrorPage="true"%>
		
<html>
<head><title>Error</title></head>
<h3>An error occurred</h3>
<table>
<tr valign="top"><td align="top"><b>Cause:</b></td><td><%= exception %></td></tr>
<% exception.printStackTrace(System.out); %>
</table>
</body>
</html>
This problem is due to I used the wrong java 1.4. I modified this and now it works with the 1.5.
Post Reply