Web Applications and Conductor Error / 37000 / VOS

hello,

has anyone seen this or able to help me troubleshoot this (a fresh install - one via debian packages the other built from source both are below)

Error 37000
UD042: No instance method ‘get_fieldProperty’ in the user defined type DB.DBA.page_daf94d896c312af02ee2b90bd5edd91bV_VAD_conductor_cont__page_vspx matches the call: wrong number and/or type of parameters passed
while executing the following statement:
#line 24231 “/DAV/VAD/conductor/cont_page.vspx-sql”
create method vc_data_bind_dav_AZURE_key (inout control vspx_text , inout e vspx_event) for “DB”.“dba”.page_daf94d896c312af02ee2b90bd5edd91bV_VAD_conductor_cont__page_vspx
{
–no_c_escapes-
declare path, params, lines any;

if (not control.vc_enabled)
{

  return 1;
}

path := e.ve_path;
params := e.ve_params;
lines := e.ve_lines;

if (not control.vc_instantiate)
{
control.vc_instantiate := 1;
self.vc_init_dav_AZURE_key (control, control.vc_parent);
if (self.vc_page.vc_is_postback and e.ve_button is null)
self.vc_get_focus (e);
}

– v:before-data-bind controls:

–no_c_escapes-
{

              control.ufl_value := self.get_fieldProperty ('dav_AZURE_key', self.dav_path, 'AZURE', 'key', '');

}
if (not control.vc_enabled)
{

  return;
}

– Databound fields of the control:

– Databound HTML attributes:

control.vc_set_attribute (‘id’, ‘dav_AZURE_key’);

control.vc_set_attribute (‘disabled’, ‘disabled’);

control.vc_set_attribute (‘class’, ‘field-text’);

control.vc_set_attribute (‘onblur’, ‘javascript: WEBDAV.loadDriveBuckets('AZURE', 'Container', ['account', 'container', 'key']);’);

#line 837 “http://local.virt/vspx

}

Error 37000
UD042: No instance method ‘get_fieldProperty’ in the user defined type DB.DBA.page_daf94d896c312af02ee2b90bd5edd91bV_VAD_conductor_cont__page_vspx matches the call: wrong number and/or type of parameters passed
while executing the following statement:
#line 24231 “/DAV/VAD/conductor/cont_page.vspx-sql”
create method vc_data_bind_dav_AZURE_key (inout control vspx_text , inout e vspx_event) for “DB”.“dba”.page_daf94d896c312af02ee2b90bd5edd91bV_VAD_conductor_cont__page_vspx
{
–no_c_escapes-
declare path, params, lines any;

if (not control.vc_enabled)
{

  return 1;
}

path := e.ve_path;
params := e.ve_params;
lines := e.ve_lines;

if (not control.vc_instantiate)
{
control.vc_instantiate := 1;
self.vc_init_dav_AZURE_key (control, control.vc_parent);
if (self.vc_page.vc_is_postback and e.ve_button is null)
self.vc_get_focus (e);
}

– v:before-data-bind controls:

–no_c_escapes-
{

              control.ufl_value := self.get_fieldProperty ('dav_AZURE_key', self.dav_path, 'AZURE', 'key', '');

}
if (not control.vc_enabled)
{

  return;
}

– Databound fields of the control:

– Databound HTML attributes:

control.vc_set_attribute (‘id’, ‘dav_AZURE_key’);

control.vc_set_attribute (‘disabled’, ‘disabled’);

control.vc_set_attribute (‘class’, ‘field-text’);

control.vc_set_attribute (‘onblur’, ‘javascript: WEBDAV.loadDriveBuckets('AZURE', 'Container', ['account', 'container', 'key']);’);

#line 837 “http://local.virt/vspx

}

Your problem description does not make sense.

What is the debian package installation you performed, URL link to package distribution and installation steps performed etc

What Web Application or Conductor page is being accessed that is giving this error, URL to page would be ideal, to see the problem.

Sure - . If I try to access the Web Application Server tab or WebDav Browser I get the 37000 error message above. I didn’t install it as a debian package, downloaded the source from GitHub (I did enable all vads during the configure). here’s my system info - please let me know what / how I need to get.

General
Up Since 2024-02-04 05:06
Time Zone GMT +0 min.
Version 07.20.3238
Install Directory /
Host localhost
HTTP Server
Connections 39
HTTP Requests 70
Accepts Queued 0
Accepts requeued 0
Diagnostics
Profiling Turned OFF
Database Server
Disk Reads 7566
Disk Writes 269
Last Backup unknown
Log Filename /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso.trx
Clients Connected 0
Space Allocation
Master Database 568.00 MB, 115.23 MB free, 9.05 MB remap
Temp Database 2.00 MB, 1.96 MB free
Transaction Log File /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso.trx 14.90 KB
License
Server OpenLink Virtuoso Server
Platform Linux
Build Date Feb 1 2024

., /usr/local/virtuoso-opensource/share/virtuoso/vad, /usr/share/proj

Hi,

I replicated the Conductor / Web Administrator bug yesterday and Development have fixed it this morning.
Github develop/7 branch has been updated, along with multiple other commits.
Note that we’re ramping-up to a release (currently 7.2.12-rc1) so choose your moment to track the branch.

Well spotted, thanks for reporting :slight_smile: