I am getting the below error when i try to generate urls using the generate command:
GeneratorJob: java.lang.RuntimeException: job failed: name=generate: 1357474131-234134646, jobid=job_local_0001
at org.apache.nutch.util.NutchJob.waitForCompletion(NutchJob.java:54)
at org.apache.nutch.crawl.GeneratorJob.run(GeneratorJob.java:191)
at org.apache.nutch.crawl.GeneratorJob.generate(GeneratorJob.java:213)
at org.apache.nutch.crawl.GeneratorJob.run(GeneratorJob.java:241)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.nutch.crawl.GeneratorJob.main(GeneratorJob.java:249)
The generate, fetch and parse were working fine, but updatedb was giving this error before sometimes:
Exception in thread "main" java.lang.RuntimeException: job failed: name=update-table, jobid=job_local_0001
at org.apache.nutch.util.NutchJob.waitForCompletion(NutchJob.java:54)
at org.apache.nutch.crawl.DbUpdaterJob.run(DbUpdaterJob.java:98)
at org.apache.nutch.crawl.DbUpdaterJob.updateTable(DbUpdaterJob.java:105)
at org.apache.nutch.crawl.DbUpdaterJob.run(DbUpdaterJob.java:119)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.nutch.crawl.DbUpdaterJob.main(DbUpdaterJob.java:123)
Now, it is continuously giving generate job failed. What might be the issue? Can it be mysql issue?
The above errors are due to insufficient space on the partition on the server where i have installed . check the answer at Insufficient space for shared memory file when i try to run nutch generate command
Related
I have been getting this error lately after re-installing Android Studio on my pc. Anyone got a clue on how to fix it ?
https://gyazo.com/be54539661824450357d83980623e4f8
This is the Logcat:
Installation did not succeed.
The application could not be installed.
List of apks:
[0] 'C:\Users\joe\AndroidStudioProjects\MyProject\app\build\intermediates\apk\debug\app-debug.apk'
Installation failed due to: ''cmd package install-create -r -t --user current --full --dont-kill --skip-verification -S 57625483' returns error 'Unknown failure: Exception occurred while executing 'install-create':
android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space
at android.util.ExceptionUtils.wrap(ExceptionUtils.java:34)
at com.android.server.pm.PackageInstallerService.createSession(PackageInstallerService.java:595)
at com.android.server.pm.PackageManagerShellCommand.doCreateSession(PackageManagerShellCommand.java:3434)
at com.android.server.pm.PackageManagerShellCommand.runInstallCreate(PackageManagerShellCommand.java:1561)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:232)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.pm.PackageManagerService$IPackageManagerImpl.onShellCommand(PackageManagerService.java:5954)
at android.os.Binder.shellCommand(Binder.java:1049)
at android.os.Binder.onTransact(Binder.java:877)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4313)
at com.android.server.pm.PackageManagerService$IPackageManagerImpl.onTransact(PackageManagerService.java:5938)
at android.os.Binder.execTransactInternal(Binder.java:1285)
at android.os.Binder.execTransact(Binder.java:1244)
Caused by: java.io.IOException: Requested internal only, but not enough space
at com.android.internal.content.InstallLocationUtils.resolveInstallVolume(InstallLocationUtils.java:241)
at com.android.internal.content.InstallLocationUtils.resolveInstallVolume(InstallLocationUtils.java:152)
at com.android.internal.content.InstallLocationUtils.resolveInstallVolume(InstallLocationUtils.java:167)
at com.android.server.pm.PackageInstallerService.createSessionInternal(PackageInstallerService.java:803)
at com.android.server.pm.PackageInstallerService.createSession(PackageInstallerService.java:592)
... 12 more''
Retry
Failed to launch an application on all devices
When using JMH with maven to benchmark a project that was previously working and benchmarking as intended experiencing the following error:
java -jar target/benchmarks.jar
Exception in thread "main" java.lang.RuntimeException: ERROR: Unable to find the resource: /META-INF/BenchmarkList
at org.openjdk.jmh.runner.AbstractResourceReader.getReaders(AbstractResourceReader.java:98)
at org.openjdk.jmh.runner.BenchmarkList.find(BenchmarkList.java:122)
at org.openjdk.jmh.runner.Runner.internalRun(Runner.java:260)
at org.openjdk.jmh.runner.Runner.run(Runner.java:209)
at org.openjdk.jmh.Main.main(Main.java:71)
I have seen other similar posts which were solved by performing a mvn clean install but I have already done this repeatedly.
Thanks.
I am using Yocto Poky-Thud. I cloned the latest branch of the meta-java layer from https://git.yoctoproject.org/git/meta-java
However, on attempt to build a simple recipe, after one hour or so, I get the following errors below relating to icedtea7 which is not easy to understand. Would anybody have an idea what is the issue?
ERROR: icedtea7-native-2.1.3-r1.0 do_configure: configure failed
ERROR: icedtea7-native-2.1.3-r1.0 do_configure: Function failed:
do_configure (log file is located at
/home/ubuntu/JUMPNOW/bbb/build/tmp/work/x86_64-linux/icedtea7-native/2.1.3-
r1.0/temp/log.do_configure.14801)
ERROR: Logfile of failure stored in:
/home/ubuntu/JUMPNOW/bbb/build/tmp/work/x86_64-linux/icedtea7-native/2.1.3-
r1.0/temp/log.do_configure.14801
Then further down in the messages :
ERROR: Task (/home/ubuntu/JUMPNOW/poky-thud/meta-java/recipes-
core/icedtea/icedtea7-native_2.1.3.bb:do_configure) failed with exit code
'1'
I tried to run simple selenium testcase using Eclipse and I'm getting error below mentioned.
Then I tried simple example from https://www.guru99.com/first-webdriver-script.html , that also doesn't work. It was working previously.
Selenium jar version: selenium-java-3.13.0 ,Please someone help me on this.
Exception in thread "main"java.lang.AssertionError: No System TLS
at okhttp3.internal.Util.assertionError(Util.java:465)
at okhttp3.OkHttpClient.systemDefaultTrustManager(OkHttpClient.java:294)
at okhttp3.OkHttpClient.<init>(OkHttpClient.java:254)
at okhttp3.OkHttpClient$Builder.build(OkHttpClient.java:935)
Caused by: java.security.KeyStoreException: problem accessing trust storejava.io.IOException: Invalid keystore format
at sun.security.ssl.TrustManagerFactoryImpl.engineInit(Unknown Source)
I'm running this from Itellij IDEA.
I have the necessary Plugins and drivers, but Unable to figure out why getting this error.
Please find code in the image
Exception in thread "main" cucumber.runtime.CucumberException: Error parsing feature file C:/Users/IBM_ADMIN/IdeaProjects/redbusservices/src/test/resources/feature/Login.feature
at cucumber.runtime.FeatureBuilder.parse(FeatureBuilder.java:133)
at cucumber.runtime.model.CucumberFeature.loadFromFeaturePath(CucumberFeature.java:104)
at cucumber.runtime.model.CucumberFeature.load(CucumberFeature.java:54)
at cucumber.runtime.model.CucumberFeature.load(CucumberFeature.java:34)
at cucumber.runtime.RuntimeOptions.cucumberFeatures(RuntimeOptions.java:239)
at cucumber.runtime.Runtime.run(Runtime.java:111)
at cucumber.api.cli.Main.run(Main.java:36)
at cucumber.api.cli.Main.main(Main.java:18)
Caused by: gherkin.lexer.LexingError: Lexing error on line 1: 'Feature : Scenarios for login into Redbus
There is a space after the Feature keyword(or before colon) in the feature file.
Please remove it as given below then the error will go off.
Feature: Scenarios for login into Redbus