Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0017986 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2011-07-14 13:46 | 2014-11-17 06:59 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0MP2 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 96cf2a09397d | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0017986: StackOverflow trying to install a commercial not subscribed module | |||||||
Description | In a professional instance, having installed a commercial module that is not part of the granted modules for that instance. An StackOverflow error is raised when trying to install another not subscribed module. | |||||||
Steps To Reproduce | -Activate the instance -Install a commercial module -Activate the instance with another license that doesn't include that module -Try to install a module that is not granted to the latest license | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0039060) hgbot (developer) 2011-07-14 14:15 |
Repository: erp/devel/pi Changeset: 96cf2a09397de87dac155ecbbaa856a5bb2998b8 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Thu Jul 14 14:12:30 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/96cf2a09397de87dac155ecbbaa856a5bb2998b8 [^] fixed bug 17986: StackOverflow trying to install a commercial not subscribed module --- M src/org/openbravo/erpCommon/obps/ActivationKey.java M src/org/openbravo/erpCommon/obps/ActiveInstanceProcess.java --- |
(0039595) hudsonbot (viewer) 2011-08-01 14:19 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/cf2afed6e8ef [^] Maturity status: Test |
(0040159) jonalegriaesarte (viewer) 2011-08-12 13:01 |
Verified |
(0071680) Roney (viewer) 2014-11-17 06:59 |
1. Actually I'm completed the installation of Openbravo. And I got login. But there I couldn't make initial client setup. Because in that instance OpenbravoERP-3.0PR14Q3.2(Cloned one) Enterprise Module Management is missing. 2. So I changed that instance and I installed a new one from the openbravo-3.0MP31.2.tar.bz2 , and it successfully completed. 3. Then I tried to login. I given the login credentials in login page, after that it showing only one loading page.. 4. so I increased the permsize also. But still it showing like that. 5. Then I checked logs, in openbravo.log some error it showing.. I am giving the error logs roney@roney-Satellite-C850:/var/lib/tomcat6/logs$ tail -f openbravo3.log 2014-11-15 14:53:01,802 [Thread-6] INFO org.openbravo.base.OBSchedulerInitializerListener - Quartz Scheduler successful shutdown. 2014-11-17 10:11:14,656 [main] INFO org.openbravo.dal.core.DalLayerInitializer - Initializing in-memory model... 2014-11-17 10:11:14,699 [main] INFO org.openbravo.base.model.ModelProvider - Building runtime model 2014-11-17 10:11:23,998 [main] INFO org.openbravo.dal.core.DalLayerInitializer - Model read in-memory, generating mapping... 2014-11-17 10:11:34,501 [main] INFO org.openbravo.dal.core.DalLayerInitializer - Dal layer initialized 2014-11-17 10:11:34,556 [main] INFO org.openbravo.base.OBSchedulerInitializerListener - Quartz Initializer Servlet loaded, initializing Scheduler... 2014-11-17 10:11:34,623 [main] INFO org.openbravo.base.OBSchedulerInitializerListener - Scheduler will start in 30 seconds. 2014-11-17 10:11:34,623 [main] INFO org.openbravo.base.OBSchedulerInitializerListener - Storing the Quartz Scheduler Factory in the servlet context at key: org.quartz.impl.StdSchedulerFactory.KEY 2014-11-17 10:11:34,623 [main] INFO org.openbravo.base.OBSchedulerInitializerListener - Storing ConfigParameters and ConnectionProvider in Scheduler Context. 2014-11-17 10:11:34,633 [main] INFO org.openbravo.base.OBSchedulerInitializerListener - Initalizing singleton instance of org.openbravo.scheduling.OBScheduler 2014-11-17 10:15:07,065 [DefaultQuartzScheduler_Worker-1] ERROR org.openbravo.scheduling.ProcessRequestData - SQL error in query: UPDATE AD_Process_Request SET Updatedby = ?, AD_User_ID = ?, Status = ?, Channel = ?, Previous_Fire_Time = TO_TIMESTAMP(?, ?), Next_Fire_Time = TO_TIMESTAMP(?, ?), Scheduled_Finish = TO_TIMESTAMP(?, ?), Ob_Context = ? WHERE AD_Process_Request_ID = ?Exception:java.sql.SQLDataException: ORA-01830: date format picture ends before converting entire input string 2014-11-17 10:15:07,068 [DefaultQuartzScheduler_Worker-1] ERROR org.openbravo.scheduling.ProcessMonitor - @CODE=1830@ORA-01830: date format picture ends before converting entire input string javax.servlet.ServletException: @CODE=1830@ORA-01830: date format picture ends before converting entire input string at org.openbravo.scheduling.ProcessRequestData.update(ProcessRequestData.java:337) at org.openbravo.scheduling.ProcessMonitor.triggerFired(ProcessMonitor.java:102) at org.quartz.core.QuartzScheduler.notifyTriggerListenersFired(QuartzScheduler.java:1793) at org.quartz.core.JobRunShell.notifyListenersBeginning(JobRunShell.java:310) at org.quartz.core.JobRunShell.run(JobRunShell.java:176) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525) 2014-11-17 10:16:49,008 [DefaultQuartzScheduler_Worker-2] ERROR org.openbravo.scheduling.ProcessRequestData - SQL error in query: UPDATE AD_Process_Request SET Updatedby = ?, AD_User_ID = ?, Status = ?, Channel = ?, Previous_Fire_Time = TO_TIMESTAMP(?, ?), Next_Fire_Time = TO_TIMESTAMP(?, ?), Scheduled_Finish = TO_TIMESTAMP(?, ?), Ob_Context = ? WHERE AD_Process_Request_ID = ?Exception:java.sql.SQLDataException: ORA-01830: date format picture ends before converting entire input string 2014-11-17 10:16:49,009 [DefaultQuartzScheduler_Worker-2] ERROR org.openbravo.scheduling.ProcessMonitor - @CODE=1830@ORA-01830: date format picture ends before converting entire input string javax.servlet.ServletException: @CODE=1830@ORA-01830: date format picture ends before converting entire input string at org.openbravo.scheduling.ProcessRequestData.update(ProcessRequestData.java:337) at org.openbravo.scheduling.ProcessMonitor.triggerFired(ProcessMonitor.java:102) at org.quartz.core.QuartzScheduler.notifyTriggerListenersFired(QuartzScheduler.java:1793) at org.quartz.core.JobRunShell.notifyListenersBeginning(JobRunShell.java:310) at org.quartz.core.JobRunShell.run(JobRunShell.java:176) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525) |
![]() |
|||
Date Modified | Username | Field | Change |
2011-07-14 13:46 | alostale | New Issue | |
2011-07-14 13:46 | alostale | Assigned To | => alostale |
2011-07-14 13:46 | alostale | Modules | => Core |
2011-07-14 13:46 | alostale | OBNetwork customer | => Yes |
2011-07-14 13:58 | alostale | Fixed in Version | => 3.0MP2 |
2011-07-14 13:59 | alostale | Status | new => scheduled |
2011-07-14 13:59 | alostale | fix_in_branch | => pi |
2011-07-14 14:15 | hgbot | Checkin | |
2011-07-14 14:15 | hgbot | Note Added: 0039060 | |
2011-07-14 14:15 | hgbot | Status | scheduled => resolved |
2011-07-14 14:15 | hgbot | Resolution | open => fixed |
2011-07-14 14:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/96cf2a09397de87dac155ecbbaa856a5bb2998b8 [^] |
2011-08-01 14:19 | hudsonbot | Checkin | |
2011-08-01 14:19 | hudsonbot | Note Added: 0039595 | |
2011-08-12 13:01 | jonalegriaesarte | Note Added: 0040159 | |
2011-08-12 13:01 | jonalegriaesarte | Status | resolved => closed |
2014-11-17 06:59 | Roney | Note Added: 0071680 |
Copyright © 2000 - 2009 MantisBT Group |