Forum OpenACS Q&A: openacs-5.1.0 on oracle problem..

Collapse
Posted by Jerome M on
Hi,

  while installing openacs on oracle i got this data..

22/Jun/2004:18:43:15][16926.65541][-conn:gmanmi::1] Debug: NO FULLQUERY FOR dbqd.acs-subsite.tcl.package-procs.package_plsql_args.select_object_type_param_list --> using default SQL
[22/Jun/2004:18:43:15][16926.65541][-conn:gmanmi::1] Debug: NO FULLQUERY FOR dbqd.acs-tcl.tcl.apm-procs.apm_package_instance_new.pretty_name_from_key --> using default SQL
[22/Jun/2004:18:43:15][16926.65541][-conn:gmanmi::1] Error: Error sourcing /web/gmanmi/packages/acs-bootstrap-installer/installer/install.tcl:
Selection did not return a value, and no default was provided
    while executing
"db_string pretty_name_from_key {select pretty_name
                                                          from apm_enabled_package_versions
    ..."
    (procedure "apm_package_instance_new" line 4)
    invoked from within
"apm_package_instance_new  -package_id $package_id  -package_key $package_key  -instance_name $package_name  -context_id $context_id"
    (procedure "site_node::instantiate_and_mount" line 39)
    invoked from within
"site_node::instantiate_and_mount -package_key acs-content-repository"
    (procedure "apm_mount_core_packages" line 19)
    invoked from within
"apm_mount_core_packages"
    (procedure "install_do_packages_install" line 48)
    invoked from within
"install_do_packages_install"
    (file "/web/gmanmi/packages/acs-bootstrap-installer/installer/install.tcl" line 52)
    invoked from within
"source $__file "
[22/Jun/2004:18:47:58][16926.16384][-main-] Notice: nsmain: AOLserver/4.0.5 stopping
[22/Jun/2004:18:47:58][16926.16384][-main-] Notice: serv: stopping server: gmanmi

TIA

Collapse
Posted by Jerome M on
in addition to this I tried to enable debug-- this is what I got..

[23/Jun/2004:13:25:04][20035.49156][-conn:gmanmi::0] Notice: bind variable 'node_id' = '427'
[23/Jun/2004:13:25:04][20035.49156][-conn:gmanmi::0] Debug: NO FULLQUERY FOR dbqd.acs-tcl.tcl.apm-procs.apm_package_instance_new.pretty_name_from_key --> using default SQL
[23/Jun/2004:13:25:04][20035.49156][-conn:gmanmi::0] Notice: SQL():  select pretty_name
                                                          from apm_enabled_package_versions
                                                          where package_key = :package_key
[23/Jun/2004:13:25:04][20035.49156][-conn:gmanmi::0] Notice: bind variable 'package_key' = 'acs-content-repository'
[23/Jun/2004:13:25:04][20035.49156][-conn:gmanmi::0] Error: Error sourcing /web/gmanmi/packages/acs-bootstrap-installer/installer/install.tcl:
Selection did not return a value, and no default was provided
    while executing
"db_string pretty_name_from_key {select pretty_name
                                                          from apm_enabled_package_versions
    ..."
    (procedure "apm_package_instance_new" line 4)
    invoked from within
"apm_package_instance_new  -package_id $package_id  -package_key $package_key  -instance_name $package_name  -context_id $context_id"
    (procedure "site_node::instantiate_and_mount" line 39)
    invoked from within
"site_node::instantiate_and_mount -package_key acs-content-repository"
    (procedure "apm_mount_core_packages" line 19)
    invoked from within
"apm_mount_core_packages"
    (procedure "install_do_packages_install" line 48)
    invoked from within
"install_do_packages_install"
    (file "/web/gmanmi/packages/acs-bootstrap-installer/installer/install.tcl" line 52)
    invoked from within
"source $__file "

Collapse
Posted by Jerome M on
I was able to make it work..

by default the loadjava is using korn shell.. i replaced it with bash