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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

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

lgrant
15-Moonstone

"/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

ACCEPTED SOLUTION

Accepted Solutions

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

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
15-Moonstone
(To:lgrant)

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

Did the trick.

jessh
12-Amethyst
(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.

Announcements


Top Tags