1.java.lang.NoClassDefFoundError: JSONString
手動(dòng)關(guān)聯(lián)jar文件,在Libraries中Add JARs... ezmorph-1.0.6.jar和json-lib-2.3-jdk15.jar
2.Command: Commit
Modified: RD\mosaiq_training\Core
Error: Commit failed (details follow):
Error: File or directory '.' is out of date; try updating
Error: resource out of date; try updating
Finished!:
可能是在eclipse中直接復(fù)制文件夾,把svn信息也復(fù)制過來了,刪除.svn提交;
3.下載excel出現(xiàn)打不開站點(diǎn)的問題,可能是文件名包含中文;
4.hibernate配置錯(cuò)誤,提示索引超出,可能是某個(gè)類的配置文件有誤,比如name為空;
5.ORACLE 不可用
數(shù)據(jù)庫(kù)服務(wù)進(jìn)程啟動(dòng),但是數(shù)據(jù)庫(kù)沒有加載
以DBA身份進(jìn)入Enterprise Manager Console,在sqlplus中執(zhí)行命令:
conn sys/sys as sysdba
startup force
后會(huì)打開數(shù)據(jù)庫(kù);
注意windows防火墻關(guān)閉。
6.數(shù)據(jù)庫(kù)鏈接不上:.pertite不編譯;
7.修改eclipse中svn用戶信息:刪除掉C:\Documents and Settings\jakin\Application Data\Subversion\auth\svn.simple文件夾下的文件,再次訪問時(shí),會(huì)彈出要求輸入用戶名和密碼,jakin是用戶名,Application Data是一個(gè)隱藏的文件夾;
Could you be installing x86 Oracle on an x86_64 server, which is not certified/supported?
Do 'uname -a' and see if it shows x86_64?
Then check in $ORACLE_HOME and see if you have both a lib and lib32 directories or just a lib directory.
If the result of uname -a shows x86_64 and there is only an $ORACLE_HOME/lib you are installing Oracle x86 on a Linux x86_64 box and that is not supported.
You will want to download and install the Oracle x86_64 for your server and it will install correctly;