This question is answered. Helpful answers available: 2. Correct answers available: 1.


Permlink Replies: 4 - Pages: 1 - Last Post: 24 Nov 22, 17:51 Last Post By: JeffTucker
bcbstella

Posts: 2
Registered: 14-Sep-2011
Version 29.1.10 installation
Posted: 23 Nov 22, 22:53
 
  Click to reply to this thread Reply
Installed the latest version on Windows 11 21H2 . About states JAlbum 29.1.10 - Java 19, 64 bit.
Signed in.
Create a new project fails with:

java.io.IOException: Can't create directory FD2ImagesTopLevel
at se.datadosen.jalbum.JNewProjectDialog$2.actionPerformed(JNewProjectDialog.java:136)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.desktop/java.awt.Component.processEvent(Unknown Source)
at java.desktop/java.awt.Container.processEvent(Unknown Source)
at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.WaitDispatchSupport$2.run(Unknown Source)
at java.desktop/java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.desktop/java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.desktop/java.awt.WaitDispatchSupport.enter(Unknown Source)
at java.desktop/java.awt.Dialog.show(Unknown Source)
at java.desktop/java.awt.Component.show(Unknown Source)
at java.desktop/java.awt.Component.setVisible(Unknown Source)
at java.desktop/java.awt.Window.setVisible(Unknown Source)
at java.desktop/java.awt.Dialog.setVisible(Unknown Source)
at se.datadosen.component.JSmartDialog.setVisible(JSmartDialog.java:239)
at se.datadosen.jalbum.JAlbumFrame.show(JAlbumFrame.java:2432)
at se.datadosen.explorer.JExplorerPanel.showNewProjectDialog(JExplorerPanel.java:1374)
at se.datadosen.explorer.JExplorerPanel.createOrLoadProject(JExplorerPanel.java:1362)
at se.datadosen.explorer.JExplorerPanel.lambda$needsDelayedProcessing$8(JExplorerPanel.java:1338)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
JeffTucker

Posts: 8,225
Registered: 31-Jan-2006
Re: Version 29.1.10 installation
Posted: 23 Nov 22, 23:10   in response to: bcbstella in response to: bcbstella
 
  Click to reply to this thread Reply
This sounds like a permission problem of some sort. Where is the folder FD2ImagesTopLevel? Take a look at the detailed permissions in Windows, and see if there's a clue there. In File Explorer, right-click that folder (or its parent, if that folder doesn't exist yet), choose Properties, then head for the Security tab. Make sure that everyone has full permissions - System, user, etc.

ETA: One more thing to look at - in fact, look here first. Choose Tools, Preferences, Album, and take a look at the entry for Projects directory. Does that location actually exist on your PC?
davidekholm

Posts: 3,483
Registered: 18-Oct-2002
Re: Version 29.1.10 installation
Posted: 24 Nov 22, 09:49   in response to: bcbstella in response to: bcbstella
 
  Click to reply to this thread Reply
Another thing to test is to right-click jAlbum and select "Run as Administrator". You should normally not need to do so, but this helps pinpoint the root cause.
bcbstella

Posts: 2
Registered: 14-Sep-2011
Re: Version 29.1.10 installation
Posted: 24 Nov 22, 17:47   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
As requested, I changed the "Users" security setting for the folder containing the images to "Full control" and I could continue to make a test album.

I was probably creating the images folder as an Admin which had full control.

Thanks
JeffTucker

Posts: 8,225
Registered: 31-Jan-2006
Re: Version 29.1.10 installation
Posted: 24 Nov 22, 17:51   in response to: bcbstella in response to: bcbstella
 
  Click to reply to this thread Reply
Excellent! :)

There was one Windows update a few years ago that revoked the user permissions on the Pictures folder. Puzzled the daylights out of me for a while. ;)
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums