I was trying to install Jenkins in local and while installing the Plugin such as GIT in Manage Plugin am getting error as following:
"sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145)
at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131)
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
You might need to add the git pub cert to your cacerts file wherever your jdk is installed.
Related
I am having trouble installing FreeRADIUS with EAP-SIM support. I installed the latest FreeRADIUS 3.2.1, using the following:
git clone https://github.com/FreeRADIUS/freeradius-server.git
cd freeradius-server
git checkout v3.2.x
./configure --disable-shared
make
make install
After installation I did not see any eap_sim module under /usr/local/etc/raddb/mods-available, I only see the eap module.
Are there any extra steps in the installation to get this module available?
-Thanks
rlm_eap_sim builds on a standard system and has little in the way of dependencies. You will need to read the output from configure to see why it did not build.
(I do not believe that --disable-shared does anything these days. All the modules are shared libraries.)
MVN clean install getting failed while downloading dependencies through POM.xml
I have tried all the guidelines while configuring project and selected option to resolve dependency while configuring build step
clean install
Expected outcome is all dependencies should be downloaded mentioned in POM.xml file and build should be successful as I do in terminal. While I create build using jenkins its not able find any of dependency or sometimes it gives "< packagename.jar> zip end header not found"
One of my dependency jar file was corrupted and was causing the issue.Fixing that jar file resolved the issue.
Trying to install ImageMagick 7.0.1-3 on Redhat 6.7 :
$sudo rpm -ivh ImageMagick-7.0.1-3.x86_64.rpm
error: Failed dependencies:
ImageMagick-libs = 7.0.1-3 is needed by ImageMagick-7.0.1-3.x86_64
libMagickCore-7.Q16HDRI.so.0()(64bit) is needed by ImageMagick-7.0.1-3.x86_64
libMagickWand-7.Q16HDRI.so.0()(64bit) is needed by ImageMagick-7.0.1-3.x86_64
libMagickWand-7.Q16HDRI.so.0(VERS_1.0)(64bit) is needed by ImageMagick-7.0.1-3.x86_64
liblzma.so.5()(64bit) is needed by ImageMagick-7.0.1-3.x86_64
i was able to install ImageMagick using the tar.gz distribution for the same release.
Now since i would like to have a binary, so i can install it on production servers, but when trying to create an rpm , i get:
rpmbuild -ba ImageMagick.spec
error: Failed build dependencies:
jbigkit-devel is needed by ImageMagick-7.0.1-3.x86_64
Where to get jbgkit-devel ?? and the rest of the dependencies ?
Is there an alternate way to install ImageMagick ?
jbigkit does not mention jbigkit-devel
Also, using the ImageMagick.spec provided in the tar.gz distribution i tried to make an rpm, but i get error:
# rpmbuild -ba ImageMagick.spec
error: Failed build dependencies:
jbigkit-devel is needed by ImageMagick-7.0.1-3.x86_64
Which is back to square one, i tried to copy jbigkit-2.1.tar.gz in SOURCES, but i get the same error for jbigkit-devel is needed
If you go to the ImageMagick binary releases,
the second link is the libs. Do that first and then the first link.
It worked for me and I got here looking to solve the error you entered.
cordova-plugin-crosswalk-webview seems to be broken out-of-the-box. Tested with cordova 5.1.1 and 6.1.1 on OSX.
Solutions from Crosswalk Could not resolve all dependencies for configuration ':_armv7DebugCompile' and Could not resolve all dependencies for configuration ':_armv7DebugCompile' did not work out.
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home
null
org.xwalk:xwalk_core_library_beta:18+
Download https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library_beta/18.48.477.13/xwalk_core_library_beta-18.48.477.13.pom
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_armv7DebugCompile'.
> Could not resolve org.xwalk:xwalk_core_library_beta:18+.
Required by:
:android:unspecified
> Failed to move file '/private/var/folders/jr/3q77kjzd3yqfw_cllng_7c8c0000gn/T/gradle_download7281456311478481267bin'
I checked e.g. the following: Android Support Repository andGoogle
Repositoryand evenLocal Maven repository for Support` are
installed
Not working with cordova 5.1.? and 6.1.1 and various versions of
crosswalk
PATH and ANDROID_HOME are set
What do I miss?
I see that you use default crosswalk version, so no need install in local. It's available in https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library_beta/18.48.477.13/.
From the log, it seems that 18.48.477.13 version is not found via network. It may be proxy issue, such as JAVA_OPTS, Gradle, Maven. You can check for whether need them.
Or you can share your steps, let me have a try, the build steps for cordova-plugin-crosswalk-webview work well on my OSX.
We found the problem and the solution.
For some reason the following folders / file were owned by root, not my user such that building xwalk was prevented systemwide because of missing permissions.
Simply move the following to somewhere (delete also works) with sudo:
/Users/palinka/.gradle/caches/modules-2/metadata-2.14/descriptors/org.xwalk
/Users/palinka/.gradle/caches/modules-2/metadata-2.14/module-artifacts.bin
/Users/palinka/.gradle/caches/modules-2/files-2.1/org.xwalk
We got additional debug output by compling with
gradle cdvBuildDebug -P android.useDeprecatedNdk=true --debug
in platforms/android.
I'm trying to run pod install in vain :
Analyzing dependencies
Creating shallow clone of spec repo `master` from `https://github.com/CocoaPods/Specs.git`
[!] Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master`.
You can try adding it manually in `~/.cocoapods/repos` or via `pod repo add`.
I think i have a proxy issue, but i don't know how to fix it. These is the result when i try pod setup
Setting up CocoaPods master repo
[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --depth=1
Cloning into 'master'...
fatal: unable to access 'https://github.com/CocoaPods/Specs.git/':Received HTTP code 503 from proxy after CONNECT
It is possible, that your system proxy settings do not apply to the bash. Type this into bash before running pod install:
export http_proxy=<YOUR_HTTP_PROXY>
export https_proxy=<YOUR_HTTPS_PROXY>
If it helps, you can make proxy settings load when bash starts by adding above commands to the .bash_profile (create file if it does not exist) in your home directory.
I think you forgott to set your newly install Xcode on Command-linetool path location. please check that on Xcode-->Preferences-->Locations-->Command line tool --> set your Xcode.
Firstly, I think you need to config your own cocoapods dependencies manager using http_proxy variable
Step 1: Config your proxy setting for both of http and https at current project directory:
export http_proxy=username:password#proxy_server_ip:proxy_port
export https_proxy=username:password#proxy_server_ip:proxy_port
You can use the following command to show proxy settings:
echo $http_proxy
Step 2: Install cocoapods with http_proxy variable already defined before
sudo gem install cocoapods -p $http_proxy
Finally: Install your own pod libs
pod install
These worked for me.