Return-Path: Delivered-To: apmail-incubator-connectors-user-archive@minotaur.apache.org Received: (qmail 75220 invoked from network); 21 Jul 2010 07:43:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jul 2010 07:43:04 -0000 Received: (qmail 98399 invoked by uid 500); 21 Jul 2010 07:43:03 -0000 Delivered-To: apmail-incubator-connectors-user-archive@incubator.apache.org Received: (qmail 98321 invoked by uid 500); 21 Jul 2010 07:43:01 -0000 Mailing-List: contact connectors-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-user@incubator.apache.org Delivered-To: mailing list connectors-user@incubator.apache.org Received: (qmail 98311 invoked by uid 99); 21 Jul 2010 07:43:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 07:43:00 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of c.a.r.e@gmx.de designates 213.165.64.23 as permitted sender) Received: from [213.165.64.23] (HELO mail.gmx.net) (213.165.64.23) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Jul 2010 07:42:53 +0000 Received: (qmail 24220 invoked by uid 0); 21 Jul 2010 07:42:33 -0000 Received: from 212.185.38.186 by www174.gmx.net with HTTP; Wed, 21 Jul 2010 09:42:32 +0200 (CEST) Content-Type: text/plain; charset="utf-8" Date: Wed, 21 Jul 2010 09:42:32 +0200 From: c.a.r.e@gmx.de In-Reply-To: Message-ID: <20100721074232.292160@gmx.net> MIME-Version: 1.0 References: <20100721063332.279690@gmx.net> Subject: RE: Beginner's question To: connectors-user@incubator.apache.org X-Authenticated: #23657247 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX19ZZzs85x9Z+/iOQ7ZScKLTUmGEab74JueliOn06n Y/bPj0A5QsLcCofz40BaB/aav/D4SV93I7BA== Content-Transfer-Encoding: 8bit X-GMX-UID: 35xzeGs4RkkNemuBG2VqX0ludWkvKBOt X-FuHaFi: 0.42999999999999999 X-Virus-Checked: Checked by ClamAV on apache.org Hi Karl, I tried the build several times now but even after 20min there is no result. Here is part of the output of the ant process (ant version is 1.8.1): [...] tests\classes [javac] D:\LCF\modules\build.xml:699: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 3 source files to D:\LCF\modules\build\filesystem-tests\classes run-filesystem-tests: [mkdir] Created dir: D:\LCF\modules\test-output\filesystem [junit] Configuration file successfully read [junit] 2010-07-21 09:18:39.267:INFO::Logging to STDERR via org.mortbay.log.StdErrLog [junit] 2010-07-21 09:18:39.314:INFO::jetty-6.1.22 [junit] 2010-07-21 09:18:39.423:INFO::Extract ../../framework/dist/web/war/lcf-crawler-ui.war to C:\DOKUME~1\carina\LOKALE~1\Temp\Jetty_0_0_0_0_8346_lcf.crawler.ui.war__lcf.crawler.ui__stdp6y\webapp [junit] 2010-07-21 09:18:41.501:INFO::Extract ../../framework/dist/web/war/lcf-authority-service.war to C:\DOKUME~1\carina\LOKALE~1\Temp\Jetty_0_0_0_0_8346_lcf.authority.service.war__lcf.authority.service__tykcvo\webapp [junit] 2010-07-21 09:18:42.470:INFO::Extract ../../framework/dist/web/war/lcf-api.war to C:\DOKUME~1\carina\LOKALE~1\Temp\Jetty_0_0_0_0_8346_lcf.api.war__lcf.api__htxjmc\webapp [junit] 2010-07-21 09:18:45.017:INFO::Started SocketConnector@0.0.0.0:8346 This is the point where it always gets stuck. Do the tests require internet access? I also tried ant with a proxy configuration: "ant run-tests -DproxySet=true -DproxyHost=x.x.x.x -DproxyPort=xxx" Do I have to download the wsdl-Files to run the SharepointConnector-Test or anything else in addtion to the svn repository (for the build)? Carina -------- Original-Nachricht -------- > Datum: Wed, 21 Jul 2010 08:54:53 +0200 > Von: karl.wright@nokia.com > An: connectors-user@incubator.apache.org > Betreff: RE: Beginner\'s question > Hi Carina, > > The Junit sanity test creates and runs a job several times, testing to be > sure that crawling does the right thing each time. There's a version of > the sanity test for both direct java configuration, and another one using the > new LCF API. So it is expected to take some time (perhaps up to 2-3 > minutes in fact). How long are you waiting before giving up? > > If you are canceling out of the main ant task, it is conceivable that some > ant process didn't finish. But it is also possible that the massive > changes needed to build the jetty-based quick-start and API have destabilized > something - I haven't personally tried tomcat deployment for a couple of > weeks myself. > > Can you try the following: > > (1) Run the following ant command under "trunk/modules": > > ant clean > ant run-tests > > Once it starts jetty, wait 10 minutes at least. If you still wind up > killing it, there's something not right with your build setup we should figure > out, so let me know. If *that* works, then: > > (2) Try running the jetty quick-start version by hand. The instructions > are under the build-deploy wiki page. Let me know if that succeeds. If it > does: > > (3) Let's look for some error output in the tomcat logs and the LCF log. > There should be an exception trace somewhere that would give us a clue. > > > Meanwhile, I'll be sure later today to try a tomcat deployment. But that > will take some time. > > Karl > > > > > ________________________________________ > From: ext c.a.r.e@gmx.de [c.a.r.e@gmx.de] > Sent: Wednesday, July 21, 2010 2:33 AM > To: connectors-user@incubator.apache.org > Subject: Beginner's question > > Hello, > > I'm trying to configure LCF and get it running. > When I access the lcf-crawler-ui on tomcat, I can view every single page, > even create connections. But if I add a new job, after specifying name and > connection I only receive an empty screen (e.g. for the tab Scheduling). > The same happens for the example application. There are no error messages in > the log file. > > When building the project ant does not completely finish the build but > gets stuck at a jUnit "Started Socket Connector@0.0.0.0:8346". I cancelled the > task. May this be the mistake? What can I do to allow ant perform the > build sucessfully? > > As I'm using LCF with Windows I set the environment variable LCF_HOME. For > tomcat I used the path to the properties.xml. Did I miss anything? > > Thanks in advance. > Carina > > -- > GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. > Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl -- Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail