You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I just installed the app on a new Linux system and decided to run the application in a terminal and this was the output:
Everything works but I guess one could still take a look at these errors.
The text was updated successfully, but these errors were encountered: