Hi all,
I'm having some trouble starting Glassfish on port 80 - doing so yields the following error:
0.0.0.0:80: initialize: name or service not known
Any tips?
I'm trying to configure a dynamic virtualhost on mac:
NameVirtualHost *:80
<VirtualHost *:80>
ServerName *.*.*
ServerAlias *.*.*.*
VirtualDocumentRoot "/Volumes/Work/webs/%2"
VirtualScriptAlias "/Volumes/Work/webs/%2"
<Directory "/Volumes/Work/webs/%2">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
order allow,deny
allow from all
</Directory>
</VirtualHost>
It causes this error: "client denied by server configuration". When I replace by it works fine...
Any ideas ?
I'm trying to checkout a repository with an http address.
I tried with different machine but I obtained every time time the same error:
svn: OPTIONS of 'http://svn.macports.org/repository/macports/trunk': could not connect to server (http://svn.macports.org)
I can't understand the problem, the address is http so I think that is a problem of subversion with http address (the repository is the one for Macport for MAC OS but I think that the problem is not about the repository but is a subversion problem)
Hello,
I am using Ubuntu and have AMP. I tried to create a new folder under /var/www/html/ it says not found. I edited the http://localhost/index.html and that gives me a 404 error. I guess its something to do with the security.
localhost/index.html was OK before the edit
Appreciate all assistance.
Thanks
Dave
Hello,
I am using Ubuntu and have AMP. I tried to create a new folder under /var/www/html/ it says not found. I edited the http://localhost/index.html and that gives me a 404 error. I guess its something to do with the security.
localhost/index.html was OK before the edit
Appreciate all assistance.
Thanks
Jean
I am getting the UNMOUNTABLE BOOT VOLUME error on my Samsung laptop which does not have a CD Rom drive. I tried to merge the C and D partitions to get more space but since then the laptop does not start up anymore.
I dont care about the laptop, just about some pictures on there which I did not back up yet. I really hope someone can help me?!!
I am a new user, so cant post pictures, but can send a screenshot if needed.
My OS is Windows 7.
I try to download Adobe® Acrobat 9 Pro for English and Windows (326.6MB) by its Akamai Download Manager and then click on "Install Now". But I meet some error:
"Action center.lnk" is a file which was downloaded from the internet. Are you sure you want to open it?
I click yes, but then:
Launching File Failed: se_err_accessdenied
Anyone has some idea why and how to fix it?
Thanks and regards!
I have Ubuntu 9.10 installed inside VM of server 2008.
WHen i try to copy the data from the network and paste insid ethe Ubuntu it says error
called "Cannot allocate memory "
I have 3GB RAM attached to the Ubuntu
I see this question was also asked here: Configure Nginx global error page but there wasn't a suitable answer.
I am currently allowing only certain IPs to some of my sites and would like Nginx to drop connections from the rest of the IPs instead of returning a 403. Ideally, I would like to do this without configuring each site separately.
I have this in the http section:
error_page 403 =444;
But, now, it tries to serve up the page =444 instead of returning a 444.
My computer was working fine for months but now when it starts up the Windows XP screen comes up to show the computer is starting up but then a blue screen appears with the error below:
BAD_POOL_CALLER
STOP: 0x000000C2 (0x00000043, 0xDB3C6000, 0x00000000, 0x00000000)
I have tried booting off the Windows XP CD and trying to do a re-installation but when the setup try's to query the disk the setup crashes and exists.
I've run diags and that says everything is fine.
Any ideas?
i'm running a shell script that uses wget and pulls something over the web, my question is is there a way to tell wget to abort as soon as it hits 500 error code?
Could you please tell me what this error says?:
Can't locate JSON/RPC/Client.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at ./transmission_ line 3.
BEGIN failed--compilation aborted at ./transmission_ line 3.
This is a perl plugin for munin system monitoring tool.
I'm using ubuntu server 12.04
I have a computer, running ubuntu, that I want to be connected to the network at all times. It has a GSM modem connected to it via USB.
Is there some program available that monitors that the networking is working (by pinging some site(s)), and if not tries to fix the error by reseting the modem, reloading the USB drivers and perhaps by dropping the USB port's current (if possible) to force the modem to reset ?
I am logged in as domain user who is part of the local Administrators group.
However when I try to register a new COM+ application in windows 7 ultimate via the Component Services MMC, I get a "You do not have permission to perform the requested operation" error.
Any idea how that can be fixed?
TIA
What happen if SDHC card get write error (damaged cell / bad sector) ?
Whole card is unusable (to trash, all data written to that sector now and in future will be lost) ?
or rewrite sector (flash memory get corrupted when writing so maybe have any function to check if sector was written successfully) to another and mark as fault as unusable what will be seen as reduction of capacity but no data lost.
I have to do some research about SD card-s on disk less machines.
regards
When attempting to use modules copied into the Puppet modules directory, my puppet client returns ' Could not retrieve catalog from remote server: Error 400 on SERVER: can't convert nil in String' errors when connecting to the Puppet master server.
[root@puppetmaster modules]# rpm -qa *puppet*
puppet-2.7.18-1.el6.noarch
puppet-server-2.7.18-1.el6.noarch
[root@puppetmaster modules]# uname -sr
Linux 2.6.32-279.el6.x86_64
Code all checks out and is valid. SELinux is turned on.
On a brand new (just unboxed) Dell Precision 7500 computer, I began a kickstart using a red hat boot disk and a kickstart file hosted at an http address.
There is a picture of the full error below with trace information
I believe this is different than the other questions relating to kernel panic errors.
What I would like to know is
What causes the kernel panic
How does one fix this such that the kickstart finishes
Additional information can be provided as necessary.
What happen if SDHC card get write error (damaged cell / bad sector) ?
Whole card is unusable (to trash, all data written to that sector now and in future will be lost) ?
or rewrite sector (flash memory get corrupted when writing so maybe have any function to check if sector was written successfully) to another and mark as fault as unusable what will be seen as reduction of capacity but no data lost.
I have to do some research about SD card-s on disk less machines.
regards
When i got MaxRequestLen errors in file upload page, i set MaxRequestLen=31457280 using:
<IfModule mod_fcgid.c>
MaxRequestLen 31457280
FcgidIOTimeout 90
</IfModule>
Now file upload works when i use http url.
I have recently configured ssl for my site and when i use https url for same upload page, i get the same error:
HTTP request length 131073 (so far) exceeds MaxRequestLen (131072)
Is there a different setting for https?
Please help.
Thank you.
Hello
I'm trying to install an older application named headline.exe. I'm getting an error message saying the the program has to end and asking if I want to notify Microsoft.
The event logs says "Faulting application _untitled.exe version 1.0.0.1591, faulting module flash6.ocx, version 6.0.88.0, fault address blah blah blah.
I uninstalled flash and installed version 6 of Flash and nothing changed.
Any thoughts?
Thanks
Hello all,
I have the following error when ever I try to connect to a SVN server on my network:
'Could not authenticate to server: rejected Basic challenge'
Can anyone help?
We have a exchange 2003 published through isa 2006 , for every user this is working fine except one who receives a 404 error every time they try and view details of the calender, I have cloned their account which work's fine.
How do I troubleshoot or resolve this?
I need to send email from my asp.net application.For that I am using telnet tk2smtp.msn.com 25 command from the command prompt to connect to the specific port on tk2smtp but its showing Could not open connection to the host error in command prompt. I installed Telnet Client in my machine . Let me know if there are any other things to be configured for this
Thanks,
Hima.