[jira] [Updated] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-08 Thread Raju (JIRA)


 [ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raju updated DIRSTUDIO-1227:

Attachment: Mavaen_apachestuidio_build _MojoFailureException.log

> mvn clean install command throwing NPE 
> ---
>
> Key: DIRSTUDIO-1227
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1227
> Project: Directory Studio
>  Issue Type: Outage
>  Components: studio-rcp
>Affects Versions: 2.0.0-M14
> Environment: Windows 10
> java 1.8
> Maven 3.6
>Reporter: Raju
>Priority: Critical
> Fix For: 2.0.0-M15
>
> Attachments: Mavaen_apachestuidio_build _MojoFailureException.log, 
> image-2019-06-07-15-08-01-089.png, maven_studio_error.log, 
> maven_studio_error.log
>
>
> Hi Team,
> I am getting an error on an initial setup with the command 
> "{color:#24292e}mvn clean install{color}".  here is the error message. 
>  
> Steps to reproduce the issue is:
> Step 1 : Get the studio code form the repository. {color:#77}git{color} 
> {color:#77}clone{color} 
> {color:#77}https{color}{color:#77}:{color}{color:#66}//{color}{color:#77}gitbox{color}{color:#77}.{color}{color:#77}apache{color}{color:#77}.{color}{color:#77}org{color}{color:#66}/{color}{color:#77}repos{color}{color:#66}/{color}{color:#77}asf{color}{color:#66}/{color}{color:#77}directory{color}{color:#66}-{color}{color:#77}studio{color}{color:#77}.{color}{color:#77}git{color}
>   
> Step 2 : {{mvn -f pom-first.xml clean install}} . it was succesfull 
> Step 3 : {{mvn clean install, }} after down loading the few dependences I am 
> getting null pointer exception like blow
>  
>  
> [ERROR] Internal error: java.lang.NullPointerException -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: 
> java.lang.NullPointerException
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
> (Launcher.java:282)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
> (Launcher.java:225)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
> (Launcher.java:406)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main 
> (Launcher.java:347)
> Caused by: java.lang.NullPointerException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Commented] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-08 Thread Raju (JIRA)


[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859201#comment-16859201
 ] 

Raju commented on DIRSTUDIO-1227:
-

Hi Stefan,

 

Thanks for the quick response, seems you have committed the fix already.  now I 
came out of NPE. unfortunately, I am getting another error now I am attaching 
log file to trace the error more  and one more small request is thr any step by 
step user guide tp develop a custom plugin for apache studio directory 
[^Mavaen_apachestuidio_build _MojoFailureException.log]

 

Thanks for your time.

> mvn clean install command throwing NPE 
> ---
>
> Key: DIRSTUDIO-1227
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1227
> Project: Directory Studio
>  Issue Type: Outage
>  Components: studio-rcp
>Affects Versions: 2.0.0-M14
> Environment: Windows 10
> java 1.8
> Maven 3.6
>Reporter: Raju
>Priority: Critical
> Fix For: 2.0.0-M15
>
> Attachments: Mavaen_apachestuidio_build _MojoFailureException.log, 
> image-2019-06-07-15-08-01-089.png, maven_studio_error.log, 
> maven_studio_error.log
>
>
> Hi Team,
> I am getting an error on an initial setup with the command 
> "{color:#24292e}mvn clean install{color}".  here is the error message. 
>  
> Steps to reproduce the issue is:
> Step 1 : Get the studio code form the repository. {color:#77}git{color} 
> {color:#77}clone{color} 
> {color:#77}https{color}{color:#77}:{color}{color:#66}//{color}{color:#77}gitbox{color}{color:#77}.{color}{color:#77}apache{color}{color:#77}.{color}{color:#77}org{color}{color:#66}/{color}{color:#77}repos{color}{color:#66}/{color}{color:#77}asf{color}{color:#66}/{color}{color:#77}directory{color}{color:#66}-{color}{color:#77}studio{color}{color:#77}.{color}{color:#77}git{color}
>   
> Step 2 : {{mvn -f pom-first.xml clean install}} . it was succesfull 
> Step 3 : {{mvn clean install, }} after down loading the few dependences I am 
> getting null pointer exception like blow
>  
>  
> [ERROR] Internal error: java.lang.NullPointerException -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: 
> java.lang.NullPointerException
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
> (Launcher.java:282)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
> (Launcher.java:225)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
> (Launcher.java:406)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main 
> (Launcher.java:347)
> Caused by: java.lang.NullPointerException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Commented] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-08 Thread Stefan Seelmann (JIRA)


[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859200#comment-16859200
 ] 

Stefan Seelmann commented on DIRSTUDIO-1227:


I see. The master branch build is broken also on Jenkins 
(https://builds.apache.org/view/D/view/Directory/job/dir-studio/), problem is 
the it want to download Babel R0.15.1 from Eclipse which is no longer 
available. This is fixed in branch "remove-jndi-provider-and-jndi-layer" where 
the Eclipse dependencies are updated. I'll check this weekend if we can already 
merge that back into master.

> mvn clean install command throwing NPE 
> ---
>
> Key: DIRSTUDIO-1227
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1227
> Project: Directory Studio
>  Issue Type: Outage
>  Components: studio-rcp
>Affects Versions: 2.0.0-M14
> Environment: Windows 10
> java 1.8
> Maven 3.6
>Reporter: Raju
>Priority: Critical
> Fix For: 2.0.0-M15
>
> Attachments: image-2019-06-07-15-08-01-089.png, 
> maven_studio_error.log, maven_studio_error.log
>
>
> Hi Team,
> I am getting an error on an initial setup with the command 
> "{color:#24292e}mvn clean install{color}".  here is the error message. 
>  
> Steps to reproduce the issue is:
> Step 1 : Get the studio code form the repository. {color:#77}git{color} 
> {color:#77}clone{color} 
> {color:#77}https{color}{color:#77}:{color}{color:#66}//{color}{color:#77}gitbox{color}{color:#77}.{color}{color:#77}apache{color}{color:#77}.{color}{color:#77}org{color}{color:#66}/{color}{color:#77}repos{color}{color:#66}/{color}{color:#77}asf{color}{color:#66}/{color}{color:#77}directory{color}{color:#66}-{color}{color:#77}studio{color}{color:#77}.{color}{color:#77}git{color}
>   
> Step 2 : {{mvn -f pom-first.xml clean install}} . it was succesfull 
> Step 3 : {{mvn clean install, }} after down loading the few dependences I am 
> getting null pointer exception like blow
>  
>  
> [ERROR] Internal error: java.lang.NullPointerException -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: 
> java.lang.NullPointerException
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
> (Launcher.java:282)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
> (Launcher.java:225)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
> (Launcher.java:406)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main 
> (Launcher.java:347)
> Caused by: java.lang.NullPointerException



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Commented] (DIRSERVER-1794) Make the scripts in the 'bin' folder of the Archive distributions (zip & tar.gz) executable

2019-06-08 Thread Emmanuel Lecharny (JIRA)


[ 
https://issues.apache.org/jira/browse/DIRSERVER-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859138#comment-16859138
 ] 

Emmanuel Lecharny commented on DIRSERVER-1794:
--

The {{bon}} installer uses the {{createInstaller.sh}} script which calls {{tar 
czf ${tmpArchive} instance/* server/* sh/*}}.

I think it's enough to add the {{-p}} option in the command line to have the 
script keeping the execution flag:

{{tar -p czf ${tmpArchive} instance/* server/* sh/*}}

Will test that.

> Make the scripts in the 'bin' folder of the Archive distributions (zip & 
> tar.gz) executable
> ---
>
> Key: DIRSERVER-1794
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1794
> Project: Directory ApacheDS
>  Issue Type: Improvement
>  Components: installer
>Reporter: Pierre-Arnaud Marcelot
>Priority: Blocker
> Fix For: 2.0.0-RC1
>
>
> Make the scripts in the 'bin' folder of the Archive distributions (zip & 
> tar.gz) executable.
> This is an issue found by Felix during the release of ApacheDS 2.0.0-M10.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org