Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0010668
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajorhave not tried2009-09-20 20:582009-10-06 11:50
ReportershuehnerView Statuspublic 
Assigned Tomarvintm 
PriorityurgentResolutionfixedFixed in Version2.50MP6
StatusclosedFix in branchFixed in SCM revision184697b1fbe6
ProjectionnoneETAnoneTarget Version2.50MP6
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0010668: NPE and not user visible error message on deleting 'Your company document image' in newly created organisation

DescriptionDeleting 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 ReproduceUse 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
Tags250mp6
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (manager)
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 (manager)
2009-10-06 11:50

Closed again because hudson has reopened without no reason

- 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 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
Powered by Mantis Bugtracker