A possible GR bug or two- Debug.exe exception included

Uchina_Itachi

Joined: 2006-08-11
Posts: 36
Posted: Tue, 2008-08-26 16:42

Recently my GR 1.5 install has been crapping out on my hard.

it no longer creates albums in the gallery install I am connected to, and upon creating the gallery in the GR window it kind of locks up and wont let me select anything in the list window.

I have to either click on the "Get images from server" button or restart gr to fix this.

if i click on the get images button, when I try to upload everything fails, also when I restart it, and try recreate the album (it gets deleted from the GR list) the same thing happens.

also, GR can not handle uploading anything over 20 megs in size, otherwise it just sits on preparing till you close it or tell it to stop.

here is the Debug.exe info from that:

Quote:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.gallery.GalleryRemote.GalleryComm2$NewAlbumTask.runTask(GalleryCo
mm2.java:1052)
at com.gallery.GalleryRemote.GalleryComm2$GalleryTask.run(GalleryComm2.j
ava:292)
at com.gallery.GalleryRemote.GalleryComm2.doTask(GalleryComm2.java:235)
at com.gallery.GalleryRemote.GalleryComm2.newAlbum(GalleryComm2.java:204
)
at com.gallery.GalleryRemote.model.Gallery.doNewAlbum(Gallery.java:150)
at com.gallery.GalleryRemote.MainFrame.newAlbum(MainFrame.java:787)
at com.gallery.GalleryRemote.MainFrame.actionPerformed(MainFrame.java:13
87)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
30281|TRACE|GalComm2 |Content-type: text/plain; charset=UTF-8
30297|TRACE|GalComm2 |Error: Error (ERROR_COLLISION)<b>in</b> modules\core\cl
asses\helpers\GalleryFileSystemEntityHelper_medium.class <b>at line</b> 127 (Gal
leryCoreApi::error)
<b>in</b> modules\core\classes\GalleryCoreApi.class <b>at line</b> 1837 (Gallery
FileSystemEntityHelper_medium::getLegalPathComponent)
<b>in</b> modules\core\classes\GalleryFileSystemEntity.class <b>at line</b> 86 (
GalleryCoreApi::getLegalPathComponent)
<b>in</b> modules\core\classes\GalleryItem.class <b>at line</b> 190 (GalleryFile
SystemEntity::create)
<b>in</b> modules\core\classes\GalleryAlbumItem.class <b>at line</b> 95 (Gallery
Item::create)
<b>in</b> modules\core\classes\helpers\GalleryItemHelper_advanced.class <b>at li
ne</b> 232 (GalleryAlbumItem::create)
<b>in</b> modules\core\classes\GalleryCoreApi.class <b>at line</b> 1561 (Gallery
ItemHelper_advanced::createAlbum)
<b>in</b> modules\remote\GalleryRemote.inc <b>at line</b> 687 (GalleryCoreApi::c
reateAlbum)
<b>in</b> modules\remote\GalleryRemote.inc <b>at line</b> 139 (GalleryRemoteCont
roller::newAlbum)
<b>in</b> main.php <b>at line</b> 235 (GalleryRemoteController::handleRequest)
<b>in</b> main.php <b>at line</b> 98
<b>in</b> main.php <b>at line</b> 87
#__GR2PROTO__
debug_user=Laughing Man
debug_time=0.092s
debug_exception=
auth_token=27e230c44203
30297|TRACE|GalComm2 |Short response: #__GR2PROTO__
debug_user=Laughing Man
debug_time=0.092s
debug_exception=
auth_token=27e230c44203
30297|TRACE|StatusBar |level: 0 - No selection - 0

what i am having to do now, since GR will not create albums is make then in the gallery install then upload images to em, thats the only way it works.

I tried reinstalling GR and restarting the web server that my g2 install is on, but nothing has fixed it yet.

new info:

the above only happens when there are a lot of albums (the parent album i was uploading and creating in has 7 pages of albums). I started a new parent album and I can now create albums again.

seems like this is indeed a Gallery remote bug.