merative / spm-kubernetes

This repository contains artifacts to assist IBM Cúram SPM customers in their journey to Kubernetes
Apache License 2.0
9 stars 13 forks source link

Deployment of Curam on WLP windows version failing #98

Open scovitsonu opened 2 years ago

scovitsonu commented 2 years ago

Hi, I am trying to deploy Curam v8 on WLP (wlp-nd-all-20.0.0.9) windows version on a windows VM. First of all, is it supported? When I try to run "build configure" command from EJBServer folder, the following error is thrown:

C:\Curam\OASDemo\Curam\CuramSDEJ\bin\app_runtime.xml:394: The following error occurred while executing this line: C:\Curam\OASDemo\Curam\CuramSDEJ\bin\app_runtime.xml:422: The following error occurred while executing this line: C:\Curam\OASDemo\Curam\CuramSDEJ\bin\app_runtimewlp.xml:530: The following error occurred while executing this line: C:\Curam\OASDemo\Curam\CuramSDEJ\bin\app_configureWLP.xml:294: Execute failed: java.io.IOException: Cannot run program "C:\Curam\wlp-nd-all-20.0.0.9\wlp\bin\securityUtility" (in directory "C:\Curam\OASDemo\Curam\CuramSDEJ\bin"): CreateProcess error=193, %1 is not a valid Win32 application at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:621) at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58) at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:424) at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:438) at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:630) at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669) at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:497) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99) at org.apache.tools.ant.Task.perform(Task.java:350) at org.apache.tools.ant.Target.execute(Target.java:449) at org.apache.tools.ant.Target.performTasks(Target.java:470) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) at org.apache.tools.ant.Project.executeTargets(Project.java:1254) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99) at org.apache.tools.ant.Task.perform(Task.java:350) at org.apache.tools.ant.Target.execute(Target.java:449) at org.apache.tools.ant.Target.performTasks(Target.java:470) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) at org.apache.tools.ant.Project.executeTargets(Project.java:1254) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99) at org.apache.tools.ant.Task.perform(Task.java:350) at org.apache.tools.ant.Target.execute(Target.java:449) at org.apache.tools.ant.Target.performTasks(Target.java:470) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) at org.apache.tools.ant.Project.executeTargets(Project.java:1254) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437) at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99) at org.apache.tools.ant.Task.perform(Task.java:350) at org.apache.tools.ant.Target.execute(Target.java:449) at org.apache.tools.ant.Target.performTasks(Target.java:470) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391) at org.apache.tools.ant.Project.executeTarget(Project.java:1364) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.apache.tools.ant.Project.executeTargets(Project.java:1254) at org.apache.tools.ant.Main.runBuild(Main.java:830) at org.apache.tools.ant.Main.startAnt(Main.java:223) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101) Caused by: java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 application at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.(ProcessImpl.java:444) at java.lang.ProcessImpl.start(ProcessImpl.java:140) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 60 more

Total time: 10 seconds

An error has occurred executing the build.

I tried with setting the JAVA_HOME to WLP java, but same result. I also tried by setting JAVA_HOME to jdk1.8.0_281 instead of WLP java, but same result.

niambhscullion12 commented 2 years ago

Hi there, We have a member of the team investigating this now. We will be in touch when we have more information.

Thanks so much, Niambh

niambhscullion12 commented 2 years ago

Hi @scovitsonu , I hope you are keeping well. We have done research in this issue. This looks to be an issue with the product. Can you raise this issue in the customer support portal.

Thanks so much, Niambh and Team.

ourboy commented 2 years ago

Hi @scovitsonu ,

Can you confirm if this issue has been raised in the customer support portal?

Regards Fergal

scovitsonu commented 2 years ago

Hi Fergal,

I am yet to raise this issue as a PMR.

Regards

npsing commented 2 years ago

It would be nice to see this fixed in next release of the product.

wwwild commented 1 year ago

Was an external support case (previously PMR) ever opened for this as requested? With the move to Merative I can't tell and having an external support case would help us increase the priority of a fix for this.