Was trying to establish local debug web-server (win XP, apache 2.2)
| Code |
|---|
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://localhost/83/e1csys/vrscore/exception.xslt?sysver=8.3.3.721"?><exception xmlns="http://v8.1c.ru/8.2/virtual-resource-system" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Exception" clsid="580392e6-ba49-4280-ac67-fcd6f2180121" reason="500"><descr xmlns="http://v8.1c.ru/8.1/data/core">Error loading file-based infobase support components</descr><inner xmlns="http://v8.1c.ru/8.1/data/core" xsi:type="Exception" clsid="d294e384-7ea6-49c6-be96-f3a6e3de1242"><descr>Error when loading component 'help'</descr><inner xsi:type="Exception" clsid="9db1fa37-b455-4f3f-b8dd-7de0ea7d6da3"><descr>Directory not found 'Z:\Base1c'</descr><data>77u/ew0KezlkYjFmYTM3LWI0NTUtNGYzZi1iOGRkLTdkZTBlYTdkNmRhMywiRGly
ZWN0b3J5IG5vdCBmb3VuZCAnWjpcQmFzZTFjJyJ9LDIsDQp7ImZpbGU6Ly9aOi9C
YXNlMWMiLDB9LCJzcmNcZmlsZXMuY3BwKDIyNzYpOiAzKDB4MDAwMDAwMDMpOiBU
aGUgc3lzdGVtIGNhbm5vdCBmaW5kIHRoZSBwYXRoIHNwZWNpZmllZC4gIn0=</data></inner><data>77u/ew0Ke2QyOTRlMzg0LTdlYTYtNDljNi1iZTk2LWYzYTZlM2RlMTI0MiwiRXJy
b3Igd2hlbiBsb2FkaW5nIGNvbXBvbmVudCAnaGVscCcifSwxfQ==</data></inner></exception> |
This is the vrd apache conf file
| Code |
|---|
<?xml version="1.0" encoding="UTF-8"?>
<point xmlns="http://v8.1c.ru/8.2/virtual-resource-system"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
base="/83"
ib="File="Z:\Base1c\83";">
<debug enable="true"
url="/debug"/>
<ws enable="false">
<point name="PuntoDeVenta"
alias="pdv.1cws"
enable="true"/>
</ws>
</point> |
Z:/Base1c exist and it is accessible. It is network-connected drive.