Linux Error: Rm: Cannot Remove DIRECTORY Is A Directory
    
                
摘要:ok, if you are getting this error, just force it with this command.lets say for example, i am trying to detele a directory called install and in this directory, i have some file, so to remove the whole thing just run this command:rm -rf install
        
阅读全文
 
                
                    posted @ 
2013-01-29 18:20 
七月逆流
        
阅读(1485) 
         
        推荐(0)     
                 
             
                
                
    weblogic控制台死锁解决方法
    
                
摘要:当通过命令重启控制台,如果连续多次stopadmin,多次startAdmin,会造成admin lock .这时候,应该采取如下措施 确保重启控制台.1.通过命令 startadmin 尝试启动控制台.2.调用命令 tailAdminServer 查看当前输出信息如果依旧启动失败,尝试使用 :cd /usr01/app/oracle/product/wls12110/domains/ConsumerDomain/bin./startWebLogic.sh通过 domain来启动 ;如果依旧失败,最好先删除admin lock ,然后清除 log输出:删除: cd /usr01/app/ora
        
阅读全文
 
                
                    posted @ 
2013-01-29 12:32 
七月逆流
        
阅读(835) 
         
        推荐(0)     
                 
             
                
                
    BEA-171520 and "Could not obtain an exclusive lock for directory" when starting up WebLogic 11g AdminServer
    
                
摘要:Problem:If you have configured your Oracle WebLogic 11g server to perform LDAP authenticaion, when starting up the WebLogic 11g AdminServer, you may receive the following error:<Dec 3, 2010 8:58:34 AM EST> <Warning> <EmbeddedLDAP> <BEA-171520> <Could not obtain an exclusiv
        
阅读全文
 
                
                    posted @ 
2013-01-28 16:04 
七月逆流
        
阅读(3955) 
         
        推荐(0)     
                 
             
                
                
    weblogic lock issue
    
                
摘要:Solution:1. Shutdown the AdminServer2. Do a "ps -ef | grep oracle | grep -v grep" and observe and see if you have any lingering processes3. If so, then do a "kill <processid>"4. If that doesn't kill the process gracefully, then do a "kill -9 <processid>"
        
阅读全文
 
                
                    posted @ 
2013-01-11 11:48 
七月逆流
        
阅读(209) 
         
        推荐(0)     
                 
             
                
                
    强制网页使用IE8模式解析
    
                
摘要:在网页的meta中加入<meta http-equiv="X-UA-Compatible" content="IE=8" />就可以强制IE8使用IE8模式来解析,而且那个兼容性视图 按钮也被去掉了。不久前出的Google Chrome Frame也可以让IE用上Chrome的引擎:<meta http-equiv="X-UA-Compatible" content="chrome=1" />这里就有一个问题,怎么同时用chrome和IE8模式?可能是这样?<meta http-equ
        
阅读全文
 
                
                    posted @ 
2013-01-01 22:10 
七月逆流
        
阅读(513) 
         
        推荐(0)