Имя: Пароль:
1C
 
ManagedApplicationDescriptor - 8.2 на Апаче
0 iohboet
 
02.02.09
16:39
Апач настроен по мануалам...

Вот в этом куске httpd.conf когда ковыяюсь
Alias /sample C:/DemoTrd1
<Directory C:/DemoTrd1>
   Options Indexes MultiViews
   AllowOverride None
   Order allow,deny
   Allow from all
   SetHandler 1c-application
   #ManagedApplicationDescriptor C:/DemoTrd1/default.vrd
</Directory>
А именно когда раскоментиваю строчку
ManagedApplicationDescriptor C:/DemoTrd1/default.vrd
апач не запускается ...


Содержание default.vrd:
<vrs:point xmlns:vrs="http://v8.1c.ru/8.2/virtual-resource-system"
base="/sample"
ib="FILE=&quot;C:\DemoTrd1\&quot;"/>

Кто нибудь сталкивался?
1 ДенисЧ
 
02.02.09
16:42
дык errprlog показывай...
2 iohboet
 
02.02.09
16:59
хммм... Апач 2,2,11 под Win32
Где смотреть? Никаких логов не пишется вроде при ошибке *SCRATCH*
3 ДенисЧ
 
02.02.09
17:00
C:\Program Files\Apache Software Foundation\Apache2.2\logs\error.log

?
4 iohboet
 
02.02.09
17:01
я еще дллку вэб-сервисов цепляю от 8.1
LoadModule _1cws_module "C:/Program Files/1cv81/bin/wsap22.dll"
может поэтому?
5 iohboet
 
02.02.09
17:03
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 18:21:19 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Mon Feb 02 18:21:19 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Feb 02 18:21:19 2009] [notice] Parent: Created child process 3312
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 18:21:20 2009] [notice] Child 3312: Child process is running
[Mon Feb 02 18:21:21 2009] [notice] Child 3312: Acquired the start mutex.
[Mon Feb 02 18:21:21 2009] [notice] Child 3312: Starting 64 worker threads.
[Mon Feb 02 18:21:21 2009] [notice] Child 3312: Starting thread to listen on port 80.
[Mon Feb 02 18:26:43 2009] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Feb 02 18:26:43 2009] [notice] Child 3312: Exit event signaled. Child process is ending.
[Mon Feb 02 18:26:44 2009] [notice] Child 3312: Released the start mutex
[Mon Feb 02 18:26:45 2009] [notice] Child 3312: All worker threads have exited.
Syntax error on line 203 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf:
Invalid command 'ManagedApplicationDescriptor', perhaps misspelled or defined by a module not included in the server configuration
[Mon Feb 02 18:26:50 2009] [notice] Child 3312: Child process is exiting
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 18:31:13 2009] [warn] pid file C:/Program Files/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Feb 02 18:31:13 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Mon Feb 02 18:31:13 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Feb 02 18:31:13 2009] [notice] Parent: Created child process 3676
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 18:31:14 2009] [notice] Child 3676: Child process is running
[Mon Feb 02 18:31:19 2009] [notice] Child 3676: Acquired the start mutex.
[Mon Feb 02 18:31:19 2009] [notice] Child 3676: Starting 64 worker threads.
[Mon Feb 02 18:31:19 2009] [notice] Child 3676: Starting thread to listen on port 80.
[Mon Feb 02 18:31:21 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Feb 02 18:31:21 2009] [notice] Child 3676: Exit event signaled. Child process is ending.
[Mon Feb 02 18:31:22 2009] [notice] Child 3676: Released the start mutex
[Mon Feb 02 18:31:23 2009] [notice] Child 3676: All worker threads have exited.
[Mon Feb 02 18:31:24 2009] [notice] Child 3676: Child process is exiting
[Mon Feb 02 18:31:24 2009] [notice] Parent: Child process exited successfully.
но я запускал  эти последние полчаса, и апач ругался
6 iohboet
 
02.02.09
17:03
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 18:21:19 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Mon Feb 02 18:21:19 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Feb 02 18:21:19 2009] [notice] Parent: Created child process 3312
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 18:21:20 2009] [notice] Child 3312: Child process is running
[Mon Feb 02 18:21:21 2009] [notice] Child 3312: Acquired the start mutex.
[Mon Feb 02 18:21:21 2009] [notice] Child 3312: Starting 64 worker threads.
[Mon Feb 02 18:21:21 2009] [notice] Child 3312: Starting thread to listen on port 80.
[Mon Feb 02 18:26:43 2009] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Feb 02 18:26:43 2009] [notice] Child 3312: Exit event signaled. Child process is ending.
[Mon Feb 02 18:26:44 2009] [notice] Child 3312: Released the start mutex
[Mon Feb 02 18:26:45 2009] [notice] Child 3312: All worker threads have exited.
Syntax error on line 203 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf:
Invalid command 'ManagedApplicationDescriptor', perhaps misspelled or defined by a module not included in the server configuration
[Mon Feb 02 18:26:50 2009] [notice] Child 3312: Child process is exiting
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 18:31:13 2009] [warn] pid file C:/Program Files/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Feb 02 18:31:13 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Mon Feb 02 18:31:13 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Feb 02 18:31:13 2009] [notice] Parent: Created child process 3676
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 18:31:14 2009] [notice] Child 3676: Child process is running
[Mon Feb 02 18:31:19 2009] [notice] Child 3676: Acquired the start mutex.
[Mon Feb 02 18:31:19 2009] [notice] Child 3676: Starting 64 worker threads.
[Mon Feb 02 18:31:19 2009] [notice] Child 3676: Starting thread to listen on port 80.
[Mon Feb 02 18:31:21 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Feb 02 18:31:21 2009] [notice] Child 3676: Exit event signaled. Child process is ending.
[Mon Feb 02 18:31:22 2009] [notice] Child 3676: Released the start mutex
[Mon Feb 02 18:31:23 2009] [notice] Child 3676: All worker threads have exited.
[Mon Feb 02 18:31:24 2009] [notice] Child 3676: Child process is exiting
[Mon Feb 02 18:31:24 2009] [notice] Parent: Child process exited successfully.

но я запускал  эти последние полчаса, и апач ругался
7 ДенисЧ
 
02.02.09
17:04
Syntax error on line 203 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf:
Invalid command 'ManagedApplicationDescriptor', perhaps misspelled or defined by a module not included in the server configuration

Аглицкий разумеешь?
8 iohboet
 
02.02.09
17:09
(7)
грит команду такую не знает...
Видать дллка старая ...
9 ДенисЧ
 
02.02.09
17:10
(8) Очевидно :-)
10 iohboet
 
02.02.09
17:12
(9) Где взяьт? :(
11 ДенисЧ
 
02.02.09
17:15
В дистрибутиве...
12 iohboet
 
02.02.09
17:18
Дык с дистрибутива и ставил... а ее там и не оказалось(
C:\Program Files\1cv82\bin
тут есть только ws.dll, хотя в хэлпах 1снеки пишут, что положили(((
13 TitanLuchs
 
02.02.09
17:31
(12) Релиз платформы какой? Если меньше 8.2.8.256 то не запустится.
И переустfнови в C:/1cv82, потому что веб-серверы не любят пути с пробелами

PS: подсунуть dll от 8.1 - это да ))
14 SilentMan
 
02.02.09
17:49
(13) Не гнезди про длинные пути. Их только иис 5.1 не любит и то решается.
15 iohboet
 
02.02.09
17:50
(2) версия как раз таки 8.2.8.256
После переустановки дллки все равно нет((
16 iohboet
 
02.02.09
17:53
(15)
(2) -> (14) )))
17 TitanLuchs
 
02.02.09
17:55
(14) Тебе видней
(15) Нужна "wsapch2.dll" или "wsap22.dll" в зависимости от версии апача. Глянь здесь, там можно автоматом сформировать все для апача и default.vrd
www.1200000dollars.ru/82webserver.php
18 iohboet
 
02.02.09
18:05
был я там)))
нужна "wsap22.dll" так как апач Апач 2.2 (2)
В папке "C:\1cv82\bin" после установки нет ни "wsapch2.dll", ни "wsap22.dll"
скиньте wsap22.dll у кого есть на igorek-04@ya.ru , плз
22 iohboet
 
02.02.09
18:30
огромнейшее  спасибо)))
23 TitanLuchs
 
02.02.09
18:36
(22) Ё-мое, так ты при установке наверно не выбрал пункт "Адаптер Web-сервисов 1С:Предприятия", поэтому и не установились dll'ки
24 iohboet
 
02.02.09
18:42
(23) возможно )))
щас вончо сыпится:
[Mon Feb 02 20:37:39 2009] [warn] pid file C:/Program Files/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Feb 02 20:37:39 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Mon Feb 02 20:37:39 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Feb 02 20:37:39 2009] [notice] Parent: Created child process 444
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 20:37:41 2009] [notice] Child 444: Child process is running
[Mon Feb 02 20:37:53 2009] [crit] (OS 6)Неверный дескриптор.  : master_main: create child process failed. Exiting.
[Mon Feb 02 20:37:53 2009] [notice] Parent: Forcing termination of child process 36
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 20:37:59 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Mon Feb 02 20:37:59 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Feb 02 20:37:59 2009] [notice] Parent: Created child process 3264
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.3 for ServerName
[Mon Feb 02 20:38:00 2009] [notice] Child 3264: Child process is running
[Mon Feb 02 20:39:18 2009] [crit] (OS 6)Неверный дескриптор.  : master_main: create child process failed. Exiting.
[Mon Feb 02 20:39:18 2009] [notice] Parent: Forcing termination of child process 36
25 iohboet
 
02.02.09
18:44
хех))) установил Адаптер через инсталлер и усе заробило))) сори, за кипиш)))
Закон Брукера: Даже маленькая практика стоит большой теории.