You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is most probably not directly related with OpenBaton, but it could possible that someone, who is contributing this project, experienced the same problem.
I am changing codes of some OpenBaton projects (NFVO, generic-vnfm, openstack4j-plugin..).
IntelliJ is freezing when i tried to run (NFVO - Application.java) my changes directly from Intell Idea. The Idea UI stop responding to any action. No thread dump is generated from Idea. I also cannot generated thread dump with kill -3 . There is no clue in the log files (idea logs, syslog, dmesg, kern, Xorg, openbaton etc.).
I can run some non OpenBaton projects without freeze. But those projects are not big as OpenBaton. I increased Xmax size of Idea, but nothing changed.
Do you have any suggestion to solve this problem?
OS of my development environment is Ubuntu Linux which is running as VirtualBox guest on Windows 7 host.
My development environment details:
VirtualBox Host: Window 7 Version 5.1.22 r115126 (Qt5.6.2) + Oracle VM VirtualBox Extension Pack installed
Ubuntu Linux 16.04 LTS with the latest updates + VBox Guest Additions installed
IntelliJ Idea 2017.1.4 (installed from umake ide and updated)
Oracle JDK 1.8.0_131 amd64
Linux 4.8.0-56-generic
Gnome Shell 3.18.5
The text was updated successfully, but these errors were encountered:
How much memory has your Ubuntu virtual machine? Try to monitor the available memory when you launch the NFVO from Intellij IDEA. FYI I use a develop environment with 16 GB of RAM and I've never had such problem so far.
My problem is most probably not directly related with OpenBaton, but it could possible that someone, who is contributing this project, experienced the same problem.
I am changing codes of some OpenBaton projects (NFVO, generic-vnfm, openstack4j-plugin..).
IntelliJ is freezing when i tried to run (NFVO - Application.java) my changes directly from Intell Idea. The Idea UI stop responding to any action. No thread dump is generated from Idea. I also cannot generated thread dump with kill -3 . There is no clue in the log files (idea logs, syslog, dmesg, kern, Xorg, openbaton etc.).
I can run some non OpenBaton projects without freeze. But those projects are not big as OpenBaton. I increased Xmax size of Idea, but nothing changed.
Do you have any suggestion to solve this problem?
OS of my development environment is Ubuntu Linux which is running as VirtualBox guest on Windows 7 host.
My development environment details:
VirtualBox Host: Window 7 Version 5.1.22 r115126 (Qt5.6.2) + Oracle VM VirtualBox Extension Pack installed
Ubuntu Linux 16.04 LTS with the latest updates + VBox Guest Additions installed
IntelliJ Idea 2017.1.4 (installed from umake ide and updated)
Oracle JDK 1.8.0_131 amd64
Linux 4.8.0-56-generic
Gnome Shell 3.18.5
The text was updated successfully, but these errors were encountered: