本帖最后由 ljs19801112 于 2013-01-17 13:16 编辑 HPUX上跑的脚本,例如shell脚本中包含下列代码: echo "hello the world" > /home/tmp/fifo_pipe 执行这个 脚本后。shell脚本会在上面这句代码这里停止。按下cntr + C键后。显示, /home/tmp/fifo_pipe:can't creat specified file 。 因 之前 都 运行的好好的。突然出现这个故障了。不知道是什么原因? 有名管道/home/tmp/fifo_pipe也一直存着。 查了相关有名通道的资...
by ljs19801112 - HP-UX - 2013-01-21 09:41:49 阅读(1096) 回复(4)
就是apache+resin,然后偶尔执行jsp程序会显示 can't contact servlet runner at 127.0.0.1:6802 刷新一下一般都ok了 请教
也面错误:
500 Servlet Exception
resin can't load sun.tools.javac.Main. Usually this means that the JDK
tools.jar is missing from the classpath, possibly because of using a JRE
instead of the JDK. You can either add tools.jar to the classpath or change
the compiler to an external one with
也面错误:
500 Servlet Exception
resin can't load sun.tools.javac.Main. Usually this means that the JDK
tools.jar is missing from the classpath, possibly because of using a JRE
instead of the JDK. You can either add tools.jar to the classpath or change
the compiler to an external one with
我有个短信程序扫描mysql的数据库的短信列表,发送短信,但是用一段时间后就会出现连接不上的问题,!connect db fail for can't create UNIX socket,不知道是怎么回事。 程序应该是没问题的,不止一个地方用过,是不是和socket连接有关系。
apache和mysql、php都已经正确安装,而且在终端中,能启动mysql,能对数据库做各种操作,为什么运行php连接mysql时就错误呢?
错误信息:mysql_connect() [function.mysql-connect]: can't connect to local MySQL ser...
http://hi.baidu.com/smashell/blog/item/4502e644982c7081b2b7dc9f.html 原因是目录 的访问权限问题,ubuntu下用下面的命令(其他发行版用管理员权限,把sudo去掉) sudo chown -R mysql:mysql /var/run/mysqld 然后启动服务器 sudo /etc/init.d/mysql start ======================================================================/usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'can't connect to l...
can’t connect to local MySQL server through socket 解决办法 启动mysql 报错: ERROR 2002 (HY000): can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) 1、先查看 /etc/rc.d/init.d/mysqld status 看看m y s q l 是否已经启动. 另外看看是不是权限问题. 2、确定你的mysql.sock是不是在那个位置, mysql -u 你的mysql用户名 -p -S /var/lib/mysql/mysql.sock 3、试试:service mysqld st...
我用php程序连接mysql数据库,出现: can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2) 这样的错误 文件/etc/my.cnf socket = /tmp/mysql.sock 是这样配置的。 然后我在/usr/lib/目录下查找了一下: root@mail:/usr/lib# grep "tmp/mysql.sock" . -R Binary file ./mysql/mysql/libmysqlclient.so.14.0.0 matches Binary file ./mysql/mysql/libmysqlclient.so.14 matches B...
FATAL: error 2004: can't create TCP/IP socket (24) 使用sysbench测试MySQL最大并发连接,出现上面的错误。原因是操作系统对一个进程打开的文件句柄数量有限制,其中包含打开的socket数量。 ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) 4 max memory size (kbytes, -m) unlimited op...