You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Piviul <pi...@riminilug.it> on 2020/03/13 14:00:21 UTC

radius auth

Hi,
I would like to try to use radius auth but when I compile the module I 
get the following logs:
> [...]
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  11.623 s
> [INFO] Finished at: 2020-03-13T13:56:03Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs) on project guacamole-common: MavenReportException: Error while generating Javadoc: 
> [ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/6/docs/api/ are in the unnamed module.
> [ERROR] 
> [ERROR] Command line was: /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc @options @packages
> [ERROR] 
> [ERROR] Refer to the generated Javadoc files in '/root/guacamole-client-1.1.0/guacamole-common/target/apidocs' dir.
> [ERROR] 
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

I'm trying to compile it on a debian 10...

I forgot to install some packages? Do you know where's the problem can be?

Piviul

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: radius auth

Posted by Piviul <pi...@riminilug.it>.
Nick Couchman ha scritto il 17/03/20 alle 21:21:
> [...]
> Well, you're already recompiling it, so you'll end up with all of it 
> compiled by JDK8, anyway.  You shouldn't have to recompile guacd, but if 
> you're building the RADIUS module you're most likely building the whole 
> Guacamole Client.
ok, thank you very much.

Piviul

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: radius auth

Posted by Nick Couchman <vn...@apache.org>.
On Mon, Mar 16, 2020 at 6:05 AM Piviul <pi...@riminilug.it> wrote:

> Nick Couchman ha scritto il 14/03/20 alle 22:14:
> > I believe there maybe some known issues out there with Maven + OpenJDK
> > 11 + JavaDoc.  I've experienced this myself a few times and never quite
> > tracked down the cause or solution - I usually just end up installing
> > OpenJDK8 and switching over to that and all works well.
> if I install OpenJDK8 do you think I have to recompile guacamole or all
> should work in the same way substituting OpenJDK11 with OpenJDK8?
>
>
Well, you're already recompiling it, so you'll end up with all of it
compiled by JDK8, anyway.  You shouldn't have to recompile guacd, but if
you're building the RADIUS module you're most likely building the whole
Guacamole Client.

-Nick

Re: radius auth

Posted by Piviul <pi...@riminilug.it>.
Nick Couchman ha scritto il 14/03/20 alle 22:14:
> I believe there maybe some known issues out there with Maven + OpenJDK 
> 11 + JavaDoc.  I've experienced this myself a few times and never quite 
> tracked down the cause or solution - I usually just end up installing 
> OpenJDK8 and switching over to that and all works well.
if I install OpenJDK8 do you think I have to recompile guacamole or all 
should work in the same way substituting OpenJDK11 with OpenJDK8?

Piviul

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: radius auth

Posted by Nick Couchman <vn...@apache.org>.
On Fri, Mar 13, 2020 at 10:00 AM Piviul <pi...@riminilug.it> wrote:

> Hi,
> I would like to try to use radius auth but when I compile the module I
> get the following logs:
> > [...]
> > [INFO] BUILD FAILURE
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Total time:  11.623 s
> > [INFO] Finished at: 2020-03-13T13:56:03Z
> > [INFO]
> ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs)
> on project guacamole-common: MavenReportException: Error while generating
> Javadoc:
> > [ERROR] Exit code: 1 - javadoc: error - The code being documented uses
> modules but the packages defined in
> http://docs.oracle.com/javase/6/docs/api/ are in the unnamed module.
> > [ERROR]
> > [ERROR] Command line was: /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc
> @options @packages
> > [ERROR]
> > [ERROR] Refer to the generated Javadoc files in
> '/root/guacamole-client-1.1.0/guacamole-common/target/apidocs' dir.
> > [ERROR]
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> > [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>
>
I believe there maybe some known issues out there with Maven + OpenJDK 11 +
JavaDoc.  I've experienced this myself a few times and never quite tracked
down the cause or solution - I usually just end up installing OpenJDK8 and
switching over to that and all works well.

-Nick