Closed mitra-shan closed 2 years ago
Hi, try https://plugins.jetbrains.com/plugin/17501-notes/versions download and install from disk. Also i'd know your WebStorm version and operation system, and is your system user is admin or not.
Hi Team, thanks for your prompt response I do really appreciate it. Unfortunately this option is also failing. I'm using
iScratch is not a directory
is looping infinitely to hang the Webstorm with heavy memory leak.Thanks once again for your support.
Hi mitra, I need your help to fix this issue since two other user reported similiar issue in Mac or Windows, but i cant reproduce it. Would you mind to upload the log file here? To locate the log file, choose the menu of your WebStorm, Help | Show Log in Finder/Explorer action. Thanks a lot!
Hi Team, the log is huge ( 10 mb ) but, Notes related issues are the below lines. I'm sure you will get some clue - these lines are actually repeating indefinitely so log is getting huge. Please let me know if this helps -
| 2022-04-08 17:25:14,849 [ 437319] INFO - STDERR - java.io.IOException: Not a directory 2022-04-08 17:25:14,849 [ 437319] INFO - STDERR - at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method) 2022-04-08 17:25:14,849 [ 437319] INFO - STDERR - at java.base/java.io.File.createNewFile(File.java:1035) 2022-04-08 17:25:14,850 [ 437320] INFO - STDERR - at com.github.beansoft.iscratch.dao.SQLiteConnector.getConnection(SQLiteConnector.java:22) 2022-04-08 17:25:14,850 [ 437320] INFO - STDERR - at com.github.beansoft.iscratch.service.FavoriteDataService.getConnection(FavoriteDataService.java:66) 2022-04-08 17:25:14,850 [ 437320] INFO - STDERR - at com.github.beansoft.iscratch.service.FavoriteDataService.getFavoriteLeafDao(FavoriteDataService.java:96) 2022-04-08 17:25:14,850 [ 437320] INFO - STDERR - at com.github.beansoft.iscratch.service.FavoriteDataService.getCodesByPathAndLine(FavoriteDataService.java:301) 2022-04-08 17:25:14,850 [ 437320] INFO - STDERR - at com.github.beansoft.iscratch.highlight.CodeNotesEditorLinePainter.getLineExtensions(CodeNotesEditorLinePainter.java:88)
Also for your reference I'm sharing my SQLITE db snap where no tables are getting created so might be this could be issue of driver and SQLIte connection. In case this helps you to understand better.
I've found the reason, the directory in the settings for database might not exists. But at first I've fix the issue that not hang the Webstorm anymore and give user the reason why it fails. Plz have a try first by download and install it:
https://plugins.jetbrains.com/plugin/download?rel=true&updateId=166919
Hi Mate, this is awesome. I have tested it and the db is also getting created and data is getting stored. So the memory leak issue is not there now. Let me play with it more to tell you about any further challenges. I'm waiting for the Evernote integration as I have created my dev token but, I think you are still working on the authentication and evernote integration.
The Evernote ingetration so far only supports store and read codes only, I'm still working on how to view or edit the Evernote content(in fact it's something HTML like).
Hi Beansoft team, just installed the Notes plugin to my Webstorm but, getting the issue of iScratch is not a directory. I believe it's coming from some system notification service and the com.github.com.beansoft.idea.ideascratch package does not exist. Can you please suggest some fix. Thanks in advance.