Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8677297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T20:25:18+00:00 2026-06-12T20:25:18+00:00

Here is the error I am getting: java.lang.NoSuchMethodError: com.Order.getList(Lepo/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/ArrayList; After decompiling the classes, I

  • 0

Here is the error I am getting:

java.lang.NoSuchMethodError: com.Order.getList(Lepo/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/ArrayList;

After decompiling the classes, I found that there should be a “Ljava/lang/String” as the first parameter. As you can see by the error that parameter is missing. So I decompiled the calling method’s class and it does a have a string as the first parameter.

This is where I am a little confused to what is happening here. The last time this code was modified was 2007 according to the timestamps. This error showed up about a week ago.

This is a struts app running on JBoss 4.0.0DR3. To my knowledge there has been no software upgrades on the server.

I also tried stopping JBoss, deleting all the temp directories and restarting.

Does anyone have any suggestions to the next step to take?

Edit:

Here is more of the stacktrace

java.lang.NoSuchMethodError: com.Order.getList(Lepo/User;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/ArrayList;
    at com.ViewStatusAction.retrieveList(ViewStatusAction.java:325)
    at com.ViewStatusAction.executeAction(ViewStatusAction.java:115)
    at com.BaseAction.execute(BaseAction.java:42)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T20:25:19+00:00Added an answer on June 12, 2026 at 8:25 pm

    I’m assuming that both the com.Order and com.ViewStatusAction are application code, not 3rd-party code.

    The exception means that you have a version mismatch of some kind.

    • The ViewStatusAction class expects there to be a method in Order with this signature:

      java.util.ArrayList getList(Lepo.User arg0, 
                                  String arg1, String arg2, 
                                  String arg3, String arg4)
      
    • The Order class does not declare a method with that signature. (It may have a different signature, or it may not exist at all.)

    When you originally compiled ViewStatusAction, the compiler was able to find that method. However now, the runtime system cannot find it any more. This can only mean that you are using a different version of Order to the one that your ViewStatusAction class was compiled against.

    You need to find out why you’ve now got this mismatch. Possible explanations include:

    • You have deployed a new version of one of the classes without deploying the new version of the other.

    • You have deployed an out of date version of one of the classes.

    • You have two versions of one or other of the classes on your class path and you have unwittingly changed the classpath search order.

    What you need to do is find out where the incompatible classes are coming from, and how they got there. Once you have figured that out, the fix is likely to be self evident.


    I note that your FQ class names doen’t conform to accepted standards:

    1. The package names should start with your organisation’s domain name, reversed. “com.” is wrong.
    2. The package names should be all lower-case. “Lepo” is wrong if it is a package name, and if it is a class in the default package, then that is wrong too.

    (It is possible that your problem might be a fall-out of fixing the bogus Lepo.User name …)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting Error java.lang.NumberFormatException: For input string: passing JSON array to Spring-MVC.. Here
I keep getting this error here: SEVERE: java.lang.NumberFormatException: For input string: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at
Getting this error: java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:200) at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:274)
I am getting the error java.lang.OutOfMemoryError: bitmap size exceeds VM budget . This occurs
i am Consistently getting java.lang.OutOfMemoryError: PermGen space Error in Eclipse while opening any file
I am getting the 'java.lang.OutOfMemoryError: bitmap size exceeds VM budget' error... What I am
Can anyone tell me why am i getting error message java.lang.NullPointerException in following code??
I am getting following error message: java.lang.IllegalStateException: Neither BindingResult nor plain target object for
I'm getting the error: java.lang.OutOfMemoryError: bitmap size exceeds VM budget(Heap Size=12295KB, Allocated=3007KB, Bitmap Size=15621KB)
Why am I getting this error: java.lang.IndexOutOfBoundsException: Index: 4 , Size: 4 I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.