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

bug while working in parallel from two netbeanse instance #14

Open
kullfar opened this issue Jul 6, 2017 · 0 comments
Open

bug while working in parallel from two netbeanse instance #14

kullfar opened this issue Jul 6, 2017 · 0 comments

Comments

@kullfar
Copy link

kullfar commented Jul 6, 2017

Hi,

I'm using two netbeans at the same time. But only one can use EasyPMD 10 (was ok prior to 10)
try to run first instance like this
/usr/bin/netbeans --userdir /home//.netbeans-1/8.2
and then the second one like this
/usr/bin/netbeans --userdir /home//.netbeans-2/8.2

And try to open EasyPMD options in both. Only the first one will work.

And the second will show empty window. And error in the bottom notification bar with the stacktrace

java.lang.Exception: got no controller from null: null
at org.netbeans.spi.options.OptionsCategory$1.call(OptionsCategory.java:193)
at org.netbeans.spi.options.OptionsCategory$1.call(OptionsCategory.java:186)
[catch] at org.netbeans.modules.options.OptionsCategoryImpl.create(OptionsCategoryImpl.java:120)
at org.netbeans.modules.options.CategoryModel$Category.create(CategoryModel.java:385)
at org.netbeans.modules.options.CategoryModel$Category.getLookup(CategoryModel.java:446)
at org.netbeans.modules.options.CategoryModel$Category.access$000(CategoryModel.java:327)
at org.netbeans.modules.options.CategoryModel$1.run(CategoryModel.java:98)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)

Thanks,
Stas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant