Skip to content
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

save autoannotated collapsed network barfs #56

Open
risserlin opened this issue May 30, 2016 · 3 comments
Open

save autoannotated collapsed network barfs #56

risserlin opened this issue May 30, 2016 · 3 comments
Assignees

Comments

@risserlin
Copy link

collapsed autoannotate network
save network
gets stuck "Expand Cluster:defense response virus"

There are two dialogs that appear though (maybe deadlocks?)
screen shot 2016-05-30 at 10 23 50 am

and has the follownig stack:
java.lang.NullPointerException
at sun.java2d.pipe.LoopPipe.fillSpans(LoopPipe.java:336)
at sun.java2d.pipe.LoopPipe.draw(LoopPipe.java:204)
at sun.java2d.pipe.PixelToParallelogramConverter.draw(PixelToParallelogramConverter.java:148)
at sun.java2d.SunGraphics2D.draw(SunGraphics2D.java:2497)
at org.cytoscape.graph.render.immed.GraphGraphics.drawSimpleEdgeFull(GraphGraphics.java:1373)
at org.cytoscape.graph.render.immed.GraphGraphics.drawEdgeFull(GraphGraphics.java:1167)
at org.cytoscape.graph.render.stateful.GraphRenderer.renderGraph(GraphRenderer.java:468)
at org.cytoscape.ding.impl.DGraphView.renderSubgraph(DGraphView.java:1882)
at org.cytoscape.ding.impl.InnerCanvas.renderSubgraph(InnerCanvas.java:1004)
at org.cytoscape.ding.impl.InnerCanvas.updateSubgraph(InnerCanvas.java:990)
at org.cytoscape.ding.impl.DGraphView.handleEvent(DGraphView.java:2801)
at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.cytoscape.event.internal.CyListenerAdapter.fireEvent(CyListenerAdapter.java:120)
at org.cytoscape.event.internal.CyEventHelperImpl.flushPayloadEvents(CyEventHelperImpl.java:177)
at org.cytoscape.group.internal.CyGroupImpl.collapse(CyGroupImpl.java:760)
at org.baderlab.autoannotate.internal.task.CollapseTask.lambda$0(CollapseTask.java:78)
at org.baderlab.autoannotate.internal.model.ModelManager.ignoreViewChangeWhile(ModelManager.java:153)
at org.baderlab.autoannotate.internal.task.CollapseTask.collapse(CollapseTask.java:69)
at org.baderlab.autoannotate.internal.task.CollapseTask.run(CollapseTask.java:61)
at org.cytoscape.work.internal.task.JDialogTaskManager$TaskRunnable.innerRun(JDialogTaskManager.java:342)
at org.cytoscape.work.internal.task.JDialogTaskManager$TaskRunnable.run(JDialogTaskManager.java:355)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
java.io.tmpdir: [/Users/risserlin/CytoscapeConfiguration/3/karaf_data/tmp]

@risserlin risserlin added the bug label May 30, 2016
@mikekucera mikekucera added this to the v1.1.0 milestone May 30, 2016
@mikekucera
Copy link
Collaborator

Hi Ruth, do you have a session file for this?

@risserlin
Copy link
Author

no. It barfed before it saved :(. I had to force quit cytoscape.

@mikekucera
Copy link
Collaborator

I can't reproduce this.

Also the stack doesn't seem relevant. The clusters are all expanded before the session is saved but the stack is coming from a task that is trying to collapse a cluster. Also the TaskManager handles exceptions. I'm guessing it has nothing to do with the freezing and might have just been in the console.

@mikekucera mikekucera modified the milestones: v1.1.0, v1.2.0 Jan 23, 2017
@mikekucera mikekucera removed this from the v1.2.0 milestone Jul 20, 2017
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

2 participants