Giter VIP home page Giter VIP logo

Comments (6)

biemond avatar biemond commented on June 24, 2024

Interesting,

you only added OSB or in combination with SOA SUITE
I tested OSB in combination with soa suite and in single server mode. I will re-test it .

"installing OSB after SOA will cause this issue as it replacing some files. SOA must be installed after OSB"

Maybe I need to put this in a class and add a require between OSB and SOA suite

Thanks

from biemond-orawls.

 avatar commented on June 24, 2024

I was using only OSB, without SOA SUITE....it could really be a OSB bug, as I said I have never installed OSB with an unpack so I can't swear it works...I will check Oracle Support and let you know...

from biemond-orawls.

 avatar commented on June 24, 2024

mmm in fact the issue might be that OSB was installed only on the admin node, not on node1... I forgot to copy the "fmw_installations" YAML to the node1.example.com YAML... my bad, sorry! I will try again!

from biemond-orawls.

 avatar commented on June 24, 2024

oook I think I got it:

in your node.pp, you have:

class copydomain {
require orawls::weblogic, bsu
$default_params = {}
$copy_instances = hiera('copy_instances', {})
create_resources('orawls::copydomain',$copy_instances, $default_params)

}

and in turn the orawls::copydomain does the unpack - which fails.

My hypothesis is that unpack fails because OSB is not yet installed on the node. You explicitly require only orawls::weblogic. One should require all the fmw_installations too...
I am not 100% sure, I will keep investigating.

from biemond-orawls.

biemond avatar biemond commented on June 24, 2024

Hi,

indeed ,but I think you look at the wrong vagrant box. the biemond-orawls-vagrant repos is just for testing plain weblogic 10.3.6
this one is for FMW https://github.com/biemond/biemond-orawls-vagrant-solaris-soa , you can remove the solaris parts

and here you got the right node.pp
https://github.com/biemond/biemond-orawls-vagrant-solaris-soa/blob/master/puppet/manifests/node.pp

hope this helps

from biemond-orawls.

 avatar commented on June 24, 2024

cool, I have added in copydomain the dependency to fmw - and added also the implementation of fmw as in the node.pp you have reported- and all is working fine.
Thanks a lot!

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.