Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0010668 | Openbravo ERP | A. Platform | public | 2009-09-20 20:58 | 2009-10-06 11:50 |
Reporter | shuehner | ||||
Assigned To | marvintm | ||||
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | 2.50MP6 | Fixed in Version | 2.50MP6 | ||
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 | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | 250mp6 | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|