Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
113 views

What is kernel section mismatch?

I tried to compile a kernel module however I got an WARNING and in the warning there was a note to add a compile option CONFIG_DEBUG_SECTION_MISMATCH=y It give me more detailed info about issue: ...
4
votes
2answers
103 views

R - check consistency of group assignment, group labels with different names

I am trying to assign sub-group membership in 4 independent cancer gene expression datasets, training on each dataset in turn, followed by testing the (metagene based) assignment in the remaining ...
4
votes
3answers
1k views

how to resolve a git index mismatch problem?

When I did a git svn rebase it stopped at one point saying: Index mismatch: SHA key of a tree != SHA key of another tree. (I come to know that these SHA keys corresponds to a tree and not a commit ...
3
votes
1answer
130 views

Scala type mismatch problem (expected Map, found scala.collection.mutable.HashMap)

I am still a newbie Scala programmer, so sorry if this question may look naive, but I searched for a while and found no solutions. I am using Scala 2.8, and I have a class PXGivenZ defined as: class ...
3
votes
2answers
4k views

Parameter Count Mismatch

Having trouble with the following segment of code. I'm getting a parameter count mismatch. I've had to write this because of problems with multiple threads and unsafe updates. delegate void ...
2
votes
1answer
382 views

Getting around, numpy objects mismatch error in python

I'm having a problem with multiplying two big matrices in python using numpy. I have a (15,7) matrix and I want to multipy it by its transpose, i.e. AT(7,15)*A(15*7) and mathemeticaly this should ...
2
votes
0answers
394 views

XCode4 Debugging Problem - UUID mismatch detected with libXcodeDebuggerSupport

after this warning my xcode4 hangs and don't let me continue debugging. warning: UUID mismatch detected with the loaded library - on disk is: ...
2
votes
1answer
2k views

Help with JFreeChart overlay

I'm having an issue with a JFreeChart overlaid graph. I'm using JFreeChart 1.0.13. What I am trying to do seems like it was easier to do in earlier versions of JFreeChart? The graph shows a line ...
2
votes
3answers
469 views

Type mismatch with generics

Here's an interface: public interface Foo<T> extends Comparable<Foo<T>> { ... } And there are some classes implementing this interface: public class Bar extends Something ...
1
vote
3answers
86 views

Mismatched parentheses: a quick way to find them?

I just rearranged a very large JavaScript file. I now get "Unexpected end of input." Somewhere in those hundred of functions, one has lost (or gained) a bracket. What's the quickest way to find it?
1
vote
1answer
281 views

Selenium Webdriver SSL Certificate Hostname Mismatch Problem

I have recently run into problems using the .NET version of Selenium Webdriver to run tests against a website running in a test environment where the SSL certificate does not match the hostname it’s ...
1
vote
1answer
59 views

ASP.NET Code Behind and Page results are mismatched

Hi I am developing a website using VS2010. I have started receiving an issue today which is text boxes on my pages are not populated every time while code behind shows the text is changed. I have a ...
1
vote
1answer
860 views

<script> causing problem with XML tag name mismatch

In attempting to work with a test page for making some jquery getJSON calls I get errors which show up in the error console of Firefox: XML tag name mismatch (expected input) ...
1
vote
0answers
112 views

Strange Scanner error in Java

I'm getting this strange error with "InputMismatchException". It likes to come up randomly in the sequence, and it happens every time I run this code. The data I'm using is this: VERTEX NORMALS ...
1
vote
1answer
604 views

Odd, nondescript error [an error occurred while processing this directive]

I have been migrating a client's website from a Bluehost account to my own cPanel/WHM setup. I used the cPanel 'Backup Wizard' to create the export .tar (composed of home directory and mysql files, ...
0
votes
0answers
45 views

UUID mismatch detected with the loaded library - on disk

I am using an iPhone 3gs with a 4.3.5 sdk and Xcode 4.1. I want my app to be able to receive apple push notifications, to do so I added the following lines of code in my AppDelegate.m file : - ...
0
votes
1answer
36 views

Scala lift type mismatch?

I am programming a webapp at the moment and I want to use a value from a submit form but get a type mismatch: type mismatch; found : connectfour.Board=> Option[Int] required: () => Any My code looks ...
0
votes
2answers
125 views

VBA Type mismatch, Run-time error 13

I just wrote a small VBA function that looks as below. As function output, I would like to get the Range Public Function selectRows(col As String) As Range Dim begin, fini As Integer Set TopCell = ...
0
votes
1answer
58 views

Multiple mismatches in DNA search sequence regex

I have written this barbaric script to create permutations of a string of characters that contain n (up to n=4) $'s in all possible combinations of positions within the string. I will eventually ...
0
votes
1answer
67 views

Alternate Text Color in JTextPane

I'm trying to alternate text color in a JTextPane without changing the color of the entire JTextPane. I found a class online that allows you to do this, but when i tried to create a "ColorPane" object ...
0
votes
0answers
14 views

Does radius server returns Access-reject on key mismatch?

Does the radius server returns Access-reject on key mismatch between client and server , or does it drop the packet . I was not able to get as , does this part comes in packet verification process?
0
votes
1answer
40 views

Matlab error: Non-singleton dimensions of the two input arrays must match each other

I have a 1000x1 array, in which i would like it to divide into equal parts based on a lambda value lam_packet, and then in each part i would replace 0 0 0 0 with radom binary values , but whenver i ...
0
votes
1answer
69 views

jQuery code not working in firefox or chrome selector value match mismatch script

This bit of code was helped along by a few folks. works great in jsFiddle but when I try to run it locally against some live code it fails... I have been working with it for 5 hours and I cannot see ...
0
votes
0answers
110 views

Native method called by Java does not match

I got this from the dump file generated by the jvm when it crashed. As you can see, the java callstack calls the syncCalendarEntry native method. However, the native callstack is trying to execute a ...
0
votes
1answer
172 views

Mismatched SSL certificate in Azure Compute Emulator

I have Azure app containing 4 sites in a single web role (differentiated by host headers). I setup the sites to run over SSL. I issued 2 self signed certificates: 1 as CA installed into Trusted Root ...
0
votes
1answer
417 views

SQLite foreign key mismatch

I have 2 tables on a SQLite database CREATE TABLE [Stores] ( [ID] NVARCHAR(50), [Description] NVARCHAR(255), [GUID] CHAR(36), [Created] DATETIME, [Modified] DATETIME, [Integrated] ...
0
votes
1answer
350 views

type mismatch error in a VBA Excel count function

I've been up and down forums trying to figure this one out. I have a sheet of data with specific dates and a dollar value in each line item. I want to count the lines in each month and for each ...
0
votes
1answer
398 views

Sqlite WHERE clause and Delphi XE longword values

In Delphi XE, I am storing crc32 hash of a string in an SQlite database, in a column declared as INTEGER. My understanding is that SQlite does not distinguish among integer types: int, int64, signed ...
0
votes
4answers
64 views

PHP Datatype mismatch on comparison

So I have 2 variables, var1, var2. $var1 = "53,000,000" //- integer $var2 = 10 //- string In the end I want to compare both, so I $var1 = (int)str_replace(",","",$var1); // => 53000000 - ...
0
votes
1answer
65 views

How can I force VS 2008 Deployment Project to install two different versions of the same file in two different places?

Some Background: I have a VS 2008 Deployment project I am not using the project output, I am adding assembly files directly because we have third party licensing and obfuscation tools that we run on ...
0
votes
1answer
776 views

Alfresco SDK example fails

My problem is that when I launch the "First Foundation Client" from the SDK I get an error at runtime which looks like Exception in thread "main" ...
0
votes
3answers
255 views

Function matching in Qt

I have some trouble with Qt. I have a class 'Core' class Core { public: static QString get_file_content(QString filename); static void setMainwindow(Ui::MainWindow const *w); ...
-1
votes
2answers
172 views

Mismatch between MySQL and Python

I know the mismatch between Object Oriented Technology and the Relational Technology, generally here. But I do not know the mismatch between MySQL and Python, and other tools, not just ORMs, to deal ...