skip to Main Content

Exception creating new Maven project in Apache Netbeans9

I faced this exception when I create a new maven project in Apache Netbeans9, I'm using Java10. Here is the exception text: java.lang.IllegalArgumentException: Key contains code point U+0000 at java.prefs/java.util.prefs.AbstractPreferences.get(AbstractPreferences.java:296) at org.netbeans.modules.maven.queries.MavenFileOwnerQueryImpl.registerCoordinates(MavenFileOwnerQueryImpl.java:153) at org.netbeans.modules.maven.ProjectOpenedHookImpl.registerWithSubmodules(ProjectOpenedHookImpl.java:431) at org.netbeans.modules.maven.ProjectOpenedHookImpl.projectOpened(ProjectOpenedHookImpl.java:138) at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60) [catch] at…

VIEW QUESTION

laravel and apache mod_status

I have enabled Apache mod_status on my server: OS: centos 6 Server version: Apache/2.2.15 (Unix) php version 7.1 I get a 404 error page for example.com/server-status as i dont know how can i serv this route, with laravel(5.2) route api…

VIEW QUESTION

Apache – PHP memory handling

If a server receive multiple high memory consuming requests, the server will queue the requests or put all the requests in RAM causing problems to server. I understand that I can limit requests with 'memory_limit' in php.ini, but for example…

VIEW QUESTION
Back To Top
Search