Skip to content

Ubuntu 22.04 LTS e cieid.props (No such file or directory) #70

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

Open
angeloderrico opened this issue Feb 13, 2024 · 1 comment
Open

Ubuntu 22.04 LTS e cieid.props (No such file or directory) #70

angeloderrico opened this issue Feb 13, 2024 · 1 comment

Comments

@angeloderrico
Copy link

Buongiorno.
Ho installato CIE Middleware Linux su Ubuntu 22.04 LTS e OpenJDK 18.

Nel tentativo di abbinare la CIE inserendo dapprima il PIN, su /var/log/syslog si presenta quanto segue:

Feb 13 11:34:42 notebook cieid.desktop[336012]: java.io.FileNotFoundException: /home/$USER/.CIEID/cieid.props (No such file or directory)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.base/java.io.FileInputStream.open0(Native Method)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.base/java.io.FileInputStream.(FileInputStream.java:157)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at it.ipzs.cieid.util.Utils.getProperty(Utils.java:53)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at it.ipzs.cieid.MainFrame.selectHome(MainFrame.java:3796)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at it.ipzs.cieid.MainFrame.access$3(MainFrame.java:3787)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at it.ipzs.cieid.MainFrame$78.run(MainFrame.java:3275)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
Feb 13 11:34:42 notebook cieid.desktop[336012]: #011at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

... e non mi consente di andare oltre.

Qualcuno ha una soluzione?

Grazie infinite e anticipatamente.

Angelo D'Errico

@DadiBit
Copy link

DadiBit commented Dec 8, 2024

Ciao! Avevo un problema simile (la mia home directory era read-only, credo)
Puoi provare a creare le cartelle ~/.CIEID e ~/.CIEPKI manualmente, via interfaccia grafica (gestore file/nautilus), oppure con mkdir ~/.CIEID ~/.CIEPKI da terminale 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants