I have found the cause.

In following case, it always causes exception as I wrote in former mail.

1. Startup jetspeed.
2. Browse jetspeed and jpetstore from a browser.
3. Shutdown jetspeed.
4. Startup jetspeed.
5. When I click the tab of jpetstore, it causes exception.

But if I restart browser between above 3 and 4 or remove cookie "JSESSIONID",
there is no exception.

That cookie "JSESSIONID" remaining in browser has something to do with
the exception.

Can anyone give me a hint to fix this issue?


From: Odo <[EMAIL PROTECTED]>
Subject: Re: How to integrate bridges?
Date: Wed, 07 Sep 2005 00:09:50 +0900 (JST)

> Thanks for your reply, Ate.
> 
> > In your case, you must have modied more than you wanted in the
> > SearchProducts.jsp (and possibly elsewhere).
> > Just changing the table title would have no side-effect.
> > I suggest you compare all your code with subversion and carefully check
> > all the differences.
> 
> Yes. I always use "svn status" or "svn diff" and I am conscious of
> changing of files.
> I have tried following several times, removing all files everytime.
> 
> 1. Checkout all M4 source by svn.
> 
> 2. Change these three files to use PostgreSQL.
> 
>    build.properties
>    project.properties
>    maven-plugin/plugin.properties
> 
> 3. Build and start tomcat.
> 
>    maven initMavenPlugin allClean allBuild
>    maven j2:quickStart
>    /.../jakarta-tomcat-5.5.9/bin/startup.sh
> 
> 4. Jetspeed/Jpetstore works fine. No problem.
> 
> 5. Stop tomcat.
> 
>    /.../jakarta-tomcat-5.5.9/bin/shutdown.sh
> 
> 6. Change SearchProducts.jsp. Only title string.
> 
> 7. Build and start tomcat. Same as 3.
> 
> 8. Able to login to Jetspeed by uid "admin".
> 
> 9. Exception when I click Jpetstore tab.
> 
> Is there any mistake in above procedure?
> If not, it is a mystery. :-)

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

Reply via email to