Hello Community,
I'm having a problem with installing the latest checkout of OpenACS. I downloaded the tarball and tried too, getting the same problem. Is there a mistake on my side, or is it a bug? After the installation starts, here's the error message I get:
[04/Apr/2004:15:02:41][1491.5126][-conn:voacs5::2] Notice: Populating apm_package_db_types
[04/Apr/2004:15:02:41][1491.5126][-conn:voacs5::2] Notice: GETTING OFFSET
[04/Apr/2004:15:02:41][1491.5126][-conn:voacs5::2] Notice: 183, 29
[04/Apr/2004:15:02:41][1491.5126][-conn:voacs5::2] Error: nsoracle.c:1302:OracleSelect: error in `OCIStmtExecute ()': ORA-01461: can bind a LONG value only for insert into a LONG column
SQL:
insert into !>>>!apm_package_db_types
(db_type_key, pretty_db_name)
values
(:db_type, :db_pretty_name)
[04/Apr/2004:15:02:41][1491.5126][-conn:voacs5::2] Error: Error sourcing /web/vamsee/voacs5/packages/acs-bootstrap-installer/installer/install.tcl:
nsoracle.c:1302:OracleSelect: error in `OCIStmtExecute ()': ORA-01461: can bind a LONG value only for insert into a LONG column
SQL:
insert into !>>>!apm_package_db_types
(db_type_key, pretty_db_name)
values
(:db_type, :db_pretty_name)
while executing
"ns_ora dml nsdb0 {
insert into apm_package_db_types
(db_type_key, pretty_db_name)
values
..."
("uplevel" body line 1)
invoked from within
"uplevel $ulevel [list ns_ora $type $db $sql] $args"
("oracle" arm line 2)
invoked from within
"switch $driverkey {
oracle {
return [uplevel $ulevel [list ns_ora $type $db $sql] $args]
}
..."
invoked from within
"db_exec dml nsdb0 dbqd.acs-bootstrap-installer.installer.install_do_data_model_install.insert_apm_db_type {
insert into apm_package_db..."
("eval" body line 1)
invoked from within
"eval [list db_exec $command $db $full_statement_name $sql] $lob_argv"
invoked from within
"if { $lob_argc == 1 } {
# Bind :1, :2, ..., :n as LOBs (where n = [llength $lob_argv])
set bind_vars [list]
..."
("uplevel" body line 2)
invoked from within
"uplevel 1 $code_block "
invoked from within
"db_with_handle -dbn $dbn db {
if { $lob_argc == 1 } {
# Bind :1, :2, ..., :n as LOBs (where n = [llength $lob_argv])
..."
(procedure "db_dml" line 56)
invoked from within
"db_dml insert_apm_db_type {
insert into apm_package_db_types
(db_type_key, pretty_db_name)
values
..."
(procedure "install_do_data_model_install" line 24)
invoked from within
"install_do_data_model_install"
invoked from within
"if { ![install_good_data_model_p] } {
install_do_data_model_install
} else {
ns_write "Kernel data model already installed."
# If kernel i..."
(file "/web/vamsee/voacs5/packages/acs-bootstrap-installer/installer/install.tcl" line 37)
invoked from within
"source $__file "
Help Please!
Thanks,
Vamsee.