在今天的日志里看到很多的
2011-09-26 03:09:40.543: [ OCRSRV][2663369616]th_select_w_f_r: smwait error [1]
2011-09-26 03:09:42.183: [ OCRSRV][2663369616]th_select_w_f_r: smwait error [1]
2011-09-26 03:09:42.250: [ OCRSRV][2663369616]th_select_w_f_r: smwait error [1]
2011-09-26 ...
by vcdog - Oracle - 2011-12-23 03:11:17 阅读(1524) 回复(0)
在fecore 6.0上我装的一个网页服务器,但是服务器接受的数据进不了Mysql,产看日志. [warn] RSA server certificate CommonName (CN)'localhost.localdomain' does NOT match server name!? 查了相关解决的方案,貌似都是去ssl.conf修改server name .我记得在安装时自己只改了个'abc' [root@localhost ~]#hostname localhost.abc 请教前辈们怎样才能最终让进入服务器的数据传进mysql?
[quote][root@mail mail]# service httpd start
启动 httpd:httpd: could not determine the server's fully qualified domain name, using 127.0.0.1 for serverName
[失败] [/quote]
/etc/httpd/conf/httpd.conf中有关serverName的部分
[quote]NameVirtualHost 192.168.16.68:80
[quote][root@mail mail]# service httpd start
启动 httpd:httpd: could not determine the server's fully qualified domain name, using 127.0.0.1 for serverName
[失败] [/quote]
/etc/httpd/conf/httpd.conf中有关serverName的部分
[quote]NameVirtualHost 192.168.16.68:80
Hi, I'm configure NBU 5.0 on solaris 8. when I use the device configuration wizard,input the device host,I got the robot information and drive,but the driver information followed by "drive attaached to remote host". My env: Master Sun880 solaris8 above information happen on Sun 880, WHY? i can got the robot and changer from cfgadm -al command ======================== #cfgadm -al -o show_FCP_d...
谁能帮我看看这个是什么问题 ldap_connect_system: Failed to retrieve password from secrets.tdb Connection to LDAP server failed for the 6 try! 试图 smbpasswd -a ***发生的 谢谢!
我在informix中执行oninit 后不报错,但是用ONSTAT - 查看是提示shared memory not initialized for INFORMIXserver 'online',下面是online.log内容,请帮帮我!先谢谢了 23:51:05 Event alarms enabled. ALARMPROG = '/usr/informix/etc/log_full.sh' 23:51:10 DR: DRAUTO is 0 (Off) 23:51:11 Informix Dynamic server Version 7.31.UC4 Software Serial Number AAC #J815515 23:51:11 listener-thread: err = -930: o...
[color="#ff9900"]How do I access a remote EJB (3.0 or 2.x) from a non-Java EE web container like Tomcat or Resin? Accessing a remote EJB from a non-Java EE web container is similar to the stand-alone java client case. However, the complication is that most Java web servers set the default JNDI name provider for the JVM, which prevents our appserver naming provider from being instantia...