ant nightly-smoke (from top-level). This builds a release of lucene/solr and then smoketests it.
If this fails: it means we cannot release. Its unfortunate the jenkins task only runs once a week or something. its a good test. On Tue, May 7, 2013 at 2:40 PM, Erick Erickson <[email protected]>wrote: > This looks an awful lot like > https://issues.apache.org/jira/browse/SOLR-4773. The fix I put in for > that cured the problem I was seeing, but this could be another > manifestation. > > So since I can build/test just fine, what target are you seeing this on? > > Erick > > On Tue, May 7, 2013 at 2:05 PM, Robert Muir <[email protected]> wrote: > > Thanks for confirming Hoss. I hit this today too when trying to test some > > changes to the build system. > > > > Is anyone looking at this? the build/packaging has been broken now for > like > > 10+ days. > > > > I'll give it a few days before i go down the path of binary-searching for > > the offending svn revision and reverting it. > > > > On Sat, Apr 27, 2013 at 12:39 AM, Chris Hostetter < > [email protected]> > > wrote: > >> > >> > >> : [exec] test solr example w/ Java 6... > >> : [exec] start Solr instance > >> > (log=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeReleaseTmp/unpack/solr-4.4.0-java6/solr-example.log)... > >> : [exec] startup done > >> : [exec] test utf8... > >> : [exec] > >> : [exec] command "sh ./exampledocs/test_utf8.sh" failed: > >> : [exec] ERROR: Could not curl to Solr - is curl installed? Is Solr > >> not running? > >> > >> This is not a fluke -- the Solr example configs are broken on both > trunk & > >> 4x branch (appears to be because of the changes to how core discovery > >> works?) ... > >> > >> hossman@frisbee:~/lucene/4x_dev/solr/example$ java -jar start.jar > >> ... > >> 636 [main] INFO org.apache.solr.core.SolrResourceLoader – solr home > >> defaulted to 'solr/' (could not find system property or JNDI) > >> 642 [main] INFO org.apache.solr.core.CoreContainer – looking for solr > >> config file: /home/hossman/lucene/4x_dev/solr/example/solr/solr.xml > >> ... > >> 647 [main] INFO org.apache.solr.core.CoreContainer – Loading > >> CoreContainer using Solr Home: 'solr/' > >> 648 [main] INFO org.apache.solr.core.SolrResourceLoader – new > >> SolrResourceLoader for directory: 'solr/' > >> 782 [main] INFO org.apache.solr.core.SolrCoreDiscoverer – Looking for > >> cores in /home/hossman/lucene/4x_dev/solr/example/solr > >> 783 [main] INFO org.apache.solr.core.SolrCoreDiscoverer – Discovered > >> properties file > >> > /home/hossman/lucene/4x_dev/solr/example/solr/collection1/core.properties, > >> adding to cores > >> ... > >> 953 [coreLoadExecutor-3-thread-1] INFO > >> org.apache.solr.core.CoreContainer – Creating SolrCore 'collection1' > using > >> instanceDir: solr/solr/collection1 > >> 954 [coreLoadExecutor-3-thread-1] INFO > >> org.apache.solr.core.SolrResourceLoader – new SolrResourceLoader for > >> directory: 'solr/solr/collection1/' > >> 959 [coreLoadExecutor-3-thread-1] ERROR > >> org.apache.solr.core.CoreContainer – Failed to load file > >> > /home/hossman/lucene/4x_dev/solr/example/solr/solr/collection1/solrconfig.xml > >> 960 [coreLoadExecutor-3-thread-1] ERROR > >> org.apache.solr.core.CoreContainer – Unable to create core: collection1 > >> org.apache.solr.common.SolrException: Could not load config for > >> solrconfig.xml > >> ... > >> > >> > >> -Hoss > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
