On Tuesday, February 18, 2003, at 09:20  PM, John Arnold wrote:

I'm really stumped on this one and haven't gotten any enlightenment from the
mail archives. I'm running Win2K, Jetspeed 1.4-b3, MySQL 4.05b on Tomcat
4.1.12.

When I open ...jetspeed/index.jsp in my browser (IE 6.0), the topnav,
leftnav, and bottomnav are rendered, but as to the content, I have the
following message displayed (or something close to it): yadayadayad:
Profile not found. This occurs for both the anon and named users. Sure
enough, when I dig into the jetspeed tables in the mysql database, the anon
and named users exist in the turbine tables but all of the jetspeed profile
tables are empty (jetspeed_user_profile, jetspeet_role_profile, and
jetspeed_group_profile). So, the error makes sense.

Searching through the mail archives, I came across a tidbit indicating that
I need to import the psml data into the database by running the build.bat
file in the ...jetspeed-1.4b2/build dir with the 'import arg, which is
basically the same as running 'ant import' from the command line from inside
the build dir. When I do this, I consistently get the following stack
trace:

[java] ***** PSML Importer *****
[java] java.io.FileNotFoundException:
null\WEB-INF\conf\TurbineResources.properties (The system cannot find the
path specified)
The import did not run.
You should get a message at the end saying (n) records imported

Have you actually built the jar or war file first (ant war)?
This looks suspicious:

null/WEB-INF/cong/TurbineResources.properties

When you run the importer from ant, it expects to find the properties in ${build.dest.dir}
Check to see if ./bin/WEB-INF/conf/TurbineResources.properties exists

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
+01 707 773-4646




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to