Menu

#39 Search / edit users causes exception (java.lang.NoSuchMethodError)

trunk
fixed
nobody
None
7
2013-05-23
2013-05-07
Aaron Toth
No

Steps to reproduce:

1) login to the MyOSCAR portal as an admin user who can create users (if user's do not already exist)
2) navigate to the "Help Desk Tools" -> "Search / Edit Users" page
3) enter in a username in the "username" field
4) click the "search" button

javax.el.ELException: java.lang.NoSuchMethodError: org.oscarehr.myoscar_server.ws.AccountWs.searchPeople4(Lorg/oscarehr/myoscar_server/ws/PersonTransfer3;Ljava/lang/Boolean;II)Ljava/util/List;

viewId=/admin/search_person.xhtml
location=/home/aaron/workspace/myoscar_server2/catalina_base/webapps/myoscar_client/admin/search_person.xhtml
phaseId=INVOKE_APPLICATION(5)

Caused by:
java.lang.NoSuchMethodError - org.oscarehr.myoscar_server.ws.AccountWs.searchPeople4(Lorg/oscarehr/myoscar_server/ws/PersonTransfer3;Ljava/lang/Boolean;II)Ljava/util/List;
at org.oscarehr.myoscar.client.ws_manager.AccountManager.searchPeople(AccountManager.java:381)

/admin/search_person.xhtml at line 40 and column 109 action="#{searchPerson.search}"

<HtmlCommandButton action="#{searchPerson.search}" actionExpression="#{searchPerson.search}" class="class javax.faces.component.html.HtmlCommandButton" clientId="j_id_b:j_id_n" disabled="false" id="j_id_n" immediate="false" inView="true" readonly="false" rendered="true" transient="false" type="submit" value="#{msg.Search}" location="/admin/search_person.xhtml at line 40 and column 109"/> - State size:0 bytes

Discussion

  • Aaron Toth

    Aaron Toth - 2013-05-07

    This is the stack trace for the error

     
  • Aaron Toth

    Aaron Toth - 2013-05-07

    This was found in :

    Build #375 (Apr 25, 2013 3:08:54 AM)

     
  • Ted Leung

    Ted Leung - 2013-05-08
    • status: open --> fixed
     
  • Ted Leung

    Ted Leung - 2013-05-08
     
  • Ted Leung

    Ted Leung - 2013-05-23
    • status: fixed --> open
     
  • Ted Leung

    Ted Leung - 2013-05-23
    • status: open --> fixed
     

Log in to post a comment.