103
Views
3
Comments
Solved
Deployment controller is not starting
Application Type
Traditional Web
Platform Version
10.0.1005.2

Installing Service center fails as deployment controller not getting started.

We are migrating to new environment where we have setup parallel environment and we are running config tool on top of the data copy. We have setup 3 environments without any issue but have following issue when we went to production.

Any idea why we would see this error ?

Platform version - 10.0.1005.2 Java stack

Deployment controller logs has these errors printed.

ERROR [outsystems.hubedition.extensibility.data.executionservice.BaseExecutionService] (Thread-8) SELECT GETDATE() FROM DUAL

ERROR [outsystems.hubedition.extensibility.data.executionservice.BaseExecutionService] (Thread-8) ) with statement:

ERROR [outsystems.hubedition.extensibility.data.executionservice.BaseExecutionService] (Thread-8) Error executing ExecuteScalar (ORA-00904: "GETDATE": invalid identifier

WARN  [outsystems.activation.logic.Facade] (Thread-8) No license was found for this server. 

ERROR [outsystems.hubedition.util.ServerLog] (Thread-8) Initialization error: java.lang.IllegalStateException: Exception while initializing feature SoftwareUnits.   at outsystems.activation.logic.Server.<init>(Unknown Source)   at outsystems.activation.logic.Factory.getServerObject(Unknown Source)   at outsystems.activation.logic.Facade.$xjf(Unknown Source)   at outsystems.activation.logic.Facade.refreshState(Unknown Source)

UserImage.jpg
Prabhu Gnanasekar
Solution

Grant for GETDATE()  function was missing after migration. Issue is resolved now

UserImage.jpg
Danica Alido

hi, 

Where can I check this? Thank you! 


2022-10-12 00-27-13
Ossama Ghanem
 
MVP

Hi Prabhu,

I'm not familiar with the error message however it seems to be related to licensing of some sorts. I would recommend forwarding this to OutSystems support as they would be able to assist and debug more extensively.

Ossama  

UserImage.jpg
Prabhu Gnanasekar
Solution

Grant for GETDATE()  function was missing after migration. Issue is resolved now

UserImage.jpg
Danica Alido

hi, 

Where can I check this? Thank you! 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.