Giter VIP home page Giter VIP logo

Comments (5)

biemond avatar biemond commented on June 24, 2024

Hi,

Can you show me your config.

When jsse is enabled you need to have jce extended policy of java.

from biemond-orawls.

michaeljquinn avatar michaeljquinn commented on June 24, 2024

Edwin

Thanks for the help

Which configs are you after ?

In my config, I changed to a public network with ip 192.168.56.23/22 (db and app)

The startWebLogic works with ssl now, but only the the public IP , rather than localhost

From: Edwin Biemond [mailto:[email protected]]
Sent: Saturday, 19 April 2014 7:05 PM
To: biemond/biemond-orawls
Cc: Michael Quinn
Subject: Re: [biemond-orawls] /opt/scripts/wls - startWebLogicAdmin.sh cannot connect (#19)

Hi,

Can you show me your config.

When jsse is enabled you need to have jce extended policy of java.


Reply to this email directly or view it on GitHub #19 (comment) .Image removed by sender.

from biemond-orawls.

biemond avatar biemond commented on June 24, 2024

Ok, great.

first it is important to know how your /etc/hosts looks like ,on which device localhost is attached
I see in wls:domain when you don't provide adminserver_address it will listen on localhost , maybe this should be empty so it listen on every ip.
$adminserver_address = hiera('domain_adminserver_address', "localhost"),

On orawls::nodemanager you can leave nodemanager_address empty
$nodemanager_address = undef,

and orawls::control which will connect to the nodemanager to start the adminserver
$adminserver_address = hiera('domain_adminserver_address', "localhost"),
So when the nodemanager and adminserver listen on every device this should work.

I will do some tests

from biemond-orawls.

michaeljquinn avatar michaeljquinn commented on June 24, 2024

Edwin

Thanks

One more thing, it seems the domain name generated is the script is oim, not soaDomain ?

From: Edwin Biemond [mailto:[email protected]]
Sent: Tuesday, 22 April 2014 4:33 AM
To: biemond/biemond-orawls
Cc: Michael Quinn
Subject: Re: [biemond-orawls] /opt/scripts/wls - startWebLogicAdmin.sh cannot connect (#19)

Ok, great.

first it is important to know how your /etc/hosts looks like ,on which device localhost is attached
I see in wls:domain when you don't provide adminserver_address it will listen on localhost , maybe this should be empty so it listen on every ip.
$adminserver_address = hiera('domain_adminserver_address', "localhost"),

On orawls::nodemanager you can leave nodemanager_address empty
$nodemanager_address = undef,

and orawls::control which will connect to the nodemanager to start the adminserver
$adminserver_address = hiera('domain_adminserver_address', "localhost"),
So when the nodemanager and adminserver listen on every device this should work.

I will do some tests


Reply to this email directly or view it on GitHub #19 (comment) .Image removed by sender.

from biemond-orawls.

biemond avatar biemond commented on June 24, 2024

Hi,

did you just use the include or did you set the following params in a class or in a yaml file

class{'orautils':
    osOracleHomeParam      => "/opt/oracle",
    oraInventoryParam      => "/opt/oracle/oraInventory",
    osDomainTypeParam      => "soa",
    osLogFolderParam       => "/data/logs",
    osDownloadFolderParam  => "/data/install",
    osMdwHomeParam         => "/opt/oracle/wls/Middleware11gR1",
    osWlHomeParam          => "/opt/oracle/wls/Middleware11gR1/wlserver_10.3",
    oraUserParam           => "oracle",
    osDomainParam          => "osbSoaDomain",
    osDomainPathParam      => "/opt/oracle/wls/Middleware11gR1/user_projects/domains/osbSoaDomain",
    nodeMgrPathParam       => "/opt/oracle/wls/Middleware11gR1/wlserver_10.3/server/bin",
    nodeMgrPortParam       => 5556,
    nodeMgrAddressParam    => 'localhost',
    wlsUserParam           => "weblogic",
    wlsPasswordParam       => "weblogic1",
    wlsAdminServerParam    => "AdminServer",
    jsseEnabledParam       => false,
} 

or with hiera ( include orautils )

orautils::osOracleHomeParam:      "/opt/oracle"
orautils::oraInventoryParam:      "/opt/oracle/oraInventory"
orautils::osDomainTypeParam:      "admin"
orautils::osLogFolderParam:       "/data/logs"
orautils::osDownloadFolderParam:  "/data/install"
orautils::osMdwHomeParam:         "/opt/oracle/wls/Middleware11gR1"
orautils::osWlHomeParam:          "/opt/oracle/wls/Middleware11gR1/wlserver_10.3"
orautils::oraUserParam:           "oracle"

orautils::osDomainParam:          "Wls1036"
orautils::osDomainPathParam:      "/opt/oracle/wlsdomains/domains/Wls1036"
orautils::nodeMgrPathParam:       "/opt/oracle/middleware11g/wlserver_10.3/server/bin"

orautils::nodeMgrPortParam:       5556
orautils::nodeMgrAddressParam:    'localhost'
orautils::wlsUserParam:           "weblogic"
orautils::wlsPasswordParam:       "weblogic1"
orautils::wlsAdminServerParam:    "AdminServer"
orautils::jsseEnabledParam:       true

from biemond-orawls.

Related Issues (20)

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.