[ 
https://issues.apache.org/jira/browse/OFBIZ-13278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18015605#comment-18015605
 ] 

Jacques Le Roux commented on OFBIZ-13278:
-----------------------------------------

So now, I wonder if we should merge in 24.09
https://github.com/apache/ofbiz-plugins/commit/4b317a5b403a2430e16803a3bc89d615632fc0e5
https://github.com/apache/ofbiz-plugins/commit/6edb8ebb9ae7072fc93798ff4f80fa434a1fce70

As long as we have not a proof of an issue in 24.09. I never got in console


{noformat}
 SEVERE: An exception has been thrown from an exception mapper class 
org.apache.ofbiz.ws.rs.spi.impl.GenericServiceExceptionMapper.
java.lang.IllegalStateException: The request object has been recycled and is no 
longer associated with this facade
 at 
org.apache.catalina.connector.RequestFacade.checkFacade(RequestFacade.java:855)
{noformat}


> Repeated REST API exception results in generic 500 error instead of specific 
> response
> -------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-13278
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-13278
>             Project: OFBiz
>          Issue Type: Bug
>          Components: rest-api
>    Affects Versions: 24.09.02
>            Reporter: Arashpreet Singh
>            Assignee: Deepak Dixit
>            Priority: Major
>
> When a REST API exposed via the {{rest-api}} module is called and an 
> exception occurs during execution, OFBiz initially returns an appropriate 
> error response. However, if the same API is called again and the exception 
> persists, OFBiz returns a generic HTTP 500 Internal Server Error without 
> providing the specific error message or exception details that were returned 
> on the first call.
> *Steps to Reproduce:*
>  # Call a REST API (e.g., {{{}/rest/some-endpoint{}}}) that is expected to 
> raise an exception due to missing input, business logic failure, or invalid 
> state.
>  # Observe the first response – it contains a descriptive error message.
>  # Without fixing the root cause, call the same API again.
>  # The second response returns HTTP 500 Internal Server Error without the 
> original error message.
> *Expected Behavior:*
>  * The API should return a consistent and descriptive error response each 
> time the same exception occurs, not a generic 500 error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to