Skip to Content
0
Jul 29, 2016 at 08:24 AM

DB Connection failure

50 Views

Hi

I am currently trying to create a DB tunnel to SAP HANA trial account using SDK kit - "neo-java-web-sdk-1.108.14" and amended the following as per instructions in the war properties files.

However once logged, it is not able deploy and posts the following error.

2016-07-29 10:08:21,951 ERROR [pool-3-thread-1] com.sap.jpaas.infrastructure.console.ConsoleLogger: An error occured while parsing date from file. A version vailidity check will still be performed

java.lang.NumberFormatException: null

at java.lang.Long.parseLong(Unknown Source)

at java.lang.Long.parseLong(Unknown Source)

at com.sap.jpaas.infrastructure.console.SDKVersionPropertyFileProvider.getLastUpdateDate(SDKVersionPropertyFileProvider.java:68)

at com.sap.jpaas.infrastructure.console.VersionValidityChecker.shouldCheckVersion(VersionValidityChecker.java:116)

at com.sap.jpaas.infrastructure.console.VersionValidityChecker.call(VersionValidityChecker.java:73)

at com.sap.jpaas.infrastructure.console.VersionValidityChecker.call(VersionValidityChecker.java:21)

at java.util.concurrent.FutureTask.run(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

2016-07-29 10:08:21,952 INFO [pool-3-thread-1] com.sap.jpaas.infrastructure.console.ConsoleLogger: Currently running SDK version validity check for user SDK version: 1.108.14, landscape: hana.ondemand.com and runtime: neo-java-web

2016-07-29 10:08:22,666 INFO [main] com.sap.jpaas.infrastructure.console.ConsoleLogger: Command [deploy] init() finished for [1782] ms

2016-07-29 10:08:37,062 INFO [main] com.sap.core.deploy.client.cmd.helpers.DeployHelper: Deployment started for [p1942082228trial/primary/web] with descriptor [Descriptor{attributes={update_sites=samples/deploy_war/example.war, iu_version=0.0.0, runtimeId=neo-java-web, runtimeVersion=1, perm_storage_size=10, jpaas_services=["all"], elasticity.data={"minVmCount":1,"maxVmCount":1}, perm_storage_local_path=permanent_storage, perm_storage_mode=none}, services=null, containerType=3}]

2016-07-29 10:08:37,066 INFO [main] com.sap.core.deploy.client.impl.DeployFeedbackHelper: Deploy started

2016-07-29 10:08:37,067 INFO [main] com.sap.core.deploy.client.impl.DeployerImpl: Starting deployment of application [p1942082228trial/primary]

2016-07-29 10:08:37,465 INFO [main] com.sap.core.deploy.client.publicrest.impl.DeployClient: Deploy with delta option [false]

2016-07-29 10:08:37,471 INFO [main] com.sap.core.deploy.client.publicrest.impl.BasicClient: NOTE: csrfToken init >> Fri Jul 29 10:08:37 CEST 2016

2016-07-29 10:08:38,360 INFO [main] com.sap.core.deploy.client.publicrest.impl.BasicClient: csrfToken = [145E116F2600862532405B4BE3DE0A1A]

2016-07-29 10:08:38,754 INFO [main] com.sap.core.deploy.client.impl.DeployFeedbackHelper: Upload started

2016-07-29 10:08:38,754 INFO [main] com.sap.core.deploy.client.impl.DeployFeedbackHelper: Upload progressed. Percents: 100

2016-07-29 10:08:38,944 INFO [main] com.sap.core.deploy.client.impl.DeployFeedbackHelper: Upload finished. Details: Uploaded 1.1 KB in 0.1 s Speed: 6 KB/s

2016-07-29 10:08:38,946 INFO [main] com.sap.core.deploy.client.impl.DeployFeedbackHelper: Processing started

2016-07-29 10:08:42,181 INFO [main] com.sap.core.deploy.client.impl.DeployFeedbackHelper: Processing finished. Details: Processing completed in 3.2 s

2016-07-29 10:08:42,181 INFO [main] com.sap.core.deploy.client.impl.DeployFeedbackHelper: Deploy finished. Success: false

2016-07-29 10:08:42,181 INFO [main] com.sap.core.deploy.client.impl.DeployerImpl: Deployment operation of application [p1942082228trial/primary] finished for [5117] ms

2016-07-29 10:08:42,183 INFO [main] com.sap.jpaas.infrastructure.console.ConsoleLogger: Command [deploy] cleanup() finished for [1] ms

2016-07-29 10:08:42,189 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleLogger: ⚠️ ERROR: Deploy failed. Problem updating system DB with metadata for application [primary] in account [p1942082228trial].

Details: accounts/p1942082228trial/applications/

com.sap.jpaas.infrastructure.console.exception.CommandException: Deploy failed. Problem updating system DB with metadata for application [primary] in account [p1942082228trial].

Details: accounts/p1942082228trial/applications/

Could you please help me with your suggestions.

Thanks in advance,