Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with deployment of WSO API Manager #2385

Open
mishasmirnov2006 opened this issue Jan 15, 2024 · 1 comment
Open

Problems with deployment of WSO API Manager #2385

mishasmirnov2006 opened this issue Jan 15, 2024 · 1 comment

Comments

@mishasmirnov2006
Copy link

Description

Hello, Dilshan.

We want to deploy WS API Manager from source code from GitHub - https://github.com/wso2/carbon-apimgt/tree/master

But if you do everything strictly according to the instructions, the mvn clean install command does not work, errors occur, etc., and also not all tests work correctly.

Also, it is unclear what needs to be done after the successful completion of the build? Based on materials from the Internet, I found that for further launch, you need to take a version of the received artifacts of the form...- 9.12.3-SNAPSHOT, additionally download your product product api, put the artifact version there and also run the mvn clean install command, then find the generated zip archive, unzip it and run from it wso2server.sh (linux) or wso2server.bat(windows).

I tried to do this, but mvn clean install also throws an error (P2 publisher return code was 13) in org.wso2.am:amp 2-profile:pom:4.2.0-SNAPSHOT.

Affected Component

APIM

Version

https://github.com/wso2/carbon-apimgt/tree/master

Environment Details (with versions)

Windows, Linux

Related Issues

No response

Suggested Labels

No response

@chamilaadhi
Copy link
Contributor

Hi @mishasmirnov2006

What are the errors you encounter while building the https://github.com/wso2/carbon-apimgt ? Maybe it could be something to do with your JDK version or maven version. I'm using maven 3.6.3 and jdk 11 to build this

Once you build the carbon-apimgt branch successfully, you need to clone the product-apim branch https://github.com/wso2/product-apim/tree/master and change the carbon-apimgt version in https://github.com/wso2/product-apim/blob/master/pom.xml#L1304 location and build it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants