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

Map markers don't load #1966

Closed
acka47 opened this issue Feb 8, 2024 · 7 comments · Fixed by #1969
Closed

Map markers don't load #1966

acka47 opened this issue Feb 8, 2024 · 7 comments · Fixed by #1969
Assignees
Labels

Comments

@acka47
Copy link
Contributor

acka47 commented Feb 8, 2024

Same as hbz/nwbib#637

@acka47
Copy link
Contributor Author

acka47 commented Feb 26, 2024

I was dm'ed on my Mastodon account about this by a lobid user. As this is a quick fix, we should implement it soon. Assigning @fsteeg .

@acka47 acka47 moved this from Backlog to Ready in lobid-resources Feb 26, 2024
fsteeg added a commit that referenced this issue Feb 27, 2024
@fsteeg
Copy link
Member

fsteeg commented Feb 27, 2024

Deployed to stage, see http://stage.lobid.org/resources/990182586200206441

@acka47
Copy link
Contributor Author

acka47 commented Feb 27, 2024

Deployed to stage, see http://stage.lobid.org/resources/990182586200206441

Hmm, doesn't look like it.

@fsteeg
Copy link
Member

fsteeg commented Feb 27, 2024

Fixed in test deployment: http://test.lobid.org/resources/990182586200206441

(see #1969 for background)

@dr0i
Copy link
Member

dr0i commented Feb 27, 2024

I could deploy it at Stage but something is strange in Prod:
When I try sbt it cannot download sbt 0.13.18:

unresolved dependency: org.scala-sbt#main;0.13.18: not found

I updated server like described at https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html using apt . Before that I did a naiv copy from Stage:

$stage: for i in $(find ~/.ivy2/  -name "*0.13.18.jar"); do echo $i; scp "$i" $prod:"$i";  done

to no avail.
Reopen this so @fsteeg can have a look.

@dr0i dr0i reopened this Feb 27, 2024
@dr0i dr0i moved this from Done to Review in lobid-resources Feb 27, 2024
@fsteeg
Copy link
Member

fsteeg commented Feb 28, 2024

It seems like the local ~/.sbt/repositories config on prod, which contained non-HTTPS urls, was the issue. I moved it to ~/.sbt/repositories-bk and copied ~/.sbt/repositories from q3.

Seems to work now, tested with sbt --java-home $JAVA_HOME compile, but left the current monit status and app process running to avoid interfering with prod updates / setup.

@fsteeg fsteeg assigned dr0i and unassigned fsteeg Feb 28, 2024
@dr0i
Copy link
Member

dr0i commented Feb 29, 2024

Thx! Did a monit restart lobid-resources-alma, all is fine now. Closing.

@dr0i dr0i closed this as completed Feb 29, 2024
@github-project-automation github-project-automation bot moved this from Review to Done in lobid-resources Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants