Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Error HTTP/1.1 404 Not Found ocsinventory

Hi everyone,

I tried to deploy the OCS Agent using the GPO on Active Directory and it worked, the agent it's been installed on my Client (Win10), however the communication with my OCS Server (Windows 2012 + XAMPP) is not working. My firewall is already disabled and I also have communications with the server, but the agent tries to contact an "ocsinventory" directory which doesn't exist on my Apache. I have looked for answers here and all I got was something with "mod_perl" which I guess it's installed.

Looking on Event Viewer on my client side I have these errors:
 

"Service encounter error <OCS Inventory NG Agent encounter an error (exit code is 4 => Failed to talk with Communication Server)>."

"Service encounter error <Failed to load/parse last inventory state>."

I installed this addon of Perl "xampp-win32-perl-addon-5.10.0-2.2.11-pl2-installer"

I am using XAMPP Version: 5.6.14, OCS Server Ver. 2.1.2 and Agent 2.1.0.3

Is there anyway to check if the perl module is working?

Follow some informations...

Thanks!

c:\xampp\apache\bin>httpd.exe -l
Compiled in modules:
  core.c
  mod_win32.c
  mpm_winnt.c
  http_core.c
  mod_so.c

c:\xampp\apache\bin>httpd -t -D DUMP_MODULES
Loaded Modules:
 core_module (static)
 win32_module (static)
 mpm_winnt_module (static)
 http_module (static)
 so_module (static)
 access_compat_module (shared)
 actions_module (shared)
 alias_module (shared)
 allowmethods_module (shared)
 asis_module (shared)
 auth_basic_module (shared)
 authn_core_module (shared)
 authn_file_module (shared)
 authz_core_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 dav_lock_module (shared)
 dir_module (shared)
 env_module (shared)
 headers_module (shared)
 include_module (shared)
 info_module (shared)
 isapi_module (shared)
 log_config_module (shared)
 cache_disk_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 proxy_module (shared)
 proxy_ajp_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 socache_shmcb_module (shared)
 ssl_module (shared)
 status_module (shared)
 version_module (shared)
 php5_module (shared)
in OCS Inventory NG server for Windows by (120 points)

1 Answer

0 votes
Hi,

Your xampp version doesn't support mod_perl.

OCS team is working hard to release a new OCS Inventory Server Windows up to date.

Regards
by (460 points)
 
Powered by Question2Answer
...