Project:
View Revisions: Issue #32995 | [ Back to Issue ] | ||
Summary | 0032995: some 2.50 style selectors do not work on JBoss | ||
Revision | 2016-05-19 10:53 by alostale | ||
Steps To Reproduce | 1. Deploy Openbravo on JBoss AS 7.1.1 2. Login as Openbravo group admin 3. Create a Goods Receipt 4. Click on Create Lines From button 5. Click on icon to open Warehouse position selector -> 5.1 No results appear on grid 5.2 The following error can be seen in log (see full stack here [1]) ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/qa-jboss-pgsql].[S801412]] (ajp--127.0.0.1-8009-1) Servlet.service() for servlet S801412 threw exception: org.openbravo.base.exception.OBException: Exception thrown Exception thrown Parameters processing failed. at org.openbravo.dal.core.ThreadHandler.run(ThreadHandler.java:63) [classes:] at org.openbravo.dal.core.DalRequestFilter.doFilter(DalRequestFilter.java:103) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] Alternatively to deploying in JBoss: 5.3. After step 5 check the request: in the form data sent to backend there is a field with no name. This generates also log in catalina.out when deployed in Tomcat, but the request is still processed [2]: May 16, 2016 6:28:21 PM org.apache.tomcat.util.http.Parameters processParameters INFO: Invalid chunk starting at byte [130] and ending at byte [130] with a value of [null] ignored [1] https://ci.openbravo.com/view/qa/job/qa-jboss-pgsql/1/artifact/SANDBOX/tomcat-logs/jboss-console.log [^] [2] https://ci.openbravo.com/job/int-basic-pgsql/lastSuccessfulBuild/artifact/SANDBOX/tomcat-logs/catalina.out [^] |
||
Revision | 2016-05-19 10:45 by alostale | ||
Steps To Reproduce | 1. Deploy Openbravo on JBoss AS 7.1.1 2. Login as Openbravo group admin 3. Create a Goods Receipt 4. Click on Create Lines From button 5. Click on icon to open Warehouse position selector -> 5.1 No results appear on grid 5.2 The following error can be seen in log (see full stack here [1]) ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/qa-jboss-pgsql].[S801412]] (ajp--127.0.0.1-8009-1) Servlet.service() for servlet S801412 threw exception: org.openbravo.base.exception.OBException: Exception thrown Exception thrown Parameters processing failed. at org.openbravo.dal.core.ThreadHandler.run(ThreadHandler.java:63) [classes:] at org.openbravo.dal.core.DalRequestFilter.doFilter(DalRequestFilter.java:103) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] Alternatively to deploying in JBoss: 5.3. After step 5 check the request: in the form data sent to backend there is a field with no name. [1] https://ci.openbravo.com/view/qa/job/qa-jboss-pgsql/1/artifact/SANDBOX/tomcat-logs/jboss-console.log [^] |
Copyright © 2000 - 2009 MantisBT Group |