<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic First page unreachable after installation in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320778#M7779</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Just having installed Nuxeo Platform 5.5 (with Windows Installer and bundled JDK+Postgres) to discover and try this amazing product.
I'm running it on a Windows XP Wokstation
After signing as Administrator in the login page, this message displays on my browser:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;If you can read this in your browser, this probably because of a configuration problem of your nuxeo.war/WEB-INF/pages.xml. To change this, edit the OSGI-INF/deployment-fragment.xml of your project at extension pages#PAGES.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Can someone tell me what I'm supposed to do ?
In addition, some error lines from the server Console.
NB: the first ERROR lines, before logging in.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;2011-12-22 14:30:01,578 ERROR [org.apache.geronimo.connector.outbound.MCFConnectionInterceptor] Error occurred creating ManagedConnection for org.apache.geronimo.connector.outbound.ConnectionInfo@1580c3d
org.nuxeo.ecm.core.storage.StorageException: java.sql.SQLException: Error executing: CREATE OR REPLACE FUNCTION NX_IN_TREE(id varchar(36), baseid varchar(36))
RETURNS boolean
AS $$
DECLARE
  curid varchar(36) := id;
BEGIN
  IF baseid IS NULL OR id IS NULL OR baseid = id THEN
    RETURN false;
  END IF;
  LOOP
    SELECT parentid INTO curid FROM hierarchy WHERE hierarchy.id = curid;
    IF curid IS NULL THEN
      RETURN false;
    ELSEIF curid = baseid THEN
      RETURN true;
    END IF;
  END LOOP;
END $$
LANGUAGE plpgsql
STABLE
COST 400; : ERREUR: le langage « plpgsql » n'existe pas
  Indice&amp;nbsp;: Utiliser CREATE LANGUAGE pour charger le langage dans la base de données.
	at org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.createDatabase(JDBCMapper.java:145)*
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;2011-12-22 14:30:01,593 ERROR [org.nuxeo.ecm.platform.mail.listener.MailEventListener] MailEventListener error...
org.nuxeo.ecm.core.api.ClientException: Failed to load repository default
at org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:106)
at org.nuxeo.ecm.core.api.local.LocalSession.getSession(LocalSession.java:171)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;2011-12-22 14:30:02,578 ERROR [org.apache.geronimo.connector.outbound.MCFConnectionInterceptor] Error occurred creating ManagedConnection for org.apache.geronimo.connector.outbound.ConnectionInfo@1db4c44
org.nuxeo.ecm.core.storage.StorageException: Could not select: SELECT "id" FROM "repositories" WHERE "name" = ?
at org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.getRootId(JDBCMapper.java:561)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;2011-12-22 14:30:02,578 ERROR [org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl] Unable to register pending descriptors
org.nuxeo.ecm.core.api.ClientException: Failed to load repository default
at org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:106)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;ThanX for helping.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Dec 2011 12:27:12 GMT</pubDate>
    <dc:creator>Francois_</dc:creator>
    <dc:date>2011-12-22T12:27:12Z</dc:date>
    <item>
      <title>First page unreachable after installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320778#M7779</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Just having installed Nuxeo Platform 5.5 (with Windows Installer and bundled JDK+Postgres) to discover and try this amazing product.
I'm running it on a Windows XP Wokstation
After signing as Administrator in the login page, this message displays on my browser:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;If you can read this in your browser, this probably because of a configuration problem of your nuxeo.war/WEB-INF/pages.xml. To change this, edit the OSGI-INF/deployment-fragment.xml of your project at extension pages#PAGES.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Can someone tell me what I'm supposed to do ?
In addition, some error lines from the server Console.
NB: the first ERROR lines, before logging in.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;2011-12-22 14:30:01,578 ERROR [org.apache.geronimo.connector.outbound.MCFConnectionInterceptor] Error occurred creating ManagedConnection for org.apache.geronimo.connector.outbound.ConnectionInfo@1580c3d
org.nuxeo.ecm.core.storage.StorageException: java.sql.SQLException: Error executing: CREATE OR REPLACE FUNCTION NX_IN_TREE(id varchar(36), baseid varchar(36))
RETURNS boolean
AS $$
DECLARE
  curid varchar(36) := id;
BEGIN
  IF baseid IS NULL OR id IS NULL OR baseid = id THEN
    RETURN false;
  END IF;
  LOOP
    SELECT parentid INTO curid FROM hierarchy WHERE hierarchy.id = curid;
    IF curid IS NULL THEN
      RETURN false;
    ELSEIF curid = baseid THEN
      RETURN true;
    END IF;
  END LOOP;
END $$
LANGUAGE plpgsql
STABLE
COST 400; : ERREUR: le langage « plpgsql » n'existe pas
  Indice&amp;nbsp;: Utiliser CREATE LANGUAGE pour charger le langage dans la base de données.
	at org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.createDatabase(JDBCMapper.java:145)*
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;2011-12-22 14:30:01,593 ERROR [org.nuxeo.ecm.platform.mail.listener.MailEventListener] MailEventListener error...
org.nuxeo.ecm.core.api.ClientException: Failed to load repository default
at org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:106)
at org.nuxeo.ecm.core.api.local.LocalSession.getSession(LocalSession.java:171)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;2011-12-22 14:30:02,578 ERROR [org.apache.geronimo.connector.outbound.MCFConnectionInterceptor] Error occurred creating ManagedConnection for org.apache.geronimo.connector.outbound.ConnectionInfo@1db4c44
org.nuxeo.ecm.core.storage.StorageException: Could not select: SELECT "id" FROM "repositories" WHERE "name" = ?
at org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.getRootId(JDBCMapper.java:561)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;2011-12-22 14:30:02,578 ERROR [org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl] Unable to register pending descriptors
org.nuxeo.ecm.core.api.ClientException: Failed to load repository default
at org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:106)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;ThanX for helping.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2011 12:27:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320778#M7779</guid>
      <dc:creator>Francois_</dc:creator>
      <dc:date>2011-12-22T12:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: First page unreachable after installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320779#M7780</link>
      <description>&lt;P&gt;Warn can be ignored&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2011 13:23:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320779#M7780</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-12-22T13:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: First page unreachable after installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320780#M7781</link>
      <description>&lt;P&gt;Ok your trouble comes from the configuration of your PostgreSQL.&lt;/P&gt;
&lt;P&gt;Please follow this documentation carefully:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://doc.nuxeo.com/display/ADMINDOC/Configuring+PostgreSQL" target="test_blank"&gt;http://doc.nuxeo.com/display/ADMINDOC/Configuring+PostgreSQL&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The part missing in your case is:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;CREATE LANGUAGE 'plpgsql';
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Dec 2011 15:34:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320780#M7781</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-12-22T15:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: First page unreachable after installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320781#M7782</link>
      <description>&lt;P&gt;Thanks a lot Bjalon.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2011 15:44:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320781#M7782</guid>
      <dc:creator>Francois_</dc:creator>
      <dc:date>2011-12-23T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: First page unreachable after installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320782#M7783</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2013 09:56:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320782#M7783</guid>
      <dc:creator>bharat4212_</dc:creator>
      <dc:date>2013-07-04T09:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: First page unreachable after installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320783#M7784</link>
      <description>&lt;P&gt;Caused by&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2013 09:59:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320783#M7784</guid>
      <dc:creator>bharat4212_</dc:creator>
      <dc:date>2013-07-04T09:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: First page unreachable after installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320784#M7785</link>
      <description>&lt;P&gt;1.....Caused by: java.sql.SQLException: You do not have the SUPER privilege and binary logging is enabled (you &lt;EM&gt;might&lt;/EM&gt; want to use the less safe log_bin_trust_function_creators variable)&lt;/P&gt;
&lt;P&gt;2........
caused by: java.lang.IllegalArgumentException: Repository not found: default
at org.nuxeo.ecm.core.api.local.LocalSession.lookupRepository(LocalSession.java:147)
at org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:102)
... 53 more&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2013 10:01:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320784#M7785</guid>
      <dc:creator>bharat4212_</dc:creator>
      <dc:date>2013-07-04T10:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: First page unreachable after installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320785#M7786</link>
      <description>&lt;P&gt;Please create a new question for a new question.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 08:00:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/first-page-unreachable-after-installation/m-p/320785#M7786</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-07-05T08:00:30Z</dc:date>
    </item>
  </channel>
</rss>

