search for: com_error

Displaying 5 results from an estimated 5 matches for "com_error".

Did you mean: cog_error
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
...Root /usr/share/puppet-dashboard/public/ > <Directory /usr/share/puppet-dashboard/public/> > Options None > Order allow,deny > allow from all > </Directory> > #ErrorLog /var/log/apache2/dashboard.example.com_error.log > LogLevel warn > #CustomLog /var/log/apache2/dashboard.example.com_access.log combined > ServerSignature On > </VirtualHost> The only thing I can think of is that I had connected via IP Address, not FQDN. So I''ve updated DNS but unfortunately I don''...
2010 Aug 20
5
puppet dashboard gui looks odd from apache2
...Root /usr/share/puppet-dashboard/public/ <Directory /usr/share/puppet-dashboard/public/> Options +Indexes AllowOverride AuthConfig Order allow,deny allow from all </Directory> ErrorLog /var/log/apache2/dashboard.example.com_error.log LogLevel warn CustomLog /var/log/apache2/dashboard.example.com_access.log combined ServerSignature On </VirtualHost> so apache2 starts fine for puppet (port 8140) and for puppet-dashboard(port 9000) tcp 0 0 0.0.0.0:9000 0.0.0.0:* LISTEN 7448/apache2 tc...
2003 Oct 02
0
trouble with R com and python
...TRUE)') File "<COMObject StatConnectorSrv.StatConnector>", line 2, in Evaluate File "C:\PYTHON22\lib\site-packages\win32com\client\dynamic.py", line 237, in _ApplyTypes_ result = apply(self._oleobj_.InvokeTypes, (dispid, LCID, wFlags, retType, argTypes) + args) com_error: (-2147352567, 'Une exception est apparue.', (0, None, None, None, 0, -2147221500), None) ++++ nota bene : : " Une exception est apparue." means " an exception occured" >>>
2005 Jun 07
0
Error calling "read.table" from Python
...8C8B661- 81A2-11D3-9254-00E09812F727x0x1x1.py", line 51, in Evaluate return self._ApplyTypes_(6, 1, (12, 0), ((8, 1),), 'Evaluate', None,bstrExpression File "C:\Python24\Lib\site-packages\win32com\client\__init__.py", line 446, in _ApplyTypes_ return self._get_good_object_( com_error: (-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147221493), None) Exception raised while running script <source> Best Regards, Weimin Wang ******************************** LSIIT, ULP, Strasbourg, France ******************************** P.S. The format of FIFE7184...
2012 Jul 10
19
problem using apache & passenger to run dashboard
Hi, My puppetmaster is running through apache, and now I am setting up dashboard to be run by apache too. I followed docs in http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#starting-and-managing-delayed-job-workers, but after I restarted httpd, I see a apache welcome page. I set documentroot to be: DocumentRoot /usr/share/puppet-dashboard/public/