You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/02/02 17:25:34 UTC

DO NOT REPLY [Bug 16678] New: - When used Lookupdispatch i get HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16678>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16678

When used Lookupdispatch i get  HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION

           Summary: When used Lookupdispatch i get  HotSpot Virtual Machine
                    Error, EXCEPTION_ACCESS_VIOLATION
           Product: Struts
           Version: Nightly Build
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Standard Actions
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: stephen_a100@hotmail.com
                CC: stephen_a100@hotmail.com


Used LookupDispatchAction and love, but I ran into a this problem
> In the example,
> The three actions were
> 1) populating the form with key
>     e.g. /edit.do?submit=init&key=10
> 2) Editing the record
> 3) Deleting record
>
> Everything works beautifully until you try and mess the query string
> for e.g  /edit.do?submit=initchanged&key=10
> there is no mapping for initx, hence there is no method name and null is
> passed into the
> return dispatchMethod(mapping, form, request, response, methodName)
> which finally calls getMethod(String name, Class[] parameterTypes)
> The end result is that application shuts down with VM error
> -------------------HotSpot Error
message------------------------------------
> #
> # HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
> # Please report this error at
> # http://java.sun.com/cgi-bin/bugreport.cgi
> #
> # Error ID: 4F533F57494E13120E43505002D4
> #
> Resin 2.0.5 (built Fri Jan 11 08:29:05 PST 2002)

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org