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

Various errors printed to console #550

Open
crschnick opened this issue Oct 30, 2023 · 1 comment
Open

Various errors printed to console #550

crschnick opened this issue Oct 30, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@crschnick
Copy link

I just installed the app on a new Linux system and decided to run the application in a terminal and this was the output:

jpro.imagemanager.cache: /home/crschnick/.jfxcentral/imagecache
goto: /

(jfxcentral:19417): Gdk-WARNING **: 11:38:39.803: XSetErrorHandler() called with a GDK error trap pushed. Don't do that.
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
java.lang.RuntimeException: java.io.FileNotFoundException: /home/crschnick/.jfxcentralrepo/people/people.json (No such file or directory)
        at com.dlsc.jfxcentral.data.DataRepository2.load(DataRepository2.java:152)
        at com.dlsc.jfxcentral.data.DataRepository2.doLoadData(DataRepository2.java:125)
        at com.dlsc.jfxcentral.data.DataRepository2.<init>(DataRepository2.java:84)
        at com.dlsc.jfxcentral.data.DataRepository2.getInstance(DataRepository2.java:77)
        at com.dlsc.jfxcentral2.app.pages.RefreshPage$1.endTask(RefreshPage.java:197)
        at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:542)
        at org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:170)
        at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:495)
        at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:1115)
        at org.eclipse.jgit.transport.BasePackFetchConnection.doFetchV2(BasePackFetchConnection.java:545)
        at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:425)
        at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:1562)
        at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:351)
        at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:342)
        at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:290)
        at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:182)
        at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105)
        at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1462)
        at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238)
        at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:325)
        at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:191)
        at com.dlsc.jfxcentral2.app.RepositoryManager.initialLoad(RepositoryManager.java:76)
        at com.dlsc.jfxcentral2.app.RepositoryManager.updateRepository(RepositoryManager.java:40)
        at com.dlsc.jfxcentral2.app.pages.RefreshPage.lambda$performUpdate$6(RefreshPage.java:161)
        at java.base/java.lang.Thread.run(Thread.java:1589)
Caused by: java.io.FileNotFoundException: /home/crschnick/.jfxcentralrepo/people/people.json (No such file or directory)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:158)
        at java.base/java.io.FileReader.<init>(FileReader.java:120)
        at com.dlsc.jfxcentral.data.DataRepository2.load(DataRepository2.java:149)
        ... 24 more
java.lang.RuntimeException: java.io.FileNotFoundException: /home/crschnick/.jfxcentralrepo/people/people.json (No such file or directory)
        at com.dlsc.jfxcentral.data.DataRepository2.load(DataRepository2.java:152)
        at com.dlsc.jfxcentral.data.DataRepository2.doLoadData(DataRepository2.java:125)
        at com.dlsc.jfxcentral.data.DataRepository2.reload(DataRepository2.java:88)
        at com.dlsc.jfxcentral2.app.pages.RefreshPage$1.endTask(RefreshPage.java:197)
        at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:542)
        at org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:170)
        at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:495)
        at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:1115)
        at org.eclipse.jgit.transport.BasePackFetchConnection.doFetchV2(BasePackFetchConnection.java:545)
        at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:425)
        at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:1562)
        at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:351)
        at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:342)
        at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:290)
        at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:182)
        at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105)
        at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1462)
        at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238)
        at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:325)
        at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:191)
        at com.dlsc.jfxcentral2.app.RepositoryManager.initialLoad(RepositoryManager.java:76)
        at com.dlsc.jfxcentral2.app.RepositoryManager.updateRepository(RepositoryManager.java:40)
        at com.dlsc.jfxcentral2.app.pages.RefreshPage.lambda$performUpdate$6(RefreshPage.java:161)
        at java.base/java.lang.Thread.run(Thread.java:1589)
Caused by: java.io.FileNotFoundException: /home/crschnick/.jfxcentralrepo/people/people.json (No such file or directory)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:158)
        at java.base/java.io.FileReader.<init>(FileReader.java:120)
        at com.dlsc.jfxcentral.data.DataRepository2.load(DataRepository2.java:149)
        ... 23 more
java.lang.RuntimeException: java.io.FileNotFoundException: /home/crschnick/.jfxcentralrepo/people/people.json (No such file or directory)
        at com.dlsc.jfxcentral.data.DataRepository2.load(DataRepository2.java:152)
        at com.dlsc.jfxcentral.data.DataRepository2.doLoadData(DataRepository2.java:125)
        at com.dlsc.jfxcentral.data.DataRepository2.reload(DataRepository2.java:88)
        at com.dlsc.jfxcentral2.app.pages.RefreshPage$1.endTask(RefreshPage.java:197)
        at org.eclipse.jgit.transport.PackParser.processDeltas(PackParser.java:595)
        at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:550)
        at org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:170)
        at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:495)
        at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:1115)
        at org.eclipse.jgit.transport.BasePackFetchConnection.doFetchV2(BasePackFetchConnection.java:545)
        at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:425)
        at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:1562)
        at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:351)
        at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:342)
        at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:290)
        at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:182)
        at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105)
        at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1462)
        at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238)
        at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:325)
        at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:191)
        at com.dlsc.jfxcentral2.app.RepositoryManager.initialLoad(RepositoryManager.java:76)
        at com.dlsc.jfxcentral2.app.RepositoryManager.updateRepository(RepositoryManager.java:40)
        at com.dlsc.jfxcentral2.app.pages.RefreshPage.lambda$performUpdate$6(RefreshPage.java:161)
        at java.base/java.lang.Thread.run(Thread.java:1589)
Caused by: java.io.FileNotFoundException: /home/crschnick/.jfxcentralrepo/people/people.json (No such file or directory)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:158)
        at java.base/java.io.FileReader.<init>(FileReader.java:120)
        at com.dlsc.jfxcentral.data.DataRepository2.load(DataRepository2.java:149)
        ... 24 more
goto: /
Saved image to /home/crschnick/.jfxcentral/imagecache/e06745c29bc990e378e0ab42fc6fb305/banner.jpg

Everything works but I guess one could still take a look at these errors.

@dlemmermann
Copy link
Collaborator

dlemmermann commented Oct 30, 2023

Yes, known issue. Multi threading is hard :-)

@dlemmermann dlemmermann added the bug Something isn't working label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants