Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Dan Moore
Hi, The correct sequence for me (with oracle) was: 1. use src/sql/*.sql for everything but psml DDL, including populate script which populates turbine tables, etc. 2. use targets/sql/ psml script for psml DDL. 3. use maven import for psml data, from filesystem. Dan --- "Lukman W. Kusuma" <

Re: [SPAM] Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Lukman W. Kusuma
Yes, Peter. I still use the same copy of my existing CVS and re-run the sql below. Think will have to survive with this at the moment. Will come back to it soon. Thanks for the help. Lukman Peter F. wrote: Hello Lukman, I don't use PSML-in-DB persistence. I decided to use file-based PSML storage

Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Lukman W. Kusuma
Dan Moore wrote: Did you do this after running the sql scripts in target/classes/sql? Yes. I received a message like this when I ran the sql scripts in src/external/sql and then tried to import psml files. The database was not set up correctly, nor were the Torque classes. Noted. After I ran

Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Dan Moore
Did you do this after running the sql scripts in target/classes/sql? I received a message like this when I ran the sql scripts in src/external/sql and then tried to import psml files. The database was not set up correctly, nor were the Torque classes. After I ran the sql scripts in target/classe

Re: [SPAM] Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Peter F.
Hello Lukman, I don't use PSML-in-DB persistence. I decided to use file-based PSML storage (just default option) for a while. So I only needed to create and populate TURBINE_* tables. And I had a problem with this, as far as columns number doesn't match for some table in turbine-mysql.sql and po

Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Lukman W. Kusuma
Dan, I tried this step too before. I thought it might look at the default files and export to database, but it shows 0 profiles instead. I really don't know what's missing now. Thanks Lukman import: [java] * PSML Importer * [java] log4j:WARN No appenders could be found for logger (

Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Lukman W. Kusuma
Dear Peter, Yes, I downloaded the CVS directly yesterday, not using the package. *cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login password: anoncvs * *cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-jetspeed * Questions I have to Dan too : 1. What's the difference bet

Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Dan Moore
The normal way to populate the jetspeed profile tables is to write psml files and then run the maven import task. See "Converting from PSML files to a PSML Database" here http://portals.apache.org/jetspeed-1/psml_db.html Dan --- "Lukman W. Kusuma" <[EMAIL PROTECTED]> wrote: > One more thing, Pe

Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Lukman W. Kusuma
One more thing, Peter. I observe populate-mysql.sql doesn't have any record insert to jetspeed's related profile tables (JETSPEED_). Is this normal? Thanks Lukman Peter F. wrote: Hello Lukman, Probably that's not exactly concerned your problem, but also keep in mind that you need to get lates

Re: Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Dan Moore
both to > >> relfect the mysql config), and JetspeedResources.properties > as > >> specified in the guideline page : > >> http://portals.apache.org/jetspeed-1/psml_db.html > >> o However, I am not able to get > >>

Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Lukman W. Kusuma
One more thing, Peter. I observe populate-mysql.sql doesn't have any record insert to jetspeed's related profile tables (JETSPEED_). Is this normal? Thanks Lukman Peter F. wrote: Hello Lukman, Probably that's not exactly concerned your problem, but also keep in mind that you need to get lates

Re: Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Lukman W. Kusuma
specified in http://portals.apache.org/jetspeed-1/psml_db.html#Creating_PSML_Database * mysql connection is okay, because I must login with the right username / password, and also tested it with mysql shutdown (got different errors) After following those steps, I am getting : &quo

Re: [SPAM] Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Peter F.
Hello Lukman, Probably that's not exactly concerned your problem, but also keep in mind that you need to get latest SQL-scripts turbine-mysql.sql and populate-mysql.sql from CVS. I could not run Jetspeed on MySQL with scripts from downloaded Jetspeed package. Wednesday, October 20, 2004, 4:53:

Re: Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Dan Moore
ql shutdown > (got > different errors) > > After following those steps, I am getting : "Error retrieving Portal > Page: Profile not found" at the main page. > Seems that jetspeed couldn't find the default profile from mysql > database, but I also found

Error retrieving Portal Page: Profile not found.

2004-10-20 Thread Lukman W. Kusuma
username / password, and also tested it with mysql shutdown (got different errors) After following those steps, I am getting : "Error retrieving Portal Page: Profile not found" at the main page. Seems that jetspeed couldn't find the default profile from mysql database, b

RE: Error retrieving Portal Page

2004-05-21 Thread Jeremy Ford
ccess cvs.apache.org and download it. See: http://jakarta.apache.org/site/cvsindex.html Jeremy Ford [EMAIL PROTECTED] -Original Message- From: masa lang [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 6:31 PM To: Jetspeed Users List; [EMAIL PROTECTED] Subject: RE: Error retrieving Portal Pa

RE: Error retrieving Portal Page

2004-05-21 Thread masa lang
s been resolved. See http://nagoya.apache.org/jira/browse/JS1-474 Try using the latest src from CVS. Jeremy Ford [EMAIL PROTECTED] -Original Message- From: masa lang [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 5:28 PM To: Jetspeed Users List Subject: Re: Error retrieving Porta

RE: Error retrieving Portal Page

2004-05-21 Thread Jeremy Ford
Subject: Re: Error retrieving Portal Page when i logged in with anon , i can see the portlet (mine) but when i try turbine i have this message : Error retrieving Portal Page: null And i saw in jetspeed.log : ERROR MyPagesListBox - Exception java.lang.NullPointerException at

Re: Error retrieving Portal Page

2004-05-21 Thread masa lang
when i logged in with anon , i can see the portlet (mine) but when i try turbine i have this message : Error retrieving Portal Page: null And i saw in jetspeed.log : ERROR MyPagesListBox - Exception java.lang.NullPointerException at org.apache.jetspeed.portal.BasePortletConfig.setURL

Error retrieving Portal Page

2004-05-21 Thread masa lang
Hi , in jetspeed interface : when i logged in with turbine , i see this message : Error retrieving Portal Page: null , and there is nothing .. !! and when i log in with admin in Portlet browser, i couldn't see the parents , category, media type, type the all the list (there is no

/ /OREF:CPT1D762 Re: Link with query data: Error retrieving Portal Page

2003-12-02 Thread aribic
003 04:14 Subject PM RE: / /OREF:CPTC7F07 Link with query data: Error retriev

RE: / /OREF:CPTC7F07 Link with query data: Error retrieving Portal Page

2003-12-02 Thread Holger Dewes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2003 3:07 PM > To: [EMAIL PROTECTED] > Subject: / /OREF:CPTC7F07 Link with query data: Error > retrieving Portal Page > > > > > > > Hi The

/ /OREF:CPTC7F07 Link with query data: Error retrieving Portal Page

2003-12-02 Thread aribic
uot;jump").addQueryData("mailDbName", " ${mailDbBean.getMailDbName()}").addQueryData("page", "${nextPage}") I get the following error: Error retrieving Portal Page: Profile not found. My url with the problem looks like this: http://localhost:8080/jetspeed/po

Error retrieving Portal Page: null

2003-08-20 Thread Stefan.Landro
Title: Error retrieving Portal Page: null Hi there! I've started receiving this error, but I can't really figure out why - it tends to happen when I log in and out and in again … Anyone? Cheers, Stefan --

Tomcat crash causes- Error retrieving Portal Page: null

2003-07-17 Thread Martin Anderson
While I was working on a Jetspeed project, tomcat crashed. On restart, the top and side and bottom navigations are generated correctly but in the portlets section of the page an error message is generated stating "Error retrieving Portal Page: null". I figure that something has been o