You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you try to run the heritrix machine /home/vagrant/project/heritrix-3.2.0/bin/heritrix -a vagrant:password -p 9191 -b 192.168.2.2, it throws the following exception: Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/tools/KeyTool.
This is similar to issue discussed here. The exception appears with latest java 7 as well.
Rather than trying to address the exception, using a 3.3 release seems to fix the issue.
The text was updated successfully, but these errors were encountered:
Currently, when you try to run the heritrix machine
/home/vagrant/project/heritrix-3.2.0/bin/heritrix -a vagrant:password -p 9191 -b 192.168.2.2
, it throws the following exception:Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/tools/KeyTool
.This is similar to issue discussed here. The exception appears with latest java 7 as well.
Rather than trying to address the exception, using a 3.3 release seems to fix the issue.
The text was updated successfully, but these errors were encountered: