You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2014/11/06 17:37:33 UTC

[jira] [Commented] (SOLR-6708) Smoke tester couldn't communicate with Solr started using 'bin/solr start'

    [ https://issues.apache.org/jira/browse/SOLR-6708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14200417#comment-14200417 ] 

Steve Rowe commented on SOLR-6708:
----------------------------------

Another failure, on trunk this time: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-trunk/217/

Here's the entire contents of the log from starting solr ({{/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-trunk/lucene/build/smokeTestRelease/tmp/unpack/solr-6.0.0-java7/solr-example.log}}):

{noformat}
Starting Solr on port 8983 from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-trunk/lucene/build/smokeTestRelease/tmp/unpack/solr-6.0.0-java7/server

OpenJDK 64-Bit Server VM warning: -XX:+UseLargePages is disabled in this release.
Error: Exception thrown by the agent : java.lang.NullPointerException
{noformat}

So this is apparently a different problem.

Maybe there are orphaned Solr server(s) running on the lucene Jenkins slave?  I'll take a look.

> Smoke tester couldn't communicate with Solr started using 'bin/solr start'
> --------------------------------------------------------------------------
>
>                 Key: SOLR-6708
>                 URL: https://issues.apache.org/jira/browse/SOLR-6708
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.0
>            Reporter: Steve Rowe
>         Attachments: solr-example.log
>
>
> The nightly-smoke target failed on ASF Jenkins [https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.x/208/]: 
> {noformat}
>    [smoker]   unpack solr-5.0.0.tgz...
>    [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
>    [smoker]     unpack lucene-5.0.0.tgz...
>    [smoker]       **WARNING**: skipping check of /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/tmp/unpack/solr-5.0.0/contrib/dataimporthandler-extras/lib/javax.mail-1.5.1.jar: it has javax.* classes
>    [smoker]       **WARNING**: skipping check of /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/tmp/unpack/solr-5.0.0/contrib/dataimporthandler-extras/lib/activation-1.1.1.jar: it has javax.* classes
>    [smoker]     verify WAR metadata/contained JAR identity/no javax.* or java.* classes...
>    [smoker]     unpack lucene-5.0.0.tgz...
>    [smoker]     copying unpacked distribution for Java 7 ...
>    [smoker]     test solr example w/ Java 7...
>    [smoker]       start Solr instance (log=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/tmp/unpack/solr-5.0.0-java7/solr-example.log)...
>    [smoker]       startup done
>    [smoker] Failed to determine the port of a local Solr instance, cannot create core!
>    [smoker]       test utf8...
>    [smoker] 
>    [smoker] command "sh ./exampledocs/test_utf8.sh http://localhost:8983/solr/techproducts" failed:
>    [smoker] ERROR: Could not curl to Solr - is curl installed? Is Solr not running?
>    [smoker] 
>    [smoker] 
>    [smoker]       stop server using: bin/solr stop -p 8983
>    [smoker] No process found for Solr node running on port 8983
>    [smoker] ***WARNING***: Solr instance didn't respond to SIGINT; using SIGKILL now...
>    [smoker] ***WARNING***: Solr instance didn't respond to SIGKILL; ignoring...
>    [smoker] Traceback (most recent call last):
>    [smoker]   File "/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py", line 1526, in <module>
>    [smoker]     main()
>    [smoker]   File "/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py", line 1471, in main
>    [smoker]     smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir, c.is_signed, ' '.join(c.test_args))
>    [smoker]   File "/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py", line 1515, in smokeTest
>    [smoker]     unpackAndVerify(java, 'solr', tmpDir, artifact, svnRevision, version, testArgs, baseURL)
>    [smoker]   File "/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py", line 616, in unpackAndVerify
>    [smoker]     verifyUnpacked(java, project, artifact, unpackPath, svnRevision, version, testArgs, tmpDir, baseURL)
>    [smoker]   File "/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py", line 783, in verifyUnpacked
>    [smoker]     testSolrExample(java7UnpackPath, java.java7_home, False)
>    [smoker]   File "/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py", line 888, in testSolrExample
>    [smoker]     run('sh ./exampledocs/test_utf8.sh http://localhost:8983/solr/techproducts', 'utf8.log')
>    [smoker]   File "/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py", line 541, in run
>    [smoker]     raise RuntimeError('command "%s" failed; see log file %s' % (command, logPath))
>    [smoker] RuntimeError: command "sh ./exampledocs/test_utf8.sh http://localhost:8983/solr/techproducts" failed; see log file /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/tmp/unpack/solr-5.0.0-java7/example/utf8.log
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/build.xml:410: exec returned: 1
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org