Hi all
I'm trying to write a script to automatise weblogic forms and reports 12.2.1.3 domain preparation - the default GUI installer is awfull. Domain is created, running, reports and forms apps are active. I have problem to execute the last command createReportsToolsInstance(instanceName='reptools1',machine='machinename')
wls:/cocdomain4/serverConfig/> createReportsToolsInstance(instanceName='reptools1',machine='sk01v')
Location changed to edit custom tree. This is a writable tree with No root.
For more help, use help('editCustom')
Starting an edit session ...
Started edit session, be sure to save and activate your changes once you are done.
Saving all your changes ...
Saved all your changes successfully.
Activating all your changes, this may take a while ...
The edit lock associated with this edit session is released once the activation is completed.
Traceback (innermost last):
File "<console>", line 1, in ?
File "/opt/local/app/frs/products/frs12213/ReportsToolsComponent/plugins/wlst/reptools-wlst-dependencies.jar!/wlstScriptDir/OracleReportsTools.py", line 22, in createReportsToolsInstance
File "/opt/local/app/frs/products/frs12213/ReportsToolsComponent/plugins/wlst/reptools-wlst-dependencies.jar!/wlstScriptDir/reports_tools_handler.py", line 138, in reportsTools_createReportsToolsInstance
File "<iostream>", line 481, in activate
File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing activate : Error while Activating changes. : [Management:141191]The prepare phase of the configuration update failed with an exception.
Use dumpStack() to view the full stacktrace :
wls:/cocdomain4/editCustom/oracle.reports/oracle.reports:Type=ReportsToolsComponent,Name=ReportsToolsComponentManager> dumpStack()
This Exception occurred at Mon Sep 09 16:17:12 CEST 2019.
weblogic.management.provider.UpdateException: [Management:141191]The prepare phase of the configuration update failed with an exception.
at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateDeploymentContext(RuntimeAccessDeploymentReceiverService.java:1163)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doUpdateDeploymentContextCallback(DeploymentReceiverCallbackDeliverer.java:155)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.updateDeploymentContext(DeploymentReceiverCallbackDeliverer.java:29)
at weblogic.deploy.service.internal.statemachines.targetserver.ReceivedPrepare.callDeploymentReceivers(ReceivedPrepare.java:208)
at weblogic.deploy.service.internal.statemachines.targetserver.ReceivedPrepare.handlePrepare(ReceivedPrepare.java:112)
at weblogic.deploy.service.internal.statemachines.targetserver.ReceivedPrepare.receivedPrepare(ReceivedPrepare.java:52)
at weblogic.deploy.service.internal.targetserver.TargetRequestImpl.run(TargetRequestImpl.java:214)
at weblogic.deploy.service.internal.transport.CommonMessageReceiver$1.run(CommonMessageReceiver.java:614)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:678)
at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:352)
at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:337)
at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:57)
at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)
at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:652)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:420)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:360)
Caused by: java.lang.UnsupportedOperationException:
at weblogic.nodemanager.client.ShellClient.changeList(ShellClient.java:307)
at weblogic.management.provider.internal.CommonAdminConfigurationManager.sync(CommonAdminConfigurationManager.java:514)
at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateDeploymentContext(RuntimeAccessDeploymentReceiverService.java:1148)
weblogic.management.provider.UpdateException: [Management:141191]The prepare phase of the configuration update failed with an exception.
It looks that there is a problem with nodemanager. We don't use java based nodemanager, we have hundreds of weblogic domains and we use only script based nodemanager. It looks that new Forms and Reports 12.2.1.3 requires the java based. Does anyone know how to fix this issue? How to create a reports tools instance?
Thank you all...