可能是jboss的服务器版本选择不对 ,比如我本地的Jboss服务器版本是  jboss-as-web-7.0.2.Final,选择的服务器版本是JBOOS  V7.1  Runtime ,就会报上面那个错误.如果创建服务器时的版本选择的服务器版本是JBOOS  V7.0  Runtime,就不会报上面这个错误.…
转载:http://www.cnblogs.com/xihuaodc/p/3189257.html  因为之前的Oracle不能用了,所以重新安装了64位的Oracle,安装一路正常 完了之后安装了PL/SQL Developer,连接时提示“SQL*Net not properly installed”错误 解决方法如下: 1.去Oracle官网下载32位的客户端 由于PL/SQL是32位的,所以要用32位的客户端,且版本最好能对应(我的版本:11.2.0.1.0) 地址:http://www…
如果出现类似configure: error: Your MySQL client libraries aren’t properly installed 的错误,请将mysql目录下的 include/mysql下的mysql.h文件以及lib/mysql下的全部文件,连接(直接复制过去或许也可)到 /usr/lib 目录下(参考) cp /www/wdlinux/mysql-5.5.x/include/mysql/mysql.h /usr/lib/ cp /www/wdlinux/mysql…
问题现象:软件在启动时报如下错误信息:Exception Exception in module zhujiangguanjia.exe at 001da37f. Error creating object. Please verify that the Microsoft Data Access Components 2.1(or later) have been properly installed. 问题原因:是启动程序时访问ACCESS库时没有WIN的组件或是版本过低. 解决方法:查看组…
Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个android项目.但是当运行的时候就他么悲催了. emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is…
安装PL/SQL8.4后,连接数据库 提示错误Initialization error Oracle client not properly installed 解决方案: 1.下载instanceclient并解压 2.打开PL/SQL,在连接数据库的界面点击Cancel按钮进入PL/SQL的界面 3.Tools->Perferences->Oracle->Connection 在OCI librariy(empty is autodetect)中填入之前解压的instanceclie…
When the Oracle client software has not been properly installed, you will get an exception when trying to connect: [FireDAC][Phys][Ora]-1309. OCI is not properly installed on this machine (NOE1/INIT) http://docs.embarcadero.com/products/rad_studio/fi…
问题: 在64位机器上了64位的oracle客户端. 然后装上PL/SQL Developer,但是连接oracle老报这个错: Initialization error      SQL*Net not properly installed   OracleHomeKey:        OracleHomeDir: 方法: 1.安装 32位Oracle Client 2. plSQL->工具->首选项->配置Oracle Home和OCI library到安装的Oracle Clie…
错误信息: configure: error: !!! OpenSSL is not properly installed on your system. !!! !!! Can not include OpenSSL headers files. 解决方案: 安装openssl yum install -y openssl openssl-devel…
在PLSQL Developer选择Tools > Preferences > options > 下的如图所示:"Oracle Home" and "OCI Library" Oracle10g装在d:/oracle/ Oracle Home为d:/oracle/product/10.1.0 OCI Library为d:/oracle/product/10.1.0/Db_1/BIN/oci.dll 配置完以后重新启动PLSQL Developer…