Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0010668 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | have not tried | 2009-09-20 20:58 | 2009-10-06 11:50 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 2.50MP6 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 184697b1fbe6 | ||||
Projection | none | ETA | none | Target Version | 2.50MP6 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0010668: NPE and not user visible error message on deleting 'Your company document image' in newly created organisation | |||||||
Description | Deleting the 'Your company document image' in the information tab of the organisation window does: - not delete the image - produce an NPE - does not tell the user in any way Stacktrace of the NPE: java.lang.NullPointerException at org.openbravo.erpCommon.info.ImageInfoBLOB.doPost(ImageInfoBLOB.java:111) at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) at org.openbravo.base.HttpBaseServlet.serviceInitialized(HttpBaseServlet.java:224) at org.openbravo.base.secureApp.HttpSecureAppServlet.service(HttpSecureAppServlet.java:336) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.openbravo.utils.SessionExpirationFilter.doFilter(SessionExpirationFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.openbravo.utils.CharsetFilter.doFilter(CharsetFilter.java:35) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.openbravo.dal.core.DalRequestFilter$1.doAction(DalRequestFilter.java:79) at org.openbravo.dal.core.ThreadHandler.run(ThreadHandler.java:46) at org.openbravo.dal.core.DalRequestFilter.doFilter(DalRequestFilter.java:85) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) 4737118 [http-8080-5] ERROR org.openbravo.erpCommon.info.ImageInfoBLOB - Class for table not found java.lang.NullPointerException at org.openbravo.erpCommon.info.ImageInfoBLOB.doPost(ImageInfoBLOB.java:111) at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) at org.openbravo.base.HttpBaseServlet.serviceInitialized(HttpBaseServlet.java:224) at org.openbravo.base.secureApp.HttpSecureAppServlet.service(HttpSecureAppServlet.java:336) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.openbravo.utils.SessionExpirationFilter.doFilter(SessionExpirationFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.openbravo.utils.CharsetFilter.doFilter(CharsetFilter.java:35) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.openbravo.dal.core.DalRequestFilter$1.doAction(DalRequestFilter.java:79) at org.openbravo.dal.core.ThreadHandler.run(ThreadHandler.java:46) at org.openbravo.dal.core.DalRequestFilter.doFilter(DalRequestFilter.java:85) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) | |||||||
Steps To Reproduce | Use the testcases defined for the Configurable System logo project: http://wiki.openbravo.com/wiki/Projects/Configurable_System_logos [^] Execute at least testcases 1.5.6 and 1.5.7 Check the tomcat output/eclipse console for errors | |||||||
Tags | 250mp6 | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0020221) shuehner (administrator) 2009-09-20 21:00 |
When changing the selector the existing printStackTrace call in the catch block should be removed as it is not needed with the following proper log4j logging. |
(0020228) hgbot (developer) 2009-09-21 11:42 |
Repository: erp/devel/pi Changeset: 184697b1fbe659a167d501e029627be9e4c4ab9a Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Mon Sep 21 11:42:15 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/184697b1fbe659a167d501e029627be9e4c4ab9a [^] Fixed issue 10668. Table id column data is read differently to avoid problems related to inpKeyCol Wad attribute. --- M src/org/openbravo/erpCommon/info/ImageInfoBLOB.java --- |
(0020362) psarobe (viewer) 2009-09-25 11:33 |
Tested working fine |
(0020486) hgbot (developer) 2009-09-29 14:14 |
Repository: erp/devel/pi-pageddatagrid Changeset: 184697b1fbe659a167d501e029627be9e4c4ab9a Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Mon Sep 21 11:42:15 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/184697b1fbe659a167d501e029627be9e4c4ab9a [^] Fixed issue 10668. Table id column data is read differently to avoid problems related to inpKeyCol Wad attribute. --- M src/org/openbravo/erpCommon/info/ImageInfoBLOB.java --- |
(0020768) psarobe (viewer) 2009-10-06 11:50 |
Closed again because hudson has reopened without no reason |
![]() |
|||
Date Modified | Username | Field | Change |
2009-09-20 20:58 | shuehner | New Issue | |
2009-09-20 20:58 | shuehner | Assigned To | => marvintm |
2009-09-20 20:58 | shuehner | OBNetwork customer | => No |
2009-09-20 21:00 | shuehner | Note Added: 0020221 | |
2009-09-21 11:42 | hgbot | Checkin | |
2009-09-21 11:42 | hgbot | Note Added: 0020228 | |
2009-09-21 11:42 | hgbot | Status | new => resolved |
2009-09-21 11:42 | hgbot | Resolution | open => fixed |
2009-09-21 11:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/184697b1fbe659a167d501e029627be9e4c4ab9a [^] |
2009-09-23 16:11 | psarobe | Target Version | => 2.50MP6 |
2009-09-23 16:12 | psarobe | Tag Attached: 250mp6 | |
2009-09-25 11:33 | psarobe | Status | resolved => closed |
2009-09-25 11:33 | psarobe | Note Added: 0020362 | |
2009-09-25 11:33 | psarobe | Fixed in Version | => 2.50MP6 |
2009-09-26 00:00 | anonymous | sf_bug_id | 0 => 2866956 |
2009-09-29 14:14 | hgbot | Checkin | |
2009-09-29 14:14 | hgbot | Note Added: 0020486 | |
2009-09-29 14:14 | hgbot | Status | closed => resolved |
2009-09-29 14:14 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/184697b1fbe659a167d501e029627be9e4c4ab9a [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/184697b1fbe659a167d501e029627be9e4c4ab9a [^] |
2009-10-06 11:50 | psarobe | Status | resolved => closed |
2009-10-06 11:50 | psarobe | Note Added: 0020768 |
Copyright © 2000 - 2009 MantisBT Group |