error

iPhone static archive lib: Undefined symbol link error

I haven't found a solution for the exact problem I'm having, so perhaps someone here can help me. I've created a static archive library that uses the AVAudioPlayer class and links against the AVFoundation framework. However, when I link my app against this static library, I receive the following linker error: Undefined symbols: "_OBJ...

Compile error in jasper report

This is the error i got while compiling the jrxml file  Compiling to file... /home/moshe/NetBeansProjects/Billing/src/billing/report2.jasper Compilation running time: 299!  Filling report...  Locale: English (India)  Time zone: Default Error filling print... Error executing SQL statement for : report2 net.sf.jasperreports.engine.JR...

ClassNotFound launchig maps activity declared in Android library

I am getting this exception when trying to start an activity (TestLocationActivity) that is derived from MapActivity, and which is declared inside an Android library project: 09-08 09:29:45.357: ERROR/AndroidRuntime(7502): java.lang.NoClassDefFoundError: msumo.business.testlocation.impl.view.TestLocationActivity 09-08 09:29:45.357: ERRO...

Finding an error in a style file "Latex Error: there's no line here to end"

Hi all, When i run my document, i get the error: "Latex Error: there's no line here to end". I've searched online, and looked through my tex files, but i can't see where the error could be. I think it refers to a new command defined in the style file i've been given by my supervisor: how can i debug the style file? I'm using TechniC...

'Cast object of type' error - resolved by IIS recycle

3rd party ASP.Net web site and web service installed. The code appears not to log errors to server log or custom error log. User receives the following critical untrapped error message: "System.Web.Services.Protocols.SoapException: Unable to cast object of type 'System.Security.Principal.WindowsIdentity' to type 'Library.Security.Iden...

Can't run the new PhoneGap version on Windows 7

Hi everybody, I have some troubles when I try to create a droidgap project. I installed everything required to run a droidgap project (jdk, ruby, git bash, ...) and all of them work perfectly. I found this post : http://stackoverflow.com/questions/3588534/phonegap-android-sample-pr where it's said that I should try to add ".bat" tu the...

Odd error when trying to use removeChild/addChild

I have the following line in some of my haxe code: removeChild(_screens[Helpers.indexOf(_screenNames, _activeScreen)]); (_screens is a List, GameScreen is extending from Sprite, _activeScreen is a String, _screenNames is a List, and Helpers.indexOf does the obvious) However, i get the error: List<com.haxelib.GameScreen> should be Ar...

Google maps - G_HYBRID_MAP undefined error

I'm getting an intermittent problem with a google map (api v2) - "Error: 'G_HYBRID_MAP' is undefined". I'm trying to reference that variable in a function that is called on the document ready event, via jquery, i.e. <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=[key]&amp;sensor=false" type="text/javascript"><...

display error when loading many components to Jframe

I have a JFrame with about 10 components (JLabel, Combobox, Buttons, TextFields). When I start the program, sometimes it doesn't display all of them. I tried repaint in different place and problem still there Any one help me ...

HTTP Error 400. The request has an invalid header name. When using jQuery Ajax to ASP.NET MVC via proxy

I am getting this error message: Bad Request - Invalid Header HTTP Error 400. The request has an invalid header name. When using local proxy for testing. The only difference I noticed in Request Headers in Firebug is: Connection keep-alive is changed to Proxy-Connection keep-alive Is this Ajax security related? How can...

On focus JavaScript Error

I have a dojo dropdown list widget here is the code: dojo.forEach( dojo.query(".select-frame-inner-border ",_this._container), function(obj){ evt = dojo.connect(obj,"onmouseenter",function(){ if (_this._disabled){return;} _this.hasManualFocus = true; **_this.ob...

substring() in for loop causing "StringIndexOutOfBoundsException: String index out of range: -1"

public class Asterisk { public static void main(String[] args) { String output=""; int count=1, input; System.out.println("Input the size of the triangle from 1 to 50:"); input = 5; for(count=1;count <= input;count++) { output += "*"; System.out...

error C2375: redefinition; different linkage

Error place in api: #define DLLEXPORT extern "C" __declspec(dllexport) DLLEXPORT int CAnyseeUSBTVControllerDlg::InitCaptureDevice() { In my .h library class and function definition: class CAnyseeUSBTVControllerDlg : public CDialog { // Construction public: int InitCaptureDevice(void); Any idea how to resolve it? "Error 1...

Jmeter doesn't work in other environment though it works local

Hi I had configure a .jmx to work with a thread group that does a simple http request. It works perfectly locally, but when I upload the .jmx to another server in amazon it doesn't work. Differences between local machine and ec2 server: local: is ubuntu when jmeter was installed as sudo apt-get install jmeter. And the version is...

C++ Program Apparently Printing Memory Address instead of Array

#include <iostream> using namespace std; int main(){ int findMax(int *); const int MAX = 100; int values[MAX]; char ivals[256]; // Get the space-separated values from user input. cin.getline(ivals, 256, '0'); char *helper; // Clean input array and transfer it to values. for(int i = 0; i < (MAX) && iv...

Visual Studio | ASP.NET Configuration error

Hi developers! I have a problem as I have struggled with for a week. Now I give up! I really can not figure out how to solve it. Every time I open the ASP.NET Configuration in VS10, then comes the first with this error: *An error was encountered. Please return to the previous page and try again. * If I then press: How do I Use this Tool...

Rails3 mysql2 rake error

hi, i'm running ruby 1.8.7 with rails3. after installing mysql2 (successful) I want to create the dbs, but the following error occurs: noname:addressDB clemens$ rake db:create (in /.../addressDB) rake aborted! undefined method `errno' for #<Mysql2::Error:0x1024f21f0> (See full trace by running task with --trace) noname:addressDB cleme...

Cannot call webmethod with jquery json

Hi, I use the protocol jsonp to call web methods, but i have this problem: Have this code on the webservice: public class Service1 : System.Web.Services.WebService { [WebMethod] [ScriptMethod] public string HelloWorld() { return "Hello World"; } } And this on Jquery with jason on client side: $.a...

gdb error - "suspend error: debugger service failed"

Hi All, I am getting this error on running gdb on a freebsd box. "suspend_thread_callback generic error" and "suspend error: debugger service failed" Everything looks fine till I break into the breakpoint. when I do "n" or "c" or anything after I break, I get this error. Any help would be appreciated. ...

Rails plugin: undefined method 'mattr_accessor' for Sentry:Module

I'm looking at an existing Rails project and trying to see what rake tasks exist by running rake -T. However, when I run that I get: (in /var/www/project) rake aborted! undefined method `mattr_accessor' for Sentry:Module /var/www/project/Rakefile:10 (See full trace by running task with --trace) vendor/plugins/sentry/tasks/sentry.rake ...