Ошибка при развертывании wslt в OPA Intelligent Advisor
Я пытаюсь установить OPA Intelligent Advisor 12.2.18 20A на локальном компьютере, но он выдает ошибку в файле install.log для развертывания wslt. Ниже представлены журналы:
2021-04-02T09:20:27,830 INFO () - Database for deployment manual created.
2021-04-02T09:20:31,550 INFO () - Initial data seeded to database
2021-04-02T09:20:31,610 INFO () - Admin password seeded to database
2021-04-02T09:20:31,870 INFO () - Creating new Key pair with kid
2021-04-02T09:20:32,102 INFO (com.oracle.determinations.hub.exec.customer.BuildPrivateCloudEarCommand) - Creating web application E:\Softwares\OPA 12.2.18 20A\V998751-01\opa\bin\..\deploy\manual\manual-opa.ear
2021-04-02T09:20:37,727 INFO (com.oracle.determinations.hub.exec.customer.BuildPrivateCloudEarCommand) - Created web applications at E:\Softwares\OPA 12.2.18 20A\V998751-01\opa\bin\..\deploy\manual
2021-04-02T09:20:37,729 INFO (com.oracle.determinations.hub.exec.customer.DeployWebappsWLSTCommand) - Deploying web applications using wlst
2021-04-02T09:20:37,735 INFO () - executing wlst command: C:\Oracle\Middleware_12.2.1.4\wlserver\common\bin/wlst.cmd script: E:\Softwares\OPA 12.2.18 20A\V998751-01\opa\bin/opahub_wlst_deploy.py
2021-04-02T09:20:37,735 INFO () - "-scriptaid=E:\Softwares\OPA 12.2.18 20A\V998751-01\opa\bin"
2021-04-02T09:20:37,735 INFO (com.oracle.determinations.hub.exec.WeblogicEnv) - "-propfile=E:\Softwares\OPA 12.2.18 20A\V998751-01\opa\bin\..\deploy\manual\opahub_wlst.properties"
2021-04-02T09:20:37,735 INFO (com.oracle.determinations.hub.exec.WeblogicEnv) - "-deploydir=E:\Softwares\OPA 12.2.18 20A\V998751-01\opa\bin\..\deploy\manual"
2021-04-02T09:20:37,752 INFO (WLST) - WARNING: This is a deprecated script. Please invoke the wlst.cmd script under oracle_common/common/bin.
2021-04-02T09:20:38,286 INFO (WLST) -
2021-04-02T09:20:38,286 INFO (WLST) - Initializing WebLogic Scripting Tool (WLST) ...
2021-04-02T09:20:38,286 INFO (WLST) -
2021-04-02T09:20:48,302 INFO (WLST) - Welcome to WebLogic Server Administration Scripting Shell
2021-04-02T09:20:48,302 INFO (WLST) -
2021-04-02T09:20:48,302 INFO (WLST) - Type help() for help on available commands
2021-04-02T09:20:48,302 INFO (WLST) -
2021-04-02T09:20:48,320 INFO (WLST) - Problem invoking WLST - Traceback (innermost last):
2021-04-02T09:20:48,321 INFO (WLST) - File "E:\Softwares\OPA 12.2.18 20A\V998751-01\opa\bin\opahub_wlst_deploy.py", line 119, in ?
2021-04-02T09:20:48,321 INFO (WLST) - at java.io.FileInputStream.<init>(FileInputStream.java:130)
2021-04-02T09:20:48,321 INFO (WLST) -
2021-04-02T09:20:48,321 INFO (WLST) - at java.io.FileInputStream.<init>(FileInputStream.java:93)
2021-04-02T09:20:48,321 INFO (WLST) -
2021-04-02T09:20:48,321 INFO (WLST) - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2021-04-02T09:20:48,321 INFO (WLST) -
2021-04-02T09:20:48,321 INFO (WLST) - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2021-04-02T09:20:48,321 INFO (WLST) -
2021-04-02T09:20:48,321 INFO (WLST) - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2021-04-02T09:20:48,321 INFO (WLST) -
2021-04-02T09:20:48,321 INFO (WLST) - at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2021-04-02T09:20:48,321 INFO (WLST) -
2021-04-02T09:20:48,321 INFO (WLST) -
2021-04-02T09:20:48,321 INFO (WLST) - java.lang.NullPointerException: java.lang.NullPointerException
2021-04-02T09:20:48,321 INFO (WLST) -
2021-04-02T09:20:48,776 INFO (com.oracle.determinations.hub.exec.customer.FullInstallCommand) - Error Deploying Intelligent Advisor Web applications. wlst execution did not succeed
2021-04-02T09:20:48,777 INFO (com.oracle.determinations.hub.exec.customer.FullInstallCommand) - ** Installation was not successful **
2021-04-02T09:20:48,778 INFO (com.oracle.determinations.hub.exec.customer.FullInstallCommand) - Error Deploying Intelligent Advisor Web applications. wlst execution did not succeed
2021-04-02T09:20:48,779 INFO (com.oracle.determinations.hub.exec.customer.FullInstallCommand) -
Database Creation:
2021-04-02T09:20:48,779 INFO (com.oracle.determinations.hub.exec.InstallDatabaseCommand) - Database was successfully created for manual
2021-04-02T09:20:48,780 INFO (com.oracle.determinations.hub.exec.customer.FullInstallCommand) -
Web Application Creation:
2021-04-02T09:20:48,781 INFO (com.oracle.determinations.hub.exec.customer.BuildPrivateCloudEarCommand) - Web applications built to dir: E:\Softwares\OPA 12.2.18 20A\V998751-01\opa\deploy\manual
2021-04-02T09:20:48,781 INFO -
Web Application Deployment:
2021-04-02T09:20:48,782 INFO (com.oracle.determinations.hub.exec.customer.DeployWebappsWLSTCommand) - There was some problems deploying the web applications
2021-04-02T09:20:48,782 INFO (com.oracle.determinations.hub.exec.customer.DeployWebappsWLSTCommand) - wlst execution did not succeed
2021-04-02T09:20:48,784 INFO (com.oracle.determinations.hub.exec.customer.FullInstallCommand) - Web applications available for manual deployment at: E:\Softwares\OPA 12.2.18 20A\V998751-01\opa\deploy\manual
Пожалуйста помоги.