Tagged Questions

DO NOT USE - Removed as part of The great Stack Overflow tag/question cleanup of 2012.

learn more… | top users | synonyms (1)

0
votes
0answers
12 views

getting error while exporting project from Eclipse in android

I am getting the following error while exporting my project from Eclipse to send it for testing. Obsolete ProGuard file; use -keepclasseswithmembers instead of -keepclasseswithmembernames Issue: ...
1
vote
1answer
21 views

The bwshare module and PHP scraping

I wrote a script downloading a list of pages from a website. From time to time I receive the following error (the number of seconds is variable): The bwshare module will refuse your requests for ...
0
votes
1answer
22 views

error during wrapping the ruby code into a class

I am an RoR newbie. I have created a small application in ruby which has small functions to execute the code. e.g. def abc(xyz) some code end def ghi(xyz) some code end def ...
0
votes
0answers
8 views

“Like-gate” throwing big error on certain browsers

I am getting complaints that my newly created "like-gate" is throwing errors on certain browsers. I cannot get it to fail on any of mine, but people are saying their versions of Safari and FF are ...
1
vote
1answer
25 views

Why are certain function calls termed “illegal invocations” in JavaScript?

For example, if I do this: var q = document.querySelectorAll; q('body'); I get an "Illegal invocation" error in Chrome. I can't think of any reason why this is necessary. For one, it's not the ...
-4
votes
3answers
60 views

ArrayList java .. I have an error

import java.util.ArrayList; import java.util.Scanner; public class StudentList { public static void main(String[] args) { ArrayList<Student> students = new ArrayList<Student>(); ...
0
votes
1answer
44 views

Internet Explorer JQuery Error

I am using JQuery min 1.4.2. I have a function which iterates through a few tables and adds a class with a number attached: $("#reportArea table", this).each(function(i){ $(this).addClass("table-" + ...
3
votes
1answer
28 views

WCF REST Error Handling - Incorrect Inputs

Summary: In a WCF REST service how can I handle incorrect input parameters using my own custom fault response? Detail: I have the following interface method in a WCF REST service: ...
0
votes
0answers
35 views

java.lang.IllegalArgumentException: parameter must be a descendant of this view Error

I have a strange Error with a ViewGroup. For my main View I use classes in this links ViewFlow project java.lang.IllegalArgumentException: parameter must be a descendant of this view at ...
0
votes
1answer
37 views

C++ error: no viable conversion from 'mapped_type' to 'int'

I am trying to implement the a map from the C++ STL as follows: #include <string> #include <iostream> #include <map> using namespace std; #include "assembler.h" // This Class makes ...
0
votes
1answer
11 views

Errors with webutilities in production

Today when I enabled webutilities in production has been received error messages like these: classe: com.googlecode.webutilities.servlets.JSCSSMergeServlet linha: ...
1
vote
1answer
14 views

Trying to install rails- EISDIR error

I'm new to programming and am trying to set up Ruby on Rails using Michael Hartl's tutorial via Terminal on a Mac running Snow Leopard, but I'm a bit stuck on this part. I've tried using rvm 1.9.2, ...
0
votes
0answers
13 views

postgres:could not open relation base/46397859/1259: No such file or directory

As we are having database on postgres and it was running well from last 1 year.but as from last 3 days.i m getting the error below: ISTERROR: could not open relation base/46397859/1259: No such file ...
0
votes
0answers
54 views

Error displaying after installing the magento v 1.7 in wamp server

Hi i have installed the magento v 1.7 in my localhost(wamp).when im going to run am geting error like this below in mozila firefox. The connection to the server was reset while the page was loading. ...
0
votes
0answers
21 views

imencode from opencv generates an ImageIO error (operation not permitted)

I´m trying to convert a buffer into a jpeg with the opencv function imencode, but it´s giving my an error, here you have the code: cv::Mat m= cv::Mat(320,240,CV_8UC1, temp.ptr<uint8_t>(0)); ...

1 2 3 4 5 167
15 30 50 per page