GithubHelp home page GithubHelp logo

galiacheng / oracle-forms-reports-weblogic-on-azure Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 5.0 3.62 MB

Create Highly Available Oracle Forms and Reports 12c clusters on Azure using Azure WebLogic VM offer.

License: Apache License 2.0

PowerShell 100.00%
azure oracle-forms weblogic high-availability oracle-reports

oracle-forms-reports-weblogic-on-azure's People

Contributors

edburns avatar galiacheng avatar prikshitsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

oracle-forms-reports-weblogic-on-azure's Issues

Issue with Create and start Reports tools via python

ISSUE

Unable to Create and start Reports components with failed to activate the changes.

SYMPTOMS

Trying to create and start Reports Tool via python:

# the virtual IP address created in [Configure Virtual IP for Admin Server](#configure-virtual-ip-for-admin-server)
adminServerIP=10.0.0.16
# Username of WebLogic admin account
wlsUsername="weblogic"
# Password of WebLogic admin account
wlsPassword="Secret123456"
# Keep the index value the same with Azure Virtual Machine index
index=3

repToolsName="reptools${index}"
repToolsTargetMachine="mspVM${index}"
cat <<EOF >create-reportstools.py
connect("${wlsUsername}","${wlsPassword}", "${adminServerIP}:7001")
createReportsToolsInstance(instanceName="${repToolsName}", machine="${repToolsTargetMachine}")
EOF

Running the script is executed using WLST online mode:

/u01/app/wls/install/oracle/middleware/oracle_home/oracle_common/common/bin/wlst.sh create-reportstools.py

Issue after running the script executed using WLST online mode

This Exception error occurred.

java.lang.RuntimeException: Timed out waiting for completion:  Activate State: STATE_DISTRIBUTING Target Servers States: WLS_FORMS1 STATE_FAILED admin STATE_FAILED WLS_REPORTS1 STATE_FAILED reptools5 STATE_FAILED WLS_REPORTS4 STATE_FAILED WLS_FORMS4 STATE_FAILED WLS_FORMS5 STATE_FAILED WLS_REPORTS5 STATE_FAILED WLS_FORMS2 STATE_FAILED WLS_REPORTS2 STATE_FAILED WLS_REPORTS3 STATE_FAILED WLS_FORMS3 STATE_FAILED 
Problem invoking WLST - Traceback (innermost last):

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.