Skip to main content
16-Pearl
July 8, 2013
Solved

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

  • July 8, 2013
  • 2 replies
  • 1780 views

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

Best answer by MatthewKnight

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.

2 replies

1-Visitor
July 8, 2013

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.

lgrant16-PearlAuthor
16-Pearl
July 8, 2013

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

Did the trick.

12-Amethyst
July 9, 2013

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.