Why cannot transfer metadata TB5:Emerald/maven-metadata.xml from/to ssco-snapshots? - maven-3

I searched for this error, but I did not get any resolution:
[WARNING] Could not transfer metadata TB5:Emerald/maven-metadata.xml from/to ssco-snapshots (http://nexuspro.ncr.com/nexus/content/repositories/ssco-snapshots/): C:\Users\nn185020\.m2\repository\TB5\Emerald\maven-metadata-ssco-snapshots.xml (Access is denied)
From C:\Users\nn185020\.m2\repository\TB5\Emerald.exe is uploading in the NExus succesfully, but I am getting the issue related to maven-metadata.xml.
How is it accessing maven-metadata-ssco-snapshots.xml?

Related

Error: Failed instance creation: Error transferring instance data: migration pre-dump failed

# lxc copy neo:lamp1 lamp1b
Error: Failed instance creation: Error transferring instance data: migration pre-dump failed
(00.000024) Warn (criu/log.c:203): The early log isn't empty
(00.139901) Warn (criu/image.c:134): Failed to open parent directory
(00.290094) Warn (compel/arch/x86/src/lib/infect.c:280): Will restore 1704 with interrupted system call
(00.572902) Warn (compel/arch/x86/src/lib/infect.c:280): Will restore 1715 with interrupted system call
(00.588287) Warn (compel/arch/x86/src/lib/infect.c:280): Will restore 1720 with interrupted system call
(00.695271) Error (criu/proc_parse.c:439): Can't open map_files: Permission denied
(00.695277) Error (criu/proc_parse.c:650): Can't open 1724's mapfile link 55929d9c5000: Permission denied
(00.695286) Error (criu/cr-dump.c:1158): Collect mappings (pid: 1724) failed with -1
(00.699648) Error (criu/cr-dump.c:1546): Pre-dumping FAILED.
I cannot understand this error message. What's going on here?

maven build failed on my jenkins, can any one help me to resolve

[ERROR] Plugin org.apache.maven.plugins:maven-compiler-plugin:3.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:3.5: Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.5 from/to central (https://repo.maven.apache.org/maven2): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
[JENKINS] Archiving D:\maven\ISOListeners\TemenosBanking\pom.xml to COM.TEMENOS.BANK/ISOListeners/1.0-SNAPSHOT/ISOListeners-1.0-SNAPSHOT.pom
channel stopped
Finished: FAILURE
Solution to your question
You are trying to install certificate for accessing http(s) secured protocol to your local repository like Nexus/Archiva
Steps to create SSL certificates to your Java keystore
You need administrator access to modify the JAVA_HOME/jre/lib/security/cacerts file.
Your keystore location will be in JAVA_HOME/jre/lib/security/cacerts
Ensure you have admin rights to perform this operation, You should definitely have admin rights to perform this operation

Failed to read artifact descriptor for xalan:serializer:jar:2.7.1

I imported a grails project using Intellij idea. Now when i tried to run-app the project it shows the following error.
|Configuring classpath
Error |
Resolve error obtaining dependencies: Failed to read artifact descriptor for xalan:serializer:jar:2.7.1 (Use --stacktrace to see the full trace)
Error |
Required Grails build dependencies were not found. This is normally due to internet connectivity issues (such as a misconfigured proxy) or missing repositories in grails-app/conf/BuildConfig.groovy. Please verify your configuration to continue.
Note I am using grails 2.3.8 version.
--Stacktrace results the following message
Configuring classpath
Error |
Resolve error obtaining dependencies: Failed to read artifact descriptor for xalan:serializer:jar:2.7.1 (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for xalan:serializer:jar:2.7.1
at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:335)
at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:217)
at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:466)
at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:261)
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies(DefaultRepositorySystem.java:317)
at grails.util.BuildSettings.doResolve(BuildSettings.groovy:513)
at grails.util.BuildSettings.doResolve(BuildSettings.groovy)
at grails.util.BuildSettings$_getDefaultBuildDependencies_closure17.doCall(BuildSettings.groovy:774)
at grails.util.BuildSettings$_getDefaultBuildDependencies_closure17.doCall(BuildSettings.groovy)
at grails.util.BuildSettings.getDefaultBuildDependencies(BuildSettings.groovy:768)
at grails.util.BuildSettings.getBuildDependencies(BuildSettings.groovy:673)
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact xalan:serializer:pom:2.7.1 from/to grailsCentral (http://repo.grails.org/grails/plugins): repo.grails.org
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:460)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:239)
at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:320)
... 10 more
Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact xalan:serializer:pom:2.7.1 from/to grailsCentral (http://repo.grails.org/grails/plugins): repo.grails.org
at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:43)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:342)
at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:649)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:247)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:536)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:437)
... 13 more
Caused by: java.net.UnknownHostException: repo.grails.org
at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:278)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:162)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
at org.apache.http.impl.client.DecompressingHttpClient.execute(DecompressingHttpClient.java:137)
at org.eclipse.aether.transport.http.HttpTransporter.execute(HttpTransporter.java:294)
at org.eclipse.aether.transport.http.HttpTransporter.implGet(HttpTransporter.java:250)
at org.eclipse.aether.spi.connector.transport.AbstractTransporter.get(AbstractTransporter.java:59)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:418)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:337)
... 18 more
Error |
Resolve error obtaining dependencies: Failed to read artifact descriptor for xalan:serializer:jar:2.7.1
Error |
Required Grails build dependencies were not found. This is normally due to internet connectivity issues (such as a misconfigured proxy) or missing repositories in grails-app/conf/BuildConfig.groovy. Please verify your configuration to continue.
I'd say java.net.UnknownHostException: repo.grails.org is the core issue. Do you need to configure a proxy? See the docs for the add-proxy command.

iCloud Setup Fails: Failed to migrate baseline, unable to create ubiquity migration manager

I'm new to iCloud, and I've gotten it to work in the past, but I started getting this error:
-[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](771):
CoreData: Ubiquity: clifton~sim70A83865-2E36-5810-ABEE-88CBF9EED011:iCloudPilotPro
Using local storage: 1
It is soon followed by this error:
-[PFUbiquitySetupAssistant finishSetupWithRetry:](822):
CoreData: Ubiquity: <PFUbiquitySetupAssistant: 0x1095bc790>: Retrying after delay: 60
Error Domain=NSCocoaErrorDomain Code=134060 "The operation couldn’t be completed.
(Cocoa error 134060.)" UserInfo=0x1095c3740 {reason=Failed to migrate baseline, unable
to create ubiquity migration manager}
I've scoured the web for any mention of unable to create ubiquity migration manager and I haven't found anything. Core Data seems to run fine in my app, but iCloud won't sync.
Does anyone out there know what this means or have ideas of what I can try?

ERROR: Unable to retrieve device list

I get the following error when I try to user Target IO to run my application. I'm using Windows 7, 64-bit.
[INFO] Installing app on device: is it connected?
[INFO] connect: No error
[INFO] usbmuxd_get_device_list: error opening socket!
[INFO] ERROR: Unable to retrieve device list!
I get the following messages when I try to install my application.
[ERROR] Failed when running C:\...win-ios-install.exe: connect: No error
usbmuxd_get_device_list: error opening socket!
ERROR: Unable to retrieve device list!
Anyone have this error? Any ideas how to resolve it? Thanks.
The problem was that I didn't have iTunes installed. The documentation is here: http://docs.trigger.io/en/v1.4/tools/ios-windows.html#setting-up-forge-to-run-ios-apps
I got the answer from the tigger.io IRC from mib_9fc0ff. Thanks mib_9fc0ff and Amir.

Resources