> -----Original Message-----
> From: David Sean Taylor [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 19, 2003 1:37 AM
> To: Jetspeed Users List
> Subject: Re: Problem with PSML Import
>
>
>
> 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 -Thanks for your reply.  I have built the war file (many times).
Looking at ./build/build.xml, the ${build.dest.dir} is set to ./bin/classes
(for the compile target, I'm guessing?)  TurbineResources.properties exists
in ./webapp/WEB-INF/conf/.  Can I get your thoughts on this before I start
changing properties in the build file?  I'm wondering if there is some
property elsewhere that is not being set that is supposed to provide the
prefix for the 'properties' property in ./webapp/web.xml?

Thanks again.


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

Reply via email to