error

NetBeans on OS X: Cannot connect to SFTP server: ArrayindexOutOfBoundsException

I am running NetBeans IDE 6.8 (Build 200912041610) with the PHP plugin on Mac OS X 10.5.8, and when I try to SFTP files up to my remote server, I get the error: Cannot connect to server: 1.2.3.4. Reason: java.lang.ArrayIndexoutOfBoundsException: 233 Where 1.2.3.4 is my server's IP address. I get this error with every server ...

Why can't I run AssaultCube built from source?

Hi, a error with open source. I have been playing AssaultCube for about 2 weeks and I found that it is open source. I downloaded from SourceForge and I got everything to compile but... It could not find 3 .DLL(libvorbisfile.dll, libogg.dll, libvorbis.dll) files so I downloaded them and put them in \windows\. Now i get the error "the pro...

why is it bad to have 200 OK header status at 404 error page?

Hi friends, I have an issue I'm having trouble :/ err404 page's 200OK header status problem, although it should be 404 header. what is wrong with having 200 OK? is there really anything like that 200 OK should be at 404 error page header status? appreciate advises!! thanks a lot! i guess it has sth to do with .htaccess. here is my ....

My batch file works, but for some reason also returns file not found..

My batch file reads all of the files from a windows directory with the option to include sub directories or not include them, and then saves the list to a txt file. It woks perfectly, but for some reason the application returns "File Not Found" after you answers yes or no to the sub directories question (although the question does functi...

Boost::function error ambiguous overload for ‘operator[]’

The full error I'm getting is this: error: ambiguous overload for ‘operator[]’ in ‘a[boost::_bi::storage4<A1, A2, A3, boost::arg<I> >::a4_ [with A1 = boost::_bi::value<MsgProxy*>, A2 = boost::arg<1>, A3 = boost::arg<2>, int I = 3]]’ It references line 116 of a class I have, which is the boost::bind call in this function: // Dis...

MIPS fetch address not aligned on word boundary, used .align 4, still no go

any ideas? Why I am getting: Runtime exception at 0x00400020: fetch address not aligned on word boundary 0x00000007 Problem line is: lw $s1,0($a1) #copy arg2 = size of array .data .align 4 #added this, didnt work size: .word 7 .align 4 #added this, didnt work search: .word 30 .align 4 #added this,didnt work ...

Batch File only works right when user inputs yes to both questions.. otherwise it crashes..

Hi, I asked a question here earlier today and got that fixed, but now I have another problem.. My batch file is supposed to take the user input of a directory and then save all of the names of the files within that directory to a user specified name text file. It also has the option to allow for you to include or not include subdirectori...

Undefined method stdClass::user() error when using CakePHP Auth

Hi there, I'm fairly new to CakePHPand am building a site using the Auth component. A couple of times I have tried to do things with this component which have caused the error Fatal error: Call to undefined method stdClass::user() in /ftphome/site/app/controllers/users_controller.php on line 395 The line it refers to in this case is ...

Windows mobile native exception C#/C++

I have a windows mobile solution which contains two projects. One written in C# and another in C++ (unmaneged code that compiles into a dll). The part written in C# invokes some C++ functions from dll to connect to a server. If I open my application and I connect to the server everything works ok. If I minimize it , or if I open anothe...

How to avoid no main class and no class def found error using DropBox and Eclipse for Java

I use Eclipse to write Java code and use DropBox to sync my code with others' across our multiple computers. Most of the time, everything works as expected: if anyone makes a change on either end, the change is saved and when the other person refreshes the Eclipse workspace, the changes come through and can be viewed and run successfully...

"Cannot find executable for CFBundle/CFPlugIn" error

Cannot find executable for CFBundle/CFPlugIn 0x432bfa0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (not loaded) Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x432bfa0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (not loaded) That's the error I get when I try t...

Unable to start debugging on the web server. The COM+ registry database detected a system error

I'm trying to debug an ASP.NET webapp that's configured to "Use Local IIS Web Server" on WinXP. When I start the debugger, the compile succeeds, and then the following error is displayed in a dialog: Unable to start debugging on the web server. The COM+ registry database detected a system error The webapp never launches in my ...

Tracking down strange error

I'm trying to do some C++ exercises, but I'm running into a error on build, which doesn't just jump out at me. What am I missing? I'm just getting back to C++ from C# et al after having done it years ago. [ERROR] syntax error : 'return' [/ERROR] #include <iostream> using namespace std; /* Pre-compiler directives / macro...

linq strange error with null

i have function public List<Menu> List(int? parentId) { return (from i in _dataContext.Menu where i.Menu2.Id == parentId select i).ToList(); } if i pass in function parameter null (like List(null)) it search nothing, but if i put null in query like this return (from i in _dataContext.Menu where ...

String array in C++ not working properly?

I'm working on a program for class that takes in a number from 0 to 9999, and spits out the word value (ie 13 would be spit out as "thirteen", etc) And I'm having a pain with the array for some reason. Here is the class so far: #include<iostream> #include<string> using namespace std; class Numbers { private: int number;...

g++, R_X86_64_32S : what is it ?

Hello. I write a 3D engine in C++ with OpenGL. I usually work on this project on my archlinux 64 bits, but on theese holidays I do on a 32 bits system. I use subversion, and since the last svn up on my 64 bits system, I've got errors : http://pastebin.be/23730 core, wrapper and interface are compilet using the -fPIC option, I do not un...

BlackBerry Eclipse 3.5 - Import Legacy BlackBerry Project Issues

Hello, I have a Existing BlackBerry Project using Eclipse 3.1 and BlackBerry Component Pack 4.3 which I wanted to move to Eclipse 3.5 because I like the new structure much better. I downloaded the 4.3 component pack for Eclipse 3.5 using the updated BlackBerry Update Site URL and everything went fine. I import my legacy project into 3....

Winform application doesn't run properly

In my home and work pc's and in one friend of mine's it runs just ok, but when i sent it to someone else it 'loads' for 10 seconds responseless, then there is an error: Since it works on at least four computers, i assume the program itself is just ok (same exact EXE). What could be happening ? info: C# .net 3.5 worked on Windows...

What kind of errors affect previous statements in C?

Sorry for a very generic sounding question. let's say #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #define SERVER_ADDRESS "123.456.789.012" #define CLIENT_ADDRESS "123.456.789.013" #define SERVER_TCP_PORT "1234" #define CLIENT_...

"The operation could not be completed" Error when saving a file, in many projects

Hello all, I am getting this annoying problem, whenever i do some changes to any file in any of my many projects and try to save the file, i get the error "The operation could not be completed"!!!! it only has an "OK" button, clicking that button will open a "Save As" dialog to save the file into a different location. most of the time...