Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||||||||||||||||
| View Issue Details | ||||||||||||||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||||||||
| 0036074 | Openbravo ERP | A. Platform | public | 2017-05-23 16:30 | 2017-05-29 17:43 | |||||||||||||||||||||
| Reporter | ngarcia | |||||||||||||||||||||||||
| Assigned To | alostale | |||||||||||||||||||||||||
| Priority | immediate | Severity | minor | Reproducibility | always | |||||||||||||||||||||
| Status | closed | Resolution | fixed | |||||||||||||||||||||||
| Platform | OS | 5 | OS Version | |||||||||||||||||||||||
| Product Version | ||||||||||||||||||||||||||
| Target Version | Fixed in Version | 3.0PR17Q3 | ||||||||||||||||||||||||
| Merge Request Status | ||||||||||||||||||||||||||
| Review Assigned To | caristu | |||||||||||||||||||||||||
| OBNetwork customer | OBPS | |||||||||||||||||||||||||
| Web browser | ||||||||||||||||||||||||||
| Modules | Core | |||||||||||||||||||||||||
| Support ticket | 46829 | |||||||||||||||||||||||||
| Regression level | Production - Confirmed Stable | |||||||||||||||||||||||||
| Regression date | 2016-10-14 | |||||||||||||||||||||||||
| Regression introduced in release | 3.0PR17Q1 | |||||||||||||||||||||||||
| Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/89f0eb718711 [^] | |||||||||||||||||||||||||
| Triggers an Emergency Pack | No | |||||||||||||||||||||||||
| Summary | 0036074: inconsistent process (ad_process) configuration generates invalid web.xml | |||||||||||||||||||||||||
| Description | Having defined an inconsistent/incorrect configuration for a process (ad_process) can generate an invalid web.xml which stops Tomcat to be started. Example of incorrect definition: * Report = 'N' * UI Pattern = Standard * record in AD_MODEL_OBJECT_MAPPING with object_type = 'S' | |||||||||||||||||||||||||
| Steps To Reproduce | As System Admin role: 1. Set Core In Development 2. Go to Report and Process Window and select 'Print Requisition' report 3. Set it as Report = 'N' 4. Make any change in the Process Class tab and undo it in order the update the updated column (thus the web.xml file will be generated again) 5. Execute in DB: update ad_model_object set object_type = 'S' where ad_model_object_id = '1004400018' 6. Compile 7. Try to restart Tomcat and check the following error is raised: Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/openbravo]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:162) ... 6 more Caused by: java.lang.IllegalArgumentException: Servlet mapping specifies an unknown servlet name R1004400018 at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:3425) Check in build/javasqlc/src/web.xml file that there is an <servlet-mapping> entry for the 1004400018 ad_model_object but there is not the <servlet-class> entry | |||||||||||||||||||||||||
| Proposed Solution | ||||||||||||||||||||||||||
| Additional Information | ||||||||||||||||||||||||||
| Tags | No tags attached. | |||||||||||||||||||||||||
| Relationships |
| |||||||||||||||||||||||||
| Attached Files | ||||||||||||||||||||||||||
| Issue History | ||||||||||||||||||||||||||
| Date Modified | Username | Field | Change | |||||||||||||||||||||||
| 2017-05-23 16:30 | ngarcia | New Issue | ||||||||||||||||||||||||
| 2017-05-23 16:30 | ngarcia | Assigned To | => platform | |||||||||||||||||||||||
| 2017-05-23 16:30 | ngarcia | OBNetwork customer | => Yes | |||||||||||||||||||||||
| 2017-05-23 16:30 | ngarcia | Modules | => Core | |||||||||||||||||||||||
| 2017-05-23 16:30 | ngarcia | Resolution time | => 1497304800 | |||||||||||||||||||||||
| 2017-05-23 16:30 | ngarcia | Triggers an Emergency Pack | => No | |||||||||||||||||||||||
| 2017-05-23 16:30 | ngarcia | Issue Monitored: networkb | ||||||||||||||||||||||||
| 2017-05-23 16:31 | ngarcia | Support ticket | => 46829 | |||||||||||||||||||||||
| 2017-05-24 10:20 | alostale | Relationship added | caused by 0032512 | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Review Assigned To | => caristu | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Regression level | => Production - Confirmed Stable | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Regression date | => 2016-10-14 | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Regression introduced in release | => 3.0PR17Q1 | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/89f0eb718711 [^] | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Priority | urgent => immediate | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Severity | major => minor | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Summary | Cannot start Tomcat if a report is defined with Report = 'N', UI Pattern = Standard and has a record in AD_MODEL_OBJECT_MAPPING => inconsistent process (ad_process) configuration generates invalid web.xml | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Description Updated | bug_revision_view_page.php?rev_id=15206#r15206 | |||||||||||||||||||||||
| 2017-05-24 10:26 | alostale | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=15208#r15208 | |||||||||||||||||||||||
| 2017-05-24 10:28 | alostale | Status | new => scheduled | |||||||||||||||||||||||
| 2017-05-24 10:35 | alostale | Assigned To | platform => alostale | |||||||||||||||||||||||
| 2017-05-24 10:40 | hgbot | Checkin | ||||||||||||||||||||||||
| 2017-05-24 10:40 | hgbot | Note Added: 0096748 | ||||||||||||||||||||||||
| 2017-05-24 10:40 | hgbot | Status | scheduled => resolved | |||||||||||||||||||||||
| 2017-05-24 10:40 | hgbot | Resolution | open => fixed | |||||||||||||||||||||||
| 2017-05-24 10:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/42059137939cc613bd94145ea7dc8eeb7fa73e55 [^] | |||||||||||||||||||||||
| 2017-05-25 09:56 | caristu | Note Added: 0096777 | ||||||||||||||||||||||||
| 2017-05-25 09:56 | caristu | Status | resolved => closed | |||||||||||||||||||||||
| 2017-05-25 09:56 | caristu | Fixed in Version | => 3.0PR17Q3 | |||||||||||||||||||||||
| 2017-05-29 17:43 | hudsonbot | Checkin | ||||||||||||||||||||||||
| 2017-05-29 17:43 | hudsonbot | Note Added: 0096983 | ||||||||||||||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||