Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: STRUTS:SEVERE: Error filterStart ,Context [/Project_name] startup failed due to previous errors project not start.

  1. #1
    Junior Member
    Join Date
    Jul 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question STRUTS:SEVERE: Error filterStart ,Context [/Project_name] startup failed due to previous errors project not start.

    can any one help me for this in struts configuration on tomcat:

    SEVERE: Error filterStart
    org.apache.catalina.core.StandardContext startInternal
    SEVERE: Context [/Project_name] startup failed due to previous errors project not start.


    I want to know the reasons for getting this Error.

    thanks,
    prem


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: STRUTS:SEVERE: Error filterStart ,Context [/Project_name] startup failed due to previous errors project not start.


  3. #3
    Junior Member
    Join Date
    Apr 2013
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: STRUTS:SEVERE: Error filterStart ,Context [/Project_name] startup failed due to previous errors project not start.

    Hi Prem
    the things behind this error is that :-
    1.>the web.xml file does not have filter entry correctly written.or the version of struts filter is not matching with the filter name written in filter entry.
    2.>the second things is that struts.xml file have some thing missing.
    3.>the action class property name does not match with the presentation layer name of object(like name of input box and etc).

Similar Threads

  1. Replies: 1
    Last Post: July 17th, 2013, 01:25 PM
  2. Final Project Help Please? Due Tomorrow.
    By tylerreece22 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: April 23rd, 2012, 08:32 AM
  3. Have a C++ project due soon and am not sure if I'm using pointers right.
    By javapenguin in forum Other Programming Languages
    Replies: 12
    Last Post: September 19th, 2011, 09:54 PM
  4. Relative path issue with Context path struts
    By chinnu in forum Web Frameworks
    Replies: 1
    Last Post: March 31st, 2011, 10:17 AM
  5. Program compiled/ran as required - FAILED project WHY??????????
    By MISSAJ in forum What's Wrong With My Code?
    Replies: 7
    Last Post: June 23rd, 2010, 03:35 PM