Quantcast
Channel: SCN : All Content - SAP HANA Developer Center
Viewing all 6745 articles
Browse latest View live

hana Hcp Authorization and Privillages error

$
0
0

hi

 

im run the application in Eclipse

 

call _SYS_REPO.GRANT_SCHEMA_PRIVILEGE_ON_ACTIVATED_CONTENT('select','<SCHEMANAME>','<username>');

 

 

i have face the error

 

Could not execute 'call ...'

SAP DBTech JDBC: [258]: insufficient privilege: Not authorized.

 

 

 

can any one resolve this error

im using free trial account.

 

Thanks & Regards,

Megha


R connect to HANA with ODBC

$
0
0

hi All.

      These days I want to use R to connect to hana with RODBC like the following guide

      http://scn.sap.com/community/hana-in-memory/blog/2012/02/21/sap-hana-my-experiences-on-using-sap-hana-with-r

       I installed the RODBC package , and I can connect to the Data Source with odbcConnect

         But each time I submit a query , there will be an error saying that ""S1000 362 [SAP AG][LIBODBCHDB DLL][HDBODBC] General error;362 invalid schema name".

        The Schema is really exists, What is the problem .

        Thank you for help.

How can I read a text file inside the .xsjs?

$
0
0

I need to read line by line of a text file just like FileReader and BufferedReader in Java. It contains a script SQL to insert data in my DB. Can I use some API?

SAP Hana SQL migration tool (for queries)

$
0
0

Hello,

 

I'm trying to migrate an add-on solution (for SAP B-One) that uses t-sql queries, towards SAP Hana SQL ANSI. I'm using this converter (the dll file) to translate queries at run time :

 

https://store.sap.com/sap/cpa/ui/resources/store/html/SolutionDetails.html?pid=0000012995&catID=&pcntry=US&sap-language=EN&_cp_id=id-1397027889293-0

 

The queries of the application are still written in t-sql, the add-on application code (C#) calls the ConverterLib.dll that translates the queries from t-sql to ANSI SQL dynamically at runtime.

 

This scenario works correctly for the 32 bits version of the add-on solution. But it doesn't work for the 64 bits version of the add-on application, because the dll is only available in 32 bits version.

 

Is there any solution to this problem ? When will the 64 bits version be available ?

 

Best regards.

MapProvider in Sap Hana

$
0
0

Hi there,

 

is it possible to use another map provider instead of

Nokia Here Maps in Sap Hana to Visualize Geo Spatial Data?

 

Regards,

Tim

DB module build fails on XSA Web IDE

$
0
0

Hi All,

 

We have a new XSA SP 12 installation on a standalone server. When we try to build the db module on a sample project on our XSA Web IDE workspace, we get the following error:

 

1:02:12 PM (Builder) Build of /TestDS/db started.

1:02:14 PM (DIBuild) Build of /TestDS/db in progress

1:03:36 PM (DIBuild) ********** Printing /TestDS/db Build Log **********
[INFO] Injecting source code into builder...
[INFO] Source code injection finished
[INFO] ------------------------------------------------------------------------
npm ERR! Linux 3.0.101-0.47.71-default
npm ERR! argv "/hana/shared/DSD/xs/ea_data/pall00539958a/executionroot/fe5f86ee-057c-4c59-90c3-27ad2167baca/app/resources/nodejs/vendor/node4.4/bin/node" "/hana/shared/DSD/xs/ea_data/pall00539958a/executionroot/fe5f86ee-057c-4c59-90c3-27ad2167baca/app/resources/nodejs/vendor/node4.4/lib/node_modules/npm/bin/npm-cli.js" "install"
npm ERR! node v4.4.4
npm ERR! npm v2.15.1
npm ERR! code ECONNREFUSED
npm ERR! errno ECONNREFUSED
npm ERR! syscall connect

 

npm ERR! Error: connect ECONNREFUSED 127.0.0.1:51027
npm ERR! at Object.exports._errnoException (util.js:870:11)
npm ERR! at exports._exceptionWithHostPort (util.js:893:20)
npm ERR! at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1061:14)
npm ERR! { [Error: connect ECONNREFUSED 127.0.0.1:51027]
npm ERR! code: 'ECONNREFUSED',
npm ERR! errno: 'ECONNREFUSED',
npm ERR! syscall: 'connect',
npm ERR! address: '127.0.0.1',
npm ERR! port: 51027,
npm ERR! parent: 'deploy' }
npm ERR!
npm ERR! If you are behind a proxy, please make sure that the
npm ERR! 'proxy' config is set properly. See: 'npm help config'

 

npm ERR! Please include the following file with any support request:
npm ERR! /hana/shared/DSD/xs/ea_data/pall00539958a/executionroot/fe5f86ee-057c-4c59-90c3-27ad2167baca/app/tomcat/temp/builder/hdi-builder/builds/build-467546131147467696/db/npm-debug.log

 

********** End of /TestDS/db Build Log **********

1:03:36 PM (Builder) Check console logs for details

1:03:36 PM (Builder) Build of /TestDS/db failed.

 

 

It seems to be a proxy issue when trying to install the npm modules required for HDI. Has anyone else encountered this error? Any suggestions?

 

Thanks,

Isuru

variable from Calc. view (SQL) -to- Calc. view (graphical)

$
0
0

Hi everyone,

 

in my Calc view (SQL), I have created a variable 'VAR_MONTH' in 'Semantics' on Attribute: 'MONTH', and selection type: Interval. The reason to have interval is to make selection 'from .....to' on  MONTH Attribute.

 

On run-time this SQL view reads data from a graphical view 'SELECT * FROM "_SYS_BIC"."GRAPHICAL_CALC_VIEW" which also has MONTH attribute.

 

How can I send variable value for run-time VAR_MONTH from SQL view to graphical view i.e. SQL_VIEW (MONTH variable) --> Grahpical view (MONTH attribute or variable)

 

I have searched on SCN and mostly discussion are around Input Parameters. The problem with Input Parameter is my case is that there one can choose and send single values or multiple single values.

 

Thanks for your Support.

Ahmad

Reference missing for input parameters while using CDS tables

$
0
0

Hi

 

I find a strange issue while using CDS tables as a Value Help Column for the input parameter in calculation view. I am able to map a CDS table as the reference column, but once view is activated the help value/reference is missing and thereby not able to get LOV in input parameter. Normal tables/views as reference/help value is working fine.

 

 

Any advice, pointers, references  welcome !

 

Many Thanks

 

Deepak


ARRAY_AGG function is not working with UNNEST function in SAP HANA SQL Procedure?

$
0
0

Hi,

 

Can anyone suggest me how to use ARRAY_AGG function with UNNEST combination to append rows of the SELECT Query on a Table which is written inside WHILE loop.

 

for example:

 

DECLARE CURSOR C_RESOURCES FOR

     SELECT MANDT, OBJID, STEXT from HRP1000

     where OTYPE = 'CP'

     and BEGDA <= TO_NVARCHAR(now(), 'YYYYMMDD')

     and ENDDA >= TO_NVARCHAR(now(), 'YYYYMMDD')

     and PLVAR  = '01';

 

FOR CUR_ROW as C_RESOURCES DO

 

     WHILE L_ENTRIES > 0 DO

    

          IT_HRP1001 =

          SELECT MANDT, OBJID, OTYPE, SCLAS, SOBID

          FROM HRP1001

          WHERE OTYPE = LV_OTYPE

          AND      OBJID  = LV_OBJID

          and BEGDA <= TO_NVARCHAR(now(), 'YYYYMMDD')

          and ENDDA >= TO_NVARCHAR(now(), 'YYYYMMDD')

          and PLVAR  = '01';

         

          ARR_MANDT = ARRAY_AGG(:IT_HRP1001.MANDT);

          ARR_OBJID   = ARRAY_AGG(:IT_HRP1001.OBJID);

 

     END WHILE;

 

END FOR;

 

OT_HIERARCHY = UNNEST(:ARR_MANDT, ARR_OBJID) AS ("MANDT", "OBJID");

 

I'm facing issues in ARRAY_AGG function which is not adding rows to ARR_MANDT & ARR_OBJID. It's only storing the latest records only.

 

Kindly please guide me how to use ARRAY_AGG function.

 

Thanks in Advance.

 

Regards,

Ramana.

is it possible to have a dynamic output table type for a procedure

$
0
0

dear all

i wish to create a procedure that returns the results of a table specified dynamically at runtime

 

e.g. CALL readMyTableProc("T001")

 

in the procedure we would have a select statement such as SELECT * FROM ip_table LIMIT 10;

 

ideally, there are no temp tables involved.

it sounds easy, but is it ?

 

thanks

g

Number of Rows difference between CRM query and HANA view

$
0
0

Hi,

 

One of the user running WebI report created on Universe which is on HANA CV and during one of the testing process , we found out that number of rows between CRM query(SQL Query) (Which is source) is less when compared with HANA view.

 

I did checked the Staged table in HANA and it is also giving me matching results when compared with the source but not Analytical view or Calc view.

 

Just a filer was applied at ETL side on table but nothing at view side.

 

Little confused and lost why the result set has the discrepancy.

 

Any thoughts or advices are appreciated.

 

Thanks,

Jothi

[PlanViz] general error: Not supported yet; Please update your server instance

$
0
0

Hi,

 

I am using HANA 1(097) and HANA studio 2.1.16. Whenever I am trying to execute the visualization plan for any view, it throws below error.

 

[04:38:55 PM] SAP DBTech JDBC: [4096]: [PlanViz] general error: Not supported yet; Please update your server instance

[04:38:55 PM] SAP DBTech JDBC: [4104]: [PlanViz] plan not found: prepared plan could not be found for execution

 

Please suggest on this.

 

I also tried HANA studio Version: 2.1.4, still the issue is same.

 

We upgraded from 1.00.092 to 1.00.097 , from that day we are facing this issue.

 

Regards

Rajender Singh

is it possible to unload individual columns?

$
0
0

dear all

i am aware that HANA can unload and load tables in their entirety.

i also understand that HANA can load columns individually.

but what i don't see anywhere, is the ability or said functionality of HANA, being able to unload individual columns.

 

here's what is present in the admin guide

 

 

-------------------------------------------

Load/Unload a Column Table into/from Memory

Under normal circumstances, the SAP HANA database manages the loading and unloading of tables into and from memory independently, the aim being to keep all relevant data in memory. However, you can manually load and unload individual tables, as well as load table columns if necessary.

 

-------------------------------------------

 

so what i take from above, is

     you can unload, and load individual tables

     you can load individual columns

 

what it does not say, is that you can unload individual columns, so ... can it be done ?

 

i am aware of the view M_CS_UNLOADS/LOADS, that are on a column granularity, but i cannot see or test easily, if entries in these views, for the tables are missing a column, that exist in the table's definition.

 

i only notice that all columns, for a table are present in these views, at any particular load/unload event time.

 

i hope i have explained myself clearly, and look forward to your replies.

 

thanks

g

How to do reverse of a left outer join in a calculation view

$
0
0

Hi,

I am trying to do what is essentially a reverse of a left outer join in a graphical calculation view. but I am not able to figure out how.

 

my scenario - I have a table say VBAP. Through some inner joins with other tables , I end with a subset of VBAP Lets call it VBAP_SUBSET.

Now I need to display results which were originally in VBAP but not in VBAP_SUBSET.

or in other words, my result set should be all records that did not satisfy the join condition that I used to define the subset.

primary key of VBAP and VBAP_SUBSET is the same.

 

So in the picture below, my result should be the blue area.

 

looking for advice/guidance.

 

VBAK.png

HANA ALM Transport DEV to QA to PROD (or) DEV to QA & DEV to PROD

$
0
0

Hi!

 

We just started implementing HANA ALM transport and have difficulty in deciding which transport path to use between

(1) DEV to QA, QA to PROD
(2) DEV to QA, DEV to PROD

 

We are using Change Recording and Changes happen in DEV only.

Would like to know your experience on which path is less error-prone and efficient.

 

If you have not done it yet also, would like to hear your input and reasoning.

 

Thanking you

-eric


ODBC connection string for Multi-tenant database

$
0
0

What will be the connection string that can be used in excel to connect to multi-tenant database ?

 

Currently i am using

 

connectionstring = "Driver=HDBODBC;SERVERNODE=10.20.30.40:30015; DATABASENAME=ABCDE;CS=DBO".

 

Its throwing ODBC error 10709. Is there any different parameter in connection string for multi container hana database than single container?

SSH Error Installing SDS HANA

$
0
0

Hi Guys,

this is my first installation of a SAP HANA Options (Smart Data Streaming). I allready have 1 HANA SPS 11 on Sles 12 sp1(I called it SiteA) running and want to add an addtional host with smart data streaming. Also on a Sles 12 sp1 (SiteB).

 

I completed all steps required, like setting up a NFSv4 and adding entries to the etc/hosts.

 

I start the installation from SiteA with following command:

 

./hdblcm --component_root=path

 

 

 

libssh.png

 

I get the following Error Message.

 

 

Im not even sure if my way to add an additonal host is the right way.

Maybe im missing some critical parts of the installation.

 

 

KR Johann

 

Feel free to ask for some logs if needed

Installation of XS Runtime failed / Failed to create HDI container

$
0
0

Hi Experts,

 

i've done a Systemcopy from a Hana Database.

 

First step was the installation of the Hana Database (with XS Runtime). The Systemcopy failed. I had to remove XS Runtime so that the Systemcopy was successfully.

 

After the Copy i tried to install XS but it failed on the Point "Assigning Additional Roles to the Local Host" with following LOG:

 

 

 

 

 

11:09:19.322 - INFO:      SAP HANA Lifecycle Management - hdbmodify_addlocalroles  1.00.120.00.1462275491 *******************************************************************************

11:09:19.322 - INFO:    Start Date: 2016-06-24  -  hdbmodify  0032

11:09:19.322 - INFO:    Log File ID: hdbmodify_2016-06-24_11.09.18_28817

11:09:19.322 - INFO:    Checking configuration

11:09:19.323 - INFO:      Parameter 'sapmnt' (Target) is set with default value = '/hana/shared'

11:09:19.323 - INFO:      Parameter 'scope' (ScopeModify) is set with default value = 'system'

11:09:19.323 - INFO:      Parameter 'remote_execution' (RemoteExecution) is set with default value = 'ssh'

11:09:19.323 - INFO:      Parameter 'use_http' (UseHttp) is not set

11:09:19.323 - INFO:      Parameter 'install_hostagent' (InstallHostagent) is set with default value = 'No'

11:09:19.323 - INFO:      Parameter 'sid' (SID) is set with default value = 'XXX'

11:09:19.330 - INFO:     

11:09:19.330 - INFO:      System Properties:

11:09:19.324 - INFO:        XXX /hana/shared/XXX HDB_ALONE

11:09:19.329 - INFO:        HDB00

11:09:19.330 - INFO:        version: 1.00.120.00.1462275491

11:09:19.330 - INFO:        host: <hostname> (Database Worker (worker))

11:09:19.336 - INFO:      Parameter 'sso_cert' (SSOCertificate) is not set

11:09:19.336 - INFO:      Parameter 'add_roles' (AddRoles) is given via command line option, value = '<hostname>:role=xs_worker'

11:09:19.339 - INFO:      Hostname '<hostname>' specifies the local machine.

11:09:19.340 - INFO:      Parameter 'add_local_roles' (AddLocalRoles) is not set

11:09:19.340 - INFO:      Parameter 'remove_roles' (RemoveRoles) is skipped

11:09:19.340 - INFO:      Parameter 'remove_local_roles' (RemoveLocalRoles) is skipped

11:09:19.340 - INFO:      Parameter 'removehosts' (RemoveHosts) is skipped

11:09:19.340 - INFO:      Parameter 'autoadd_xs_roles' (AutoAddXS2Roles) is set with default value = 'No'

11:09:19.340 - INFO:      Parameter 'addhosts' (AddHosts) is skipped

11:09:19.340 - INFO:      Parameter 'install_ssh_key' (InstallSSHKey) is skipped

11:09:19.340 - INFO:      Parameter 'root_user' (RootUser) is skipped

11:09:19.340 - INFO:      Parameter 'root_password' (RootPassword) is skipped

11:09:19.340 - INFO:      Parameter 'skip_hostagent_password' (SkipHostagentPw) is skipped

11:09:19.340 - INFO:      Parameter 'sapadm_password' (HostagentPassword) is skipped

11:09:19.340 - INFO:      Parameter 'listen_interface' (ListenInterface) is skipped

11:09:19.340 - INFO:      Parameter 'internal_network' (InternalNetwork) is skipped

11:09:19.340 - INFO:      Parameter 'keep_user' (KeepUser) is skipped

11:09:19.340 - INFO:      Parameter 'keep_user_home_dir' (KeepUserHomeDir) is skipped

11:09:19.340 - INFO:      Parameter 'keep_xs_os_users' (KeepXsUsers) is set with default value = 'No'

11:09:19.340 - INFO:      Parameter 'skip_modify_sudoers' (SkipModifySudoers) is given via command line option, value = 'No'

11:09:19.341 - INFO:      Parameter 'force' (Force) is set with default value = 'No'

11:09:19.341 - INFO:      Parameter 'nostart' (NoStart) is set with default value = 'No'

11:09:19.341 - INFO:      Parameter 'system_user' (SystemUser) is skipped

11:09:19.341 - INFO:      Parameter 'system_user_password' (SQLSysPasswd) is skipped

11:09:19.341 - INFO:      Parameter 'ase_user' (AcceleratorUser) is skipped

11:09:19.341 - INFO:      Parameter 'ase_user_password' (AcceleratorPassword) is skipped

11:09:19.341 - INFO:      Parameter 'import_xs_content' (ImportContentXS2) is given via command line option, value = 'Yes'

11:09:19.341 - INFO:      Parameter 'load_initial_xs_content' (LoadInitialContentXS2) is not set

11:09:19.341 - INFO:      Parameter 'isc_mode' (ISCMode) is not set

11:09:19.343 - INFO:      Parameter 'password' (Password) is given via input stream, value = '***'

11:09:19.343 - ERR:    Modifying configuration of SAP HANA System 'XXX'...

11:09:19.345 - INFO:      Summary before execution:

11:09:19.345 - INFO:           Installation Path: /hana/shared

11:09:19.345 - INFO:           SAP HANA System ID: XXX

11:09:19.345 - INFO:           Additional Host Roles: <hostname>:role=xs_worker

11:09:19.346 - INFO:      Hosts to be removed are not specified

11:09:19.346 - INFO:      Inter-Service Communication properties are not specified

11:09:19.346 - INFO:      Adding role 'xs_worker' on local host '<hostname>'...

11:09:19.309 - INFO:        Found SAP HANA Database host: <hostname>

11:09:19.310 - INFO:        Host <hostname> is local

11:09:19.330 - INFO:        Getting global.ini

11:09:19.330 - INFO:          Reading global.ini

11:09:19.330 - INFO:            Layer 'Default' found

11:09:19.335 - INFO:            Layer 'System' found

11:09:19.336 - INFO:            Layer 'Host' not found

11:09:19.336 - INFO:            Found value 'communication/listeninterface' = '.local' in layer 'Default'

11:09:19.346 - INFO:        Registering additional host roles

11:09:19.347 - INFO:          Switching to user id 1001 and group id 1001.

11:09:19.347 - INFO:          Starting external program /hana/shared/XXX/HDB00/exe/hdbnsutil

11:09:19.347 - INFO:            Command line is: /hana/shared/XXX/HDB00/exe/hdbnsutil -addHostRoles --role=xs_worker

11:09:24.108 - INFO:            Output line 1: treating <hostname> as new XS master

11:09:24.108 - INFO:            Output line 2: altering daemon.ini of host <hostname> (located in /usr/sap/XXX/HDB00/<hostname>/daemon.ini)

11:09:24.108 - INFO:            Output line 3: activate xsuaaserver on host <hostname>

11:09:24.404 - INFO:            Output line 4: activate xscontroller on host <hostname>

11:09:24.448 - INFO:            Output line 5: done.

11:09:24.541 - INFO:            Program terminated with exit code 0

11:09:24.541 - INFO:          Switching back to root user.

11:09:24.553 - INFO:        Creating XS Space OS User "sapXXXxsa"...

11:09:24.553 - INFO:          Creating user "sapXXXxsa"

11:09:24.554 - INFO:            Starting external program useradd

11:09:24.554 - INFO:              Command line is: useradd -m -u 1002 -o -c "XS Advanced Space Administrator" -g 100 -s /bin/false -d /home/sapXXXxsa sapXXXxsa

11:09:24.604 - INFO:              Program terminated with exit code 0

11:09:24.605 - INFO:        Adding entry in '/etc/sudoers' file for user 'sapXXXxsa'...

11:09:24.606 - INFO:          Adapting  '/etc/sudoers'

11:09:24.606 - INFO:          '/etc/sudoers'  updated:

11:09:24.606 - INFO:          added line:  'XXXadm ALL=(sapXXXxsa) NOPASSWD: ALL #HDB_XSA'

11:09:24.606 - INFO:        Creating XS Space OS User "XXXxsa"...

11:09:24.606 - INFO:          Creating user "XXXxsa"

11:09:24.607 - INFO:            Starting external program useradd

11:09:24.607 - INFO:              Command line is: useradd -m -u 1003 -o -c "XS Advanced Space Administrator" -g 100 -s /bin/false -d /home/XXXxsa XXXxsa

11:09:24.630 - INFO:              Program terminated with exit code 0

11:09:24.631 - INFO:        Adding entry in '/etc/sudoers' file for user 'XXXxsa'...

11:09:24.632 - INFO:          Adapting  '/etc/sudoers'

11:09:24.632 - INFO:          '/etc/sudoers'  updated:

11:09:24.632 - INFO:          added line:  'XXXadm ALL=(XXXxsa) NOPASSWD: ALL #HDB_XSA'

11:09:24.632 - INFO:        Adding entry in '/etc/sudoers' that disables 'requiretty' for 'XXXadm'...

11:09:24.632 - INFO:          Adapting  '/etc/sudoers'

11:09:24.632 - INFO:          '/etc/sudoers'  updated:

11:09:24.632 - INFO:          added line:  'Defaults:XXXadm !requiretty  #HDB_XSA'

11:09:24.901 - INFO:      Starting 3 processes on host '<hostname>':

11:09:24.902 - INFO:          Starting on '<hostname>': hdbxscontroller, hdbxsexecagent, hdbxsuaaserver

11:09:31.038 - INFO:          Starting on '<hostname>': hdbxscontroller, hdbxsuaaserver

11:10:54.877 - INFO:          Starting on '<hostname>': hdbxscontroller

11:11:11.230 - INFO:        All server processes started on host '<hostname>'.

11:11:11.231 - INFO:      Role 'xs_worker' added

11:11:11.236 - ERR:      Loading initial content of XS Advanced Runtime

11:11:11.237 - INFO:        Switching to user id 1001 and group id 1001.

11:11:11.237 - INFO:        Starting external program /hana/shared/XXX/xs/installation-scripts/installation/load-initial-content

11:11:11.237 - INFO:          Command line is: /hana/shared/XXX/xs/installation-scripts/installation/load-initial-content <hostname> 30030

11:11:19.905 - INFO:          Output line 1: ###############################################

11:11:19.905 - INFO:          Output line 2: STARTING INSTALLATION FROM BASE VERSION 0.0.0.0

11:11:19.905 - INFO:          Output line 3: ###############################################

11:11:19.918 - INFO:          Output line 4: ##########

11:11:19.919 - INFO:          Output line 5: Installing step: Wait at least 5 minutes for a database connection

11:11:20.101 - INFO:          Output line 6: ##########

11:11:20.101 - INFO:          Output line 7: ##########

11:11:20.101 - INFO:          Output line 8: Installing step: HDI broker configuration

11:11:20.116 - INFO:          Output line 9: Using HDI broker URL https://<hostname>:30032/hdi-broker

11:11:20.117 - INFO:          Output line 10: hdiDbId     :5759d14f-4b9f-67b2-e100-00000a000062

11:11:20.117 - INFO:          Output line 11: serviceGuid1:8bfd2f00-b886-4ff0-8963-5fce572c372c

11:11:20.117 - INFO:          Output line 12: planGuid1   :eefcff97-baa6-4810-875d-beb6eb84e5ea

11:11:20.117 - INFO:          Output line 13: planGuid2   :337e8ca7-22ba-48ca-b564-193685f60365

11:11:20.117 - INFO:          Output line 14: planGuid3   :629ccb0f-0dcc-4d22-a25f-1296d9d3169e

11:11:20.117 - INFO:          Output line 15: planGuid4   :f80bffad-49b2-469e-ab89-8e533a4fbe11

11:11:20.126 - INFO:          Output line 16: serviceGuid1:8bfd2f00-b886-4ff0-8963-5fce572c372c

11:11:20.127 - INFO:          Output line 17: planGuid1   :eefcff97-baa6-4810-875d-beb6eb84e5ea

11:11:20.127 - INFO:          Output line 18: planGuid2   :337e8ca7-22ba-48ca-b564-193685f60365

11:11:20.127 - INFO:          Output line 19: planGuid3   :629ccb0f-0dcc-4d22-a25f-1296d9d3169e

11:11:20.127 - INFO:          Output line 20: planGuid4   :f80bffad-49b2-469e-ab89-8e533a4fbe11

11:11:20.127 - INFO:          Output line 21: Reading catalog templates from path '/hana/shared/XXX/xs/installation-scripts/installation/../../installation-scripts/installation/hdi'

11:11:20.130 - INFO:          Output line 22: Loading HDI broker configuration

11:11:20.190 - INFO:          Output line 23: Server response: 200 OK

11:11:20.190 - INFO:          Output line 24: Loading HDI broker catalog

11:11:20.237 - INFO:          Output line 25: Server response: 200 OK

11:11:20.250 - INFO:          Output line 26: Loading HDI broker credentials. DBID :5759d14f-4b9f-67b2-e100-00000a000062

11:11:20.364 - INFO:          Output line 27: Add database mapping

11:11:20.396 - INFO:          Output line 28: Server response: 201 Created

11:11:20.396 - INFO:          Output line 29: ##########

11:11:20.397 - INFO:          Output line 30: ##########

11:11:20.397 - INFO:          Output line 31: Installing step: UAA broker configuration

11:11:20.406 - INFO:          Output line 32: Using UAA url https://<hostname>:30032/uaa-security

11:11:20.406 - INFO:          Output line 33: Changing default password for UAA xs client

11:11:20.807 - INFO:          Output line 34: Changing default password for UAA service broker user

11:11:21.130 - INFO:          Output line 35: ##########

11:11:21.131 - INFO:          Output line 36: ##########

11:11:21.131 - INFO:          Output line 37: Installing step: Configure UAA SAML Trust

11:11:21.141 - INFO:          Output line 38: Configuring SAML trust for UAA located at 'https://<hostname>:30032/uaa-security'

11:11:21.141 - INFO:          Output line 39: Obtaining OAuth Token from UAA

11:11:21.248 - INFO:          Output line 40: Configuring SAML trust

11:11:22.208 - INFO:          Output line 41: ##########

11:11:22.208 - INFO:          Output line 42: ##########

11:11:22.208 - INFO:          Output line 43: Installing step: Organizations and spaces

11:11:22.209 - INFO:          Output line 44: Creating organization 'orgname'

11:11:22.412 - INFO:          Output line 45: Creating space 'PROD' with execution user XXXxsa

11:11:22.481 - INFO:          Output line 46: Creating space 'SAP' with execution user sapXXXxsa

11:11:22.506 - INFO:          Output line 47: ##########

11:11:22.506 - INFO:          Output line 48: ##########

11:11:22.506 - INFO:          Output line 49: Installing step: Stager Configuration

11:11:22.506 - INFO:          Output line 50: ##########

11:11:22.506 - INFO:          Output line 51: ##########

11:11:22.506 - INFO:          Output line 52: Installing step: Java Buildpack

11:11:22.535 - INFO:          Output line 53: Uploading Java buildpack

11:11:23.465 - INFO:          Output line 54: ##########

11:11:23.465 - INFO:          Output line 55: ##########

11:11:23.465 - INFO:          Output line 56: Installing step: Node.js Buildpack

11:11:23.478 - INFO:          Output line 57: Uploading Node.js buildpack

11:11:26.241 - INFO:          Output line 58: ##########

11:11:26.241 - INFO:          Output line 59: ##########

11:11:26.241 - INFO:          Output line 60: Installing step: JDBC Driver

11:11:26.255 - INFO:          Output line 61: Uploading the HANA JDBC driver runtime

11:11:26.498 - INFO:          Output line 62: ##########

11:11:26.498 - INFO:          Output line 63: ##########

11:11:26.498 - INFO:          Output line 64: Installing step: Node.js 0.12

11:11:26.511 - INFO:          Output line 65: Uploading the Node.js 0.12 runtime

11:11:30.870 - INFO:          Output line 66: ##########

11:11:30.870 - INFO:          Output line 67: ##########

11:11:30.870 - INFO:          Output line 68: Installing step: Node.js 4

11:11:30.881 - INFO:          Output line 69: Uploading the Node.js 4 runtime

11:11:32.994 - INFO:          Output line 70: ##########

11:11:32.994 - INFO:          Output line 71: ##########

11:11:32.994 - INFO:          Output line 72: Installing step: SAP JVM 8 JRE

11:11:33.005 - INFO:          Output line 73: Uploading the SAP JVM 8 JRE runtime

11:11:34.940 - INFO:          Output line 74: ##########

11:11:34.940 - INFO:          Output line 75: ##########

11:11:34.940 - INFO:          Output line 76: Installing step: SAP JVM 8

11:11:34.952 - INFO:          Output line 77: Uploading the SAP JVM 8 runtime

11:11:36.646 - INFO:          Output line 78: ##########

11:11:36.646 - INFO:          Output line 79: ##########

11:11:36.646 - INFO:          Output line 80: Installing step: Tomcat8

11:11:36.655 - INFO:          Output line 81: Uploading the Tomcat 8 runtime

11:11:37.022 - INFO:          Output line 82: ##########

11:11:37.023 - INFO:          Output line 83: ##########

11:11:37.023 - INFO:          Output line 84: Installing step: TomEE 1.7

11:11:37.033 - INFO:          Output line 85: Uploading the TomEE 1.7 runtime

11:11:37.734 - INFO:          Output line 86: ##########

11:11:37.734 - INFO:          Output line 87: ##########

11:11:37.735 - INFO:          Output line 88: Installing step: HDI Service Broker

11:11:37.744 - INFO:          Output line 89: Creating HDI service broker

11:11:38.009 - INFO:          Output line 90: Creating initial HDI services

11:11:38.458 - INFO:          Output line 91: ERROR: Fatal error occured during installation: Creating the HDI service broker failed: Could not create service hdi-container (hana, plan hdi-shared): Provisioning service hdi-container (service id 8bfd2f00-b886-4ff0-8963-5fce572c372c, plan id eefcff97-baa6-4810-875d-beb6eb84e5ea) on service broker "hdi-broker" (url: https://<hostname>:30032/hdi-broker) failed due to unexpected return code from broker: REST request PUT to url 'https://<hostname>:30032/hdi-broker/v2/service_instances/b626c954-8e87-49cb-8677-0ca98df09132' had response code 500 (Operation failed due to unexpected server error) with error message:

11:11:38.458 - INFO:          Output line 92: >>>>

11:11:38.458 - INFO:          Output line 93: stacktrace: com.sap.core.persistence.broker.BrokerException: Failed to create HDI container

11:11:38.458 - INFO:          Output line 94:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:66)

11:11:38.458 - INFO:          Output line 95:  at com.sap.core.persistence.broker.Broker.createInstance(Broker.java:143)

11:11:38.458 - INFO:          Output line 96:  at com.sap.core.persistence.broker.web.api.ProvisionInstanceHandler.process(ProvisionInstanceHandler.java:60)

11:11:38.458 - INFO:          Output line 97:  at com.sap.core.persistence.broker.web.DispatcherServlet$HandlerCall.process(DispatcherServlet.java:223)

11:11:38.458 - INFO:          Output line 98:  at com.sap.core.persistence.broker.web.DispatcherServlet.service(DispatcherServlet.java:97)

11:11:38.458 - INFO:          Output line 99:  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

11:11:38.458 - INFO:          Output line 100:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

11:11:38.458 - INFO:          Output line 101:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.458 - INFO:          Output line 102:  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

11:11:38.458 - INFO:          Output line 103:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

11:11:38.458 - INFO:          Output line 104:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.458 - INFO:          Output line 105:  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

11:11:38.458 - INFO:          Output line 106:  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

11:11:38.458 - INFO:          Output line 107:  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

11:11:38.458 - INFO:          Output line 108:  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

11:11:38.458 - INFO:          Output line 109:  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

11:11:38.458 - INFO:          Output line 110:  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

11:11:38.459 - INFO:          Output line 111:  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

11:11:38.459 - INFO:          Output line 112:  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

11:11:38.459 - INFO:          Output line 113:  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

11:11:38.459 - INFO:          Output line 114:  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

11:11:38.459 - INFO:          Output line 115:  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

11:11:38.459 - INFO:          Output line 116:  at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:277)

11:11:38.459 - INFO:          Output line 117:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

11:11:38.459 - INFO:          Output line 118:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

11:11:38.459 - INFO:          Output line 119:  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

11:11:38.459 - INFO:          Output line 120:  at java.lang.Thread.run(Thread.java:812)

11:11:38.459 - INFO:          Output line 121: Caused by: com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException: [129]: transaction rolled back by an internal error: "_SYS_DI"."CREATE_CONTAINER": line 11 col 3 (at pos 288): [129] (range 3): transaction rolled back by an internal error: Unable to locate the HANA DI server

11:11:38.459 - INFO:          Output line 122:  at com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException.createException(SQLTransactionRollbackException.java:40)

11:11:38.459 - INFO:          Output line 123:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:315)

11:11:38.459 - INFO:          Output line 124:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:185)

11:11:38.459 - INFO:          Output line 125:  at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:102)

11:11:38.459 - INFO:          Output line 126:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1031)

11:11:38.459 - INFO:          Output line 127:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:820)

11:11:38.459 - INFO:          Output line 128:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:409)

11:11:38.459 - INFO:          Output line 129:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:264)

11:11:38.459 - INFO:          Output line 130:  at com.sap.db.jdbc.trace.CallableStatement.execute(CallableStatement.java:1136)

11:11:38.459 - INFO:          Output line 131:  at com.sap.core.persistence.broker.hana.HDICommunicator.hdiCall(HDICommunicator.java:440)

11:11:38.459 - INFO:          Output line 132:  at com.sap.core.persistence.broker.hana.HDICommunicator.createContainer(HDICommunicator.java:77)

11:11:38.459 - INFO:          Output line 133:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:54)

11:11:38.459 - INFO:          Output line 134:  ... 26 more

11:11:38.459 - INFO:          Output line 135:

11:11:38.459 - INFO:          Output line 136: message: Failed to create HDI container

11:11:38.459 - INFO:          Output line 137: <<<<.

11:11:38.459 - INFO:          Output line 138: com.sap.xs2rt.installation.util.InstallationException: Creating the HDI service broker failed: Could not create service hdi-container (hana, plan hdi-shared): Provisioning service hdi-container (service id 8bfd2f00-b886-4ff0-8963-5fce572c372c, plan id eefcff97-baa6-4810-875d-beb6eb84e5ea) on service broker "hdi-broker" (url: https://<hostname>:30032/hdi-broker) failed due to unexpected return code from broker: REST request PUT to url 'https://<hostname>:30032/hdi-broker/v2/service_instances/b626c954-8e87-49cb-8677-0ca98df09132' had response code 500 (Operation failed due to unexpected server error) with error message:

11:11:38.460 - INFO:          Output line 139: >>>>

11:11:38.460 - INFO:          Output line 140: stacktrace: com.sap.core.persistence.broker.BrokerException: Failed to create HDI container

11:11:38.460 - INFO:          Output line 141:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:66)

11:11:38.460 - INFO:          Output line 142:  at com.sap.core.persistence.broker.Broker.createInstance(Broker.java:143)

11:11:38.460 - INFO:          Output line 143:  at com.sap.core.persistence.broker.web.api.ProvisionInstanceHandler.process(ProvisionInstanceHandler.java:60)

11:11:38.460 - INFO:          Output line 144:  at com.sap.core.persistence.broker.web.DispatcherServlet$HandlerCall.process(DispatcherServlet.java:223)

11:11:38.460 - INFO:          Output line 145:  at com.sap.core.persistence.broker.web.DispatcherServlet.service(DispatcherServlet.java:97)

11:11:38.460 - INFO:          Output line 146:  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

11:11:38.460 - INFO:          Output line 147:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

11:11:38.460 - INFO:          Output line 148:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.460 - INFO:          Output line 149:  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

11:11:38.460 - INFO:          Output line 150:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

11:11:38.460 - INFO:          Output line 151:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.460 - INFO:          Output line 152:  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

11:11:38.460 - INFO:          Output line 153:  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

11:11:38.460 - INFO:          Output line 154:  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

11:11:38.460 - INFO:          Output line 155:  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

11:11:38.460 - INFO:          Output line 156:  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

11:11:38.460 - INFO:          Output line 157:  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

11:11:38.460 - INFO:          Output line 158:  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

11:11:38.460 - INFO:          Output line 159:  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

11:11:38.460 - INFO:          Output line 160:  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

11:11:38.460 - INFO:          Output line 161:  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

11:11:38.460 - INFO:          Output line 162:  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

11:11:38.460 - INFO:          Output line 163:  at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:277)

11:11:38.460 - INFO:          Output line 164:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

11:11:38.460 - INFO:          Output line 165:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

11:11:38.460 - INFO:          Output line 166:  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

11:11:38.461 - INFO:          Output line 167:  at java.lang.Thread.run(Thread.java:812)

11:11:38.461 - INFO:          Output line 168: Caused by: com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException: [129]: transaction rolled back by an internal error: "_SYS_DI"."CREATE_CONTAINER": line 11 col 3 (at pos 288): [129] (range 3): transaction rolled back by an internal error: Unable to locate the HANA DI server

11:11:38.461 - INFO:          Output line 169:  at com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException.createException(SQLTransactionRollbackException.java:40)

11:11:38.461 - INFO:          Output line 170:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:315)

11:11:38.461 - INFO:          Output line 171:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:185)

11:11:38.461 - INFO:          Output line 172:  at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:102)

11:11:38.461 - INFO:          Output line 173:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1031)

11:11:38.461 - INFO:          Output line 174:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:820)

11:11:38.461 - INFO:          Output line 175:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:409)

11:11:38.461 - INFO:          Output line 176:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:264)

11:11:38.461 - INFO:          Output line 177:  at com.sap.db.jdbc.trace.CallableStatement.execute(CallableStatement.java:1136)

11:11:38.461 - INFO:          Output line 178:  at com.sap.core.persistence.broker.hana.HDICommunicator.hdiCall(HDICommunicator.java:440)

11:11:38.461 - INFO:          Output line 179:  at com.sap.core.persistence.broker.hana.HDICommunicator.createContainer(HDICommunicator.java:77)

11:11:38.461 - INFO:          Output line 180:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:54)

11:11:38.461 - INFO:          Output line 181:  ... 26 more

11:11:38.461 - INFO:          Output line 182:

11:11:38.461 - INFO:          Output line 183: message: Failed to create HDI container

11:11:38.461 - INFO:          Output line 184: <<<<.

11:11:38.461 - INFO:          Output line 185:  at com.sap.xs2rt.installation.impl.hana.content.components.HdiServiceBroker.install(HdiServiceBroker.java:74)

11:11:38.461 - INFO:          Output line 186:  at com.sap.xs2rt.installation.procedures.InstallationProcedure.perform(InstallationProcedure.java:97)

11:11:38.461 - INFO:          Output line 187:  at com.sap.xs2rt.installation.impl.hana.content.HanaContentInstallUpdateProcedure.main(HanaContentInstallUpdateProcedure.java:65)

11:11:38.461 - INFO:          Output line 188: Caused by: com.sap.xs2rt.client.exceptions.XsClientException: Could not create service hdi-container (hana, plan hdi-shared): Provisioning service hdi-container (service id 8bfd2f00-b886-4ff0-8963-5fce572c372c, plan id eefcff97-baa6-4810-875d-beb6eb84e5ea) on service broker "hdi-broker" (url: https://<hostname>:30032/hdi-broker) failed due to unexpected return code from broker: REST request PUT to url 'https://<hostname>:30032/hdi-broker/v2/service_instances/b626c954-8e87-49cb-8677-0ca98df09132' had response code 500 (Operation failed due to unexpected server error) with error message:

11:11:38.461 - INFO:          Output line 189: >>>>

11:11:38.461 - INFO:          Output line 190: stacktrace: com.sap.core.persistence.broker.BrokerException: Failed to create HDI container

11:11:38.461 - INFO:          Output line 191:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:66)

11:11:38.461 - INFO:          Output line 192:  at com.sap.core.persistence.broker.Broker.createInstance(Broker.java:143)

11:11:38.461 - INFO:          Output line 193:  at com.sap.core.persistence.broker.web.api.ProvisionInstanceHandler.process(ProvisionInstanceHandler.java:60)

11:11:38.461 - INFO:          Output line 194:  at com.sap.core.persistence.broker.web.DispatcherServlet$HandlerCall.process(DispatcherServlet.java:223)

11:11:38.462 - INFO:          Output line 195:  at com.sap.core.persistence.broker.web.DispatcherServlet.service(DispatcherServlet.java:97)

11:11:38.462 - INFO:          Output line 196:  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

11:11:38.462 - INFO:          Output line 197:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

11:11:38.462 - INFO:          Output line 198:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.462 - INFO:          Output line 199:  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

11:11:38.462 - INFO:          Output line 200:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

11:11:38.462 - INFO:          Output line 201:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.462 - INFO:          Output line 202:  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

11:11:38.462 - INFO:          Output line 203:  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

11:11:38.462 - INFO:          Output line 204:  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

11:11:38.462 - INFO:          Output line 205:  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

11:11:38.462 - INFO:          Output line 206:  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

11:11:38.462 - INFO:          Output line 207:  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

11:11:38.462 - INFO:          Output line 208:  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

11:11:38.462 - INFO:          Output line 209:  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

11:11:38.462 - INFO:          Output line 210:  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

11:11:38.462 - INFO:          Output line 211:  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

11:11:38.462 - INFO:          Output line 212:  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

11:11:38.462 - INFO:          Output line 213:  at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:277)

11:11:38.462 - INFO:          Output line 214:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

11:11:38.462 - INFO:          Output line 215:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

11:11:38.462 - INFO:          Output line 216:  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

11:11:38.462 - INFO:          Output line 217:  at java.lang.Thread.run(Thread.java:812)

11:11:38.462 - INFO:          Output line 218: Caused by: com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException: [129]: transaction rolled back by an internal error: "_SYS_DI"."CREATE_CONTAINER": line 11 col 3 (at pos 288): [129] (range 3): transaction rolled back by an internal error: Unable to locate the HANA DI server

11:11:38.462 - INFO:          Output line 219:  at com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException.createException(SQLTransactionRollbackException.java:40)

11:11:38.462 - INFO:          Output line 220:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:315)

11:11:38.463 - INFO:          Output line 221:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:185)

11:11:38.463 - INFO:          Output line 222:  at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:102)

11:11:38.463 - INFO:          Output line 223:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1031)

11:11:38.463 - INFO:          Output line 224:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:820)

11:11:38.463 - INFO:          Output line 225:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:409)

11:11:38.463 - INFO:          Output line 226:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:264)

11:11:38.463 - INFO:          Output line 227:  at com.sap.db.jdbc.trace.CallableStatement.execute(CallableStatement.java:1136)

11:11:38.463 - INFO:          Output line 228:  at com.sap.core.persistence.broker.hana.HDICommunicator.hdiCall(HDICommunicator.java:440)

11:11:38.463 - INFO:          Output line 229:  at com.sap.core.persistence.broker.hana.HDICommunicator.createContainer(HDICommunicator.java:77)

11:11:38.463 - INFO:          Output line 230:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:54)

11:11:38.463 - INFO:          Output line 231:  ... 26 more

11:11:38.463 - INFO:          Output line 232:

11:11:38.463 - INFO:          Output line 233: message: Failed to create HDI container

11:11:38.463 - INFO:          Output line 234: <<<<.

11:11:38.463 - INFO:          Output line 235:  at com.sap.xs2rt.client.impl.operations.OperationsBase.newResourceException(OperationsBase.java:262)

11:11:38.463 - INFO:          Output line 236:  at com.sap.xs2rt.client.impl.operations.ServicesOperations.createService(ServicesOperations.java:120)

11:11:38.463 - INFO:          Output line 237:  at com.sap.xs2rt.client.impl.operations.ServicesOperations.createService(ServicesOperations.java:83)

11:11:38.463 - INFO:          Output line 238:  at com.sap.xs2rt.client.impl.XsOperationsImpl.createService(XsOperationsImpl.java:930)

11:11:38.463 - INFO:          Output line 239:  at com.sap.xs2rt.installation.impl.hana.content.components.HdiServiceBroker.install(HdiServiceBroker.java:70)

11:11:38.463 - INFO:          Output line 240:  ... 2 more

11:11:38.463 - INFO:          Output line 241: Caused by: com.sap.xs2rt.core.rest.client.RestResponseException: Provisioning service hdi-container (service id 8bfd2f00-b886-4ff0-8963-5fce572c372c, plan id eefcff97-baa6-4810-875d-beb6eb84e5ea) on service broker "hdi-broker" (url: https://<hostname>:30032/hdi-broker) failed due to unexpected return code from broker: REST request PUT to url 'https://<hostname>:30032/hdi-broker/v2/service_instances/b626c954-8e87-49cb-8677-0ca98df09132' had response code 500 (Operation failed due to unexpected server error) with error message:

11:11:38.463 - INFO:          Output line 242: >>>>

11:11:38.463 - INFO:          Output line 243: stacktrace: com.sap.core.persistence.broker.BrokerException: Failed to create HDI container

11:11:38.463 - INFO:          Output line 244:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:66)

11:11:38.463 - INFO:          Output line 245:  at com.sap.core.persistence.broker.Broker.createInstance(Broker.java:143)

11:11:38.463 - INFO:          Output line 246:  at com.sap.core.persistence.broker.web.api.ProvisionInstanceHandler.process(ProvisionInstanceHandler.java:60)

11:11:38.463 - INFO:          Output line 247:  at com.sap.core.persistence.broker.web.DispatcherServlet$HandlerCall.process(DispatcherServlet.java:223)

11:11:38.464 - INFO:          Output line 248:  at com.sap.core.persistence.broker.web.DispatcherServlet.service(DispatcherServlet.java:97)

11:11:38.464 - INFO:          Output line 249:  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

11:11:38.464 - INFO:          Output line 250:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

11:11:38.464 - INFO:          Output line 251:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.464 - INFO:          Output line 252:  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

11:11:38.464 - INFO:          Output line 253:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

11:11:38.464 - INFO:          Output line 254:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.464 - INFO:          Output line 255:  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

11:11:38.464 - INFO:          Output line 256:  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

11:11:38.464 - INFO:          Output line 257:  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

11:11:38.464 - INFO:          Output line 258:  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

11:11:38.464 - INFO:          Output line 259:  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

11:11:38.464 - INFO:          Output line 260:  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

11:11:38.464 - INFO:          Output line 261:  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

11:11:38.464 - INFO:          Output line 262:  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

11:11:38.464 - INFO:          Output line 263:  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

11:11:38.464 - INFO:          Output line 264:  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

11:11:38.464 - INFO:          Output line 265:  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

11:11:38.464 - INFO:          Output line 266:  at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:277)

11:11:38.464 - INFO:          Output line 267:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

11:11:38.464 - INFO:          Output line 268:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

11:11:38.464 - INFO:          Output line 269:  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

11:11:38.464 - INFO:          Output line 270:  at java.lang.Thread.run(Thread.java:812)

11:11:38.464 - INFO:          Output line 271: Caused by: com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException: [129]: transaction rolled back by an internal error: "_SYS_DI"."CREATE_CONTAINER": line 11 col 3 (at pos 288): [129] (range 3): transaction rolled back by an internal error: Unable to locate the HANA DI server

11:11:38.464 - INFO:          Output line 272:  at com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException.createException(SQLTransactionRollbackException.java:40)

11:11:38.464 - INFO:          Output line 273:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:315)

11:11:38.464 - INFO:          Output line 274:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:185)

11:11:38.465 - INFO:          Output line 275:  at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:102)

11:11:38.465 - INFO:          Output line 276:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1031)

11:11:38.465 - INFO:          Output line 277:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:820)

11:11:38.465 - INFO:          Output line 278:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:409)

11:11:38.465 - INFO:          Output line 279:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:264)

11:11:38.465 - INFO:          Output line 280:  at com.sap.db.jdbc.trace.CallableStatement.execute(CallableStatement.java:1136)

11:11:38.465 - INFO:          Output line 281:  at com.sap.core.persistence.broker.hana.HDICommunicator.hdiCall(HDICommunicator.java:440)

11:11:38.465 - INFO:          Output line 282:  at com.sap.core.persistence.broker.hana.HDICommunicator.createContainer(HDICommunicator.java:77)

11:11:38.465 - INFO:          Output line 283:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:54)

11:11:38.465 - INFO:          Output line 284:  ... 26 more

11:11:38.465 - INFO:          Output line 285:

11:11:38.465 - INFO:          Output line 286: message: Failed to create HDI container

11:11:38.465 - INFO:          Output line 287: <<<<.

11:11:38.465 - INFO:          Output line 288:  at com.sap.xs2rt.core.generated.rest.resource.client.ServiceInstancesClient.postServiceInstances(ServiceInstancesClient.java:69)

11:11:38.465 - INFO:          Output line 289:  at com.sap.xs2rt.client.impl.operations.ServicesOperations.createService(ServicesOperations.java:118)

11:11:38.465 - INFO:          Output line 290:  ... 5 more

11:11:38.465 - INFO:          Output line 291: ##########

11:11:38.473 - INFO:          Program terminated with exit code 1

11:11:38.473 - INFO:        Switching back to root user.

11:11:38.473 - INFO:        /hana/shared/XXX/xs/installation-scripts/installation/load-initial-content call failed

11:11:38.473 - INFO:      Load initial content of XS Advanced Runtime failed

11:11:38.474 - ERR:    Add local host roles:

11:11:38.474 - ERR:    Reconfiguring SAP HANA system failed!

11:11:38.475 - ERR:    Summary of critical errors

11:11:38.474 - INFO:      Reconfiguring SAP HANA system failed!

11:11:38.474 - ERR:        Add local host roles:

11:11:38.473 - INFO:          Load initial content of XS Advanced Runtime failed

11:11:11.237 - INFO:            Switching to user id 1001 and group id 1001.

11:11:11.237 - INFO:            Starting external program /hana/shared/XXX/xs/installation-scripts/installation/load-initial-content

11:11:11.237 - INFO:              Command line is: /hana/shared/XXX/xs/installation-scripts/installation/load-initial-content <hostname> 30030

11:11:19.905 - INFO:              Output line 1: ###############################################

11:11:19.905 - INFO:              Output line 2: STARTING INSTALLATION FROM BASE VERSION 0.0.0.0

11:11:19.905 - INFO:              Output line 3: ###############################################

11:11:19.918 - INFO:              Output line 4: ##########

11:11:19.919 - INFO:              Output line 5: Installing step: Wait at least 5 minutes for a database connection

11:11:20.101 - INFO:              Output line 6: ##########

11:11:20.101 - INFO:              Output line 7: ##########

11:11:20.101 - INFO:              Output line 8: Installing step: HDI broker configuration

11:11:20.116 - INFO:              Output line 9: Using HDI broker URL https://<hostname>:30032/hdi-broker

11:11:20.117 - INFO:              Output line 10: hdiDbId     :5759d14f-4b9f-67b2-e100-00000a000062

11:11:20.117 - INFO:              Output line 11: serviceGuid1:8bfd2f00-b886-4ff0-8963-5fce572c372c

11:11:20.117 - INFO:              Output line 12: planGuid1   :eefcff97-baa6-4810-875d-beb6eb84e5ea

11:11:20.117 - INFO:              Output line 13: planGuid2   :337e8ca7-22ba-48ca-b564-193685f60365

11:11:20.117 - INFO:              Output line 14: planGuid3   :629ccb0f-0dcc-4d22-a25f-1296d9d3169e

11:11:20.117 - INFO:              Output line 15: planGuid4   :f80bffad-49b2-469e-ab89-8e533a4fbe11

11:11:20.126 - INFO:              Output line 16: serviceGuid1:8bfd2f00-b886-4ff0-8963-5fce572c372c

11:11:20.127 - INFO:              Output line 17: planGuid1   :eefcff97-baa6-4810-875d-beb6eb84e5ea

11:11:20.127 - INFO:              Output line 18: planGuid2   :337e8ca7-22ba-48ca-b564-193685f60365

11:11:20.127 - INFO:              Output line 19: planGuid3   :629ccb0f-0dcc-4d22-a25f-1296d9d3169e

11:11:20.127 - INFO:              Output line 20: planGuid4   :f80bffad-49b2-469e-ab89-8e533a4fbe11

11:11:20.127 - INFO:              Output line 21: Reading catalog templates from path '/hana/shared/XXX/xs/installation-scripts/installation/../../installation-scripts/installation/hdi'

11:11:20.130 - INFO:              Output line 22: Loading HDI broker configuration

11:11:20.190 - INFO:              Output line 23: Server response: 200 OK

11:11:20.190 - INFO:              Output line 24: Loading HDI broker catalog

11:11:20.237 - INFO:              Output line 25: Server response: 200 OK

11:11:20.250 - INFO:              Output line 26: Loading HDI broker credentials. DBID :5759d14f-4b9f-67b2-e100-00000a000062

11:11:20.364 - INFO:              Output line 27: Add database mapping

11:11:20.396 - INFO:              Output line 28: Server response: 201 Created

11:11:20.396 - INFO:              Output line 29: ##########

11:11:20.397 - INFO:              Output line 30: ##########

11:11:20.397 - INFO:              Output line 31: Installing step: UAA broker configuration

11:11:20.406 - INFO:              Output line 32: Using UAA url https://<hostname>:30032/uaa-security

11:11:20.406 - INFO:              Output line 33: Changing default password for UAA xs client

11:11:20.807 - INFO:              Output line 34: Changing default password for UAA service broker user

11:11:21.130 - INFO:              Output line 35: ##########

11:11:21.131 - INFO:              Output line 36: ##########

11:11:21.131 - INFO:              Output line 37: Installing step: Configure UAA SAML Trust

11:11:21.141 - INFO:              Output line 38: Configuring SAML trust for UAA located at 'https://<hostname>:30032/uaa-security'

11:11:21.141 - INFO:              Output line 39: Obtaining OAuth Token from UAA

11:11:21.248 - INFO:              Output line 40: Configuring SAML trust

11:11:22.208 - INFO:              Output line 41: ##########

11:11:22.208 - INFO:              Output line 42: ##########

11:11:22.208 - INFO:              Output line 43: Installing step: Organizations and spaces

11:11:22.209 - INFO:              Output line 44: Creating organization 'orgname'

11:11:22.412 - INFO:              Output line 45: Creating space 'PROD' with execution user XXXxsa

11:11:22.481 - INFO:              Output line 46: Creating space 'SAP' with execution user sapXXXxsa

11:11:22.506 - INFO:              Output line 47: ##########

11:11:22.506 - INFO:              Output line 48: ##########

11:11:22.506 - INFO:              Output line 49: Installing step: Stager Configuration

11:11:22.506 - INFO:              Output line 50: ##########

11:11:22.506 - INFO:              Output line 51: ##########

11:11:22.506 - INFO:              Output line 52: Installing step: Java Buildpack

11:11:22.535 - INFO:              Output line 53: Uploading Java buildpack

11:11:23.465 - INFO:              Output line 54: ##########

11:11:23.465 - INFO:              Output line 55: ##########

11:11:23.465 - INFO:              Output line 56: Installing step: Node.js Buildpack

11:11:23.478 - INFO:              Output line 57: Uploading Node.js buildpack

11:11:26.241 - INFO:              Output line 58: ##########

11:11:26.241 - INFO:              Output line 59: ##########

11:11:26.241 - INFO:              Output line 60: Installing step: JDBC Driver

11:11:26.255 - INFO:              Output line 61: Uploading the HANA JDBC driver runtime

11:11:26.498 - INFO:              Output line 62: ##########

11:11:26.498 - INFO:              Output line 63: ##########

11:11:26.498 - INFO:              Output line 64: Installing step: Node.js 0.12

11:11:26.511 - INFO:              Output line 65: Uploading the Node.js 0.12 runtime

11:11:30.870 - INFO:              Output line 66: ##########

11:11:30.870 - INFO:              Output line 67: ##########

11:11:30.870 - INFO:              Output line 68: Installing step: Node.js 4

11:11:30.881 - INFO:              Output line 69: Uploading the Node.js 4 runtime

11:11:32.994 - INFO:              Output line 70: ##########

11:11:32.994 - INFO:              Output line 71: ##########

11:11:32.994 - INFO:              Output line 72: Installing step: SAP JVM 8 JRE

11:11:33.005 - INFO:              Output line 73: Uploading the SAP JVM 8 JRE runtime

11:11:34.940 - INFO:              Output line 74: ##########

11:11:34.940 - INFO:              Output line 75: ##########

11:11:34.940 - INFO:              Output line 76: Installing step: SAP JVM 8

11:11:34.952 - INFO:              Output line 77: Uploading the SAP JVM 8 runtime

11:11:36.646 - INFO:              Output line 78: ##########

11:11:36.646 - INFO:              Output line 79: ##########

11:11:36.646 - INFO:              Output line 80: Installing step: Tomcat8

11:11:36.655 - INFO:              Output line 81: Uploading the Tomcat 8 runtime

11:11:37.022 - INFO:              Output line 82: ##########

11:11:37.023 - INFO:              Output line 83: ##########

11:11:37.023 - INFO:              Output line 84: Installing step: TomEE 1.7

11:11:37.033 - INFO:              Output line 85: Uploading the TomEE 1.7 runtime

11:11:37.734 - INFO:              Output line 86: ##########

11:11:37.734 - INFO:              Output line 87: ##########

11:11:37.735 - INFO:              Output line 88: Installing step: HDI Service Broker

11:11:37.744 - INFO:              Output line 89: Creating HDI service broker

11:11:38.009 - INFO:              Output line 90: Creating initial HDI services

11:11:38.458 - INFO:              Output line 91: ERROR: Fatal error occured during installation: Creating the HDI service broker failed: Could not create service hdi-container (hana, plan hdi-shared): Provisioning service hdi-container (service id 8bfd2f00-b886-4ff0-8963-5fce572c372c, plan id eefcff97-baa6-4810-875d-beb6eb84e5ea) on service broker "hdi-broker" (url: https://<hostname>:30032/hdi-broker) failed due to unexpected return code from broker: REST request PUT to url 'https://<hostname>:30032/hdi-broker/v2/service_instances/b626c954-8e87-49cb-8677-0ca98df09132' had response code 500 (Operation failed due to unexpected server error) with error message:

11:11:38.458 - INFO:              Output line 92: >>>>

11:11:38.458 - INFO:              Output line 93: stacktrace: com.sap.core.persistence.broker.BrokerException: Failed to create HDI container

11:11:38.458 - INFO:              Output line 94:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:66)

11:11:38.458 - INFO:              Output line 95:  at com.sap.core.persistence.broker.Broker.createInstance(Broker.java:143)

11:11:38.458 - INFO:              Output line 96:  at com.sap.core.persistence.broker.web.api.ProvisionInstanceHandler.process(ProvisionInstanceHandler.java:60)

11:11:38.458 - INFO:              Output line 97:  at com.sap.core.persistence.broker.web.DispatcherServlet$HandlerCall.process(DispatcherServlet.java:223)

11:11:38.458 - INFO:              Output line 98:  at com.sap.core.persistence.broker.web.DispatcherServlet.service(DispatcherServlet.java:97)

11:11:38.458 - INFO:              Output line 99:  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

11:11:38.458 - INFO:              Output line 100:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

11:11:38.458 - INFO:              Output line 101:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.458 - INFO:              Output line 102:  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

11:11:38.458 - INFO:              Output line 103:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

11:11:38.458 - INFO:              Output line 104:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.458 - INFO:              Output line 105:  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

11:11:38.458 - INFO:              Output line 106:  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

11:11:38.458 - INFO:              Output line 107:  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

11:11:38.458 - INFO:              Output line 108:  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

11:11:38.458 - INFO:              Output line 109:  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

11:11:38.458 - INFO:              Output line 110:  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

11:11:38.459 - INFO:              Output line 111:  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

11:11:38.459 - INFO:              Output line 112:  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

11:11:38.459 - INFO:              Output line 113:  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

11:11:38.459 - INFO:              Output line 114:  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

11:11:38.459 - INFO:              Output line 115:  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

11:11:38.459 - INFO:              Output line 116:  at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:277)

11:11:38.459 - INFO:              Output line 117:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

11:11:38.459 - INFO:              Output line 118:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

11:11:38.459 - INFO:              Output line 119:  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

11:11:38.459 - INFO:              Output line 120:  at java.lang.Thread.run(Thread.java:812)

11:11:38.459 - INFO:              Output line 121: Caused by: com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException: [129]: transaction rolled back by an internal error: "_SYS_DI"."CREATE_CONTAINER": line 11 col 3 (at pos 288): [129] (range 3): transaction rolled back by an internal error: Unable to locate the HANA DI server

11:11:38.459 - INFO:              Output line 122:  at com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException.createException(SQLTransactionRollbackException.java:40)

11:11:38.459 - INFO:              Output line 123:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:315)

11:11:38.459 - INFO:              Output line 124:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:185)

11:11:38.459 - INFO:              Output line 125:  at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:102)

11:11:38.459 - INFO:              Output line 126:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1031)

11:11:38.459 - INFO:              Output line 127:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:820)

11:11:38.459 - INFO:              Output line 128:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:409)

11:11:38.459 - INFO:              Output line 129:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:264)

11:11:38.459 - INFO:              Output line 130:  at com.sap.db.jdbc.trace.CallableStatement.execute(CallableStatement.java:1136)

11:11:38.459 - INFO:              Output line 131:  at com.sap.core.persistence.broker.hana.HDICommunicator.hdiCall(HDICommunicator.java:440)

11:11:38.459 - INFO:              Output line 132:  at com.sap.core.persistence.broker.hana.HDICommunicator.createContainer(HDICommunicator.java:77)

11:11:38.459 - INFO:              Output line 133:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:54)

11:11:38.459 - INFO:              Output line 134:  ... 26 more

11:11:38.459 - INFO:              Output line 135:

11:11:38.459 - INFO:              Output line 136: message: Failed to create HDI container

11:11:38.459 - INFO:              Output line 137: <<<<.

11:11:38.459 - INFO:              Output line 138: com.sap.xs2rt.installation.util.InstallationException: Creating the HDI service broker failed: Could not create service hdi-container (hana, plan hdi-shared): Provisioning service hdi-container (service id 8bfd2f00-b886-4ff0-8963-5fce572c372c, plan id eefcff97-baa6-4810-875d-beb6eb84e5ea) on service broker "hdi-broker" (url: https://<hostname>:30032/hdi-broker) failed due to unexpected return code from broker: REST request PUT to url 'https://<hostname>:30032/hdi-broker/v2/service_instances/b626c954-8e87-49cb-8677-0ca98df09132' had response code 500 (Operation failed due to unexpected server error) with error message:

11:11:38.460 - INFO:              Output line 139: >>>>

11:11:38.460 - INFO:              Output line 140: stacktrace: com.sap.core.persistence.broker.BrokerException: Failed to create HDI container

11:11:38.460 - INFO:              Output line 141:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:66)

11:11:38.460 - INFO:              Output line 142:  at com.sap.core.persistence.broker.Broker.createInstance(Broker.java:143)

11:11:38.460 - INFO:              Output line 143:  at com.sap.core.persistence.broker.web.api.ProvisionInstanceHandler.process(ProvisionInstanceHandler.java:60)

11:11:38.460 - INFO:              Output line 144:  at com.sap.core.persistence.broker.web.DispatcherServlet$HandlerCall.process(DispatcherServlet.java:223)

11:11:38.460 - INFO:              Output line 145:  at com.sap.core.persistence.broker.web.DispatcherServlet.service(DispatcherServlet.java:97)

11:11:38.460 - INFO:              Output line 146:  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

11:11:38.460 - INFO:              Output line 147:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

11:11:38.460 - INFO:              Output line 148:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.460 - INFO:              Output line 149:  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

11:11:38.460 - INFO:              Output line 150:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

11:11:38.460 - INFO:              Output line 151:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.460 - INFO:              Output line 152:  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

11:11:38.460 - INFO:              Output line 153:  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

11:11:38.460 - INFO:              Output line 154:  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

11:11:38.460 - INFO:              Output line 155:  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

11:11:38.460 - INFO:              Output line 156:  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

11:11:38.460 - INFO:              Output line 157:  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

11:11:38.460 - INFO:              Output line 158:  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

11:11:38.460 - INFO:              Output line 159:  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

11:11:38.460 - INFO:              Output line 160:  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

11:11:38.460 - INFO:              Output line 161:  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

11:11:38.460 - INFO:              Output line 162:  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

11:11:38.460 - INFO:              Output line 163:  at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:277)

11:11:38.460 - INFO:              Output line 164:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

11:11:38.460 - INFO:              Output line 165:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

11:11:38.460 - INFO:              Output line 166:  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

11:11:38.461 - INFO:              Output line 167:  at java.lang.Thread.run(Thread.java:812)

11:11:38.461 - INFO:              Output line 168: Caused by: com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException: [129]: transaction rolled back by an internal error: "_SYS_DI"."CREATE_CONTAINER": line 11 col 3 (at pos 288): [129] (range 3): transaction rolled back by an internal error: Unable to locate the HANA DI server

11:11:38.461 - INFO:              Output line 169:  at com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException.createException(SQLTransactionRollbackException.java:40)

11:11:38.461 - INFO:              Output line 170:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:315)

11:11:38.461 - INFO:              Output line 171:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:185)

11:11:38.461 - INFO:              Output line 172:  at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:102)

11:11:38.461 - INFO:              Output line 173:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1031)

11:11:38.461 - INFO:              Output line 174:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:820)

11:11:38.461 - INFO:              Output line 175:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:409)

11:11:38.461 - INFO:              Output line 176:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:264)

11:11:38.461 - INFO:              Output line 177:  at com.sap.db.jdbc.trace.CallableStatement.execute(CallableStatement.java:1136)

11:11:38.461 - INFO:              Output line 178:  at com.sap.core.persistence.broker.hana.HDICommunicator.hdiCall(HDICommunicator.java:440)

11:11:38.461 - INFO:              Output line 179:  at com.sap.core.persistence.broker.hana.HDICommunicator.createContainer(HDICommunicator.java:77)

11:11:38.461 - INFO:              Output line 180:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:54)

11:11:38.461 - INFO:              Output line 181:  ... 26 more

11:11:38.461 - INFO:              Output line 182:

11:11:38.461 - INFO:              Output line 183: message: Failed to create HDI container

11:11:38.461 - INFO:              Output line 184: <<<<.

11:11:38.461 - INFO:              Output line 185:  at com.sap.xs2rt.installation.impl.hana.content.components.HdiServiceBroker.install(HdiServiceBroker.java:74)

11:11:38.461 - INFO:              Output line 186:  at com.sap.xs2rt.installation.procedures.InstallationProcedure.perform(InstallationProcedure.java:97)

11:11:38.461 - INFO:              Output line 187:  at com.sap.xs2rt.installation.impl.hana.content.HanaContentInstallUpdateProcedure.main(HanaContentInstallUpdateProcedure.java:65)

11:11:38.461 - INFO:              Output line 188: Caused by: com.sap.xs2rt.client.exceptions.XsClientException: Could not create service hdi-container (hana, plan hdi-shared): Provisioning service hdi-container (service id 8bfd2f00-b886-4ff0-8963-5fce572c372c, plan id eefcff97-baa6-4810-875d-beb6eb84e5ea) on service broker "hdi-broker" (url: https://<hostname>:30032/hdi-broker) failed due to unexpected return code from broker: REST request PUT to url 'https://<hostname>:30032/hdi-broker/v2/service_instances/b626c954-8e87-49cb-8677-0ca98df09132' had response code 500 (Operation failed due to unexpected server error) with error message:

11:11:38.461 - INFO:              Output line 189: >>>>

11:11:38.461 - INFO:              Output line 190: stacktrace: com.sap.core.persistence.broker.BrokerException: Failed to create HDI container

11:11:38.461 - INFO:              Output line 191:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:66)

11:11:38.461 - INFO:              Output line 192:  at com.sap.core.persistence.broker.Broker.createInstance(Broker.java:143)

11:11:38.461 - INFO:              Output line 193:  at com.sap.core.persistence.broker.web.api.ProvisionInstanceHandler.process(ProvisionInstanceHandler.java:60)

11:11:38.461 - INFO:              Output line 194:  at com.sap.core.persistence.broker.web.DispatcherServlet$HandlerCall.process(DispatcherServlet.java:223)

11:11:38.462 - INFO:              Output line 195:  at com.sap.core.persistence.broker.web.DispatcherServlet.service(DispatcherServlet.java:97)

11:11:38.462 - INFO:              Output line 196:  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

11:11:38.462 - INFO:              Output line 197:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

11:11:38.462 - INFO:              Output line 198:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.462 - INFO:              Output line 199:  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

11:11:38.462 - INFO:              Output line 200:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

11:11:38.462 - INFO:              Output line 201:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.462 - INFO:              Output line 202:  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

11:11:38.462 - INFO:              Output line 203:  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

11:11:38.462 - INFO:              Output line 204:  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

11:11:38.462 - INFO:              Output line 205:  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

11:11:38.462 - INFO:              Output line 206:  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

11:11:38.462 - INFO:              Output line 207:  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

11:11:38.462 - INFO:              Output line 208:  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

11:11:38.462 - INFO:              Output line 209:  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

11:11:38.462 - INFO:              Output line 210:  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

11:11:38.462 - INFO:              Output line 211:  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

11:11:38.462 - INFO:              Output line 212:  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

11:11:38.462 - INFO:              Output line 213:  at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:277)

11:11:38.462 - INFO:              Output line 214:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

11:11:38.462 - INFO:              Output line 215:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

11:11:38.462 - INFO:              Output line 216:  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

11:11:38.462 - INFO:              Output line 217:  at java.lang.Thread.run(Thread.java:812)

11:11:38.462 - INFO:              Output line 218: Caused by: com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException: [129]: transaction rolled back by an internal error: "_SYS_DI"."CREATE_CONTAINER": line 11 col 3 (at pos 288): [129] (range 3): transaction rolled back by an internal error: Unable to locate the HANA DI server

11:11:38.462 - INFO:              Output line 219:  at com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException.createException(SQLTransactionRollbackException.java:40)

11:11:38.462 - INFO:              Output line 220:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:315)

11:11:38.463 - INFO:              Output line 221:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:185)

11:11:38.463 - INFO:              Output line 222:  at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:102)

11:11:38.463 - INFO:              Output line 223:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1031)

11:11:38.463 - INFO:              Output line 224:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:820)

11:11:38.463 - INFO:              Output line 225:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:409)

11:11:38.463 - INFO:              Output line 226:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:264)

11:11:38.463 - INFO:              Output line 227:  at com.sap.db.jdbc.trace.CallableStatement.execute(CallableStatement.java:1136)

11:11:38.463 - INFO:              Output line 228:  at com.sap.core.persistence.broker.hana.HDICommunicator.hdiCall(HDICommunicator.java:440)

11:11:38.463 - INFO:              Output line 229:  at com.sap.core.persistence.broker.hana.HDICommunicator.createContainer(HDICommunicator.java:77)

11:11:38.463 - INFO:              Output line 230:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:54)

11:11:38.463 - INFO:              Output line 231:  ... 26 more

11:11:38.463 - INFO:              Output line 232:

11:11:38.463 - INFO:              Output line 233: message: Failed to create HDI container

11:11:38.463 - INFO:              Output line 234: <<<<.

11:11:38.463 - INFO:              Output line 235:  at com.sap.xs2rt.client.impl.operations.OperationsBase.newResourceException(OperationsBase.java:262)

11:11:38.463 - INFO:              Output line 236:  at com.sap.xs2rt.client.impl.operations.ServicesOperations.createService(ServicesOperations.java:120)

11:11:38.463 - INFO:              Output line 237:  at com.sap.xs2rt.client.impl.operations.ServicesOperations.createService(ServicesOperations.java:83)

11:11:38.463 - INFO:              Output line 238:  at com.sap.xs2rt.client.impl.XsOperationsImpl.createService(XsOperationsImpl.java:930)

11:11:38.463 - INFO:              Output line 239:  at com.sap.xs2rt.installation.impl.hana.content.components.HdiServiceBroker.install(HdiServiceBroker.java:70)

11:11:38.463 - INFO:              Output line 240:  ... 2 more

11:11:38.463 - INFO:              Output line 241: Caused by: com.sap.xs2rt.core.rest.client.RestResponseException: Provisioning service hdi-container (service id 8bfd2f00-b886-4ff0-8963-5fce572c372c, plan id eefcff97-baa6-4810-875d-beb6eb84e5ea) on service broker "hdi-broker" (url: https://<hostname>:30032/hdi-broker) failed due to unexpected return code from broker: REST request PUT to url 'https://<hostname>:30032/hdi-broker/v2/service_instances/b626c954-8e87-49cb-8677-0ca98df09132' had response code 500 (Operation failed due to unexpected server error) with error message:

11:11:38.463 - INFO:              Output line 242: >>>>

11:11:38.463 - INFO:              Output line 243: stacktrace: com.sap.core.persistence.broker.BrokerException: Failed to create HDI container

11:11:38.463 - INFO:              Output line 244:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:66)

11:11:38.463 - INFO:              Output line 245:  at com.sap.core.persistence.broker.Broker.createInstance(Broker.java:143)

11:11:38.463 - INFO:              Output line 246:  at com.sap.core.persistence.broker.web.api.ProvisionInstanceHandler.process(ProvisionInstanceHandler.java:60)

11:11:38.463 - INFO:              Output line 247:  at com.sap.core.persistence.broker.web.DispatcherServlet$HandlerCall.process(DispatcherServlet.java:223)

11:11:38.464 - INFO:              Output line 248:  at com.sap.core.persistence.broker.web.DispatcherServlet.service(DispatcherServlet.java:97)

11:11:38.464 - INFO:              Output line 249:  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

11:11:38.464 - INFO:              Output line 250:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

11:11:38.464 - INFO:              Output line 251:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.464 - INFO:              Output line 252:  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

11:11:38.464 - INFO:              Output line 253:  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

11:11:38.464 - INFO:              Output line 254:  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

11:11:38.464 - INFO:              Output line 255:  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

11:11:38.464 - INFO:              Output line 256:  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

11:11:38.464 - INFO:              Output line 257:  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

11:11:38.464 - INFO:              Output line 258:  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

11:11:38.464 - INFO:              Output line 259:  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

11:11:38.464 - INFO:              Output line 260:  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

11:11:38.464 - INFO:              Output line 261:  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

11:11:38.464 - INFO:              Output line 262:  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

11:11:38.464 - INFO:              Output line 263:  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

11:11:38.464 - INFO:              Output line 264:  at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)

11:11:38.464 - INFO:              Output line 265:  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

11:11:38.464 - INFO:              Output line 266:  at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:277)

11:11:38.464 - INFO:              Output line 267:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

11:11:38.464 - INFO:              Output line 268:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

11:11:38.464 - INFO:              Output line 269:  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

11:11:38.464 - INFO:              Output line 270:  at java.lang.Thread.run(Thread.java:812)

11:11:38.464 - INFO:              Output line 271: Caused by: com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException: [129]: transaction rolled back by an internal error: "_SYS_DI"."CREATE_CONTAINER": line 11 col 3 (at pos 288): [129] (range 3): transaction rolled back by an internal error: Unable to locate the HANA DI server

11:11:38.464 - INFO:              Output line 272:  at com.sap.db.jdbc.exceptions.jdbc40.SQLTransactionRollbackException.createException(SQLTransactionRollbackException.java:40)

11:11:38.464 - INFO:              Output line 273:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:315)

11:11:38.464 - INFO:              Output line 274:  at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:185)

11:11:38.465 - INFO:              Output line 275:  at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:102)

11:11:38.465 - INFO:              Output line 276:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1031)

11:11:38.465 - INFO:              Output line 277:  at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:820)

11:11:38.465 - INFO:              Output line 278:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:409)

11:11:38.465 - INFO:              Output line 279:  at com.sap.db.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:264)

11:11:38.465 - INFO:              Output line 280:  at com.sap.db.jdbc.trace.CallableStatement.execute(CallableStatement.java:1136)

11:11:38.465 - INFO:              Output line 281:  at com.sap.core.persistence.broker.hana.HDICommunicator.hdiCall(HDICommunicator.java:440)

11:11:38.465 - INFO:              Output line 282:  at com.sap.core.persistence.broker.hana.HDICommunicator.createContainer(HDICommunicator.java:77)

11:11:38.465 - INFO:              Output line 283:  at com.sap.core.persistence.broker.hana.HDIInstanceFactory.createInstance(HDIInstanceFactory.java:54)

11:11:38.465 - INFO:              Output line 284:  ... 26 more

11:11:38.465 - INFO:              Output line 285:

11:11:38.465 - INFO:              Output line 286: message: Failed to create HDI container

11:11:38.465 - INFO:              Output line 287: <<<<.

11:11:38.465 - INFO:              Output line 288:  at com.sap.xs2rt.core.generated.rest.resource.client.ServiceInstancesClient.postServiceInstances(ServiceInstancesClient.java:69)

11:11:38.465 - INFO:              Output line 289:  at com.sap.xs2rt.client.impl.operations.ServicesOperations.createService(ServicesOperations.java:118)

11:11:38.465 - INFO:              Output line 290:  ... 5 more

11:11:38.465 - INFO:              Output line 291: ##########

11:11:38.473 - INFO:              Program terminated with exit code 1

11:11:38.473 - INFO:            Switching back to root user.

11:11:38.473 - ERR:            /hana/shared/XXX/xs/installation-scripts/installation/load-initial-content call failed

 

 

 

 

I cant uninstall the XS with the hdblcm, i have to uninstall it manually. After a new installation the error comes again.

 

Thanks in advise

 

Sven

Alter column in HANA table

$
0
0

i try to run this command in HANA database in PreProd platfrom and it gives syntax error, while im running the same command in Dev/QA and UAT

and it is running  successfully.

 

altertable XXX.YYYYYYYYY alter (DESC NVARCHAR(500));

 

 

 

Could not execute 'alter table "XXX"."YYYYYYYYY" alter("DESC" nvarchar(500))' in 2 ms 692 µs .

SAP DBTech JDBC: [257] (at 70): sql syntax error: incorrect syntax near " nvarchar": line 1 col 70 (at pos 70)

auto_increment @hdbcds on SPS12

$
0
0

Hi,

 

I've seen in this Thread How to have an auto increment primary key in HDBDD that there is no chance to set an auto_increment yet. Are there any changes for SPS12 ?

 

We have a lot of Tables, writing a sequence for every single table is not a real option here, because we must change every SQL-Statement as well.

 

Here EXPERIENCE WITH IDENTITY FEATURE IN SAP HANA I've read, that it is possible to create an auto increment by SQL itself. When I fire this SQL-Statement, the table wont be created in the new XSA Catalog.

 

Currently, we read out the MAX(ID) from our table, set it to +=1 and set this as the new ID.

The biggest problem for now is, that Node.JS and AJAX are asynchronous. If we fire many calls (100 and above) to the same table, several insert-calls are concurrent, because up to 5 (due to AJAX) are fired simultaneously. At 100 calls, up to 60% of the data will be dismissed, because of a constraint violation (same ID).

 

 

Thank you in advance.

Viewing all 6745 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>