question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to access http://localhost:8080/apiman/developers

See original GitHub issue

Hi,

I’ve setup apiman and everything looks okay. When I launched developer portal I’m unable to see developers as API failed(404 status code) with response RESTEASY003210: Could not find resource for full path:http://localhost:8080/apiman/developers.

I can see in the code that in manager/api/rest/src/main/java/io/apiman/manager/api/rest/IDeveloperResource.java it’s mentioned as

@Path("/developers") while for all other APIs the slash is not there ex:

@Path("gateways") and @Path("plugins") Not sure if this is an issue. How do I fix it? Please let me know as this is a blocker for me.

I’m using 2.0.0.Final version

I tried to build the project by changing /developers to developers, but I’m getting following error on running mvn clean install (Java Version: 12.0.1, Maven Version: 3.6.3)

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
volkflocommented, Nov 5, 2020

@phenompavan A new release can take a while because we need new GitHub actions to also release the developer portal. But we try to create more up to date “latest” images on docker hub that represents the master branch.

The docker images can be built with mvn clean package docker:build -P docker -DskipTests .

We are always looking for help, if you want to support us, we are happy to receive some contributions 😃

0reactions
volkflocommented, Mar 24, 2022

Apiman 3.x will contain a new developer portal with a different deployment strategy. So I will close this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to resolve "git pull,fatal: unable to access 'https://github ...
It's failed when I used Git command "git pull" to update my repository, messages as below: fatal: unable to access '...': Empty reply...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found