Hello! I have just started to install jetspeed 2. I've followed the instruction on http://portals.apache.org/jetspeed-2/getting-started.html and I have also fixed the problem with maven 1.0.1. which was perfectly explained on Hema Thread (http://www.mail-archive.com/[email protected]/msg14306.html).
But then, if I wanted to open jetspeed (http://localhost:8080/jetspeed), I will get the following error (I have copied from the Tomcat logs): [org.apache.ojb.broker.accesslayer.JdbcAccessImpl] ERROR: SQLException during the execution of the query (for a org.apache.jetspeed.capabilities.impl.MediaTypeImpl): Unexpected token: MEDIATYPE_TO_MIMETYPE in statement [SELECT A0.TITLE,A0.MEDIATYPE_ID,A0.CHARACTER_SET,A0.NAME,A0.DESCRIPTION FROM MEDIA_TYPE A0 INNER JOIN (MEDIATYPE_TO_MIMETYPE A1 INNER JOIN MIMETYPE A2 ON A1.MIMETYPE_ID=A2.MIMETYPE_ID) ON A0.MEDIATYPE_ID=A1.MEDIATYPE_ID WHERE A2.NAME IN ('text/html')] Unexpected token: MEDIATYPE_TO_MIMETYPE in statement [SELECT A0.TITLE,A0.MEDIATYPE_ID,A0.CHARACTER_SET,A0.NAME,A0.DESCRIPTION FROM MEDIA_TYPE A0 INNER JOIN (MEDIATYPE_TO_MIMETYPE A1 INNER JOIN MIMETYPE A2 ON A1.MIMETYPE_ID=A2.MIMETYPE_ID) ON A0.MEDIATYPE_ID=A1.MEDIATYPE_ID WHERE A2.NAME IN ('text/html')] java.sql.SQLException: Unexpected token: MEDIATYPE_TO_MIMETYPE in statement [SELECT A0.TITLE,A0.MEDIATYPE_ID,A0.CHARACTER_SET,A0.NAME,A0.DESCRIPTION FROM MEDIA_TYPE A0 INNER JOIN (MEDIATYPE_TO_MIMETYPE A1 INNER JOIN MIMETYPE A2 ON A1.MIMETYPE_ID=A2.MIMETYPE_ID) ON A0.MEDIATYPE_ID=A1.MEDIATYPE_ID WHERE A2.NAME IN ('text/html')] Do somebody know this error, then please help me. Thanks a lot! Marco ------------------------------------------ VERTRAULICHKEITSHINWEIS: Der Inhalt dieser E-Mail ist vertraulich und fuer den Nutzer der E-Mail Adresse bestimmt, an den die Nachricht geschickt wurde; sie kann darueber hinaus durch besondere Bestimmungen geschuetzt sein. Wenn Sie nicht der Adressat dieser E-Mail sind, duerfen Sie diese nicht kopieren, weiterleiten, weitergeben oder sie ganz oder teilweise in irgendeiner Weise nutzen. Wenn Sie diese E-Mail faelschlicherweise erhalten haben, benachrichtigen Sie bitte den Absender, indem Sie auf diese Nachricht antworten. CONFIDENTIALITY NOTICE The contents of this e-mail are confidential to the ordinary user of the e-mail address to which it was addressed and may also be privileged. If you are not the addressee of this e-mail you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you have received this e-mail in error please e-mail the sender by replying to this message. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
