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

Erro a tratar: Arquivo sendo utilizado em outro processo #807

Closed
AdsonEsteves opened this issue May 30, 2020 · 0 comments · Fixed by #881
Closed

Erro a tratar: Arquivo sendo utilizado em outro processo #807

AdsonEsteves opened this issue May 30, 2020 · 0 comments · Fixed by #881
Labels
bug Indica que ocorreu um erro inesperado no programa/código
Milestone

Comments

@AdsonEsteves
Copy link
Member

Veio do Discord:

br.univali.ps.nucleo.ExcecaoAplicacao: java.io.FileNotFoundException: C:\Users\fodaf\OneDrive\￁rea de Trabalho\Aula1\Aula1-Explicacao.por (O arquivo j£ est£ sendo usado por outro processo)
at br.univali.ps.nucleo.TratadorExcecoes.transformarExcecao(TratadorExcecoes.java:267)
at br.univali.ps.nucleo.TratadorExcecoes.exibirExcecao(TratadorExcecoes.java:42)
at br.univali.ps.ui.abas.AbaCodigoFonte.salvaArquivo(AbaCodigoFonte.java:932)
at br.univali.ps.ui.abas.AbaCodigoFonte.lambda$instalarObservadores$2(AbaCodigoFonte.java:1240)
at br.univali.ps.ui.editor.PSTextArea.disparaPontosDeParadaAtualizados(PSTextArea.java:212)
at br.univali.ps.ui.editor.PSTextArea.alternaStatusDoPontoDeParada(PSTextArea.java:195)
at br.univali.ps.ui.editor.PSTextArea.alternaStatusDoPontoDeParada(PSTextArea.java:203)
at br.univali.ps.ui.editor.PSTextArea.trataCliqueNoNumeroDaLinha(PSTextArea.java:95)
at br.univali.ps.ui.editor.PSTextArea.access$100(PSTextArea.java:34)
at br.univali.ps.ui.editor.PSTextArea$PSIconRowHeader$1.mouseClicked(PSTextArea.java:270)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
at java.awt.Component.processMouseEvent(Component.java:6542)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6304)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4544)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
at java.awt.Container.dispatchEventImpl(Container.java:2283)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.io.FileNotFoundException: C:\Users\fodaf\OneDrive\￁rea de Trabalho\Aula1\Aula1-Explicacao.por (O arquivo j£ est£ sendo usado por outro processo)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at java.io.FileOutputStream.(FileOutputStream.java:162)
at br.univali.ps.ui.utils.FileHandle.save(FileHandle.java:21)
at br.univali.ps.ui.utils.FileHandle.save(FileHandle.java:15)
at br.univali.ps.ui.abas.AbaCodigoFonte.salvaArquivo(AbaCodigoFonte.java:926)
... 39 more

@AdsonEsteves AdsonEsteves added the bug Indica que ocorreu um erro inesperado no programa/código label May 30, 2020
@AdsonEsteves AdsonEsteves added this to the 2.7.5 milestone Nov 17, 2020
AdsonEsteves added a commit that referenced this issue Nov 19, 2020
…881)

* 🐛 tratando erros não relacionados ao Portugol (fix #807) (fix #792)

* refatorando formato de captura de excecao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indica que ocorreu um erro inesperado no programa/código
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant