JFrog Pipelines - Artifactory not found error in build step - jfrog

I am trying to setup JFrog Pipelines. I am new to this so starting small with a pipleline that just has a single npm build step. The source code is taken from github. When I run the pipeline, I get a 404 not found error in the artifactory_configure task. I double checked the Artifactory Integration but the error persists. Any ideas on how to solve it.

Please make sure that you include the Artifactory context as part of the URL when creating the Artifactory integration. For example:
https://xxx.jfrog.io/artifactory

Related

Vercel build error, Unable to find lambda for route

I am trying to build and deploy a NextJS application using the Vercel CLI.
The strategy is to pre-build and then deploy the pre-built artifacts.
vercel build
vercel deploy --prebuilt
I am getting the following errors:
Any help would be much appreciated.
There was a problem with the Vercel CLI itself.
https://github.com/vercel/vercel/discussions/8564
https://github.com/vercel/vercel/pull/8530
I wanted to do exactly what you wanted to do and I got this error.
If you use Windows cmd to run the command, you need to install WSL and run the command after installing prerequisites like node.

Kibana yarn build failed

I am working on Kibana version 7.16.2. I wanted to build Kibana distributable so I executed yarn build --skip-os-packages . But it failed with exist code with following error. Can anyone help me resolve this error?
Build error image ss
Also I wanted to know that whether the build folders that are required are completed because before error message I can see an info log saying "All bazel production build are completed".

Trouble Installing Certain Modules

I'm having issues getting some modules to install. I've been able to get mod-1v1-arena and mod-npc-free-professions working, but I haven't been able to get these other modules to work:
mod-new-character-perks
mod-learn-spells
mod-quick-teleport
Can someone please confirm I have the correct workflow, or advise on what steps I'm missing.
Clone module folder from git to .\azerothcore-wotlk\modules
Run Git CLI: ./acore.sh docker build
Copy mod_learnspells.conf to .\azerothcore-wotlk\env\docker\etc\modules
I see instructions about rebuilding with CMake, is that necessary if I'm using docker build...? I tried CMake too and I got an error immediately with the software setup, so haven't pursued it further.
I'm also a bit confused by the .conf files, which folder does the server read them from?
.\azerothcore-wotlk\env\docker\etc\modules or .\azerothcore-wotlk\modules\mod-learn-spells\conf
I would try to install without any modules to check for the core stability and then work up from there one by one.
This way, if there's a module that's currently not working due to recent PR's like the Autobalance and possibly mod-learn-spells you can report an issue and work without it until It's back up.
AzerothCore Continuous Integration build with modules is currently failing aswell if you check the Readme notes where it says

Latest JFrog Artifactory Download "Path must be a string" error

I created a release in VSTS and deploy, but I got the "Path must be a string" error. Does anyone has tried using the latest release of Artifactory ?
The latest JFrog-Artifactory-VSTS-Extension v1.0.4 include a fix for that issue.
It uses 'System.DefaultWorkingDirectory' instead of 'Agent.BuildDirectory'.
I had the same issue, and I found out that the task doesn't work in release pipelines, only in build pipelines, since it's looking for the Agent.BuildDirectory variable.

Karaf cannot install war feature

Recently I need to deploy something on Karaf. I use Karaf 3.0.2 and event try 4.0.0M1. Both are not able to install war feature. Once I type feature:install war in console after Karaf start-up.
3.0.2 gives me:
Error executing command: Error resolving artifact org.apache.servicemix.specs:org.apache.servicemix.specs.activation-api-1.1:jar:2.2.0: Could not find artifact org.apache.servicemix.specs:org.apache.servicemix.specs.activation-api-1.1:jar:2.2.0
4.0.0M! gives me:
Erroe executing command: Error
I try to delete Maven and reinstall it. The issue is still there. It's not happened on other machine.
It's a strange issue. Could anyone meet it ever? Could anyone help me out?
As it works on the other machines, it's something on that certain machine.
Without much more details on the setup I'm using assumptions here.
1) No Network connection to the central repo
2) Using a Proxy wich isn't configured or configured wrong on the server
3) Using a nexus with credentials and those aren't configured or configured wrong
I encountered the same issue and it was because there were mirrors defined in my Maven settings.xml (due to usage in another project). After I commented them out I was able to install the karaf war deployer.

Resources