jmark99 commented on issue #113:
URL: 
https://github.com/apache/accumulo-examples/issues/113#issuecomment-1346678266

   @Manno15 I have just been running the example as the root user and providing 
a path to some subset of my Accumulo dev directory as the argument for the 
Ingest command. I'm sure the documentation could use some more clarity. 
   
   Providing the root user with the exampleVis auth then allows me to scan the 
tables. The exceptions I'm referring to occur when I run the Viewer program. 
The Viewer displays the data correctly and as expected, but exceptions are 
written to the console terminal that called the Viewer program. It would be 
nice to resolve them. The following is an example:
   
   `
   Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: This 
client was closed.
           at 
org.apache.accumulo.core.clientImpl.ClientContext.ensureOpen(ClientContext.java:156)
           at 
org.apache.accumulo.core.clientImpl.ClientContext.createScanner(ClientContext.java:778)
           at 
org.apache.accumulo.examples.dirlist.QueryUtil.getDirList(QueryUtil.java:167)
           at 
org.apache.accumulo.examples.dirlist.Viewer.populate(Viewer.java:116)
           at 
org.apache.accumulo.examples.dirlist.Viewer.populateChildren(Viewer.java:126)
           at 
org.apache.accumulo.examples.dirlist.Viewer.treeExpanded(Viewer.java:170)
           at java.desktop/javax.swing.JTree.fireTreeExpanded(JTree.java:2812)
           at java.desktop/javax.swing.JTree.setExpandedState(JTree.java:3702)
           at java.desktop/javax.swing.JTree.expandPath(JTree.java:2244)
           at 
java.desktop/javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2616)
           at 
java.desktop/javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTreeUI.java:2601)
           at 
java.desktop/javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(BasicTreeUI.java:2549)
           at 
java.desktop/javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(BasicTreeUI.java:4007)
           at 
java.desktop/javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressed(BasicTreeUI.java:3955)
           at 
java.desktop/java.awt.Component.processMouseEvent(Component.java:6629)
           at 
java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
           at java.desktop/java.awt.Component.processEvent(Component.java:6397)
           at java.desktop/java.awt.Container.processEvent(Container.java:2263)
           at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
           at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
           at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
           at 
java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
           at 
java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4544)
           at 
java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
           at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
           at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
           at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
           at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
           at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
           at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
           at java.base/java.security.AccessController.doPrivileged(Native 
Method)
           at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
           at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
           at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
           at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
           at java.base/java.security.AccessController.doPrivileged(Native 
Method)
           at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
           at 
java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
           at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
           at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
           at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
           at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
           at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
           at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to