• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

error 404

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm really disapointed in my learning.

I changed nothing!
An hour ago, everything worked and after restart the computer, i receive the error with this trace:



Do you have an idea to help me

thanks
 
fabian verbeek
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I checked in the build path and spring-web-3.2.0 are inside
I did a clean project but it still doesn't work
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you using TC server? Go to the folder your web application is deployed in and clean it out. Rebuild it and try again. Sometimes right clicking the server and selecting clean, followed by publish is sufficient. Otherwise go into that directory and manually clean it.

The path will probably look something like this, where the x's represent version numbers and can vary.

 
fabian verbeek
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried your solution in cleaning the server and then publish but now when i start the application i receive a blank page.
after some seconds, i receive the alert: Page load failed with error: La requête a expiré.

I receive this message in the trace:
Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" java.lang.OutOfMemoryError: PermGen space

thanks for your help because i'm from Php and tomcat seems to suck
 
Bill Gorder
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well you apparently don't have enough memory allocated to start your application. Double click the server in the servers tab and click the 'Open Launch Configuration' link. You can adjust the memory allocated under VM arguments look for the part that looks like this



and adjust the MaxPermSize.

You will find that of the newest STS version (3.1.0-RELEASE) has 2 download available. One is based on Eclipse JUNO 4.2.1 and another based on Eclipse JUNO 3.8.1. Don't use the one based on JUNO 4.2.1 there are some major performance issues with that version of Eclipse.

 
fabian verbeek
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks
i make a clean tomcat work directory and it works

really incredible as comportment
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic