Best unofficial Apache Server developers community |
| |||||
| Feb 8, 2012 | |||||
|
Vasi |
|
||||
| Tags: | |||||
|
MOM: new mongo wrapper in Python March 6, 2011 05:50:52 AM Hi, I've committed a new ORM (sorta) wrapper around pymongo. Please check https://github.com/sunnyviber/mom We do not plan to actively maintain this project, and would be glad to hand it over. A very short introduction to MOM: A mongo collection… Mongo import far faster than query January 18, 2011 05:38:52 PM Using 1.6.5. I've got a 2 shard setup, each with replication. The 2 shards are actually 2 mongod processes on one system, the 2 replication processes on another system. The mongo config and mongo server process live on a 3rd system. I have a 9… Updated] (DIRSERVER-1565) Review wrapper default settings in wrapper.conf August 26, 2011 11:27:48 AM [ https://issues.apache.org/jira/browse/DIRSERVER-1565?page=com.atlassia n.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSERVER-1565: Created: (DIRSERVER-1565) Review wrapper default settings in wrapper.conf October 13, 2010 05:47:00 AM Review wrapper default settings in wrapper.conf Error with mongo-java driver, this Mongo has been closed May 17, 2011 05:43:48 PM Hello, I have been doing some testing with the Flume / mongo sink and this uses the mongo-java plugin. However after a few writes to the DB i keep seeing > java.lang.IllegalStateException: this Mongo has been closed The source code looks… Re: Error with mongo-java driver, this Mongo has been closed May 17, 2011 06:00:28 PM What version/vendor of hadoop, which version of mongodb? This is I assume the latest version of the hadoop driver from git, built from source? What does your hadoop setup look like? Single node or multiple? It is possible that something is… Java JCA wrapper for Riak December 22, 2010 01:41:47 PM Most of my day-to-day programming involves using a Weblogic application server. Weblogic (like many app servers) supports the J2EE Connector Architecture (JCA) specification as a way to develop a plugin to a particular external system like a… Created] (AMQ-3578) Java Wrapper Service does not Start on Windows 7 Enterprise SP1 November 3, 2011 12:07:55 PM Java Wrapper Service does not Start on Windows 7 Enterprise SP1 svn commit: r1040555 - in /tomcat/tc6.0.x/trunk/bin: tool-wrapper.bat tool-wrapper.sh November 30, 2010 09:02:04 AM Author: rjung Date: Tue Nov 30 15:00:25 2010 New Revision: 1040555 URL: http://svn.apache.org/viewvc?rev=1040555&view=rev Log: Fix typo in script comment. BZ 50383, addition to r1040547, backport of r1040553. Modified: … svn commit: r1040553 - in /tomcat/trunk/bin: tool-wrapper.bat tool-wrapper.sh November 30, 2010 08:59:43 AM Author: rjung Date: Tue Nov 30 14:58:07 2010 New Revision: 1040553 URL: http://svn.apache.org/viewvc?rev=1040553&view=rev Log: Fix typo in script comment. BZ 50383, addition to r1040546. Modified: tomcat/trunk/bin/tool-wrapper.bat … svn commit: r952945 - in /tomcat/trunk/bin: tool-wrapper.bat tool-wrapper.sh June 9, 2010 05:29:00 AM Author: rjung Date: Wed Jun 9 10:29:00 2010 New Revision: 952945 URL: http://svn.apache.org/viewvc?rev=952945&view=rev Log: BZ49410: Missing tomcat-juli.jar in tool-wraper CLASSPATH. Fixed by aligning toolwrapper scripbt closer with catalina… Import/Export through Java driver January 2, 2011 07:43:07 PM Hello, I would like to perform import/export operations through application code. I would like to perform the operations at the database, collection or document level. I could not find anything really suitable in the Java driver API docs. Any… Java API question: Any way to do DB import or export? May 21, 2011 04:46:45 PM We have implemented an import facility in our Java application, where the user clicks a button that will take the raw JSON output from an export command and import that to the current database. Right now the way I am doing this is via… Created] (SLING-2035) Import does not properly handle replace import March 28, 2011 07:53:47 AM Import does not properly handle replace import generation of import-pacakge for packages in non-java files December 15, 2011 06:08:37 PM Hi All, we are using the apache felix bundle plugin generating OSGI bundes. currently, the bundle plugin is using bnd to generate the manifest. the bnd analysis the classes in the classpath and generates the import-package information in the… Connection Pooling in Java for Mongo July 14, 2011 04:16:18 PM Hello, As per Mongo Documentation for Connection Pooling, it internally maintains maximum pool of 10 connections. Is there a way we can manage it externally from the application if we max out those connections? In case where all connections are… Mongo cursor timeout in Java September 27, 2010 11:22:05 AM http://groups.google.com/group/mongodb-user/browse_thread/thread/2572 f1ec6bbf6fbe says cursors timeout on the Mongo server after 10 minutes. I'm seeing this. I'm using Mongo 1.6.2 and mongo-2.1.jar and I'm getting: … Exception Java mongo client 2.4 March 10, 2011 10:48:15 AM My pc is running with mongo 1.6.5 . One of my collections has 973525 records when I try to find distinct key on that collection its giving me Exception the query is db.collection.distinct("id") java.lang.IllegalArgumentException: 'ok'… Can I use Mongo for Java Content Repository? October 25, 2011 08:27:22 PM I think JCR has its own DB. (not 100% sure). but I would like to use Mongo as the DB. is there a driver or middleware that I can use ? I m still exploring JCR and would like to get more feedback if what I'm trying to do is feasible or just… New Mongo DB in production (Java client) February 10, 2011 07:45:39 PM Hi all, I put a new Mongo DB backed app in production today. In "Mongo terms" it's a very small 3 node replica cluster. The configuration is: (I've replaced the host names because I'm paranoid) > rs.conf() { "_id" : "ihset", "version" : 7,… Checking for a long value while retriving records from a mongo collection using Mongo Java API February 3, 2011 Hi all.. I am trying to retrieve from records from my mongo collection from a Java Program. I need to get the "email" field from my collection which… How to use SQLite concurrently in Java? Which is the best wrapper for that purpose? April 26, 2011 First of all, I know that SQLite is not probably the most appropriate DBMS for high concurrency needs, but using a client/server DBMS is not an… Exception in Mongo java client 2.4 March 10, 2011 My pc is running with mongo 1.6.5 . One of my collections has 973525 records when I try to find distinct key on that collection its giving me… Mongo/Java findAndReplace not working February 3, 2011 I have a Mongo collection like this email{ "isConfirmed" : true/[or false] "email" : "xxxxxxxxxxx" } When I am trying to update the isConfirmed… How to specify Multiple conditions in Java Mongo January 28, 2011 HI, I have a code which requires me to get user details from a mongo database collection Following is one of the field in my Users collection… Executing Mongo like Query through Java February 1, 2011 I was wondering if there is a way to execute mongo like query directly through Java i.e. we give mongoDB like query as a String to a function in… Getting nested Document from mongo db using java Driver January 28, 2011 I need to create an Object graph for the documents in a collection. I am able to get all the key-value pairs. Here is the code which does that:… Postgres java import problem March 2, 2011 I have following code at http://jdbc.postgresql.org/documentation/pgjdbc.html#jdbc-ds-jndi bottom of the page for JNDI I should not import the… Java keytool can export CSR but no import March 16, 2011 I read http://download.oracle.com/javase/6/docs/technotes/tools/solaris/keytool.html It says that we can export a CSR file, but no import feature. I… Mongo java driver - retrieve slice of array without any other field June 7, 2011 I have a class called user which can be simplified to: class User { String[] friends; //Constructor etc... } It is stored in a mongo collections… How to correctly import from apache commons in Java May 30, 2011 First of all, forgive my poor programming skills. I recently downloaded commons math 2.2, which came with 3 .jar files: commons-math-2.2-javadoc.jar… How to generate, sign and import SSL certificate from Java January 8, 2011 I need to generate a self signed certificates at run time, sign them and import to the Java keystore. I can do this using "keytool" and "openssl"… Import .xls files to mysql in java servlet April 24, 2011 Hello! I have a folder of 300+ xls files. The structure of this files is the same, but data is different. So I need to import this data to mysql… Java libraries don't import in Apache 2.2.17 host. June 2, 2011 Hello I purchased a host with apache 2.2.17 and cpanel version 11.3 to host my simple jsp/servlet project which runs perfectly in my local machine.… Import Android SQLite database with Java desktop program March 15, 2011 Hello, For the program I am developing, I need for a Java application to be able to access a database stored in the android… While running mongo as daemon process,If mongo get crashed and restarted how to confirm that? March 5, 2011 Hi, I am running Mongodb server as an daemon process,I suspect that the mongo gets crashed and restarted. Is there any file available to confirm the… Lift-mongo-record: Empty JsonObjectField in mongo collection June 17, 2011 I'm trying to save a record with JsonObjectField (using lift-mongo- record in Play framework) but it is empty in database collection. That's my… Converting 1.6.8 Mongo MapReduce to Mongo 1.8.1 May 16, 2011 I have a mapReduce script that needs to update an email with a prefix of old_ e.g. aaa@yyy.com -> old_aaa@yyy.com In the previous mapReduce,… Best CouchDB wrapper for C#? December 14, 2010 Hi all, There are so many options for that. Which one do you guys prefer? Thanks! Wrapper for Hadoop Applications March 13, 2011 Does there exist a wrapper for Hadoop applications? I'm referring to a wrapper that would turn a Hadoop setup into a standalone application. I… | |||||
(18 lines) Feb 8, 2012 18:02
(30 lines) Feb 8, 2012 18:04
(40 lines) Feb 9, 2012 00:23
(39 lines) Feb 9, 2012 08:42