由买买提看人间百态

topics

全部话题 - 话题: error
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
l****h
发帖数: 1
1
来自主题: Database版 - Almost give up: Mysql start error
Please help me! I tried to use mysql in my apache server on Linux RedHat 8.0.
I installed the mysql package with the installation of Linux.
But whenever i tried to start mysql, there is error:
ERROR 2002: Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (111)
And also I cannot locate the file: mysql.sock. Also I check and find that
mysql is not running yet. But I cannot get it run. So please give any
suggestions.
I will highly appreciate it.
m******y
发帖数: 588
2
Right now whatI did is to write the osql result into a log file and then use
EXEC sp_readerrorlog to find some keyword 'error' ,'invalid object' etc to
handle the errors.
Does anyone know a better way to do this?
Thanks again.
B*********L
发帖数: 700
3
大家帮忙看,我有一个非常直接query,就是select ... from xxx,但是超过1000行,
每行都有数学公式,我每小时run一次,现在时常有下面这个error:
Arithmetic overflow error converting expression to data type float
我不知道是哪一行的毛病,大家遇到这样的情况怎么办?
B*********L
发帖数: 700
4
多谢了。我的数据是每小时更新一遍,现在把前面出错的几个小时的数据都存下来,但
是无论是直接run query还是把query放在stored procedure 里面,都没error.
只有用ssis task 执行这个stored procedure 才会出error.难道STORED PROCEDURE 用
SSIS RUN的时候有什么不同吗?

2-
w*m
发帖数: 1806
5
来自主题: Database版 - dbms_java error, need help...
20 伪币
call dbms_java.grant_permission('PUBLIC, 'java.net.SocketPermission',
'*', 'connect')
ERROR ORA-29532: java call terminated by uncaught Java exception:
java.lang.Error: policy table query failed
then I tried call dbms_java.grant_policy_permission('PUBLIC', 'SYS', 'java.
net.SocketPermission,'*');
failed again.
高手们看看是何问题?thanks
v*****r
发帖数: 1119
6
来自主题: Database版 - dbms_java error, need help...
Your original post has a typo on the procedure call, but I don't think that
will cause the error you are complaining.
If you re-run this call, are you still getting the error, if not, then your
dba must did something :->
Anyway, thanks for the 伪币,I am richer now.
s****s
发帖数: 185
7
来自主题: Database版 - 求助:SQL05 Backup Error
" failed with the following error: "Cannot open backup device 'F:\Program
Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\FullBak_db2\db2_backup_
201108291145.bak'. Operating system error 3(The system cannot find the path
specified.).
Just like what you said, if there is no file directory, it will fail.
j*****n
发帖数: 1781
8
来自主题: Database版 - A weird error
A department was looking for my support for an error they received while
they were loading a set of data into a table.
The DB is SS2K5.
The error message shows "Violation of PRIMARY KEY constraint 'PK_index'.
Cannot insert duplicate key into object 'dbo.Table'".
Sounds straight forward? No...
I then load the set of data into a temp table and do the comparison, no
duplicates found!
Well, this is the first time I met this problem and a little bit later I
had
my best guess to give a solution, and i... 阅读全帖
l******b
发帖数: 39
9
来自主题: Database版 - DB2 Stored Procedure Error Handler
u can use
EXCEPTION WHEN OTHERS
THEN
-- ur error logging or handling
-- statements here
// when others handler is a catch-all
// handler.

error
Log
l******9
发帖数: 579
10
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of access IBM Netteza database from C# in Visual Studio
发信站: BBS 未名空间站 (Thu Jul 17 10:02:59 2014, 美东)
I need to access IBM Netteza database from C# in Visual Studio 2013 on win 7
.
connectionString="Driver={NetezzaSQL}; Server=xx.x.xxx.xxx;Database = my_db;
Uid=my_user_id;Pwd= my_password; ReadOnly=true;
I got exception:
An unhandled exception of type 'System.Data.Odbc.OdbcException' occurred in
System.Data.dll
Addit... 阅读全帖
l******9
发帖数: 579
11
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error .mdf file unable to attach in Visual Studio 2013 win 7
发信站: BBS 未名空间站 (Mon Feb 16 19:26:34 2015, 美东)
I am working on RESTful Web services design in Visual Studio 2013 on Windows
7.
I need to run the command of Update-Database to create the database in code-
first migrations in a project.
But I get an error:
System.Data.SqlClient.SqlException : Cannot attach the file 'C:MyPathApp
_DataProductReview_newContext-2015... 阅读全帖
M*******r
发帖数: 522
12
来自主题: DotNet版 - R6029 Error With Cyrstal Report
用VS.Net 2002+.Net Framework 1.1。前两天VB程序不能生成CrystalReport,跑到
BusinessObjects的网页上,下载了一个Patch for CrystalReport for .Net 2002,结果
一安装,干脆CrystalReport彻底不能用了,无论是跑程序还是添加CrystalReport,总要
告知R6029 Runtime Error -- 这个错误本来是指Common Language Runtime 编译版本错
误,可是当我在编辑已有的CrystalReport时,无论如何也不应该给这种Runtime Error呀

绞尽脑汁... 发上来看看有没有人见过... 多谢!
c**t
发帖数: 2744
13
来自主题: DotNet版 - .Net runtime error
The error is an example of an unhandled exception being thrown out of the ap
plication. You can make some sense of the error by implementing a handler fo
r the UnhandledException event on the current AppDomain that your applicatio
n is running in. This event will pass in the exception object that has been
thrown, so you can log it to the Event Viewer in a more meaningful fashion.
P********s
发帖数: 15
14
来自主题: DotNet版 - .Net runtime error
Thanks for the info. The problem is that the product was already released
and deployed at the customer site. Rebuild is not an option. Also the error
occurred very rarely (it happened just once after being deployed a year ago)
. Therefore even if rebuid is used as last resort, we may not catch it again
in short period of time.
I know in the old world of VC++, with the address and .map file, you can
narrow the error source down to a function (or line of code if you are lucky
). I am just wonderin
l******9
发帖数: 579
15
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of compiling C# in visual studion 2013 win 7
发信站: BBS 未名空间站 (Wed Nov 5 11:18:35 2014, 美东)
I am compiling C# (designed by others) on Visual Studio 2013.
But, in one of the projects, it has two key files that are password
protected.
The compiling (for debug) cannot be done because the key file cannot be
imported.
In the project property, I unchecked the "Sign the assembly" and then
deleted the two key files.
But, it s... 阅读全帖
l******9
发帖数: 579
16
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error run ASP.NET WEB API C# on Visual Studio 2013
发信站: BBS 未名空间站 (Sun Feb 8 23:33:50 2015, 美东)
I am working on Visual Studio 2013 C# win 7.
I am doing ASP.NET WEB API development by following the instructions on
http://www.asp.net/web-api/overview/older-versions/build-restfu
At step 4 of Exercise 1: Create a Read-Only Web API, I got :
I pressed F5 to debug the application. The default home page for a Web API
project did ... 阅读全帖
l******9
发帖数: 579
17
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error run ASP.NET WEB API C# on Visual Studio 2013
发信站: BBS 未名空间站 (Sun Feb 8 23:33:50 2015, 美东)
I am working on Visual Studio 2013 C# win 7.
I am doing ASP.NET WEB API development by following the instructions on
http://www.asp.net/web-api/overview/older-versions/build-restfu
At step 4 of Exercise 1: Create a Read-Only Web API, I got :
I pressed F5 to debug the application. The default home page for a Web API
project did ... 阅读全帖
l******9
发帖数: 579
18
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error .mdf file unable to attach in Visual Studio 2013 win 7
发信站: BBS 未名空间站 (Mon Feb 16 19:26:34 2015, 美东)
I am working on RESTful Web services design in Visual Studio 2013 on Windows
7.
I need to run the command of Update-Database to create the database in code-
first migrations in a project.
But I get an error:
System.Data.SqlClient.SqlException : Cannot attach the file 'C:MyPathApp
_DataProductReview_newContext-2015... 阅读全帖
A*****s
发帖数: 13748
19
UPDATE:
发帖10分钟以后发现毛病又回来了,sigh。。。
求solution
===========================================以下为原帖==============
64位win7ultimate + x61t
凡是打开了windows journal,然后把tablet扔旁边一会儿,inking就不work了
然后重启windows journal,得到错误提示“error initializing inking components”
google到这么一个solution:
http://www.vistax64.com/general-discussion/118444-error-initializing-inking-components.html
Copy WISPTIS.EXE file in C:\Windows\System32\ into C:\Windows\SysWOW64\
Or search for this file and copy it to the syswow64 directory.
目前看好像起作
c********l
发帖数: 8138
20
【 以下文字转载自 shopping 讨论区 】
发信人: coupondeal (coupon and deal), 信区: shopping
标 题: T系列本本自带光驱求助:UltraISO显示"Error Setting Write Mode Page"
发信站: BBS 未名空间站 (Thu Jul 7 12:10:41 2011, 美东)
操作系统 win7
用ultraISO 第9版
用T系列自带的刻录机刻光盘,进行到一半的时候,光驱弹出
UltraISO显示"Error Setting Write Mode Page"
光盘就这么废掉了
但是用USB外置光驱就一切正常 。
有什么解决办法吗??
n******l
发帖数: 3427
21
newegg新到的NAS HDD 2T
raw read error rate和seek error rate的raw data怎么这么高?
a*****a
发帖数: 1085
22
俺在浏览未名空间时经常出现一个错误页面,指向一个什么awardspace.com,错误提示是Error 500: Script Execution Failure,还列出了Most common reasons for returning this error message。哪位给说说这是怎么回事吧,是不是中毒了?
a*****a
发帖数: 1085
23
Anybody?

示是Error 500: Script Execution Failure,还列出了Most common reasons for
returning this error message。哪位给说说这是怎么回事吧,是不是中毒了?
l****q
发帖数: 767
24
来自主题: Internet版 - Internet error report QUESTION
各位,我最近在网上用google book时遇到一个问题:
google book搜到的书以打开,然后我想往下面拉,结果出来一个小窗口:internet
explorer has encountered a problem and needs to close. We are sorry for the
inconvenience.
If you were in the middle of something, the information you were working on
might be lose.
Please tell miscrosoft about this problem.
We have created an error report that you can send to help us improve
internet explorer. We will treat this report as confidential and anonymous.
然后就是叫你选 send error report/ don't send.
我两个都试过,可是最后还是看
g*****g
发帖数: 34805
25
来自主题: Java版 - Spring custom validation errors.
I know how to specify a validator to validate the data from input, but
within
SimpleFormController, after you finish inital check, sometimes you need to
perform a database check.
e.g. Make sure the new password doesn't equal to the old one.
I check the document, it seems I have to call the showForm method if
I find errors. The error is of type BindException, Now the only question is
how to I construct a BindException so that it supports I18N?
l****u
发帖数: 2166
26
来自主题: Java版 - Tomcat JSP syntax error
If i have a syntax error on my jsp, let's say, not in the script, but some
html tag. i.e. forget to close a tag.
How can i configure tomcat to give me the error stack on the page source?
right now, it gives me blank page...
-Bow
e*******0
发帖数: 367
27
来自主题: Java版 - Tomcat JSP syntax error
If this is a JSP error, you will see the error in the log file.
Blank page is normally caused by NullPointerException or some common Exceptions that were not caught properly.
g**l
发帖数: 85
28
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
确实没有其他地方用8080,
我再terminal在jetty的目录中用命令java -jar start.jar 启动jetty就能正常打开页面
但是在eclipse种的jetty用started启动(其实在eclipse中装jetty server的时候也问
过jetty server的目录) 跟terminal中一个目录,只不过又在eclipse中设置了一下,
就出现打开页面时的 404错误
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
好像jetty的服务还是起来了
就是context路径或者目录没东西,
但是我不知道怎么配置修改
请教是什么原因
谢谢
s*******n
发帖数: 2828
29
来自主题: Linux版 - huge .xsession-error file
something like
sed -i '/特征字/d' /home/xxxx/.xsession-errors
sed -i '/^$/d' /home/xxxx/.xsession-errors
c***d
发帖数: 996
30
☆─────────────────────────────────────☆
blogrance (AM) 于 (Fri May 25 10:22:34 2007) 提到:
系统:学校服务器redhat linux
GCC compiler version 3.23...
问题:MAKE 产生 core dump, error 139. 狗狗了半天,说有可能是compiler 版本太
老,或者是swap 空间不够,检查swap空间足够,GCC版本学校控制。程序是一个1000行
左右的数学运算。
另外一个可能相关的问题是,如果更改程序里的打印语句,程序输出文件显示程序运行
到不同的地方。
比如:

printf("test 2\n");
comment 掉,之前输出文件可能显示
。。。。。
test 4
但是更改之后,输出文件显示程序中止在不同地方,甚至有时候是一个打印语句的中间。
比如:
printf("check again\n");
输出文件最后一行显示
check
again is missing...
哪位大拿对这个error 139 有研究,指点一下,不胜感谢,
r****y
发帖数: 1437
31
来自主题: Programming版 - an error message question
【 以下文字转载自 Computation 讨论区 】
发信人: rossby (五十岚已夜), 信区: Computation
标 题: an error message question
发信站: BBS 未名空间站 (Sat Jan 26 00:08:12 2008), 转信
openmpi-1.0.2/pgi
Signal:8 info.si_errno:0(Success) si_code:4(FPE_FLTOVF)
Ayone has idea what could be cause of this error message? I tried
to google it but no use. Thanks in advance.
y****e
发帖数: 23939
32
来自主题: Programming版 - VC2005 C++ link error help
VC 2005 on WinXP, I got linking errors:
LINK: fatal error LNK1104: cannot open file 'LIBC.lib'
Which confused me. Because the c/c++ funactions should be looked for in the
MSVRT.lib instead libc.lib or libcmt.lib. In VS2003, I need ignore libc.lib
and libcmt.lib to make it compile. I don't know why in VC2005 it need link
to LIBC.lib.
Please help. Thanks in advanced.
b***y
发帖数: 2799
33
来自主题: Programming版 - [合集] C 编程error求教!
☆─────────────────────────────────────☆
tuboshu (土拨鼠) 于 (Wed Oct 19 01:48:52 2005) 提到:
Compiling...
Error spawning cl.exe
怎么回事?在办公室好好的,考回家机子上就出这个毛病了,怎么都compile不通过。
我是整个work space考过来的呀。
☆─────────────────────────────────────☆
bugzilla (report a bug to me) 于 (Wed Oct 19 02:43:53 2005) 提到:
google your error message, you can get some infor. like this,
Check your path settings under Tools->Options->Directories.
Make sure the paths listed for the executable is correct for where you have
vcsp
D***h
发帖数: 183
34
【 以下文字转载自 Java 讨论区 】
发信人: Depth (等待), 信区: Java
标 题: error C2223: left of '->GetEnv' must point to struct/union
发信站: BBS 未名空间站 (Sat Aug 7 13:59:12 2010, 美东)
error C2223: left of '->GetEnv' must point to struct/union
直接copy的代码,应该不可能错,jni.h里面也是把JavaVM定义为struct了,为什么还会
有这样的错?
#include
jint JNI_OnLoad(JavaVM* vm, void* reserved)
{
JNIEnv* env = NULL;
jint result = -1;
if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
return -1;
}
jniRegisterNativeMethods
r**e
发帖数: 339
35
来自主题: Programming版 - python smtp 587 连不上gmail, socket error?
请教个问题,我想用python发email,但是
smtplib.SMTP('smtp.gmail.com', 587) 根本就连不上。
Traceback (most recent call last):
File "", line 1, in
mailServer = smtplib.SMTP('smtp.gmail.com', 587)
File "C:\Program Files\Python25\lib\smtplib.py", line 244, in __init__
(code, msg) = self.connect(host, port)
File "C:\Program Files\Python25\lib\smtplib.py", line 310, in connect
raise socket.error, msg
error: (10061, 'Connection refused')
port 25 和587 是一样的。port 465 没反应,也不停,就一直运行着。
谁遇到过
c*******9
发帖数: 6411
36
来自主题: Programming版 - compile error
get compile error from following code, any ideas?
thanks...
.....
set seen;
.....
pair::iterator, bool> res = seen.insert(str);
c:\apps\mvs8\vc\include\functional(143) : error C2784: 'bool
std::operator <(const std::_Tree<_Traits> &,const std::_Tree<_Traits>
&)' : could not deduce template argument for 'const std::_Tree<_Traits>
&' from 'const std::string'
1> c:\apps\mvs8\vc\include\xtree(1372) : see declaration of
'std::operator <'
1> c:\apps\mvs8\vc\include\fu... 阅读全帖
N***m
发帖数: 4460
37
来自主题: Programming版 - compile error
for this snippet, no error was reported on gcc.
It could be some error elsewhere. As C2784 says:
'declaration' : could not deduce template argument for 'type' from 'type.'
The compiler cannot deduce a template argument from the supplied
function arguments.
J*****n
发帖数: 4859
38
来自主题: Programming版 - An error about Boost Date
To get Boost date, I put following include:
#include
then, I got this error
LINK : fatal error LNK1104: cannot open file 'libboost_date_time-vc100-mt-gd
-1_44.lib'
I already add boost path in my additional include dict. Also, I downloaded
above file: 'libboost_date_time-vc100-mt-gd-1_44.lib' to my boost path. But
it didn't work out.
Any suggestion?
Thank you.
M*******r
发帖数: 165
39
来自主题: Programming版 - how to debug a hidden error
I am calling a exe from python, the exe would occasionally return a nonzero
value and been raised as error. The exe is written in c++ and the main
function is like:
int main(int argc, char *argv[]) {
xxxxxxxxxxxxxxxxxxxxx
return 0;
}
I suspected there is some memory leak in the code, but no warning no error
reported when I run it in debug/release mode...
BTW I'm working in VS12 environment.
M*******r
发帖数: 165
40
来自主题: Programming版 - how to debug a hidden error
I am calling a exe from python, the exe would occasionally return a nonzero
value and been raised as error. The exe is written in c++ and the main
function is like:
int main(int argc, char *argv[]) {
xxxxxxxxxxxxxxxxxxxxx
return 0;
}
I suspected there is some memory leak in the code, but no warning no error
reported when I run it in debug/release mode...
BTW I'm working in VS12 environment.
i*******D
发帖数: 993
41
来自主题: Programming版 - 如何避免round off error
我想判断3d空间中一个线段和在一个点的关系. 这个点在这个线段的直线上,我想判断
它在线段的两个端点之间还是在之外. 这个问题本身是一个明确的判断,不能容忍error
和tolerance.
比如线段是AB, 另外一个点是C. 我的方法是判断if AB-(AC+BC)<0. 但是在实际运算中
,我发现即便是C在AB之间,也有很多时候AB-(AC+BC)<0. 应该是因为round off error.
不知道有什么好的trick或者策略来解决这个问题.
l******9
发帖数: 579
42
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of compiling C# in visual studion 2013 win 7
发信站: BBS 未名空间站 (Wed Nov 5 11:18:35 2014, 美东)
I am compiling C# (designed by others) on Visual Studio 2013.
But, in one of the projects, it has two key files that are password
protected.
The compiling (for debug) cannot be done because the key file cannot be
imported.
In the project property, I unchecked the "Sign the assembly" and then
deleted the two key files.
But, it s... 阅读全帖
l******9
发帖数: 579
43
【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: pypyodbc error access netezza SQL server on win7
发信站: BBS 未名空间站 (Sun Dec 21 10:15:22 2014, 美东)
I need to access IBM netezza SQL database from python on win 7. I have
installed Eclipse and python 3.2, pydev, and pypyodbc https://pypi.python.
org/pypi/pypyodbc/1.3.3). It worked well for MS SQL server.
But, it got error for IBM netezza.
import pypyodbc
conn = pypyodbc.connect("DRIVER={NetezzaSQL};SERVER={my_server_name};
D... 阅读全帖
p****r
发帖数: 165
44
来自主题: Programming版 - Random -1.#IND00 and 1.#INF00 errors
a dll written in C/C++, used to run well for over a year on 2008 R server
platform. Suddenly begin to produce -1.#IND00 and 1.#INF00 . And those error
is not reproducible, the same run running at different time will have #IND
and #INF error in different place.
Any suggestion what might be wrong?
l******9
发帖数: 579
45
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error run ASP.NET WEB API C# on Visual Studio 2013
发信站: BBS 未名空间站 (Sun Feb 8 23:33:50 2015, 美东)
I am working on Visual Studio 2013 C# win 7.
I am doing ASP.NET WEB API development by following the instructions on
http://www.asp.net/web-api/overview/older-versions/build-restfu
At step 4 of Exercise 1: Create a Read-Only Web API, I got :
I pressed F5 to debug the application. The default home page for a Web API
project did ... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)