cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

"/netmarkets/jsp/history/iterationHistory.jsp" not found

lgrant
14-Alexandrite

"/netmarkets/jsp/history/iterationHistory.jsp" not found

Anyone know what could be the problem that giving me this error:

Page could not respond: /netmarkets/jsp/history/iterationHistory.jsp

org.apache.jasper.JasperException: File "/netmarkets/jsp/history/iterationHistory.jsp" not found

I see the iterationHistory.jsp file in the folder.

C:\ptc\Windchill_9.1\Windchill\codebase\netmarkets\jsp\history

1 ACCEPTED SOLUTION

Accepted Solutions
MatthewKnight
4-Participant
(To:lgrant)

Happens occaisionally with various pages for me too. I've never had the time to look into it and just end up restarting Tomcat if refreshing the page doesn't work.

View solution in original post

3 REPLIES 3
MatthewKnight
4-Participant
(To:lgrant)

Happens occaisionally with various pages for me too. I've never had the time to look into it and just end up restarting Tomcat if refreshing the page doesn't work.

lgrant
14-Alexandrite
(To:lgrant)

At the same time Tomcat was stopped I deleted the \work file.

Did the trick.

jessh
5-Regular Member
(To:lgrant)

Deleting /work isn't related here.

The secret is likely quite simple: you're using an old Java 6 release whose JIT compiler has a serious bug on x86 hardware. The problem will likely only occur when the JIT compiler decides to compile the wrong thing -- which can take days of uptime, but could happen far more quickly depending on system usage.

Move to a recent Java 6 Update and this should go away.

Top Tags