Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017986Openbravo ERPA. Platformpublic2011-07-14 13:462014-11-17 06:59
alostale 
alostale 
immediatemajoralways
closedfixed 
5
 
3.0MP2 
Core
No
0017986: StackOverflow trying to install a commercial not subscribed module
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.
-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
No tags attached.
depends on backport 0017987 closed alostale StackOverflow trying to install a commercial not subscribed module 
Issue History
2011-07-14 13:46alostaleNew Issue
2011-07-14 13:46alostaleAssigned To => alostale
2011-07-14 13:46alostaleModules => Core
2011-07-14 13:58alostaleFixed in Version => 3.0MP2
2011-07-14 13:59alostaleStatusnew => scheduled
2011-07-14 13:59alostalefix_in_branch => pi
2011-07-14 14:15hgbotCheckin
2011-07-14 14:15hgbotNote Added: 0039060
2011-07-14 14:15hgbotStatusscheduled => resolved
2011-07-14 14:15hgbotResolutionopen => fixed
2011-07-14 14:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/96cf2a09397de87dac155ecbbaa856a5bb2998b8 [^]
2011-08-01 14:19hudsonbotCheckin
2011-08-01 14:19hudsonbotNote Added: 0039595
2011-08-12 13:01jonalegriaesarteNote Added: 0040159
2011-08-12 13:01jonalegriaesarteStatusresolved => closed
2014-11-17 06:59RoneyNote Added: 0071680

Notes
(0039060)
hgbot   
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   
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   
2011-08-12 13:01   
Verified
(0071680)
Roney   
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)