Hello! I am using postgresql 7.3.2 and jetspeed 1.4b1 and I have problems when I try to configure my postgresql with jetspeed. I have made all the appropriate steps described in the site, and i also read the following mail:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg07922.html After typing "ant import", i have to wait some minutes ( a long time...) and then i see the following: import: [java] ***** PSML Importer ***** [java] Running with Importer Service: class org.apache.jetspeed.services.psmlmanager.db.DatabasePsmlManagerService [java] Running with Exporter Service: class org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService [java] PSMLImporter completed. Exported 20 profiles [java] **** PSML Importer - completed [java] Java Result: 1 BUILD SUCCESSFUL Total time: 4 minutes 1 second finally, i write ant install. But when i try to see the data in the postgres database, there are no data (my database is athanasi): $JETSPEED_HOME/build> psql -d athanasi athanasi=# select * from jetspeed_user_profile; psml_id | user_name | media_type | language | country | page | profile ---------+-----------+------------+----------+---------+------+--------- (0 rows) And in the log file, i get the following (after startup of tomcat): [01 Mar 2003 04:15:17 WARN] - BaseJetspeedLink: profile in rundata was null [01 Mar 2003 04:15:17 DEBUG] - Waiting for init of Registry... [01 Mar 2003 04:15:18 DEBUG] - Profiler fallback called with: BaseProfile[anon/en/US/html/default.psml] [01 Mar 2003 04:15:18 INFO] - Returning locator string: $Page:default.psml$MediaType:html$Country:US$Language:en [01 Mar 2003 04:15:18 INFO] - Returning locator string: $Page:default.psml$MediaType:html$Language:en [01 Mar 2003 04:15:18 INFO] - Returning locator string: $Page:default.psml$MediaType:html [01 Mar 2003 04:15:18 DEBUG] - Profiler fallback called with: BaseProfile[anon/en/US/html/default.psml] [01 Mar 2003 04:15:18 INFO] - Returning locator string: $Page:default.psml$MediaType:html$Country:US$Language:en [01 Mar 2003 04:15:18 INFO] - Returning locator string: $Page:default.psml$MediaType:html$Language:en [01 Mar 2003 04:15:18 INFO] - Returning locator string: $Page:default.psml$MediaType:html [01 Mar 2003 04:15:18 ERROR] - org.apache.jetspeed.om.profile.ProfileException: Profile not found. at org.apache.jetspeed.util.template.JetspeedTool.getPane(JetspeedTool.java:160) at java.lang.reflect.Method.invoke(Native Method) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:259) And when i startup tomcat, i see the following: Error retrieving Portal Page: Profile not found. Here is my environment: Linux Redhat 7.3,Tomcat 4.1.18, JDK 1.3., Jetspeed1.4b1, postgres 7.3 Any help is appreciated! Thanks! -- Regards, Athanasis N. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
