|
From: Kim, D. <di...@in...> - 2014-06-25 19:35:26
|
OK, after commenting out the following lines (39-40), it could simply run through the Step 5.
35 # Remove any old oscar_cluster definition
36 if(-f $c3conf) {
37 # remove old oscar_cluster definition in c3.conf if present.
38 system("$c3mgr delcluster --cluster oscar_cluster --file $c3conf");
39 #} else {
40 # die "ERROR: cannot open $c3conf.\n");
41 }
Regards,
--
- DongInn
On Jun 25, 2014, at 3:21 PM, Kim, DongInn <di...@in...> wrote:
> Hi,
>
> It seems that there is something wrong while running Step 5: “Define OSCAR Clients”.
> It fails at this step because /etc/c3.conf is expected to exist but it is not there yet.
>> Ref: CODE
>> Populating /root/.ssh/known_hosts with defined clients' host keys
>> syntax error at /usr/lib/oscar/packages/c3/api-post-clientdef line 40, near ""ERROR: cannot open $c3conf.\n")"
>> Execution of /usr/lib/oscar/packages/c3/api-post-clientdef aborted due to compilation errors.
>> ERROR: Couldn't run post_clients script for c3 at /usr/bin/post_clients line 67
>> using ODA to read the OSCAR database for node and adapters information ...
>> reading SIS database for node and adapters information …
>
> It is a fresh OSCAR installation on RHEL6.
>
> Regards,
>
> --
> - DongInn
>
>
>
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Oscar-devel mailing list
> Osc...@li...
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
|