Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FDO Manager Service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fdo
FDO Manager Service
Commits
b67ab557
Verified
Commit
b67ab557
authored
8 months ago
by
Timm Fitschen
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into f-client
parents
1c26a8da
9d90fc53
No related branches found
No related tags found
No related merge requests found
Pipeline
#52890
failed
8 months ago
Stage: build
Stage: test
Stage: package
Stage: upload
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+28
-3
28 additions, 3 deletions
README.md
with
28 additions
and
3 deletions
README.md
+
28
−
3
View file @
b67ab557
...
...
@@ -39,20 +39,45 @@ java -Dmock=true -jar application/target/fdo-manager-service.application-${versi
### Request
By default you can access the service at
`http://localhost:808
0
/api/`
. Try
By default you can access the service at
`http://localhost:808
1
/api/
v1
`
. Try
```
curl http://localhost:808
0
/api/hello
curl http://localhost:808
1
/api/
v1/
hello
```
### API Specs
You can view the API specs at
`http://localhost:808
0
/api/swagger-ui/index.html`
.
You can view the API specs at
`http://localhost:808
1
/api/
v1/
swagger-ui/index.html`
.
### Stop
Stop the running service with
`CTRL-C`
.
## Troubleshooting
### Exception on startup
When running the mockup repository as described above, the following exception is shown:
```
java.io.IOException: ERROR: cannot read repository config directory: repositories
at com.indiscale.fdo.manager.service.ManagerPool.getConfig(ManagerPool.java:58)
at com.indiscale.fdo.manager.service.ManagerPool.getRepositoryRegistry(ManagerPool.java:68)
at com.indiscale.fdo.manager.service.ManagerPool.createManager(ManagerPool.java:79)
at com.indiscale.fdo.manager.service.ManagerPool$2.create(ManagerPool.java:155)
at com.indiscale.fdo.manager.service.ManagerPool$ManagerAllocator.allocate(ManagerPool.java:124)
at com.indiscale.fdo.manager.service.ManagerPool$ManagerAllocator.allocate(ManagerPool.java:114)
at stormpot.ReallocatingAdaptor.allocate(ReallocatingAdaptor.java:37)
at stormpot.BAllocThread.alloc(BAllocThread.java:255)
at stormpot.BAllocThread.increaseSizeByAllocating(BAllocThread.java:152)
at stormpot.BAllocThread.replenishPool(BAllocThread.java:113)
at stormpot.BAllocThread.continuouslyReplenishPool(BAllocThread.java:97)
at stormpot.BAllocThread.run(BAllocThread.java:89)
at java.base/java.lang.Thread.run(Thread.java:1570)
```
This configuration is not needed for the mockup repository and can be ignored.
# Contact
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment