Best unofficial Apache Server developers community |
| |||||
| Feb 8, 2012 | |||||
|
Aaron Grewell |
|
||||
| Tags: | |||||
|
Strange behavior December 14, 2010 10:57:08 AM Hello. I've wrapped a JAR using BND. This jar uses another package present in my Felix installation, but it refuses to start. Here is the info: Capabilities of the needed package (org.objectweb.asm): -> inspect package capability 27 … Strange behavior in StrictMap November 23, 2010 12:13:05 AM Hi, I noticed that the org.apache.ibatis.session.Configuration.StrictMap#get() could return unexpected result. In the following code, I'd expect that the last line to throw IllegalArgumentExeption(), but it outputs "TestValue" instead. … a strange doveadm behavior April 6, 2011 12:39:21 PM hi timo very very good job you realize for the community here I have a very strange problem with doveadm I actually use a configuration file parameters in which the parameters are placed carefully My problem appears when I run this command… Strange behavior with Java API March 1, 2011 08:05:47 PM Hi, I'm trying out elasticsearch (0.15.0) through the Java API. To do so, I wrote a simple unit test that starts an embedded instance, indexes a document, then searches for the document: https://gist.github.com/b204814d5f26b7040cc6 If I remove… Ripple strange behavior/bug? September 7, 2010 09:20:06 AM I've been rewriting a small app of ours to run on Riak instead of MongoDB and I've run into a bug or weird behavior. To show this off I created a very simple little Rails 3 app where this happens. It can be found here: … Strange Behavior in db.currentOp() July 12, 2011 05:42:31 PM Hi, in trying to pin down some performance issues, I'm noticing some oddities with db.currentOp(). Namely, db.currentOp() seems to be reporting queries operating on the wrong collections. As an example, I've seen the following (using mongo 1.8.2): … Strange cache behavior September 22, 2010 09:43:00 AM Hi, playing with my admin about cache size (there was a question today related to the cache size), noticed a strange thing with cache. It's Windows, initially it was v3.6.10, but the same is for 3.7.2 I sometimes mentioned that I can track vfs… Strange wildcard behavior November 11, 2011 01:22:13 AM I am seeing some strange someone behavior that maybe someone can explain. Using a modified default search schema, so that these fields are tokenized using the noop analyzer, if I index something like: … a strange order by behavior June 22, 2011 01:01:32 AM the database collation is: en_US.UTF-8 drop table t1; create table t1 (recid int ,f1 varchar(20)); insert into t1 values (1,'a'); insert into t1 values (2,' '); insert into t1 values (3,'aa'); insert into t1 values (4,' a'); select * from t1 order… Strange MapReduce behavior October 26, 2011 01:54:13 PM Maybe I misunderstand how MR works or maybe it is a problem with the Ruby client. I am trying to run the following job that will filter the keys as the first phase. I am not using key filter, as the input will be a search query. But whatever I… test strange behavior November 6, 2011 02:58:07 PM Hi list, I've a function that test a boolean parm, as: .... CASE $3 WHEN TRUE THEN blabla WHEN FALSE THEN proutprout ELSE gadugadu END CASE; .... AFAI understand, the ELSE case would normally be triggered with a NULL but it isn't ('WHEN NULL… Strange behavior with JCA adapter June 1, 2011 07:35:30 AM Hello all, I'm trying to deploy Jackrabbit 2.3-SNAPSHOT into a Jonas 5.1 application server as a JCA resource. The RAR deploys OK and shows up in JNDI. Then I try to access the repository through RMI, using Jonas' Carol RMI implementation, with… Re: test strange behavior November 6, 2011 05:51:11 PM [ Please keep the list cc'd. ] "Jean-Yves F. Barbier" <12u### @gmail.com> writes: > CREATE OR REPLACE FUNCTION e_sch_fun(TEXT, -- 1: Function(s) owner > TEXT, -- 2: Schema > … strange update behavior April 13, 2011 03:06:53 PM This is a multi-part message in MIME format. I did encounter a quite strange behavior during update which I did not understand: The following query updated table parcelle with only one entry for all rows: update cadastre.parcelle set… strange __count__ behavior March 17, 2011 03:23:58 PM Hello, could please someone explain what is Mozilla-like __count__ dedicated for within mongo's JS processing? I was used to check object length with it, but it always returns 0 var len={a:1,b:2}.__count__; //len=2 here thanks Pig counters with PigServer strange behavior December 6, 2011 03:49:55 PM Hi All, I'm trying to play with counters with PigServer and have a couple issues. First, I've found very little documentation on how to do this, so I'm not sure if the method I'm trying is the good one, any feedback would be appreciated. From… Sorting: strange or normal behavior December 30, 2010 04:39:59 PM Hi, I've been testing client options and server setup and, finally, had some directions: * for *server setup*: 1 shard with three servers; 3 config servers; 2 mongos servers (routers) * for* client*: use official mongodb-csharp-driver (NoRM was… Strange behavior on SQLite 3.7x compared with 3.6.22 December 8, 2011 11:26:22 AM Hi, We've being working with SQLite version 3.6.22 in our project and we wish to upgrade it to the latest one. During the tests with the new library version, we noticed a strange behavior related to a trigger which updates the last inserted… Strange regionserver behavior with GZ compression January 8, 2011 01:07:58 AM Thanks in advance for any help. I've been quite pleased with Hbase for this current project and until this problem it has worked quite well. Test cluster setup is CDH3b3 on a 7 nodes: 5 data nodes with 48GB RAM, 8 cores, 4 disks, 2 masters with… Strange behavior of the group aggregation January 31, 2011 01:03:31 PM Hello guys, I have a collection like this: timelineFrames { "field1": Number, "myArray": [ { "myKey": String, "quantity": Number, }] } I need to sum all the quantities in the collection where "myKey" contains a value "myString": I… Strange Sql Update behavior March 20, 2011 I'm trying to update supplier table on both PostgreSQL and MySQL using the following update statement: UPDATE SUPPLIERS SET CURDEBT = CURDEBT + 10… Strange behavior in a Regex June 19, 2011 I was replacing blank lines for a <p> tag. The regex replace all blacklines allowing white-spaces (\s), for one <p> tag. For example… Psycopg2 strange behavior May 21, 2011 from django.db import connection q = 'some value' sql1 = 'SELECT * FROM table WHERE field LIKE %%%s%%' % q sql2 = 'SELECT * FROM table WHERE field… MySQL IN() strange behavior June 20, 2011 If i do a select like this: SELECT `id` FROM `table` WHERE `id` IN (1,2,3) it works but if i do like this: SELECT `id` FROM `table` WHERE `id` IN… Strange behavior of references in MongoDB February 28, 2011 Hi all, I am using Rails 3 with Mongoid. I have two documents: class MyUser include Mongoid::Document field ...... references_many :statuses,… Strange behavior of MySQL SELECT March 12, 2011 Hi, I have some problem with the following script: it has to select some records from a table and then process it. When the variable… Python regex strange behavior May 3, 2011 Hello everyone! I've discovered something that I can't explain in Python re module. Compilation of (a*)* or (a*|b)* throws an error: raise error, v… Strange Map Reduce Behavior in CouchDB. Rereduce? January 14, 2011 I have a mapreduce issue with couchdb (both functions shown below): when I run it with grouplevel = 2 (exact) I get accurate output: {"rows":[… Strange behavior in table column in postgres May 26, 2011 I am currently using postgres 8.3. I have created a table that acts as a dirty flag table for members that exist in another table. I have applied… Memcache strange behavior on my rails 3 application March 28, 2011 I'm getting the strangest behavior from my caches. I'm using memcache-client gem, and rails 3.0.5. for example I have these 2 caches on my view:… Htaccess apache mod_rewrite & authentication: strange behavior February 23, 2011 I have created a query based authentication on my apache server, but I've got a strange behavior from apache, and can't find my way out of this.… Strange behavior in a perl regexp with global substitution May 10, 2011 Can somone explain me why the output of this small perl script is "foofoo" (and not "foo") ? #!/usr/bin/perl -w my $var="a"; $var=~s/.*/foo/g; print… Strange mysql query execution time behavior January 24, 2011 hello i'm having a strange execution time behavior over almost same sql queries q1: SELECT `t1`.`id`, `t1`.`key`, `t1`.`module`, `t2`.`value` FROM… Strange behavior of Eclipse WTP deployment of dependencies in Tomcat server April 1, 2011 Hello, I have a strange behavior in the Tomcat deployment process made by my Eclipse WTP. I am using Eclipse 3.7 (Indigo), WTP 3.3, no m2eclipse… Strange behavior with row count affected by SELECT clause with an INNER JOIN? (MySQL 5.1.52) March 10, 2011 I've run into a strange problem with one of my test cases that I can not explain. It boils down to a query that should return 1 row returning zero… Strange PHP behavior - code bizarrely mis-counts cumulative data entry in db table May 24, 2011 I'm trying to have a running total of the number of views an image gets. My test file works perfectly every time. The actual file, image_win.php,… What's the most scalable and high performing Amazon Web Service (AWS) configuration for a RESTful web service? March 5, 2011 I'm building an asynchronous RESTful web service and I'm trying to figure out what the most scalable and high performing solution is. Originally, I… Adding an HTTP RPC Service using webHttpBinding for an Existing SOAP Service implemented with WCF? April 16, 2011 I've been told that adding an HTTP RPC web service given an existing SOAP web service implemented with WCF is as simple as adding a webHttpBinding… Apache Axis2 Web service runtime in Tomcat v7.0 Server does not support the service project Test January 12, 2011 Apache Axis2 Web service runtime in Tomcat v7.0 Server does not support the service project Test. Why? Please help me Trouble adding service reference to WCF service hosted in IIS Express with SSL April 18, 2011 I have a plain WCF service hosted in IIS Express in Visual Studio 2010. IIS Express is configured to use SSL. Before switching to SSL, I had no… | |||||
(34 lines) Feb 8, 2012 18:11
(13 lines) Feb 8, 2012 18:14
(19 lines) Feb 8, 2012 18:30
(24 lines) Feb 9, 2012 08:16
(35 lines) Feb 9, 2012 13:31
(43 lines) Feb 9, 2012 13:40
(39 lines) Feb 9, 2012 15:22