码迷,mamicode.com
首页 >  
搜索关键字:unable to resolve ta    ( 5723个结果
Building SQL Test Cases
For many SQL-related problems, obtaining a reproducible test case makes it easier to resolve the problem. Starting with the 11gRelease 2 (11.2), Oracl...
分类:数据库   时间:2014-06-06 20:04:05    阅读次数:317
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplicatio
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplication=none,J2EEServer=none 还有其他报错,大概意思就是不支持版本 version 51,unable to load class org.glassfish.jersey.servlet...
分类:移动开发   时间:2014-06-03 05:07:20    阅读次数:295
JVM最多能创建多少个线程: unable to create new native thread
最近需要测试一个长连接服务器,数据上需要达到100W的长连接,测试的客户端,一个线程保持一个连接,发现linux服务器默认创建到3200多个线程的时候,就会报错这个错误“java.lang.OutOfMemoryError: unable to create new native thread。而且,此时整个系统都不能创新新的线程了,不能连接终端,不能执行任何命令。 貌似是内存不足,但实际内存尚...
分类:编程语言   时间:2014-06-03 03:30:58    阅读次数:285
Android使用通讯录的权限问题
06-02 11:49:53.676: E/AndroidRuntime(12974): FATAL EXCEPTION: main06-02 11:49:53.676: E/AndroidRuntime(12974): java.lang.RuntimeException: Unable to s...
分类:移动开发   时间:2014-06-02 16:25:37    阅读次数:260
ListActivity学习
布局代码: 错误信息:E/AndroidRuntime(2728): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.*****.Main}: java.lang.RuntimeExcepti...
分类:其他好文   时间:2014-06-02 05:46:20    阅读次数:186
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
解决办法 --创建中转临时表空间 2.createtemporarytablespaceTEMP02TEMPFILE‘/u01/app/oracle/oradata/perm/temp02.dbf‘SIZE1024MREUSEAUTOEXTENDONNEXT640KMAXSIZEUNLIMITED; --改变缺省临时表空间为刚刚创建的新临时表空间temp02 3.alterdatabasedefaulttemporarytablespace..
分类:其他好文   时间:2014-06-02 04:01:51    阅读次数:1213
ORA-09925: Unable to create audit trail file 在DBCA时
ORA-09925:Unabletocreateaudittrailfile在DBCA时 ***数据库后,再执行dbca时候报错ORA-09925:Unabletocreateaudittrailfile 起初以为是权限问题, $cd$ORACLE_HOME/rdbms/audit 查看下权限,属主,为了避免麻烦直接赋予aufit目录777权限 退出DBCA直接们再次执行,问题依旧 ORA-..
分类:数据库   时间:2014-06-02 03:27:19    阅读次数:301
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP01
收集数据库信息时候报ORA-01652错如下 SQL>EXECDBMS_STATS.gather_database_stats; BEGINDBMS_STATS.gather_database_stats;END; * ERRORatline1: ORA-01652:unabletoextendtempsegmentby128intablespaceTEMP01 ORA-06512:at"SYS.DBMS_STATS",line13210 ORA-06512:at"SYS..
分类:其他好文   时间:2014-06-02 03:20:19    阅读次数:316
ORA-07391: sftopn: fopen error, unable to open text file
11Grac 由spfile创建数据库的pfile 报错如下 SQL>createpfile=‘/u01/inittips1.ora‘fromspfile; createpfile=‘/u01/inittips1.ora‘fromspfile * ERRORatline1: ORA-07391:sftopn:fopenerror,unabletoopentextfile. 再次执行 SQL>createpfile=‘/u01/inittips1.ora..
分类:其他好文   时间:2014-06-02 03:11:52    阅读次数:233
Android Unable to find instrumentation target package
报这个错的话:基本都是配置出错,具体配置看下面。 AndroidManifest.xml  文件: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.mayi.test.dao" android:versionCode="1" an...
分类:移动开发   时间:2014-05-31 22:00:03    阅读次数:434
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!