Coder Social home page Coder Social logo

openidentityplatform / openam Goto Github PK

View Code? Open in Web Editor NEW
737.0 40.0 148.0 428.07 MB

OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.

Home Page: https://www.openidentityplatform.org/openam

License: Other

Java 95.50% JavaScript 1.89% HTML 0.56% CSS 1.11% Groovy 0.01% Shell 0.06% Batchfile 0.03% XSLT 0.04% C 0.17% Makefile 0.01% Perl 0.03% C# 0.43% FreeMarker 0.03% Dockerfile 0.01% ASP.NET 0.06% Less 0.07%
openam sso oauth saml java cddl aaa authentication authorization accounting

openam's People

Contributors

aldaris avatar alinbrici46 avatar apforrest avatar austingene avatar briantestfr avatar craigmcdonnell avatar dave-luna avatar dgoldssfo avatar dhogan avatar dipu-seminlal avatar forgerock-chris avatar forgerockseanwork avatar guruallan avatar jacojooste avatar jakefeasel avatar jamesphillpotts-fr avatar jlemay86 avatar joebandenburg avatar jonathanforge avatar jonthomas108 avatar k-tamura avatar markcraig avatar markdr-fr avatar maximthomas avatar mrpotes avatar phillcunnington avatar richjriley avatar robert-wapshott avatar tony-bamford avatar vharseko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openam's Issues

Can not access realm scripts page

Describe the bug
After starting the Docker container (using the docker file provided in the repo), doing an openAM default configuration, we are unable to access the realm scripts page, (it shows nothing). We are unable to upload any OIDC claim groovy script.
We are also receiving two errors in the chrome console

Uncaught SyntaxError: Unexpected token <            backgrid-select-all-0.3.5-min.js?v=14.1.1:7
Uncaught TypeError: Cannot read property 'extend' of undefined      ThemeableSelectAllCell.js?v=14.1.1:38 

It happened with versions: 14.1.1, 14.1.2, 14.1.3 and 14.1.4
I need to use at least version 14.1.1

To Reproduce
Steps to reproduce the behavior:

  1. Start the docker image you provided (https://github.com/OpenIdentityPlatform/OpenAM/releases/tag/14.1.1)
  2. Do the default configuration
  3. Go to the upload scripts section

Expected behavior
Be able to click on the realm scripts link and upload an OIDC claim groovy script.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 14.04
  • Browser chrome, firefox
  • Version chrome: Version 63.0.3239.108 (Official Build) (64-bit), firefox: Version 46.0.1

I look forward to hearing from you.

Regards,
Samy

Saving Policy settings partially work

Describe the bug
Hi,

I have just tried the docker image with OpenAM 14.1.6 Build 99655c8 (2018-July-24 15:42). If I go to the Subject tab of a Policy, I instantly get a
"The "Not..." logical operator can only accept one child"
info message however the "All of..." item is selected. If I alter the configuration in any way and click Save changes, the page jumps back to the Resources tab and the changes are lost.
If I save the changes on any other tab, I also have to refresh the browser to get the settings back.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Authorization->Policy sets->Default policy set->Test policy'
  2. Click on 'Save changes'

Expected behavior
The settings are saved.

Screenshots
1-policy-settings-before-saved
2-policy-settings-after-save
3-policy-settings-after-reload
4-policy-subjects-after-reload

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser Firefox 61.0.1

Regards,
GΓ‘bor

missing dependency to guava

here's the error when tomcat starts:

Using CLASSPATH: /usr/java/apache-tomee-plus/bin/bootstrap.jar:/usr/java/apache-tomee-plus/bin/tomcat-juli.jar
java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap
at com.iplanet.am.util.SystemProperties.(SystemProperties.java:122)
at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:708)
at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1147)
at com.sun.identity.agents.arch.AgentConfiguration.(AgentConfiguration.java:1586)
at com.sun.identity.agents.arch.Manager.(Manager.java:675)
at com.sun.identity.agents.tomcat.v6.AmTomcatRealm.(AmTomcatRealm.java:67)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:117)
at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1253)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:182)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)

openam-clientsdk is not importing guava into shade plugin (it's commented out)

Creation of Authentication Module & Authorization Policies Need restart of OpenAM ?

After creating the Authentication Module , It was not listing under Modules and also Authentication chain is not listing the newly created module, Must restart the OpenAM Application Server to see it back in the Authentication Module Lists /Authentication chain drop down.

Also, If we try to create authorization Policies we are having this similar issue.

tomcat 8
JDK 8

Binary Build from Master Branch, Please advise

Build release/13.0.0

Hi There,

We would like to build release/13.0.0 , Could you please advise them how to overcome forgerock maven repo issues.

Also please provide the steps to build/compile the release/13.0.0 branch

Source code checked out from github using the below command,
git clone -b release/13.0.0 --recursive https://github.com/OpenIdentityPlatform/OpenAM.git

Please advise.

Thanks,

API rest to remove a group to a user

Hello,
I read the OpenAM documentation and I'm not seeing a way to remove a group to a user using the OpenAM Rest API.
Right now to remove a group we use this API: PUT /openam/json/{RealmName}/groups/{GroupName} removing the user in the uniqueMember list.
For example we have a group with the name mygroup that contains three users: [email protected], [email protected] and [email protected].
And we want to remove the user [email protected] of the group mygroup,
to do it we execute this API:

curl -X "PUT" "https://mydomain.com/openam/json/myrealm/groups/mygroup" \
     -H 'Content-Type: application/json' \
     -H 'iplanetDirectoryPro: ...' \
     -d $'{
  "_id": "mygroup",
  "_rev": "-243248344",
  "uniqueMember": [
    "[email protected],ou=people,dc=openam,dc=forgerock,dc=org",
    "[email protected],ou=people,dc=openam,dc=forgerock,dc=org"
  ]
}'

As you can see we remove the user [email protected] from the list uniqueMember .

But this is not ideal, because we have to load all the users (that belong to a group) into memory (and if we have a lot of users this could generate a bad performance in the API and also the service that is calling this API could consume a lot of memory RAM) and then remove the user in the list uniqueMember.
This approach also could generate a race condition for example: if two processes are trying to delete different users at the same time then one process can override the uniqueMember when invokes the API PUT /openam/json/{RealmName}/groups/{GroupName} .

Do you know if there is a better way to remove a group to a user? (I mean, for a specific user X I want to delete the group G, maybe an API that takes two parameters the username and the group and remove the user of the group ?)

Regards,
MartΓ­n.

ssoadm create-realm

Describe the bug
When calling "ssoadm create-realm" with all the appropriate arguments the command fails about halfway through creating the realm. The realm is created and is viewable in the GUI but none of the underlying structure is there. No Authentication modules or datastores.

To Reproduce
Steps to reproduce the behavior:

  1. Install OpenAM 14.2.2
  2. Perform default configuration or any configuration.
  3. Install AdminTools using "setup"
  4. Create pwd.txt file with the amadmin password in it.
  5. Run "ssoadm create-realm -e "test" -u amadmin -f /path/to/pwd.txt

Expected behavior
This command should create a default realm and populate authentication modules and datastores as inherited from the parent realm.

Screenshots
Exception in thread "main" com.google.inject.ConfigurationException: Guice configuration errors:

  1. No implementation for org.forgerock.openam.notifications.NotificationBroker annotated with interface org.forgerock.openam.notifications.LocalOnly was bound.
    while locating org.forgerock.openam.notifications.NotificationBroker annotated with interface org.forgerock.openam.notifications.LocalOnly

1 error
at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:1004)
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1009)
at org.forgerock.guice.core.InjectorHolder.getInstance(InjectorHolder.java:99)
at com.sun.identity.idm.plugins.internal.AgentsRepo.(AgentsRepo.java:184)
at com.sun.identity.sm.OrganizationConfigManager.createSubOrganization(OrganizationConfigManager.java:341)
at com.sun.identity.cli.realm.CreateRealm.handleRequest(CreateRealm.java:86)
at com.sun.identity.cli.SubCommand.execute(SubCommand.java:296)
at com.sun.identity.cli.CLIRequest.process(CLIRequest.java:217)
at com.sun.identity.cli.CLIRequest.process(CLIRequest.java:139)
at com.sun.identity.cli.CommandManager.serviceRequestQueue(CommandManager.java:581)
at com.sun.identity.cli.CommandManager.(CommandManager.java:178)
at com.sun.identity.cli.CommandManager.main(CommandManager.java:155)

Desktop (please complete the following information):

  • OS: Windows and Linux container at least

Additional context
Add any other context about the problem here.

Jenkins cannot build from source

If I use Jenkins to build OpenAM it fails, being unable to download (instead of building) org.forgerock:forgerock-build-tools:jar:1.0.3

If I run the commands on the jenkins server manually it builds fine and I can then run the jenkins job (as it then in the local repo)

[EnvInject] - Loading node environment variables.
Building remotely on RHEL7 Build Node in workspace /apps/was/jenkins/workspace/Compile_OpenAM_Test
[Compile_OpenAM_Test] $ /bin/sh -xe /tmp/hudson8397939736302624502.sh
++ pwd

  • JENKINS_DIR=/apps/was/jenkins/workspace/Compile_OpenAM_Test
  • export PATH=/apps/was/git/bin:/usr/local/bin:/usr/bin
  • PATH=/apps/was/git/bin:/usr/local/bin:/usr/bin
  • rm -rf '*'
  • git clone --recursive https://github.com/OpenIdentityPlatform/OpenAM.git -b 14.1.5
    Cloning into 'OpenAM'...
    Note: checking out 'ed80fd4f3241d26ddecff4b98bd839c7a6a0e815'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b

Checking out files: 56% (7855/14003)
Checking out files: 57% (7982/14003)
Checking out files: 58% (8122/14003)
Checking out files: 59% (8262/14003)
Checking out files: 60% (8402/14003)
Checking out files: 61% (8542/14003)
Checking out files: 62% (8682/14003)
Checking out files: 63% (8822/14003)
Checking out files: 64% (8962/14003)
Checking out files: 65% (9102/14003)
Checking out files: 66% (9242/14003)
Checking out files: 67% (9383/14003)
Checking out files: 68% (9523/14003)
Checking out files: 69% (9663/14003)
Checking out files: 70% (9803/14003)
Checking out files: 71% (9943/14003)
Checking out files: 72% (10083/14003)
Checking out files: 73% (10223/14003)
Checking out files: 74% (10363/14003)
Checking out files: 75% (10503/14003)
Checking out files: 76% (10643/14003)
Checking out files: 77% (10783/14003)
Checking out files: 78% (10923/14003)
Checking out files: 79% (11063/14003)
Checking out files: 80% (11203/14003)
Checking out files: 81% (11343/14003)
Checking out files: 82% (11483/14003)
Checking out files: 83% (11623/14003)
Checking out files: 84% (11763/14003)
Checking out files: 85% (11903/14003)
Checking out files: 86% (12043/14003)
Checking out files: 87% (12183/14003)
Checking out files: 88% (12323/14003)
Checking out files: 89% (12463/14003)
Checking out files: 90% (12603/14003)
Checking out files: 91% (12743/14003)
Checking out files: 92% (12883/14003)
Checking out files: 93% (13023/14003)
Checking out files: 94% (13163/14003)
Checking out files: 95% (13303/14003)
Checking out files: 96% (13443/14003)
Checking out files: 97% (13583/14003)
Checking out files: 98% (13723/14003)
Checking out files: 99% (13863/14003)
Checking out files: 100% (14003/14003)
Checking out files: 100% (14003/14003), done.
Submodule 'OpenDJ' (https://github.com/OpenIdentityPlatform/OpenDJ.git) registered for path 'OpenDJ'
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ'...
Submodule path 'OpenDJ': checked out 'fec67fa7927fa3d0f3e69ad389d7dd7134446230'
Submodule 'forgerock-parent' (https://github.com/OpenIdentityPlatform/forgerock-parent.git) registered for path 'OpenDJ/forgerock-parent'
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent'...
Submodule path 'OpenDJ/forgerock-parent': checked out '438972a3cfe3613a168e85dbb21824f678e8bee8'
Submodule 'forgerock-bloomfilter' (https://github.com/OpenIdentityPlatform/forgerock-bloomfilter.git) registered for path 'OpenDJ/forgerock-parent/forgerock-bloomfilter'
Submodule 'forgerock-bom' (https://github.com/OpenIdentityPlatform/forgerock-bom.git) registered for path 'OpenDJ/forgerock-parent/forgerock-bom'
Submodule 'forgerock-build-tools' (https://github.com/OpenIdentityPlatform/forgerock-build-tools.git) registered for path 'OpenDJ/forgerock-parent/forgerock-build-tools'
Submodule 'forgerock-commons' (https://github.com/OpenIdentityPlatform/forgerock-commons.git) registered for path 'OpenDJ/forgerock-parent/forgerock-commons'
Submodule 'forgerock-guice' (https://github.com/OpenIdentityPlatform/forgerock-guice.git) registered for path 'OpenDJ/forgerock-parent/forgerock-guice'
Submodule 'forgerock-i18n-framework' (https://github.com/OpenIdentityPlatform/forgerock-i18n-framework.git) registered for path 'OpenDJ/forgerock-parent/forgerock-i18n-framework'
Submodule 'forgerock-persistit' (https://github.com/OpenIdentityPlatform/forgerock-persistit.git) registered for path 'OpenDJ/forgerock-parent/forgerock-persistit'
Submodule 'forgerock-ui' (https://github.com/OpenIdentityPlatform/forgerock-ui.git) registered for path 'OpenDJ/forgerock-parent/forgerock-ui'
Submodule 'maven-external-dependency-plugin' (https://github.com/openam-org-ru/maven-external-dependency-plugin.git) registered for path 'OpenDJ/forgerock-parent/maven-external-dependency-plugin'
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-bloomfilter'...
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-bom'...
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-build-tools'...
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-commons'...
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-guice'...
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-i18n-framework'...
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-persistit'...
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-ui'...
Cloning into '/apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/maven-external-dependency-plugin'...
Submodule path 'OpenDJ/forgerock-parent/forgerock-bloomfilter': checked out 'a904887b3b6c05d487a57e690db0d0082665609d'
Submodule path 'OpenDJ/forgerock-parent/forgerock-bom': checked out 'c44117234b3fb642fe9a16473d36933b1db6bba7'
Submodule path 'OpenDJ/forgerock-parent/forgerock-build-tools': checked out '41498c17a771c4c4674904a1444b317d7966336c'
Submodule path 'OpenDJ/forgerock-parent/forgerock-commons': checked out '7893ea2b4c9471ecf6e3578abd7efc1b893f2405'
Submodule path 'OpenDJ/forgerock-parent/forgerock-guice': checked out '41dd0860f7ab0f804222750025934bc471bb495e'
Submodule path 'OpenDJ/forgerock-parent/forgerock-i18n-framework': checked out '87482e9b76bf7ded75265dd5c202ebafcd161696'
Submodule path 'OpenDJ/forgerock-parent/forgerock-persistit': checked out '021f91c09eba515de8a4f41983842f78ca02de47'
Submodule path 'OpenDJ/forgerock-parent/forgerock-ui': checked out '8af40a30126bff603571749c545f1325a582872d'
Submodule path 'OpenDJ/forgerock-parent/maven-external-dependency-plugin': checked out '8cdb07898d994a0f9b9c4c6eeb8fd40db643277b'

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ftp/1.0-beta-6/wagon-ftp-1.0-beta-6.pom (2.6 kB at 3.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Progress (1): 1.8/2.1 kB
Progress (1): 2.1 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom (2.1 kB at 39 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/2.0/commons-net-2.0.pom
Progress (1): 1.8/7.7 kB
Progress (1): 4.6/7.7 kB
Progress (1): 7.3/7.7 kB
Progress (1): 7.7 kB

Downloaded from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/2.0/commons-net-2.0.pom (7.7 kB at 121 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ftp/1.0-beta-6/wagon-ftp-1.0-beta-6.jar
Downloading from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/2.0/commons-net-2.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.jar
Progress (1): 2.2/15 kB
Progress (1): 5.0/15 kB
Progress (1): 7.7/15 kB
Progress (1): 11/15 kB
Progress (1): 13/15 kB
Progress (1): 15 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ftp/1.0-beta-6/wagon-ftp-1.0-beta-6.jar (15 kB at 231 kB/s)
Progress (1): 2.2/197 kB
Progress (1): 5.0/197 kB
Progress (1): 7.7/197 kB
Progress (1): 10/197 kB
Progress (1): 13/197 kB
Progress (2): 13/197 kB | 2.2/190 kB
Progress (2): 13/197 kB | 5.0/190 kB
Progress (2): 13/197 kB | 7.7/190 kB
Progress (2): 13/197 kB | 10/190 kB
Progress (2): 13/197 kB | 13/190 kB
Progress (2): 16/197 kB | 13/190 kB
Progress (2): 19/197 kB | 13/190 kB
Progress (2): 21/197 kB | 13/190 kB
Progress (2): 24/197 kB | 13/190 kB
Progress (2): 27/197 kB | 13/190 kB
Progress (2): 30/197 kB | 13/190 kB
Progress (2): 32/197 kB | 13/190 kB
Progress (2): 32/197 kB | 16/190 kB
Progress (2): 32/197 kB | 19/190 kB
Progress (2): 32/197 kB | 21/190 kB
Progress (2): 32/197 kB | 24/190 kB
Progress (2): 32/197 kB | 27/190 kB
Progress (2): 36/197 kB | 27/190 kB
Progress (2): 40/197 kB | 27/190 kB
Progress (2): 45/197 kB | 27/190 kB
Progress (2): 49/197 kB | 27/190 kB
Progress (2): 49/197 kB | 30/190 kB
Progress (2): 49/197 kB | 32/190 kB
Progress (2): 53/197 kB | 32/190 kB
Progress (2): 57/197 kB | 32/190 kB
Progress (2): 61/197 kB | 32/190 kB
Progress (2): 65/197 kB | 32/190 kB
Progress (2): 69/197 kB | 32/190 kB
Progress (2): 73/197 kB | 32/190 kB
Progress (2): 77/197 kB | 32/190 kB
Progress (2): 81/197 kB | 32/190 kB
Progress (2): 81/197 kB | 36/190 kB
Progress (2): 81/197 kB | 40/190 kB
Progress (2): 81/197 kB | 45/190 kB
Progress (2): 81/197 kB | 49/190 kB
Progress (2): 85/197 kB | 49/190 kB
Progress (2): 90/197 kB | 49/190 kB
Progress (2): 94/197 kB | 49/190 kB
Progress (2): 98/197 kB | 49/190 kB
Progress (2): 98/197 kB | 53/190 kB
Progress (2): 98/197 kB | 57/190 kB
Progress (2): 98/197 kB | 61/190 kB
Progress (2): 98/197 kB | 65/190 kB
Progress (2): 102/197 kB | 65/190 kB
Progress (2): 106/197 kB | 65/190 kB
Progress (2): 110/197 kB | 65/190 kB
Progress (2): 114/197 kB | 65/190 kB
Progress (2): 118/197 kB | 65/190 kB
Progress (2): 122/197 kB | 65/190 kB
Progress (2): 126/197 kB | 65/190 kB
Progress (2): 131/197 kB | 65/190 kB
Progress (2): 131/197 kB | 69/190 kB
Progress (2): 131/197 kB | 73/190 kB
Progress (2): 131/197 kB | 77/190 kB
Progress (2): 131/197 kB | 81/190 kB
Progress (2): 131/197 kB | 85/190 kB
Progress (2): 131/197 kB | 90/190 kB
Progress (2): 131/197 kB | 94/190 kB
Progress (2): 131/197 kB | 98/190 kB
Progress (2): 135/197 kB | 98/190 kB
Progress (2): 139/197 kB | 98/190 kB
Progress (2): 143/197 kB | 98/190 kB
Progress (2): 147/197 kB | 98/190 kB
Progress (2): 151/197 kB | 98/190 kB
Progress (2): 155/197 kB | 98/190 kB
Progress (2): 159/197 kB | 98/190 kB
Progress (2): 163/197 kB | 98/190 kB
Progress (2): 167/197 kB | 98/190 kB
Progress (2): 171/197 kB | 98/190 kB
Progress (2): 176/197 kB | 98/190 kB
Progress (2): 180/197 kB | 98/190 kB
Progress (2): 180/197 kB | 102/190 kB
Progress (2): 180/197 kB | 106/190 kB
Progress (2): 180/197 kB | 110/190 kB
Progress (2): 180/197 kB | 114/190 kB
Progress (2): 180/197 kB | 118/190 kB
Progress (2): 180/197 kB | 122/190 kB
Progress (2): 180/197 kB | 126/190 kB
Progress (2): 180/197 kB | 131/190 kB
Progress (2): 180/197 kB | 135/190 kB
Progress (2): 180/197 kB | 139/190 kB
Progress (2): 180/197 kB | 143/190 kB
Progress (2): 180/197 kB | 147/190 kB
Progress (2): 184/197 kB | 147/190 kB
Progress (2): 188/197 kB | 147/190 kB
Progress (2): 192/197 kB | 147/190 kB
Progress (2): 196/197 kB | 147/190 kB
Progress (2): 197 kB | 147/190 kB
Progress (2): 197 kB | 151/190 kB
Progress (2): 197 kB | 155/190 kB
Progress (2): 197 kB | 159/190 kB
Progress (2): 197 kB | 163/190 kB
Progress (2): 197 kB | 167/190 kB
Progress (2): 197 kB | 171/190 kB
Progress (2): 197 kB | 176/190 kB
Progress (2): 197 kB | 180/190 kB
Progress (2): 197 kB | 184/190 kB
Progress (2): 197 kB | 188/190 kB
Progress (2): 197 kB | 190 kB

Downloaded from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/2.0/commons-net-2.0.jar (197 kB at 938 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.jar (190 kB at 869 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.2/wagon-ssh-2.2.pom
Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.2/wagon-ssh-2.2.pom (5.9 kB at 111 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.2/wagon-providers-2.2.pom
Progress (1): 2.2/2.8 kB
Progress (1): 2.8 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.2/wagon-providers-2.2.pom (2.8 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Progress (1): 2.2/16 kB
Progress (1): 5.0/16 kB
Progress (1): 7.8/16 kB
Progress (1): 11/16 kB
Progress (1): 13/16 kB
Progress (1): 16/16 kB
Progress (1): 16 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 309 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom
Progress (1): 2.2/3.4 kB
Progress (1): 3.4 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (3.4 kB at 65 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.2/wagon-ssh-common-2.2.pom
Progress (1): 1.8 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.2/wagon-ssh-common-2.2.pom (1.8 kB at 36 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
Progress (1): 726 B

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Progress (1): 1.1 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Progress (1): 2.2/2.4 kB
Progress (1): 2.4 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 47 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Progress (1): 1.7 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.2/wagon-ssh-2.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.2/wagon-ssh-common-2.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Progress (1): 2.2/29 kB
Progress (1): 5.0/29 kB
Progress (1): 7.7/29 kB
Progress (1): 10/29 kB
Progress (1): 13/29 kB
Progress (1): 16/29 kB
Progress (1): 19/29 kB
Progress (2): 19/29 kB | 2.2/214 kB
Progress (2): 19/29 kB | 5.0/214 kB
Progress (2): 19/29 kB | 7.7/214 kB
Progress (2): 19/29 kB | 10/214 kB
Progress (2): 19/29 kB | 13/214 kB
Progress (2): 19/29 kB | 16/214 kB
Progress (2): 19/29 kB | 19/214 kB
Progress (3): 19/29 kB | 19/214 kB | 2.2/25 kB
Progress (3): 19/29 kB | 19/214 kB | 5.0/25 kB
Progress (3): 19/29 kB | 19/214 kB | 7.7/25 kB
Progress (3): 21/29 kB | 19/214 kB | 7.7/25 kB
Progress (3): 24/29 kB | 19/214 kB | 7.7/25 kB
Progress (3): 27/29 kB | 19/214 kB | 7.7/25 kB
Progress (3): 29 kB | 19/214 kB | 7.7/25 kB
Progress (3): 29 kB | 19/214 kB | 10/25 kB
Progress (3): 29 kB | 19/214 kB | 13/25 kB
Progress (3): 29 kB | 21/214 kB | 13/25 kB
Progress (3): 29 kB | 24/214 kB | 13/25 kB
Progress (3): 29 kB | 27/214 kB | 13/25 kB
Progress (3): 29 kB | 30/214 kB | 13/25 kB
Progress (3): 29 kB | 32/214 kB | 13/25 kB
Progress (3): 29 kB | 36/214 kB | 13/25 kB
Progress (3): 29 kB | 40/214 kB | 13/25 kB
Progress (3): 29 kB | 45/214 kB | 13/25 kB
Progress (3): 29 kB | 45/214 kB | 16/25 kB
Progress (3): 29 kB | 49/214 kB | 16/25 kB
Progress (3): 29 kB | 53/214 kB | 16/25 kB
Progress (3): 29 kB | 57/214 kB | 16/25 kB
Progress (3): 29 kB | 61/214 kB | 16/25 kB
Progress (3): 29 kB | 65/214 kB | 16/25 kB
Progress (3): 29 kB | 69/214 kB | 16/25 kB
Progress (3): 29 kB | 73/214 kB | 16/25 kB
Progress (3): 29 kB | 77/214 kB | 16/25 kB
Progress (3): 29 kB | 81/214 kB | 16/25 kB
Progress (3): 29 kB | 85/214 kB | 16/25 kB
Progress (3): 29 kB | 90/214 kB | 16/25 kB
Progress (3): 29 kB | 94/214 kB | 16/25 kB
Progress (3): 29 kB | 98/214 kB | 16/25 kB
Progress (3): 29 kB | 102/214 kB | 16/25 kB
Progress (3): 29 kB | 106/214 kB | 16/25 kB
Progress (3): 29 kB | 110/214 kB | 16/25 kB
Progress (3): 29 kB | 114/214 kB | 16/25 kB
Progress (3): 29 kB | 114/214 kB | 19/25 kB
Progress (3): 29 kB | 114/214 kB | 21/25 kB
Progress (3): 29 kB | 114/214 kB | 24/25 kB
Progress (3): 29 kB | 114/214 kB | 25 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.2/wagon-ssh-2.2.jar (29 kB at 379 kB/s)
Progress (2): 118/214 kB | 25 kB
Progress (2): 122/214 kB | 25 kB
Progress (2): 126/214 kB | 25 kB
Progress (2): 131/214 kB | 25 kB
Progress (2): 135/214 kB | 25 kB
Progress (2): 139/214 kB | 25 kB
Progress (2): 143/214 kB | 25 kB
Progress (2): 147/214 kB | 25 kB
Progress (2): 151/214 kB | 25 kB
Progress (2): 155/214 kB | 25 kB
Progress (2): 159/214 kB | 25 kB
Progress (2): 163/214 kB | 25 kB
Progress (2): 167/214 kB | 25 kB
Progress (2): 171/214 kB | 25 kB
Progress (2): 176/214 kB | 25 kB
Progress (2): 180/214 kB | 25 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.2/wagon-ssh-common-2.2.jar (25 kB at 239 kB/s)
Progress (1): 184/214 kB
Progress (1): 188/214 kB
Progress (1): 192/214 kB
Progress (1): 196/214 kB
Progress (1): 200/214 kB
Progress (1): 204/214 kB
Progress (1): 208/214 kB
Progress (1): 212/214 kB
Progress (1): 214 kB
Progress (2): 214 kB | 2.2/12 kB
Progress (2): 214 kB | 5.0/12 kB
Progress (2): 214 kB | 7.7/12 kB
Progress (2): 214 kB | 10/12 kB
Progress (2): 214 kB | 12 kB
Progress (3): 214 kB | 12 kB | 2.2/53 kB
Progress (3): 214 kB | 12 kB | 5.0/53 kB
Progress (3): 214 kB | 12 kB | 7.7/53 kB
Progress (3): 214 kB | 12 kB | 10/53 kB
Progress (3): 214 kB | 12 kB | 13/53 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (214 kB at 1.5 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 80 kB/s)
Progress (1): 16/53 kB
Progress (1): 19/53 kB
Progress (1): 21/53 kB
Progress (1): 24/53 kB
Progress (1): 27/53 kB
Progress (1): 30/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 45/53 kB
Progress (1): 49/53 kB
Progress (1): 53 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 256 kB/s)
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.savage7.maven.plugins:maven-external-dependency-plugin:maven-plugin:0.6-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-plugin-plugin is missing. @ line 83, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 96, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-site-plugin is missing. @ line 88, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.forgerock.commons:forgerock-jaspi-functional-tests:jar:21.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for com.google.code.findbugs:jsr305:jar is either LATEST or RELEASE (both of them are being deprecated) @ org.forgerock.commons:forgerock-jaspi-functional-tests:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-commons/auth-filters/forgerock-authn-filter/forgerock-jaspi-functional-tests/pom.xml, line 145, column 16
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.openidentityplatform.commons:httpdump:jar:21.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for junit:junit:jar is either LATEST or RELEASE (both of them are being deprecated) @ org.openidentityplatform.commons:httpdump:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-commons/httpdump/pom.xml, line 39, column 13
[WARNING] 'dependencies.dependency.version' for org.apache.commons:commons-lang3:jar is either LATEST or RELEASE (both of them are being deprecated) @ org.openidentityplatform.commons:httpdump:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-commons/httpdump/pom.xml, line 45, column 13
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.openidentityplatform.commons:geo:jar:21.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for junit:junit:jar is either LATEST or RELEASE (both of them are being deprecated) @ org.openidentityplatform.commons:geo:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-commons/geo/pom.xml, line 36, column 13
[WARNING] 'dependencies.dependency.version' for com.maxmind.geoip:geoip-api:jar is either LATEST or RELEASE (both of them are being deprecated) @ org.openidentityplatform.commons:geo:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-commons/geo/pom.xml, line 42, column 13
[WARNING] 'dependencies.dependency.version' for net.sf.ehcache:ehcache-core:jar is either LATEST or RELEASE (both of them are being deprecated) @ org.openidentityplatform.commons:geo:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-commons/geo/pom.xml, line 47, column 13
[WARNING] 'dependencies.dependency.version' for org.apache.commons:commons-lang3:jar is either LATEST or RELEASE (both of them are being deprecated) @ org.openidentityplatform.commons:geo:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-commons/geo/pom.xml, line 53, column 13
[WARNING] 'dependencies.dependency.version' for commons-io:commons-io:jar is either LATEST or RELEASE (both of them are being deprecated) @ org.openidentityplatform.commons:geo:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-commons/geo/pom.xml, line 58, column 13
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.forgerock.commons:script-javascript:bundle:3.0.3
[WARNING] 'dependencies.dependency.systemPath' for org.eclipse.wst.jsdt.debug:rhino.debugger:jar should not point at files within the project directory, ${project.basedir}/ext/org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.600.v201604292217.jar will be unresolvable by dependent projects @ org.forgerock.commons:script-javascript:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-script/script-javascript/pom.xml, line 76, column 25
[WARNING] 'dependencies.dependency.systemPath' for org.eclipse.wst.jsdt.debug:transport:jar should not point at files within the project directory, ${project.basedir}/ext/org.eclipse.wst.jsdt.debug.transport_1.0.300.v201502261613.jar will be unresolvable by dependent projects @ org.forgerock.commons:script-javascript:[unknown-version], /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-script/script-javascript/pom.xml, line 84, column 25
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[WARNING] The project org.forgerock.commons:forgerock-bom:pom:4.1.1 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.forgerock:forgerock-parent:pom:2.0.6 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.forgerock.commons:commons-parent:pom:21.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Maven External Dependency Plugin
[INFO] ForgeRock Bill Of Materials
[INFO] ForgeRock Parent
[INFO] ForgeRock Common Maven Build Tools
[INFO] ForgeRock I18N Framework
[INFO] ForgeRock I18N Maven Plugin
[INFO] ForgeRock I18N Core
[INFO] ForgeRock I18N Java Logging Support
[INFO] ForgeRock I18N SLF4J Support
[INFO] ForgeRock Guice Library
[INFO] ForgeRock Guice Core
[INFO] ForgeRock Guice Servlet
[INFO] ForgeRock Guice Test
[INFO] Forgerock Web UI
[INFO] Forgerock Web UI Commons
[INFO] Forgerock Web UI User
[INFO] ForgeRock UI Mock
[INFO] ForgeRock Bill Of Materials
[INFO] ForgeRock Commons Parent
[INFO] ForgeRock Utility Classes Parent
[INFO] ForgeRock Utility Classes
[INFO] ForgeRock Utils test utilities
[INFO] Commons HTTP Framework
[INFO] HTTP Core library
[INFO] ForgeRock REST libraries
[INFO] API Descriptor
[INFO] JSON Resource core library
[INFO] Forgerock Commons - Security
[INFO] HTTP Apache HttpClient(s) base
[INFO] HTTP Apache HttpClient integration
[INFO] CHF Bindings Test Utilities
[INFO] HTTP Servlet integration library
[INFO] HTTP Apache Async HttpClient integration
[INFO] JSON Resource HTTP binding
[INFO] Commons - ForgeRock Audit Framework
[INFO] Commons - ForgeRock Audit Framework Core
[INFO] Commons - ForgeRock Audit Json Support
[INFO] Commons - ForgeRock Audit CSV Event Handler
[INFO] Commons - ForgeRock Audit Syslog Event Handler
[INFO] Commons - ForgeRock Audit JDBC Event Handler
[INFO] Commons - ForgeRock Audit Elasticsearch Event Handler
[INFO] Commons - ForgeRock Audit JMS Event Handler
[INFO] Commons - ForgeRock Audit Framework Servlet
[INFO] Commons - ForgeRock Audit JSON Event Handler
[INFO] Commons - ForgeRock Audit Splunk Event Handler
[INFO] ForgeRock Auth Filters
[INFO] ForgeRock Authentication Filter
[INFO] ForgeRock JASPI (JSR-196) Runtime
[INFO] JSON Web Token
[INFO] ForgeRock JASPI (JSR-196) Authentication Modules
[INFO] ForgeRock JASPI (JSR-196) JWT Session Module
[INFO] ForgeRock JASPI (JSR-196) OpenID Connect Authentication Module
[INFO] ForgeRock JASPI (JSR-196) IWA Module
[INFO] ForgeRock JASPI (JSR-196) OpenAM Session Module
[INFO] ForgeRock JASPI (JSR-196) Functional Tests
[INFO] ForgeRock Authorization Filter Parent
[INFO] Authorization Framework API
[INFO] Authorization Framework
[INFO] ForgeRock Authorization Filter Modules
[INFO] ForgeRock Authorization Filter OAuth2 Module
[INFO] Authorization Framework Functional Tests
[INFO] HTTP Grizzly integration library
[INFO] HTTP Examples
[INFO] http-descriptor-example
[INFO] HTTP Servlet integration example
[INFO] HTTP OAuth 2.0 Support
[INFO] JSON Crypto libraries
[INFO] JSON Crypto core library
[INFO] JSON Crypto command line tool
[INFO] JSON Reference libraries
[INFO] JSON Reference core library
[INFO] JSON Reference Jackson binding
[INFO] JSON Schema libraries
[INFO] JSON Schema Draft-04 validator
[INFO] JSON Schema Draft-04 validator command line tool
[INFO] Common ForgeRock REST DocBook Sources
[INFO] OpenAPI WAR Overlay
[INFO] JSON Resource examples
[INFO] Commons Self Service Framework
[INFO] Self Service Core
[INFO] A Custom Stage Bundle
[INFO] Self Service Stages
[INFO] Self Service Json Config
[INFO] ForgeRock UI for ForgeRock Self-Service Example
[INFO] Self Service Examples
[INFO] JSON Fluent
[INFO] ForgeRock Doc Build Maven Plugin
[INFO] ForgeRock Documentation Default Branding
[INFO] ForgeRock Common Documentation Content
[INFO] XCite Maven Plugin
[INFO] ForgeRock OSGi Launcher Parent
[INFO] ForgeRock OSGi Launcher Main
[INFO] ForgeRock OSGi Launcher Zip
[INFO] org.openidentityplatform.commons.geo
[INFO] org.openidentityplatform.commons.httpdump
[INFO] ForgeRock Bloom Filters
[INFO] forgerock-bloomfilter-core
[INFO] forgerock-bloomfilter-monitoring
[INFO] ForgeRock Persistit
[INFO] forgerock-persistit-core
[INFO] forgerock-persistit-ui
[INFO] ForgeRock Script Parent
[INFO] ForgeRock Script Common
[INFO] ForgeRock Script - JavaScript
[INFO] ForgeRock Script - Groovy
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven External Dependency Plugin 0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB
Progress (1): 12 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom (12 kB at 222 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar
Progress (1): 4.1/48 kB
Progress (1): 7.7/48 kB
Progress (1): 12/48 kB
Progress (1): 16/48 kB
Progress (1): 20/48 kB
Progress (1): 24/48 kB
Progress (1): 28/48 kB
Progress (1): 32/48 kB
Progress (1): 36/48 kB
Progress (1): 40/48 kB
Progress (1): 45/48 kB
Progress (1): 48 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar (48 kB at 771 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom (5.0 kB at 98 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
Progress (1): 2.2/12 kB
Progress (1): 5.0/12 kB
Progress (1): 7.8/12 kB
Progress (1): 11/12 kB
Progress (1): 12 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 222 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.3/maven-deploy-plugin-2.3.pom
Progress (1): 2.0 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.3/maven-deploy-plugin-2.3.pom (2.0 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/7/maven-plugins-7.pom
Progress (1): 2.2/13 kB
Progress (1): 5.0/13 kB
Progress (1): 7.8/13 kB
Progress (1): 11/13 kB
Progress (1): 13/13 kB
Progress (1): 13 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/7/maven-plugins-7.pom (13 kB at 251 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-surrogate-parent/5/maven-plugin-surrogate-parent-5.pom
Progress (1): 2.2/11 kB
Progress (1): 5.0/11 kB
Progress (1): 7.8/11 kB
Progress (1): 11/11 kB
Progress (1): 11 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-surrogate-parent/5/maven-plugin-surrogate-parent-5.pom (11 kB at 206 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.pom
Progress (1): 2.2/5.4 kB
Progress (1): 5.0/5.4 kB
Progress (1): 5.4 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.pom (5.4 kB at 103 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.pom
Progress (1): 2.2/5.9 kB
Progress (1): 5.0/5.9 kB
Progress (1): 5.9 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.pom (5.9 kB at 112 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.pom
Progress (1): 2.2/6.3 kB
Progress (1): 5.0/6.3 kB
Progress (1): 6.3 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.pom (6.3 kB at 117 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.23/jsch-0.1.23.pom
Progress (1): 485 B

Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.23/jsch-0.1.23.pom (485 B at 9.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.1/plexus-archiver-1.1.pom
Progress (1): 2.0 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.1/plexus-archiver-1.1.pom (2.0 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.3/maven-deploy-plugin-2.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0/maven-core-2.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar
Progress (1): 2.2/5.9 kB
Progress (1): 5.0/5.9 kB
Progress (1): 5.9 kB
Progress (2): 5.9 kB | 2.2/18 kB
Progress (2): 5.9 kB | 5.0/18 kB
Progress (3): 5.9 kB | 5.0/18 kB | 2.2/136 kB
Progress (3): 5.9 kB | 7.7/18 kB | 2.2/136 kB
Progress (3): 5.9 kB | 7.7/18 kB | 5.0/136 kB
Progress (3): 5.9 kB | 10/18 kB | 5.0/136 kB
Progress (3): 5.9 kB | 13/18 kB | 5.0/136 kB
Progress (3): 5.9 kB | 16/18 kB | 5.0/136 kB
Progress (3): 5.9 kB | 18 kB | 5.0/136 kB
Progress (3): 5.9 kB | 18 kB | 7.7/136 kB
Progress (3): 5.9 kB | 18 kB | 10/136 kB
Progress (3): 5.9 kB | 18 kB | 13/136 kB
Progress (3): 5.9 kB | 18 kB | 16/136 kB
Progress (4): 5.9 kB | 18 kB | 16/136 kB | 2.2/23 kB
Progress (4): 5.9 kB | 18 kB | 19/136 kB | 2.2/23 kB
Progress (4): 5.9 kB | 18 kB | 19/136 kB | 5.0/23 kB
Progress (4): 5.9 kB | 18 kB | 19/136 kB | 7.7/23 kB
Progress (4): 5.9 kB | 18 kB | 19/136 kB | 10/23 kB
Progress (4): 5.9 kB | 18 kB | 19/136 kB | 13/23 kB
Progress (4): 5.9 kB | 18 kB | 19/136 kB | 16/23 kB
Progress (5): 5.9 kB | 18 kB | 19/136 kB | 16/23 kB | 2.2/16 kB
Progress (5): 5.9 kB | 18 kB | 19/136 kB | 16/23 kB | 5.0/16 kB
Progress (5): 5.9 kB | 18 kB | 19/136 kB | 16/23 kB | 7.7/16 kB
Progress (5): 5.9 kB | 18 kB | 19/136 kB | 16/23 kB | 10/16 kB
Progress (5): 5.9 kB | 18 kB | 19/136 kB | 16/23 kB | 13/16 kB
Progress (5): 5.9 kB | 18 kB | 19/136 kB | 19/23 kB | 13/16 kB
Progress (5): 5.9 kB | 18 kB | 19/136 kB | 21/23 kB | 13/16 kB
Progress (5): 5.9 kB | 18 kB | 19/136 kB | 23 kB | 13/16 kB
Progress (5): 5.9 kB | 18 kB | 19/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 21/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 24/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 27/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 30/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 32/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 36/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 40/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 45/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 49/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 53/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 57/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 61/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 65/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 69/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 73/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 77/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 81/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 85/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 90/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 94/136 kB | 23 kB | 16 kB
Progress (5): 5.9 kB | 18 kB | 98/136 kB | 23 kB | 16 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.jar (5.9 kB at 101 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar (18 kB at 294 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar
Progress (3): 102/136 kB | 23 kB | 16 kB
Progress (3): 106/136 kB | 23 kB | 16 kB
Progress (3): 110/136 kB | 23 kB | 16 kB
Progress (3): 114/136 kB | 23 kB | 16 kB
Progress (3): 118/136 kB | 23 kB | 16 kB
Progress (3): 122/136 kB | 23 kB | 16 kB
Progress (3): 126/136 kB | 23 kB | 16 kB
Progress (3): 131/136 kB | 23 kB | 16 kB
Progress (3): 135/136 kB | 23 kB | 16 kB
Progress (3): 136 kB | 23 kB | 16 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.3/maven-deploy-plugin-2.3.jar (16 kB at 217 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.jar (23 kB at 295 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar
Progress (2): 136 kB | 2.2/7.7 kB
Progress (2): 136 kB | 5.0/7.7 kB
Progress (2): 136 kB | 7.7 kB
Progress (3): 136 kB | 7.7 kB | 2.2/6.6 kB
Progress (3): 136 kB | 7.7 kB | 5.0/6.6 kB
Progress (3): 136 kB | 7.7 kB | 6.6 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0/maven-core-2.0.jar (136 kB at 1.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar
Progress (3): 7.7 kB | 6.6 kB | 2.2/4.3 kB
Progress (3): 7.7 kB | 6.6 kB | 4.3 kB
Progress (4): 7.7 kB | 6.6 kB | 4.3 kB | 2.2/10 kB
Progress (4): 7.7 kB | 6.6 kB | 4.3 kB | 5.0/10 kB
Progress (4): 7.7 kB | 6.6 kB | 4.3 kB | 7.7/10 kB
Progress (4): 7.7 kB | 6.6 kB | 4.3 kB | 10 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar (6.6 kB at 60 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar
Progress (4): 7.7 kB | 4.3 kB | 10 kB | 4.1/25 kB
Progress (4): 7.7 kB | 4.3 kB | 10 kB | 7.7/25 kB
Progress (4): 7.7 kB | 4.3 kB | 10 kB | 12/25 kB
Progress (4): 7.7 kB | 4.3 kB | 10 kB | 16/25 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.jar (7.7 kB at 65 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar
Progress (3): 4.3 kB | 10 kB | 20/25 kB
Progress (3): 4.3 kB | 10 kB | 24/25 kB
Progress (3): 4.3 kB | 10 kB | 25 kB

Downloaded from central: https://repo.maven.apache.org/maven2/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar (4.3 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar (10 kB at 81 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.23/jsch-0.1.23.jar
Progress (2): 25 kB | 2.2/33 kB
Progress (2): 25 kB | 5.0/33 kB
Progress (2): 25 kB | 7.7/33 kB
Progress (2): 25 kB | 10/33 kB
Progress (2): 25 kB | 13/33 kB
Progress (2): 25 kB | 16/33 kB
Progress (2): 25 kB | 19/33 kB
Progress (2): 25 kB | 21/33 kB
Progress (2): 25 kB | 24/33 kB
Progress (2): 25 kB | 27/33 kB
Progress (2): 25 kB | 30/33 kB
Progress (2): 25 kB | 32/33 kB
Progress (2): 25 kB | 33 kB
Progress (3): 25 kB | 33 kB | 2.2/7.6 kB
Progress (3): 25 kB | 33 kB | 5.0/7.6 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar (25 kB at 175 kB/s)
Progress (2): 33 kB | 7.6 kB

Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.1/plexus-archiver-1.1.jar
Progress (3): 33 kB | 7.6 kB | 2.2/34 kB
Progress (3): 33 kB | 7.6 kB | 5.0/34 kB
Progress (3): 33 kB | 7.6 kB | 7.7/34 kB
Progress (3): 33 kB | 7.6 kB | 10/34 kB
Progress (3): 33 kB | 7.6 kB | 13/34 kB
Progress (4): 33 kB | 7.6 kB | 13/34 kB | 2.2/116 kB
Progress (4): 33 kB | 7.6 kB | 13/34 kB | 5.0/116 kB
Progress (4): 33 kB | 7.6 kB | 13/34 kB | 7.7/116 kB
Progress (4): 33 kB | 7.6 kB | 13/34 kB | 10/116 kB
Progress (4): 33 kB | 7.6 kB | 13/34 kB | 13/116 kB
Progress (4): 33 kB | 7.6 kB | 13/34 kB | 16/116 kB
Progress (4): 33 kB | 7.6 kB | 16/34 kB | 16/116 kB
Progress (4): 33 kB | 7.6 kB | 19/34 kB | 16/116 kB
Progress (4): 33 kB | 7.6 kB | 19/34 kB | 19/116 kB
Progress (4): 33 kB | 7.6 kB | 19/34 kB | 21/116 kB
Progress (4): 33 kB | 7.6 kB | 19/34 kB | 24/116 kB
Progress (4): 33 kB | 7.6 kB | 19/34 kB | 27/116 kB
Progress (4): 33 kB | 7.6 kB | 19/34 kB | 30/116 kB
Progress (4): 33 kB | 7.6 kB | 19/34 kB | 32/116 kB
Progress (4): 33 kB | 7.6 kB | 19/34 kB | 36/116 kB
Progress (4): 33 kB | 7.6 kB | 21/34 kB | 36/116 kB
Progress (4): 33 kB | 7.6 kB | 21/34 kB | 40/116 kB
Progress (4): 33 kB | 7.6 kB | 21/34 kB | 45/116 kB
Progress (4): 33 kB | 7.6 kB | 21/34 kB | 49/116 kB
Progress (4): 33 kB | 7.6 kB | 24/34 kB | 49/116 kB
Progress (4): 33 kB | 7.6 kB | 27/34 kB | 49/116 kB
Progress (4): 33 kB | 7.6 kB | 30/34 kB | 49/116 kB
Progress (4): 33 kB | 7.6 kB | 32/34 kB | 49/116 kB
Progress (4): 33 kB | 7.6 kB | 32/34 kB | 53/116 kB
Progress (4): 33 kB | 7.6 kB | 32/34 kB | 57/116 kB
Progress (4): 33 kB | 7.6 kB | 32/34 kB | 61/116 kB
Progress (4): 33 kB | 7.6 kB | 32/34 kB | 65/116 kB
Progress (4): 33 kB | 7.6 kB | 32/34 kB | 69/116 kB
Progress (4): 33 kB | 7.6 kB | 32/34 kB | 73/116 kB
Progress (4): 33 kB | 7.6 kB | 32/34 kB | 77/116 kB
Progress (4): 33 kB | 7.6 kB | 32/34 kB | 81/116 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar (33 kB at 199 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar (7.6 kB at 45 kB/s)
Progress (2): 34 kB | 81/116 kB
Progress (3): 34 kB | 81/116 kB | 4.1/182 kB
Progress (3): 34 kB | 81/116 kB | 7.7/182 kB
Progress (3): 34 kB | 81/116 kB | 12/182 kB
Progress (3): 34 kB | 81/116 kB | 16/182 kB
Progress (3): 34 kB | 81/116 kB | 20/182 kB
Progress (3): 34 kB | 81/116 kB | 24/182 kB
Progress (3): 34 kB | 81/116 kB | 28/182 kB
Progress (3): 34 kB | 81/116 kB | 32/182 kB
Progress (3): 34 kB | 85/116 kB | 32/182 kB
Progress (3): 34 kB | 90/116 kB | 32/182 kB
Progress (3): 34 kB | 94/116 kB | 32/182 kB
Progress (3): 34 kB | 98/116 kB | 32/182 kB
Progress (3): 34 kB | 98/116 kB | 36/182 kB
Progress (3): 34 kB | 98/116 kB | 40/182 kB
Progress (3): 34 kB | 98/116 kB | 45/182 kB
Progress (3): 34 kB | 98/116 kB | 49/182 kB
Progress (3): 34 kB | 102/116 kB | 49/182 kB
Progress (3): 34 kB | 106/116 kB | 49/182 kB
Progress (3): 34 kB | 110/116 kB | 49/182 kB
Progress (3): 34 kB | 114/116 kB | 49/182 kB
Progress (3): 34 kB | 116 kB | 49/182 kB
Progress (3): 34 kB | 116 kB | 53/182 kB
Progress (3): 34 kB | 116 kB | 57/182 kB
Progress (3): 34 kB | 116 kB | 61/182 kB
Progress (3): 34 kB | 116 kB | 65/182 kB
Progress (3): 34 kB | 116 kB | 69/182 kB
Progress (3): 34 kB | 116 kB | 73/182 kB
Progress (3): 34 kB | 116 kB | 77/182 kB
Progress (3): 34 kB | 116 kB | 81/182 kB
Progress (3): 34 kB | 116 kB | 85/182 kB
Progress (3): 34 kB | 116 kB | 90/182 kB
Progress (3): 34 kB | 116 kB | 94/182 kB
Progress (3): 34 kB | 116 kB | 98/182 kB
Progress (3): 34 kB | 116 kB | 102/182 kB
Progress (3): 34 kB | 116 kB | 106/182 kB
Progress (3): 34 kB | 116 kB | 110/182 kB
Progress (3): 34 kB | 116 kB | 114/182 kB
Progress (3): 34 kB | 116 kB | 118/182 kB
Progress (3): 34 kB | 116 kB | 122/182 kB
Progress (3): 34 kB | 116 kB | 126/182 kB
Progress (3): 34 kB | 116 kB | 131/182 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.jar (34 kB at 170 kB/s)
Progress (2): 116 kB | 135/182 kB
Progress (2): 116 kB | 139/182 kB
Progress (2): 116 kB | 143/182 kB
Progress (2): 116 kB | 147/182 kB
Progress (2): 116 kB | 151/182 kB
Progress (2): 116 kB | 155/182 kB
Progress (2): 116 kB | 159/182 kB
Progress (2): 116 kB | 163/182 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.23/jsch-0.1.23.jar (116 kB at 564 kB/s)
Progress (1): 167/182 kB
Progress (1): 171/182 kB
Progress (1): 176/182 kB
Progress (1): 180/182 kB
Progress (1): 182 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.1/plexus-archiver-1.1.jar (182 kB at 781 kB/s)
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ maven-external-dependency-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ maven-external-dependency-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/maven-external-dependency-plugin/maven-external-dependency-plugin/target/classes
[INFO]
[INFO] --- maven-plugin-plugin:3.2:descriptor (default-descriptor) @ maven-external-dependency-plugin ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom
Progress (1): 2.2/4.3 kB
Progress (1): 4.3 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom (4.3 kB at 69 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom
Progress (1): 2.2/3.0 kB
Progress (1): 3.0 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom (3.0 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
Progress (1): 2.8/18 kB
Progress (1): 5.5/18 kB
Progress (1): 8.3/18 kB
Progress (1): 11/18 kB
Progress (1): 14/18 kB
Progress (1): 16/18 kB
Progress (1): 18 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 309 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.pom
Progress (1): 2.2/4.3 kB
Progress (1): 4.3 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.pom (4.3 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Progress (1): 2.2/4.5 kB
Progress (1): 4.5 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 90 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Progress (1): 2.2/3.7 kB
Progress (1): 3.7 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 74 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Progress (1): 2.2 kB

Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Progress (1): 2.2/6.1 kB
Progress (1): 5.0/6.1 kB
Progress (1): 6.1 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 120 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Progress (1): 2.2/15 kB
Progress (1): 5.0/15 kB
Progress (1): 7.8/15 kB
Progress (1): 11/15 kB
Progress (1): 13/15 kB
Progress (1): 15 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 288 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Progress (1): 2.2/3.0 kB
Progress (1): 3.0 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Progress (1): 1.6 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Progress (1): 2.2/2.4 kB
Progress (1): 2.4 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 39 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Progress (1): 2.2/5.5 kB
Progress (1): 5.0/5.5 kB
Progress (1): 5.5 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 106 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.pom
Progress (1): 2.2/3.6 kB
Progress (1): 3.6 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.pom (3.6 kB at 70 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.pom
Progress (1): 2.2/2.4 kB
Progress (1): 2.4 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.pom (2.4 kB at 47 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/bsh/bsh/1.3.0/bsh-1.3.0.pom
Progress (1): 210 B

Downloaded from central: https://repo.maven.apache.org/maven2/bsh/bsh/1.3.0/bsh-1.3.0.pom (210 B at 3.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.pom
Progress (1): 2.2/3.1 kB
Progress (1): 3.1 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.pom (3.1 kB at 57 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar
Progress (1): 2.2/40 kB
Progress (1): 5.0/40 kB
Progress (1): 7.7/40 kB
Progress (1): 10/40 kB
Progress (1): 13/40 kB
Progress (1): 16/40 kB
Progress (1): 19/40 kB
Progress (1): 21/40 kB
Progress (2): 21/40 kB | 2.2/180 kB
Progress (2): 21/40 kB | 5.0/180 kB
Progress (2): 21/40 kB | 7.7/180 kB
Progress (2): 21/40 kB | 10/180 kB
Progress (2): 21/40 kB | 13/180 kB
Progress (2): 21/40 kB | 16/180 kB
Progress (2): 21/40 kB | 19/180 kB
Progress (2): 21/40 kB | 21/180 kB
Progress (2): 21/40 kB | 24/180 kB
Progress (2): 21/40 kB | 27/180 kB
Progress (2): 21/40 kB | 30/180 kB
Progress (2): 21/40 kB | 32/180 kB
Progress (3): 21/40 kB | 32/180 kB | 2.2/11 kB
Progress (3): 21/40 kB | 32/180 kB | 5.0/11 kB
Progress (3): 21/40 kB | 32/180 kB | 7.7/11 kB
Progress (3): 21/40 kB | 32/180 kB | 10/11 kB
Progress (3): 21/40 kB | 32/180 kB | 11 kB
Progress (4): 21/40 kB | 32/180 kB | 11 kB | 2.2/11 kB
Progress (4): 24/40 kB | 32/180 kB | 11 kB | 2.2/11 kB
Progress (4): 24/40 kB | 32/180 kB | 11 kB | 5.0/11 kB
Progress (4): 27/40 kB | 32/180 kB | 11 kB | 5.0/11 kB
Progress (4): 27/40 kB | 32/180 kB | 11 kB | 7.7/11 kB
Progress (4): 30/40 kB | 32/180 kB | 11 kB | 7.7/11 kB
Progress (4): 30/40 kB | 32/180 kB | 11 kB | 10/11 kB
Progress (4): 30/40 kB | 32/180 kB | 11 kB | 11 kB
Progress (4): 32/40 kB | 32/180 kB | 11 kB | 11 kB
Progress (4): 35/40 kB | 32/180 kB | 11 kB | 11 kB
Progress (4): 38/40 kB | 32/180 kB | 11 kB | 11 kB
Progress (4): 40 kB | 32/180 kB | 11 kB | 11 kB
Progress (4): 40 kB | 36/180 kB | 11 kB | 11 kB
Progress (4): 40 kB | 40/180 kB | 11 kB | 11 kB
Progress (4): 40 kB | 45/180 kB | 11 kB | 11 kB
Progress (4): 40 kB | 49/180 kB | 11 kB | 11 kB
Progress (4): 40 kB | 53/180 kB | 11 kB | 11 kB
Progress (4): 40 kB | 57/180 kB | 11 kB | 11 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 2.2/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 5.0/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 7.7/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 10/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 13/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 16/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 19/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 21/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 24/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 27/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 30/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 32/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 36/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 40/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 45/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 49/52 kB
Progress (5): 40 kB | 57/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 61/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 65/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 69/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 73/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 77/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 81/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 85/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 90/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 94/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 98/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 102/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 106/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 110/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 114/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 118/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 122/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 126/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 131/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 135/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 139/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 143/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 147/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 151/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 155/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 159/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 163/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 167/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 171/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 176/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 180/180 kB | 11 kB | 11 kB | 52 kB
Progress (5): 40 kB | 180 kB | 11 kB | 11 kB | 52 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar (11 kB at 152 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar (11 kB at 149 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar (52 kB at 677 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar (40 kB at 492 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 1.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.jar
Progress (1): 2.2/60 kB
Progress (1): 5.0/60 kB
Progress (1): 7.7/60 kB
Progress (1): 10/60 kB
Progress (1): 13/60 kB
Progress (1): 16/60 kB
Progress (1): 19/60 kB
Progress (1): 21/60 kB
Progress (2): 21/60 kB | 2.2/23 kB
Progress (2): 21/60 kB | 5.0/23 kB
Progress (2): 21/60 kB | 7.7/23 kB
Progress (2): 24/60 kB | 7.7/23 kB
Progress (2): 27/60 kB | 7.7/23 kB
Progress (2): 30/60 kB | 7.7/23 kB
Progress (2): 30/60 kB | 10/23 kB
Progress (2): 30/60 kB | 13/23 kB
Progress (2): 30/60 kB | 16/23 kB
Progress (2): 32/60 kB | 16/23 kB
Progress (2): 32/60 kB | 19/23 kB
Progress (3): 32/60 kB | 19/23 kB | 4.1/38 kB
Progress (3): 32/60 kB | 19/23 kB | 7.7/38 kB
Progress (3): 32/60 kB | 19/23 kB | 12/38 kB
Progress (3): 32/60 kB | 19/23 kB | 16/38 kB
Progress (3): 32/60 kB | 19/23 kB | 20/38 kB
Progress (3): 32/60 kB | 19/23 kB | 24/38 kB
Progress (3): 32/60 kB | 19/23 kB | 28/38 kB
Progress (3): 32/60 kB | 19/23 kB | 32/38 kB
Progress (3): 32/60 kB | 19/23 kB | 36/38 kB
Progress (3): 32/60 kB | 19/23 kB | 38 kB
Progress (4): 32/60 kB | 19/23 kB | 38 kB | 2.2/15 kB
Progress (4): 32/60 kB | 19/23 kB | 38 kB | 5.0/15 kB
Progress (4): 32/60 kB | 19/23 kB | 38 kB | 7.7/15 kB
Progress (4): 32/60 kB | 19/23 kB | 38 kB | 10/15 kB
Progress (4): 32/60 kB | 19/23 kB | 38 kB | 13/15 kB
Progress (4): 32/60 kB | 19/23 kB | 38 kB | 15 kB
Progress (4): 32/60 kB | 21/23 kB | 38 kB | 15 kB
Progress (4): 32/60 kB | 23 kB | 38 kB | 15 kB
Progress (4): 36/60 kB | 23 kB | 38 kB | 15 kB
Progress (4): 40/60 kB | 23 kB | 38 kB | 15 kB
Progress (4): 45/60 kB | 23 kB | 38 kB | 15 kB
Progress (4): 49/60 kB | 23 kB | 38 kB | 15 kB
Progress (4): 53/60 kB | 23 kB | 38 kB | 15 kB
Progress (4): 57/60 kB | 23 kB | 38 kB | 15 kB
Progress (4): 60 kB | 23 kB | 38 kB | 15 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 4.1/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 7.7/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 12/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 16/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 20/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 24/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 28/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 32/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 36/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 40/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 45/46 kB
Progress (5): 60 kB | 23 kB | 38 kB | 15 kB | 46 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar (38 kB at 274 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar (15 kB at 106 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar (23 kB at 155 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.jar (46 kB at 296 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/bsh/bsh/1.3.0/bsh-1.3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar (60 kB at 378 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.jar
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB
Progress (1): 16/17 kB
Progress (1): 17 kB
Progress (2): 17 kB | 2.2/18 kB
Progress (2): 17 kB | 5.0/18 kB
Progress (2): 17 kB | 7.7/18 kB
Progress (2): 17 kB | 10/18 kB
Progress (2): 17 kB | 13/18 kB
Progress (2): 17 kB | 16/18 kB
Progress (2): 17 kB | 18 kB
Progress (3): 17 kB | 18 kB | 2.2/13 kB
Progress (3): 17 kB | 18 kB | 5.0/13 kB
Progress (3): 17 kB | 18 kB | 7.7/13 kB
Progress (3): 17 kB | 18 kB | 10/13 kB
Progress (3): 17 kB | 18 kB | 13 kB
Progress (4): 17 kB | 18 kB | 13 kB | 4.1/32 kB
Progress (4): 17 kB | 18 kB | 13 kB | 7.7/32 kB
Progress (4): 17 kB | 18 kB | 13 kB | 12/32 kB
Progress (4): 17 kB | 18 kB | 13 kB | 16/32 kB
Progress (4): 17 kB | 18 kB | 13 kB | 20/32 kB
Progress (4): 17 kB | 18 kB | 13 kB | 24/32 kB
Progress (4): 17 kB | 18 kB | 13 kB | 28/32 kB
Progress (4): 17 kB | 18 kB | 13 kB | 32 kB
Progress (5): 17 kB | 18 kB | 13 kB | 32 kB | 4.1/242 kB
Progress (5): 17 kB | 18 kB | 13 kB | 32 kB | 7.7/242 kB
Progress (5): 17 kB | 18 kB | 13 kB | 32 kB | 12/242 kB
Progress (5): 17 kB | 18 kB | 13 kB | 32 kB | 16/242 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 85 kB/s)
Progress (4): 18 kB | 13 kB | 32 kB | 20/242 kB
Progress (4): 18 kB | 13 kB | 32 kB | 24/242 kB
Progress (4): 18 kB | 13 kB | 32 kB | 28/242 kB
Progress (4): 18 kB | 13 kB | 32 kB | 32/242 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.jar (18 kB at 90 kB/s)
Progress (3): 13 kB | 32 kB | 36/242 kB
Progress (3): 13 kB | 32 kB | 40/242 kB
Progress (3): 13 kB | 32 kB | 45/242 kB
Progress (3): 13 kB | 32 kB | 49/242 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.jar (13 kB at 65 kB/s)
Progress (2): 32 kB | 53/242 kB
Progress (2): 32 kB | 57/242 kB
Progress (2): 32 kB | 61/242 kB
Progress (2): 32 kB | 65/242 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.jar (32 kB at 150 kB/s)
Progress (1): 69/242 kB
Progress (1): 73/242 kB
Progress (1): 77/242 kB
Progress (1): 81/242 kB
Progress (1): 85/242 kB
Progress (1): 90/242 kB
Progress (1): 94/242 kB
Progress (1): 98/242 kB
Progress (1): 102/242 kB
Progress (1): 106/242 kB
Progress (1): 110/242 kB
Progress (1): 114/242 kB
Progress (1): 118/242 kB
Progress (1): 122/242 kB
Progress (1): 126/242 kB
Progress (1): 131/242 kB
Progress (1): 135/242 kB
Progress (1): 139/242 kB
Progress (1): 143/242 kB
Progress (1): 147/242 kB
Progress (1): 151/242 kB
Progress (1): 155/242 kB
Progress (1): 159/242 kB
Progress (1): 163/242 kB
Progress (1): 167/242 kB
Progress (1): 171/242 kB
Progress (1): 176/242 kB
Progress (1): 180/242 kB
Progress (1): 184/242 kB
Progress (1): 188/242 kB
Progress (1): 192/242 kB
Progress (1): 196/242 kB
Progress (1): 200/242 kB
Progress (1): 204/242 kB
Progress (1): 208/242 kB
Progress (1): 212/242 kB
Progress (1): 217/242 kB
Progress (1): 221/242 kB
Progress (1): 225/242 kB
Progress (1): 229/242 kB
Progress (1): 233/242 kB
Progress (1): 237/242 kB
Progress (1): 241/242 kB
Progress (1): 242 kB

Downloaded from central: https://repo.maven.apache.org/maven2/bsh/bsh/1.3.0/bsh-1.3.0.jar (242 kB at 804 kB/s)
[ERROR]

Artifact Ids of the format maven-___-plugin are reserved for
plugins in the Group Id org.apache.maven.plugins
Please change your artifactId to the format ___-maven-plugin
In the future this error will break the build.

[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[WARNING] com.savage7.maven.plugin.dependency.ResolveExternalDependencyMojo#localRepository:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] com.savage7.maven.plugin.dependency.ResolveExternalDependencyMojo#remoteRepositories:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] com.savage7.maven.plugin.dependency.InstallExternalDependencyMojo#createChecksum:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] com.savage7.maven.plugin.dependency.InstallExternalDependencyMojo#localRepository:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] com.savage7.maven.plugin.dependency.DeployExternalDependencyMojo#localRepository:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[INFO] Mojo extractor for language: java found 4 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ maven-external-dependency-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/maven-external-dependency-plugin/maven-external-dependency-plugin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ maven-external-dependency-plugin ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ maven-external-dependency-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ maven-external-dependency-plugin ---
[INFO] Building jar: /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/maven-external-dependency-plugin/maven-external-dependency-plugin/target/maven-external-dependency-plugin-0.6-SNAPSHOT.jar
[INFO]
[INFO] --- maven-plugin-plugin:3.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-external-dependency-plugin ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ maven-external-dependency-plugin ---
[INFO] Installing /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/maven-external-dependency-plugin/maven-external-dependency-plugin/target/maven-external-dependency-plugin-0.6-SNAPSHOT.jar to /apps/was/.m2/repository/com/savage7/maven/plugins/maven-external-dependency-plugin/0.6-SNAPSHOT/maven-external-dependency-plugin-0.6-SNAPSHOT.jar
[INFO] Installing /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml to /apps/was/.m2/repository/com/savage7/maven/plugins/maven-external-dependency-plugin/0.6-SNAPSHOT/maven-external-dependency-plugin-0.6-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ForgeRock Bill Of Materials 4.1.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ forgerock-bom ---
[INFO] Installing /apps/was/jenkins/workspace/Compile_OpenAM_Test/OpenAM/OpenDJ/forgerock-parent/forgerock-bom/pom.xml to /apps/was/.m2/repository/org/forgerock/commons/forgerock-bom/4.1.1/forgerock-bom-4.1.1.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ForgeRock Parent 2.0.6
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4/maven-enforcer-plugin-1.4.pom
Progress (1): 2.2/7.3 kB
Progress (1): 5.0/7.3 kB
Progress (1): 7.3 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4/maven-enforcer-plugin-1.4.pom (7.3 kB at 138 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.4/enforcer-1.4.pom
Progress (1): 2.2/7.2 kB
Progress (1): 5.0/7.2 kB
Progress (1): 7.2 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.4/enforcer-1.4.pom (7.2 kB at 140 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4/maven-enforcer-plugin-1.4.jar
Progress (1): 2.2/31 kB
Progress (1): 5.0/31 kB
Progress (1): 7.7/31 kB
Progress (1): 10/31 kB
Progress (1): 13/31 kB
Progress (1): 16/31 kB
Progress (1): 19/31 kB
Progress (1): 21/31 kB
Progress (1): 24/31 kB
Progress (1): 27/31 kB
Progress (1): 30/31 kB
Progress (1): 31 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4/maven-enforcer-plugin-1.4.jar (31 kB at 551 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
Progress (1): 2.2/21 kB
Progress (1): 5.0/21 kB
Progress (1): 7.8/21 kB
Progress (1): 11/21 kB
Progress (1): 13/21 kB
Progress (1): 16/21 kB
Progress (1): 19/21 kB
Progress (1): 21 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 378 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
Progress (1): 2.2/124 kB
Progress (1): 5.0/124 kB
Progress (1): 7.7/124 kB
Progress (1): 10/124 kB
Progress (1): 13/124 kB
Progress (1): 16/124 kB
Progress (1): 19/124 kB
Progress (1): 21/124 kB
Progress (1): 24/124 kB
Progress (1): 27/124 kB
Progress (1): 30/124 kB
Progress (1): 32/124 kB
Progress (1): 36/124 kB
Progress (1): 40/124 kB
Progress (1): 45/124 kB
Progress (1): 49/124 kB
Progress (1): 53/124 kB
Progress (1): 57/124 kB
Progress (1): 61/124 kB
Progress (1): 65/124 kB
Progress (1): 69/124 kB
Progress (1): 73/124 kB
Progress (1): 77/124 kB
Progress (1): 81/124 kB
Progress (1): 85/124 kB
Progress (1): 90/124 kB
Progress (1): 94/124 kB
Progress (1): 98/124 kB
Progress (1): 102/124 kB
Progress (1): 106/124 kB
Progress (1): 110/124 kB
Progress (1): 114/124 kB
Progress (1): 118/124 kB
Progress (1): 122/124 kB
Progress (1): 124 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB
Progress (1): 15 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom (15 kB at 286 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar
Progress (1): 4.1/362 kB
Progress (1): 7.7/362 kB
Progress (1): 12/362 kB
Progress (1): 16/362 kB
Progress (1): 20/362 kB
Progress (1): 24/362 kB
Progress (1): 28/362 kB
Progress (1): 32/362 kB
Progress (1): 36/362 kB
Progress (1): 40/362 kB
Progress (1): 45/362 kB
Progress (1): 49/362 kB
Progress (1): 53/362 kB
Progress (1): 57/362 kB
Progress (1): 61/362 kB
Progress (1): 65/362 kB
Progress (1): 69/362 kB
Progress (1): 73/362 kB
Progress (1): 77/362 kB
Progress (1): 81/362 kB
Progress (1): 85/362 kB
Progress (1): 90/362 kB
Progress (1): 94/362 kB
Progress (1): 98/362 kB
Progress (1): 102/362 kB
Progress (1): 106/362 kB
Progress (1): 110/362 kB
Progress (1): 114/362 kB
Progress (1): 118/362 kB
Progress (1): 122/362 kB
Progress (1): 126/362 kB
Progress (1): 131/362 kB
Progress (1): 135/362 kB
Progress (1): 139/362 kB
Progress (1): 143/362 kB
Progress (1): 147/362 kB
Progress (1): 151/362 kB
Progress (1): 155/362 kB
Progress (1): 159/362 kB
Progress (1): 163/362 kB
Progress (1): 167/362 kB
Progress (1): 171/362 kB
Progress (1): 176/362 kB
Progress (1): 180/362 kB
Progress (1): 184/362 kB
Progress (1): 188/362 kB
Progress (1): 192/362 kB
Progress (1): 196/362 kB
Progress (1): 200/362 kB
Progress (1): 204/362 kB
Progress (1): 208/362 kB
Progress (1): 212/362 kB
Progress (1): 217/362 kB
Progress (1): 221/362 kB
Progress (1): 225/362 kB
Progress (1): 229/362 kB
Progress (1): 233/362 kB
Progress (1): 237/362 kB
Progress (1): 241/362 kB
Progress (1): 245/362 kB
Progress (1): 249/362 kB
Progress (1): 253/362 kB
Progress (1): 258/362 kB
Progress (1): 262/362 kB
Progress (1): 266/362 kB
Progress (1): 270/362 kB
Progress (1): 274/362 kB
Progress (1): 278/362 kB
Progress (1): 282/362 kB
Progress (1): 286/362 kB
Progress (1): 290/362 kB
Progress (1): 294/362 kB
Progress (1): 298/362 kB
Progress (1): 303/362 kB
Progress (1): 307/362 kB
Progress (1): 311/362 kB
Progress (1): 315/362 kB
Progress (1): 319/362 kB
Progress (1): 323/362 kB
Progress (1): 327/362 kB
Progress (1): 331/362 kB
Progress (1): 335/362 kB
Progress (1): 339/362 kB
Progress (1): 344/362 kB
Progress (1): 348/362 kB
Progress (1): 352/362 kB
Progress (1): 356/362 kB
Progress (1): 360/362 kB
Progress (1): 362 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar (362 kB at 2.2 MB/s)
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-plugin-versions) @ forgerock-parent ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4/enforcer-api-1.4.pom
Progress (1): 2.2/2.6 kB
Progress (1): 2.6 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4/enforcer-api-1.4.pom (2.6 kB at 53 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4/enforcer-rules-1.4.pom
Progress (1): 2.2/3.7 kB
Progress (1): 3.7 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4/enforcer-rules-1.4.pom (3.7 kB at 73 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom
Progress (1): 2.2/3.4 kB
Progress (1): 3.4 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom (3.4 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom
Progress (1): 2.2/9.5 kB
Progress (1): 5.0/9.5 kB
Progress (1): 7.8/9.5 kB
Progress (1): 9.5 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom (9.5 kB at 183 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4/enforcer-api-1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4/enforcer-rules-1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Progress (1): 2.2/11 kB
Progress (1): 5.0/11 kB
Progress (1): 7.7/11 kB
Progress (1): 10/11 kB
Progress (2): 10/11 kB | 2.2/99 kB
Progress (2): 10/11 kB | 5.0/99 kB
Progress (2): 10/11 kB | 7.7/99 kB
Progress (2): 10/11 kB | 10/99 kB
Progress (2): 11 kB | 10/99 kB
Progress (3): 11 kB | 10/99 kB | 2.2/35 kB
Progress (3): 11 kB | 10/99 kB | 5.0/35 kB
Progress (3): 11 kB | 10/99 kB | 7.7/35 kB
Progress (3): 11 kB | 10/99 kB | 10/35 kB
Progress (3): 11 kB | 13/99 kB | 10/35 kB
Progress (3): 11 kB | 16/99 kB | 10/35 kB
Progress (3): 11 kB | 19/99 kB | 10/35 kB
Progress (3): 11 kB | 21/99 kB | 10/35 kB
Progress (3): 11 kB | 24/99 kB | 10/35 kB
Progress (3): 11 kB | 27/99 kB | 10/35 kB
Progress (3): 11 kB | 30/99 kB | 10/35 kB
Progress (3): 11 kB | 32/99 kB | 10/35 kB
Progress (3): 11 kB | 32/99 kB | 13/35 kB
Progress (3): 11 kB | 32/99 kB | 16/35 kB
Progress (3): 11 kB | 32/99 kB | 19/35 kB
Progress (3): 11 kB | 32/99 kB | 21/35 kB
Progress (3): 11 kB | 32/99 kB | 24/35 kB
Progress (3): 11 kB | 32/99 kB | 27/35 kB
Progress (3): 11 kB | 32/99 kB | 30/35 kB
Progress (3): 11 kB | 32/99 kB | 32/35 kB
Progress (3): 11 kB | 36/99 kB | 32/35 kB
Progress (3): 11 kB | 40/99 kB | 32/35 kB
Progress (3): 11 kB | 45/99 kB | 32/35 kB
Progress (3): 11 kB | 49/99 kB | 32/35 kB
Progress (3): 11 kB | 53/99 kB | 32/35 kB
Progress (3): 11 kB | 57/99 kB | 32/35 kB
Progress (3): 11 kB | 61/99 kB | 32/35 kB
Progress (3): 11 kB | 65/99 kB | 32/35 kB
Progress (3): 11 kB | 69/99 kB | 32/35 kB
Progress (3): 11 kB | 73/99 kB | 32/35 kB
Progress (3): 11 kB | 77/99 kB | 32/35 kB
Progress (3): 11 kB | 81/99 kB | 32/35 kB
Progress (3): 11 kB | 81/99 kB | 35/35 kB
Progress (3): 11 kB | 81/99 kB | 35 kB
Progress (3): 11 kB | 85/99 kB | 35 kB
Progress (3): 11 kB | 90/99 kB | 35 kB
Progress (3): 11 kB | 94/99 kB | 35 kB
Progress (3): 11 kB | 98/99 kB | 35 kB
Progress (3): 11 kB | 99 kB | 35 kB
Progress (4): 11 kB | 99 kB | 35 kB | 2.2/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 5.0/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 7.7/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 10/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 13/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 16/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 19/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 21/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 24/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 27/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 30/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 32/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 36/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 40/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 45/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 49/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 53/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 57/58 kB
Progress (4): 11 kB | 99 kB | 35 kB | 58 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4/enforcer-api-1.4.jar (11 kB at 189 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 kB at 543 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4/enforcer-rules-1.4.jar (99 kB at 1.5 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 809 kB/s)
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ forgerock-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ forgerock-parent ---
[INFO]
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ forgerock-parent ---
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Progress (1): 1.2 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom
Progress (1): 2.2/11 kB
Progress (1): 5.0/11 kB
Progress (1): 7.8/11 kB
Progress (1): 11/11 kB
Progress (1): 11 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom (11 kB at 211 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
Progress (1): 2.2/4.0 kB
Progress (1): 4.0 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom (4.0 kB at 79 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
Progress (1): 2.2/9.2 kB
Progress (1): 5.0/9.2 kB
Progress (1): 7.8/9.2 kB
Progress (1): 9.2 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9.2 kB at 176 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom
Progress (1): 2.2/2.8 kB
Progress (1): 2.8 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom (2.8 kB at 56 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
Progress (1): 1.7 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom (1.7 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.4/doxia-module-apt-1.4.pom
Progress (1): 1.7 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.4/doxia-module-apt-1.4.pom (1.7 kB at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.4/doxia-module-xdoc-1.4.pom
Progress (1): 2.2/4.6 kB
Progress (1): 4.6 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.4/doxia-module-xdoc-1.4.pom (4.6 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.4/doxia-module-markdown-1.4.pom
Progress (1): 2.1 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.4/doxia-module-markdown-1.4.pom (2.1 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.5/doxia-integration-tools-1.5.pom
Progress (1): 2.2/6.9 kB
Progress (1): 5.0/6.9 kB
Progress (1): 6.9 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.5/doxia-integration-tools-1.5.pom (6.9 kB at 133 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/2/doxia-tools-2.pom
Progress (1): 2.2/12 kB
Progress (1): 5.0/12 kB
Progress (1): 7.8/12 kB
Progress (1): 11/12 kB
Progress (1): 12 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/2/doxia-tools-2.pom (12 kB at 226 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom
Progress (1): 1.6 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom (1.6 kB at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom
Progress (1): 2.2/18 kB
Progress (1): 5.0/18 kB
Progress (1): 7.8/18 kB
Progress (1): 11/18 kB
Progress (1): 13/18 kB
Progress (1): 16/18 kB
Progress (1): 18 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom (18 kB at 337 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.3/doxia-decoration-model-1.3.pom
Progress (1): 2.2/3.1 kB
Progress (1): 3.1 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.3/doxia-decoration-model-1.3.pom (3.1 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.3/doxia-sitetools-1.3.pom
Progress (1): 2.2/16 kB
Progress (1): 5.0/16 kB
Progress (1): 7.8/16 kB
Progress (1): 11/16 kB
Progress (1): 13/16 kB
Progress (1): 16/16 kB
Progress (1): 16 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.3/doxia-sitetools-1.3.pom (16 kB at 214 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/plexus-utils-1.5.10.pom
Progress (1): 2.2/5.6 kB
Progress (1): 5.0/5.6 kB
Progress (1): 5.6 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/plexus-utils-1.5.10.pom (5.6 kB at 110 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
Progress (1): 2.2/17 kB
Progress (1): 5.0/17 kB
Progress (1): 7.8/17 kB
Progress (1): 11/17 kB
Progress (1): 13/17 kB
Progress (1): 16/17 kB
Progress (1): 17 kB

Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom (17 kB at 256 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.4/doxia-module-apt-1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.4/doxia-module-xdoc-1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.4/doxia-module-markdown-1.4.jar
Progress (1): 2.8/52 kB
Progress (2): 2.8/52 kB | 2.2/26 kB
Progress (2): 5.5/52 kB | 2.2/26 kB
Progress (2): 5.5/52 kB | 5.0/26 kB
Progress (2): 8.3/52 kB | 5.0/26 kB
Progress (2): 8.3/52 kB | 7.7/26 kB
Progress (2): 8.3/52 kB | 10/26 kB
Progress (2): 11/52 kB | 10/26 kB
Progress (2): 14/52 kB | 10/26 kB
Progress (3): 14/52 kB | 10/26 kB | 2.8/37 kB
Progress (3): 14/52 kB | 10/26 kB | 5.5/37 kB
Progress (4): 14/52 kB | 10/26 kB | 5.5/37 kB | 2.2/20 kB
Progress (4): 14/52 kB | 10/26 kB | 5.5/37 kB | 5.0/20 kB
Progress (4): 14/52 kB | 10/26 kB | 5.5/37 kB | 7.7/20 kB
Progress (4): 14/52 kB | 10/26 kB | 5.5/37 kB | 10/20 kB
Progress (4): 14/52 kB | 10/26 kB | 5.5/37 kB | 13/20 kB
Progress (4): 14/52 kB | 10/26 kB | 5.5/37 kB | 16/20 kB
Progress (4): 14/52 kB | 10/26 kB | 5.5/37 kB | 19/20 kB
Progress (4): 14/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 16/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 19/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 22/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 25/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 27/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 30/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 33/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 37/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 41/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 45/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 49/52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 52 kB | 10/26 kB | 5.5/37 kB | 20 kB
Progress (4): 52 kB | 13/26 kB | 5.5/37 kB | 20 kB
Progress (4): 52 kB | 13/26 kB | 8.3/37 kB | 20 kB
Progress (4): 52 kB | 16/26 kB | 8.3/37 kB | 20 kB
Progress (4): 52 kB | 16/26 kB | 11/37 kB | 20 kB
Progress (4): 52 kB | 19/26 kB | 11/37 kB | 20 kB
Progress (4): 52 kB | 19/26 kB | 14/37 kB | 20 kB
Progress (4): 52 kB | 21/26 kB | 14/37 kB | 20 kB
Progress (4): 52 kB | 21/26 kB | 16/37 kB | 20 kB
Progress (4): 52 kB | 24/26 kB | 16/37 kB | 20 kB
Progress (4): 52 kB | 24/26 kB | 19/37 kB | 20 kB
Progress (4): 52 kB | 26 kB | 19/37 kB | 20 kB
Progress (4): 52 kB | 26 kB | 22/37 kB | 20 kB
Progress (4): 52 kB | 26 kB | 25/37 kB | 20 kB
Progress (4): 52 kB | 26 kB | 27/37 kB | 20 kB
Progress (4): 52 kB | 26 kB | 30/37 kB | 20 kB
Progress (4): 52 kB | 26 kB | 33/37 kB | 20 kB
Progress (4): 52 kB | 26 kB | 36/37 kB | 20 kB
Progress (5): 52 kB | 26 kB | 36/37 kB | 20 kB | 2.2/12 kB
Progress (5): 52 kB | 26 kB | 36/37 kB | 20 kB | 5.0/12 kB
Progress (5): 52 kB | 26 kB | 36/37 kB | 20 kB | 7.7/12 kB
Progress (5): 52 kB | 26 kB | 36/37 kB | 20 kB | 10/12 kB
Progress (5): 52 kB | 26 kB | 36/37 kB | 20 kB | 12 kB
Progress (5): 52 kB | 26 kB | 37 kB | 20 kB | 12 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar (26 kB at 387 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.5/doxia-integration-tools-1.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.4/doxia-module-apt-1.4.jar (52 kB at 778 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/plexus-utils-1.5.10.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 kB at 297 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.4/doxia-module-markdown-1.4.jar (12 kB at 174 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.4/doxia-module-xdoc-1.4.jar (37 kB at 531 kB/s)
Progress (1): 4.1/45 kB
Progress (1): 7.7/45 kB
Progress (1): 12/45 kB
Progress (1): 16/45 kB
Progress (1): 20/45 kB
Progress (1): 24/45 kB
Progress (1): 28/45 kB
Progress (1): 32/45 kB
Progress (1): 36/45 kB
Progress (1): 40/45 kB
Progress (1): 45/45 kB
Progress (1): 45 kB
Progress (2): 45 kB | 2.2/281 kB
Progress (2): 45 kB | 5.0/281 kB
Progress (2): 45 kB | 7.7/281 kB
Progress (2): 45 kB | 10/281 kB
Progress (2): 45 kB | 13/281 kB
Progress (2): 45 kB | 16/281 kB
Progress (3): 45 kB | 16/281 kB | 2.2/279 kB
Progress (3): 45 kB | 16/281 kB | 5.0/279 kB
Progress (3): 45 kB | 19/281 kB | 5.0/279 kB
Progress (3): 45 kB | 21/281 kB | 5.0/279 kB
Progress (3): 45 kB | 24/281 kB | 5.0/279 kB
Progress (3): 45 kB | 27/281 kB | 5.0/279 kB
Progress (3): 45 kB | 30/281 kB | 5.0/279 kB
Progress (3): 45 kB | 32/281 kB | 5.0/279 kB
Progress (3): 45 kB | 32/281 kB | 7.7/279 kB
Progress (3): 45 kB | 32/281 kB | 10/279 kB
Progress (3): 45 kB | 32/281 kB | 13/279 kB
Progress (3): 45 kB | 32/281 kB | 16/279 kB
Progress (3): 45 kB | 36/281 kB | 16/279 kB
Progress (3): 45 kB | 40/281 kB | 16/279 kB
Progress (3): 45 kB | 45/281 kB | 16/279 kB
Progress (3): 45 kB | 49/281 kB | 16/279 kB
Progress (3): 45 kB | 49/281 kB | 19/279 kB
Progress (3): 45 kB | 49/281 kB | 21/279 kB
Progress (3): 45 kB | 53/281 kB | 21/279 kB
Progress (3): 45 kB | 57/281 kB | 21/279 kB
Progress (3): 45 kB | 61/281 kB | 21/279 kB
Progress (3): 45 kB | 65/281 kB | 21/279 kB
Progress (3): 45 kB | 65/281 kB | 24/279 kB
Progress (3): 45 kB | 65/281 kB | 27/279 kB
Progress (3): 45 kB | 69/281 kB | 27/279 kB
Progress (3): 45 kB | 73/281 kB | 27/279 kB
Progress (3): 45 kB | 77/281 kB | 27/279 kB
Progress (3): 45 kB | 77/281 kB | 30/279 kB
Progress (3): 45 kB | 81/281 kB | 30/279 kB
Progress (3): 45 kB | 81/281 kB | 32/279 kB
Progress (3): 45 kB | 85/281 kB | 32/279 kB
Progress (3): 45 kB | 90/281 kB | 32/279 kB
Progress (3): 45 kB | 94/281 kB | 32/279 kB
Progress (3): 45 kB | 98/281 kB | 32/279 kB
Progress (3): 45 kB | 102/281 kB | 32/279 kB
Progress (3): 45 kB | 106/281 kB | 32/279 kB
Progress (3): 45 kB | 110/281 kB | 32/279 kB
Progress (3): 45 kB | 114/281 kB | 32/279 kB
Progress (3): 45 kB | 118/281 kB | 32/279 kB
Progress (3): 45 kB | 122/281 kB | 32/279 kB
Progress (3): 45 kB | 126/281 kB | 32/279 kB
Progress (3): 45 kB | 131/281 kB | 32/279 kB
Progress (3): 45 kB | 131/281 kB | 36/279 kB
Progress (3): 45 kB | 131/281 kB | 40/279 kB
Progress (3): 45 kB | 131/281 kB | 45/279 kB
Progress (3): 45 kB | 131/281 kB | 49/279 kB
Progress (3): 45 kB | 135/281 kB | 49/279 kB
Progress (3): 45 kB | 139/281 kB | 49/279 kB
Progress (3): 45 kB | 143/281 kB | 49/279 kB
Progress (3): 45 kB | 147/281 kB | 49/279 kB
Progress (3): 45 kB | 151/281 kB | 49/279 kB
Progress (3): 45 kB | 155/281 kB | 49/279 kB
Progress (3): 45 kB | 159/281 kB | 49/279 kB
Progress (3): 45 kB | 163/281 kB | 49/279 kB
Progress (3): 45 kB | 167/281 kB | 49/279 kB
Progress (3): 45 kB | 171/281 kB | 49/279 kB
Progress (3): 45 kB | 176/281 kB | 49/279 kB
Progress (3): 45 kB | 180/281 kB | 49/279 kB
Progress (3): 45 kB | 180/281 kB | 53/279 kB
Progress (3): 45 kB | 180/281 kB | 57/279 kB
Progress (3): 45 kB | 180/281 kB | 61/279 kB
Progress (3): 45 kB | 180/281 kB | 65/279 kB
Progress (3): 45 kB | 184/281 kB | 65/279 kB
Progress (3): 45 kB | 188/281 kB | 65/279 kB
Progress (3): 45 kB | 192/281 kB | 65/279 kB
Progress (3): 45 kB | 196/281 kB | 65/279 kB
Progress (3): 45 kB | 196/281 kB | 69/279 kB
Progress (3): 45 kB | 196/281 kB | 73/279 kB
Progress (3): 45 kB | 196/281 kB | 77/279 kB
Progress (3): 45 kB | 196/281 kB | 81/279 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.5/doxia-integration-tools-1.5.jar (45 kB at 344 kB/s)
Progress (2): 196/281 kB | 85/279 kB
Progress (2): 196/281 kB | 90/279 kB
Progress (2): 196/281 kB | 94/279 kB
Progress (2): 196/281 kB | 98/279 kB
Progress (2): 196/281 kB | 102/279 kB
Progress (2): 196/281 kB | 106/279 kB
Progress (2): 196/281 kB | 110/279 kB
Progress (2): 200/281 kB | 110/279 kB
Progress (2): 200/281 kB | 114/279 kB
Progress (2): 204/281 kB | 114/279 kB
Progress (2): 208/281 kB | 114/279 kB
Progress (2): 212/281 kB | 114/279 kB
Progress (2): 217/281 kB | 114/279 kB
Progress (2): 219/281 kB | 114/279 kB
Progress (2): 223/281 kB | 114/279 kB
Progress (2): 227/281 kB | 114/279 kB
Progress (2): 231/281 kB | 114/279 kB
Progress (2): 235/281 kB | 114/279 kB
Progress (2): 239/281 kB | 114/279 kB
Progress (2): 243/281 kB | 114/279 kB
Progress (2): 247/281 kB | 114/279 kB
Progress (2): 251/281 kB | 114/279 kB
Progress (2): 256/281 kB | 114/279 kB
Progress (2): 260/281 kB | 114/279 kB
Progress (2): 264/281 kB | 114/279 kB
Progress (2): 268/281 kB | 114/279 kB
Progress (2): 272/281 kB | 114/279 kB
Progress (2): 276/281 kB | 114/279 kB
Progress (2): 280/281 kB | 114/279 kB
Progress (2): 281 kB | 114/279 kB
Progress (2): 281 kB | 118/279 kB
Progress (2): 281 kB | 122/279 kB
Progress (2): 281 kB | 126/279 kB
Progress (2): 281 kB | 131/279 kB
Progress (2): 281 kB | 135/279 kB
Progress (2): 281 kB | 139/279 kB
Progress (2): 281 kB | 143/279 kB
Progress (2): 281 kB | 147/279 kB
Progress (2): 281 kB | 151/279 kB
Progress (2): 281 kB | 155/279 kB
Progress (2): 281 kB | 159/279 kB
Progress (2): 281 kB | 163/279 kB
Progress (2): 281 kB | 167/279 kB
Progress (2): 281 kB | 171/279 kB
Progress (2): 281 kB | 176/279 kB
Progress (2): 281 kB | 180/279 kB
Progress (2): 281 kB | 184/279 kB
Progress (2): 281 kB | 188/279 kB
Progress (2): 281 kB | 192/279 kB
Progress (2): 281 kB | 196/279 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/plexus-utils-1.5.10.jar (281 kB at 1.6 MB/s)
Progress (1): 200/279 kB
Progress (1): 204/279 kB
Progress (1): 208/279 kB
Progress (1): 212/279 kB
Progress (1): 217/279 kB
Progress (1): 221/279 kB
Progress (1): 225/279 kB
Progress (1): 229/279 kB
Progress (1): 233/279 kB
Progress (1): 237/279 kB
Progress (1): 241/279 kB
Progress (1): 245/279 kB
Progress (1): 249/279 kB
Progress (1): 253/279 kB
Progress (1): 258/279 kB
Progress (1): 262/279 kB
Progress (1): 266/279 kB
Progress (1): 270/279 kB
Progress (1): 274/279 kB
Progress (1): 278/279 kB
Progress (1): 279 kB

Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar (279 kB at 1.2 MB/s)
[INFO]
[INFO] --- maven-javadoc-plugin:2.9:jar (default) @ forgerock-parent ---
Downloading from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.0.1/testng-6.0.1.pom
Progress (1): 2.8/7.1 kB
Progress (1): 5.5/7.1 kB
Progress (1): 7.1 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.0.1/testng-6.0.1.pom (7.1 kB at 138 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.12/jcommander-1.12.pom
Progress (1): 2.2/7.9 kB
Progress (1): 5.0/7.9 kB
Progress (1): 7.8/7.9 kB
Progress (1): 7.9 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.12/jcommander-1.12.pom (7.9 kB at 158 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.pom
Progress (1): 2.2/8.1 kB
Progress (1): 5.0/8.1 kB
Progress (1): 7.8/8.1 kB
Progress (1): 8.1 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.pom (8.1 kB at 158 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
Progress (1): 2.2/5.8 kB
Progress (1): 5.0/5.8 kB
Progress (1): 5.8 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (5.8 kB at 113 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Progress (1): 2.2/2.3 kB
Progress (1): 2.3 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (2.3 kB at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom
Progress (1): 2.2/2.4 kB
Progress (1): 2.4 kB

Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom (2.4 kB at 47 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom
Progress (1): 2.2/3.8 kB
Progress (1): 3.8 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (3.8 kB at 74 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom
Progress (1): 2.2/2.5 kB
Progress (1): 2.5 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (2.5 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/forgerock/forgerock-build-tools/1.0.3/forgerock-build-tools-1.0.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.0.1/testng-6.0.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.12/jcommander-1.12.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar
Progress (1): 4.1/31 kB
Progress (2): 4.1/31 kB | 4.1/582 kB
Progress (2): 7.7/31 kB | 4.1/582 kB
Progress (2): 12/31 kB | 4.1/582 kB
Progress (2): 12/31 kB | 7.7/582 kB
Progress (2): 16/31 kB | 7.7/582 kB
Progress (2): 16/31 kB | 12/582 kB
Progress (2): 16/31 kB | 16/582 kB
Progress (3): 16/31 kB | 16/582 kB | 2.2/28 kB
Progress (3): 16/31 kB | 20/582 kB | 2.2/28 kB
Progress (3): 16/31 kB | 24/582 kB | 2.2/28 kB
Progress (3): 16/31 kB | 24/582 kB | 5.0/28 kB
Progress (3): 16/31 kB | 24/582 kB | 7.7/28 kB
Progress (3): 16/31 kB | 24/582 kB | 10/28 kB
Progress (3): 16/31 kB | 24/582 kB | 13/28 kB
Progress (3): 16/31 kB | 24/582 kB | 16/28 kB
Progress (3): 20/31 kB | 24/582 kB | 16/28 kB
Progress (3): 24/31 kB | 24/582 kB | 16/28 kB
Progress (3): 28/31 kB | 24/582 kB | 16/28 kB
Progress (3): 31 kB | 24/582 kB | 16/28 kB
Progress (4): 31 kB | 24/582 kB | 16/28 kB | 2.2/232 kB
Progress (4): 31 kB | 24/582 kB | 16/28 kB | 5.0/232 kB
Progress (4): 31 kB | 24/582 kB | 16/28 kB | 7.7/232 kB
Progress (4): 31 kB | 24/582 kB | 16/28 kB | 10/232 kB
Progress (4): 31 kB | 24/582 kB | 16/28 kB | 13/232 kB
Progress (4): 31 kB | 24/582 kB | 19/28 kB | 13/232 kB
Progress (4): 31 kB | 24/582 kB | 21/28 kB | 13/232 kB
Progress (4): 31 kB | 24/582 kB | 24/28 kB | 13/232 kB
Progress (4): 31 kB | 24/582 kB | 27/28 kB | 13/232 kB
Progress (4): 31 kB | 24/582 kB | 28 kB | 13/232 kB
Progress (4): 31 kB | 24/582 kB | 28 kB | 16/232 kB
Progress (4): 31 kB | 24/582 kB | 28 kB | 19/232 kB
Progress (4): 31 kB | 24/582 kB | 28 kB | 21/232 kB
Progress (4): 31 kB | 28/582 kB | 28 kB | 21/232 kB
Progress (4): 31 kB | 32/582 kB | 28 kB | 21/232 kB
Progress (4): 31 kB | 32/582 kB | 28 kB | 24/232 kB
Progress (4): 31 kB | 32/582 kB | 28 kB | 27/232 kB
Progress (4): 31 kB | 36/582 kB | 28 kB | 27/232 kB
Progress (4): 31 kB | 40/582 kB | 28 kB | 27/232 kB
Progress (4): 31 kB | 45/582 kB | 28 kB | 27/232 kB
Progress (4): 31 kB | 45/582 kB | 28 kB | 30/232 kB
Progress (4): 31 kB | 45/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 49/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 53/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 57/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 61/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 65/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 69/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 73/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 77/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 81/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 85/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 90/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 94/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 98/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 102/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 106/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 110/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 114/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 118/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 122/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 126/582 kB | 28 kB | 32/232 kB
Progress (4): 31 kB | 126/582 kB | 28 kB | 36/232 kB
Progress (4): 31 kB | 126/582 kB | 28 kB | 40/232 kB
Progress (4): 31 kB | 131/582 kB | 28 kB | 40/232 kB
Progress (4): 31 kB | 131/582 kB | 28 kB | 45/232 kB
Progress (4): 31 kB | 131/582 kB | 28 kB | 49/232 kB
Progress (4): 31 kB | 135/582 kB | 28 kB | 49/232 kB
Progress (4): 31 kB | 139/582 kB | 28 kB | 49/232 kB
Progress (4): 31 kB | 143/582 kB | 28 kB | 49/232 kB
Progress (4): 31 kB | 147/582 kB | 28 kB | 49/232 kB
Progress (4): 31 kB | 147/582 kB | 28 kB | 53/232 kB
Progress (4): 31 kB | 147/582 kB | 28 kB | 57/232 kB
Progress (4): 31 kB | 147/582 kB | 28 kB | 61/232 kB
Progress (4): 31 kB | 147/582 kB | 28 kB | 65/232 kB
Progress (4): 31 kB | 151/582 kB | 28 kB | 65/232 kB
Progress (4): 31 kB | 155/582 kB | 28 kB | 65/232 kB
Progress (4): 31 kB | 159/582 kB | 28 kB | 65/232 kB
Progress (4): 31 kB | 163/582 kB | 28 kB | 65/232 kB
Progress (4): 31 kB | 167/582 kB | 28 kB | 65/232 kB
Progress (4): 31 kB | 171/582 kB | 28 kB | 65/232 kB
Progress (4): 31 kB | 176/582 kB | 28 kB | 65/232 kB
Progress (4): 31 kB | 180/582 kB | 28 kB | 65/232 kB
Progress (4): 31 kB | 180/582 kB | 28 kB | 69/232 kB
Progress (4): 31 kB | 180/582 kB | 28 kB | 73/232 kB
Progress (4): 31 kB | 180/582 kB | 28 kB | 77/232 kB
Progress (4): 31 kB | 180/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 184/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 188/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 192/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 196/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 200/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 204/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 208/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 212/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 217/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 221/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 225/582 kB | 28 kB | 81/232 kB
Progress (4): 31 kB | 229/582 kB | 28 kB | 81/232 kB

Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.12/jcommander-1.12.jar (31 kB at 521 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
Progress (3): 229/582 kB | 28 kB | 85/232 kB
Progress (3): 229/582 kB | 28 kB | 90/232 kB
Progress (3): 229/582 kB | 28 kB | 94/232 kB
Progress (3): 229/582 kB | 28 kB | 98/232 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 kB at 488 kB/s)
Progress (2): 233/582 kB | 98/232 kB
Progress (2): 237/582 kB | 98/232 kB
Progress (2): 241/582 kB | 98/232 kB
Progress (2): 245/582 kB | 98/232 kB
Progress (2): 245/582 kB | 102/232 kB
Progress (2): 245/582 kB | 106/232 kB
Progress (2): 245/582 kB | 110/232 kB
Progress (2): 245/582 kB | 114/232 kB
Progress (2): 249/582 kB | 114/232 kB
Progress (2): 253/582 kB | 114/232 kB
Progress (2): 258/582 kB | 114/232 kB
Progress (2): 262/582 kB | 114/232 kB
Progress (2): 262/582 kB | 118/232 kB
Progress (2): 262/582 kB | 122/232 kB
Progress (2): 262/582 kB | 126/232 kB
Progress (2): 262/582 kB | 131/232 kB
Progress (2): 266/582 kB | 131/232 kB
Progress (2): 270/582 kB | 131/232 kB
Progress (2): 274/582 kB | 131/232 kB
Progress (2): 278/582 kB | 131/232 kB
Progress (2): 282/582 kB | 131/232 kB
Progress (2): 286/582 kB | 131/232 kB
Progress (2): 290/582 kB | 131/232 kB
Progress (2): 294/582 kB | 131/232 kB
Progress (2): 294/582 kB | 135/232 kB
Progress (2): 294/582 kB | 139/232 kB
Progress (2): 294/582 kB | 143/232 kB
Progress (2): 294/582 kB | 147/232 kB
Progress (2): 298/582 kB | 147/232 kB
Progress (2): 303/582 kB | 147/232 kB
Progress (2): 307/582 kB | 147/232 kB
Progress (2): 311/582 kB | 147/232 kB
Progress (2): 315/582 kB | 147/232 kB
Progress (2): 319/582 kB | 147/232 kB
Progress (2): 323/582 kB | 147/232 kB
Progress (2): 327/582 kB | 147/232 kB
Progress (2): 327/582 kB | 151/232 kB
Progress (2): 327/582 kB | 155/232 kB
Progress (2): 327/582 kB | 159/232 kB
Progress (2): 327/582 kB | 163/232 kB
Progress (2): 331/582 kB | 163/232 kB
Progress (2): 335/582 kB | 163/232 kB
Progress (2): 339/582 kB | 163/232 kB
Progress (2): 344/582 kB | 163/232 kB
Progress (2): 344/582 kB | 167/232 kB
Progress (2): 344/582 kB | 171/232 kB
Progress (2): 344/582 kB | 176/232 kB
Progress (2): 344/582 kB | 180/232 kB
Progress (2): 348/582 kB | 180/232 kB
Progress (2): 352/582 kB | 180/232 kB
Progress (2): 356/582 kB | 180/232 kB
Progress (2): 360/582 kB | 180/232 kB
Progress (2): 360/582 kB | 184/232 kB
Progress (2): 360/582 kB | 188/232 kB
Progress (2): 360/582 kB | 192/232 kB
Progress (2): 360/582 kB | 196/232 kB
Progress (2): 364/582 kB | 196/232 kB
Progress (2): 368/582 kB | 196/232 kB
Progress (2): 372/582 kB | 196/232 kB
Progress (2): 376/582 kB | 196/232 kB
Progress (2): 380/582 kB | 196/232 kB
Progress (2): 384/582 kB | 196/232 kB
Progress (2): 389/582 kB | 196/232 kB
Progress (2): 393/582 kB | 196/232 kB
Progress (2): 393/582 kB | 200/232 kB
Progress (2): 393/582 kB | 204/232 kB
Progress (2): 393/582 kB | 208/232 kB
Progress (2): 393/582 kB | 212/232 kB
Progress (2): 397/582 kB | 212/232 kB
Progress (2): 401/582 kB | 212/232 kB
Progress (2): 405/582 kB | 212/232 kB
Progress (2): 409/582 kB | 212/232 kB
Progress (2): 413/582 kB | 212/232 kB
Progress (2): 417/582 kB | 212/232 kB
Progress (2): 421/582 kB | 212/232 kB
Progress (2): 425/582 kB | 212/232 kB
Progress (2): 425/582 kB | 217/232 kB
Progress (2): 425/582 kB | 221/232 kB
Progress (2): 425/582 kB | 225/232 kB
Progress (2): 425/582 kB | 229/232 kB
Progress (2): 425/582 kB | 232 kB
Progress (2): 430/582 kB | 232 kB
Progress (2): 434/582 kB | 232 kB
Progress (2): 438/582 kB | 232 kB
Progress (2): 442/582 kB | 232 kB
Progress (2): 446/582 kB | 232 kB
Progress (2): 450/582 kB | 232 kB
Progress (2): 454/582 kB | 232 kB
Progress (2): 458/582 kB | 232 kB
Progress (2): 462/582 kB | 232 kB
Progress (2): 466/582 kB | 232 kB
Progress (2): 471/582 kB | 232 kB
Progress (2): 475/582 kB | 232 kB
Progress (2): 479/582 kB | 232 kB
Progress (2): 483/582 kB | 232 kB
Progress (2): 487/582 kB | 232 kB
Progress (2): 491/582 kB | 232 kB
Progress (3): 491/582 kB | 232 kB | 4.1/185 kB
Progress (3): 491/582 kB | 232 kB | 7.7/185 kB
Progress (3): 491/582 kB | 232 kB | 12/185 kB
Progress (3): 491/582 kB | 232 kB | 16/185 kB
Progress (3): 495/582 kB | 232 kB | 16/185 kB
Progress (3): 499/582 kB | 232 kB | 16/185 kB
Progress (3): 503/582 kB | 232 kB | 16/185 kB
Progress (3): 507/582 kB | 232 kB | 16/185 kB
Progress (3): 507/582 kB | 232 kB | 20/185 kB
Progress (3): 507/582 kB | 232 kB | 24/185 kB
Progress (3): 507/582 kB | 232 kB | 28/185 kB
Progress (3): 507/582 kB | 232 kB | 32/185 kB
Progress (3): 507/582 kB | 232 kB | 36/185 kB
Progress (3): 507/582 kB | 232 kB | 40/185 kB
Progress (3): 507/582 kB | 232 kB | 45/185 kB
Progress (3): 507/582 kB | 232 kB | 49/185 kB
Progress (3): 511/582 kB | 232 kB | 49/185 kB
Progress (3): 516/582 kB | 232 kB | 49/185 kB
Progress (3): 520/582 kB | 232 kB | 49/185 kB
Progress (3): 524/582 kB | 232 kB | 49/185 kB
Progress (3): 524/582 kB | 232 kB | 53/185 kB
Progress (3): 524/582 kB | 232 kB | 57/185 kB
Progress (3): 524/582 kB | 232 kB | 61/185 kB
Progress (3): 524/582 kB | 232 kB | 65/185 kB
Progress (3): 524/582 kB | 232 kB | 69/185 kB
Progress (3): 524/582 kB | 232 kB | 73/185 kB
Progress (3): 524/582 kB | 232 kB | 77/185 kB
Progress (3): 524/582 kB | 232 kB | 81/185 kB
Progress (3): 524/582 kB | 232 kB | 85/185 kB
Progress (3): 524/582 kB | 232 kB | 90/185 kB
Progress (3): 524/582 kB | 232 kB | 94/185 kB
Progress (3): 524/582 kB | 232 kB | 98/185 kB
Progress (3): 528/582 kB | 232 kB | 98/185 kB
Progress (3): 532/582 kB | 232 kB | 98/185 kB
Progress (3): 536/582 kB | 232 kB | 98/185 kB
Progress (3): 540/582 kB | 232 kB | 98/185 kB
Progress (3): 544/582 kB | 232 kB | 98/185 kB
Progress (3): 548/582 kB | 232 kB | 98/185 kB
Progress (3): 552/582 kB | 232 kB | 98/185 kB
Progress (3): 557/582 kB | 232 kB | 98/185 kB
Progress (3): 561/582 kB | 232 kB | 98/185 kB
Progress (3): 565/582 kB | 232 kB | 98/185 kB
Progress (3): 569/582 kB | 232 kB | 98/185 kB
Progress (3): 573/582 kB | 232 kB | 98/185 kB
Progress (3): 577/582 kB | 232 kB | 98/185 kB
Progress (3): 581/582 kB | 232 kB | 98/185 kB
Progress (3): 582 kB | 232 kB | 98/185 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar (232 kB at 2.1 MB/s)
Progress (3): 582 kB | 98/185 kB | 2.2/367 kB
Progress (3): 582 kB | 98/185 kB | 5.0/367 kB
Progress (3): 582 kB | 98/185 kB | 7.7/367 kB
Progress (3): 582 kB | 98/185 kB | 10/367 kB
Progress (3): 582 kB | 98/185 kB | 13/367 kB
Progress (3): 582 kB | 102/185 kB | 13/367 kB
Progress (3): 582 kB | 106/185 kB | 13/367 kB
Progress (3): 582 kB | 110/185 kB | 13/367 kB
Progress (3): 582 kB | 114/185 kB | 13/367 kB
Progress (3): 582 kB | 118/185 kB | 13/367 kB
Progress (3): 582 kB | 122/185 kB | 13/367 kB
Progress (3): 582 kB | 126/185 kB | 13/367 kB
Progress (3): 582 kB | 131/185 kB | 13/367 kB
Progress (3): 582 kB | 135/185 kB | 13/367 kB
Progress (3): 582 kB | 139/185 kB | 13/367 kB
Progress (3): 582 kB | 143/185 kB | 13/367 kB
Progress (3): 582 kB | 147/185 kB | 13/367 kB
Progress (3): 582 kB | 151/185 kB | 13/367 kB
Progress (3): 582 kB | 155/185 kB | 13/367 kB
Progress (3): 582 kB | 159/185 kB | 13/367 kB
Progress (3): 582 kB | 163/185 kB | 13/367 kB
Progress (3): 582 kB | 167/185 kB | 13/367 kB
Progress (3): 582 kB | 171/185 kB | 13/367 kB
Progress (3): 582 kB | 176/185 kB | 13/367 kB
Progress (3): 582 kB | 180/185 kB | 13/367 kB
Progress (3): 582 kB | 184/185 kB | 13/367 kB
Progress (3): 582 kB | 185 kB | 13/367 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.0.1/testng-6.0.1.jar (582 kB at 4.6 MB/s)
Progress (2): 185 kB | 16/367 kB
Progress (2): 185 kB | 19/367 kB
Progress (2): 185 kB | 21/367 kB
Progress (2): 185 kB | 24/367 kB
Progress (2): 185 kB | 27/367 kB
Progress (2): 185 kB | 30/367 kB
Progress (2): 185 kB | 32/367 kB

Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (185 kB at 1.3 MB/s)
Progress (1): 36/367 kB
Progress (1): 40/367 kB
Progress (1): 45/367 kB
Progress (1): 49/367 kB
Progress (1): 53/367 kB
Progress (1): 57/367 kB
Progress (1): 61/367 kB
Progress (1): 65/367 kB
Progress (1): 69/367 kB
Progress (1): 73/367 kB
Progress (1): 77/367 kB
Progress (1): 81/367 kB
Progress (1): 85/367 kB
Progress (1): 90/367 kB
Progress (1): 94/367 kB
Progress (1): 98/367 kB
Progress (1): 102/367 kB
Progress (1): 106/367 kB
Progress (1): 110/367 kB
Progress (1): 114/367 kB
Progress (1): 118/367 kB
Progress (1): 122/367 kB
Progress (1): 126/367 kB
Progress (1): 131/367 kB
Progress (1): 135/367 kB
Progress (1): 139/367 kB
Progress (1): 143/367 kB
Progress (1): 147/367 kB
Progress (1): 151/367 kB
Progress (1): 155/367 kB
Progress (1): 159/367 kB
Progress (1): 163/367 kB
Progress (1): 167/367 kB
Progress (1): 171/367 kB
Progress (1): 176/367 kB
Progress (1): 180/367 kB
Progress (1): 184/367 kB
Progress (1): 188/367 kB
Progress (1): 192/367 kB
Progress (1): 196/367 kB
Progress (1): 200/367 kB
Progress (1): 204/367 kB
Progress (1): 208/367 kB
Progress (1): 212/367 kB
Progress (1): 217/367 kB
Progress (1): 221/367 kB
Progress (1): 225/367 kB
Progress (1): 229/367 kB
Progress (1): 233/367 kB
Progress (1): 237/367 kB
Progress (1): 241/367 kB
Progress (1): 245/367 kB
Progress (1): 249/367 kB
Progress (1): 253/367 kB
Progress (1): 258/367 kB
Progress (1): 262/367 kB
Progress (1): 266/367 kB
Progress (1): 270/367 kB
Progress (1): 274/367 kB
Progress (1): 278/367 kB
Progress (1): 282/367 kB
Progress (1): 286/367 kB
Progress (1): 290/367 kB
Progress (1): 294/367 kB
Progress (1): 298/367 kB
Progress (1): 303/367 kB
Progress (1): 307/367 kB
Progress (1): 311/367 kB
Progress (1): 315/367 kB
Progress (1): 319/367 kB
Progress (1): 323/367 kB
Progress (1): 327/367 kB
Progress (1): 331/367 kB
Progress (1): 335/367 kB
Progress (1): 339/367 kB
Progress (1): 344/367 kB
Progress (1): 348/367 kB
Progress (1): 352/367 kB
Progress (1): 356/367 kB
Progress (1): 360/367 kB
Progress (1): 364/367 kB
Progress (1): 367 kB

Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar (367 kB at 1.2 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Maven External Dependency Plugin ................... SUCCESS [ 5.595 s]
[INFO] ForgeRock Bill Of Materials ........................ SUCCESS [ 0.030 s]
[INFO] ForgeRock Parent ................................... FAILURE [ 3.708 s]
[INFO] ForgeRock Common Maven Build Tools ................. SKIPPED
[INFO] ForgeRock I18N Framework ........................... SKIPPED
[INFO] ForgeRock I18N Maven Plugin ........................ SKIPPED
[INFO] ForgeRock I18N Core ................................ SKIPPED
[INFO] ForgeRock I18N Java Logging Support ................ SKIPPED
[INFO] ForgeRock I18N SLF4J Support ....................... SKIPPED
[INFO] ForgeRock Guice Library ............................ SKIPPED
[INFO] ForgeRock Guice Core ............................... SKIPPED
[INFO] ForgeRock Guice Servlet ............................ SKIPPED
[INFO] ForgeRock Guice Test ............................... SKIPPED
[INFO] Forgerock Web UI ................................... SKIPPED
[INFO] Forgerock Web UI Commons ........................... SKIPPED
[INFO] Forgerock Web UI User .............................. SKIPPED
[INFO] ForgeRock UI Mock .................................. SKIPPED
[INFO] ForgeRock Bill Of Materials ........................ SKIPPED
[INFO] ForgeRock Commons Parent ........................... SKIPPED
[INFO] ForgeRock Utility Classes Parent ................... SKIPPED
[INFO] ForgeRock Utility Classes .......................... SKIPPED
[INFO] ForgeRock Utils test utilities ..................... SKIPPED
[INFO] Commons HTTP Framework ............................. SKIPPED
[INFO] HTTP Core library .................................. SKIPPED
[INFO] ForgeRock REST libraries ........................... SKIPPED
[INFO] API Descriptor ..................................... SKIPPED
[INFO] JSON Resource core library ......................... SKIPPED
[INFO] Forgerock Commons - Security ....................... SKIPPED
[INFO] HTTP Apache HttpClient(s) base ..................... SKIPPED
[INFO] HTTP Apache HttpClient integration ................. SKIPPED
[INFO] CHF Bindings Test Utilities ........................ SKIPPED
[INFO] HTTP Servlet integration library ................... SKIPPED
[INFO] HTTP Apache Async HttpClient integration ........... SKIPPED
[INFO] JSON Resource HTTP binding ......................... SKIPPED
[INFO] Commons - ForgeRock Audit Framework ................ SKIPPED
[INFO] Commons - ForgeRock Audit Framework Core ........... SKIPPED
[INFO] Commons - ForgeRock Audit Json Support ............. SKIPPED
[INFO] Commons - ForgeRock Audit CSV Event Handler ........ SKIPPED
[INFO] Commons - ForgeRock Audit Syslog Event Handler ..... SKIPPED
[INFO] Commons - ForgeRock Audit JDBC Event Handler ....... SKIPPED
[INFO] Commons - ForgeRock Audit Elasticsearch Event Handler SKIPPED
[INFO] Commons - ForgeRock Audit JMS Event Handler ........ SKIPPED
[INFO] Commons - ForgeRock Audit Framework Servlet ........ SKIPPED
[INFO] Commons - ForgeRock Audit JSON Event Handler ....... SKIPPED
[INFO] Commons - ForgeRock Audit Splunk Event Handler ..... SKIPPED
[INFO] ForgeRock Auth Filters ............................. SKIPPED
[INFO] ForgeRock Authentication Filter .................... SKIPPED
[INFO] ForgeRock JASPI (JSR-196) Runtime .................. SKIPPED
[INFO] JSON Web Token ..................................... SKIPPED
[INFO] ForgeRock JASPI (JSR-196) Authentication Modules ... SKIPPED
[INFO] ForgeRock JASPI (JSR-196) JWT Session Module ....... SKIPPED
[INFO] ForgeRock JASPI (JSR-196) OpenID Connect Authentication Module SKIPPED
[INFO] ForgeRock JASPI (JSR-196) IWA Module ............... SKIPPED
[INFO] ForgeRock JASPI (JSR-196) OpenAM Session Module .... SKIPPED
[INFO] ForgeRock JASPI (JSR-196) Functional Tests ......... SKIPPED
[INFO] ForgeRock Authorization Filter Parent .............. SKIPPED
[INFO] Authorization Framework API ........................ SKIPPED
[INFO] Authorization Framework ............................ SKIPPED
[INFO] ForgeRock Authorization Filter Modules ............. SKIPPED
[INFO] ForgeRock Authorization Filter OAuth2 Module ....... SKIPPED
[INFO] Authorization Framework Functional Tests ........... SKIPPED
[INFO] HTTP Grizzly integration library ................... SKIPPED
[INFO] HTTP Examples ...................................... SKIPPED
[INFO] http-descriptor-example ............................ SKIPPED
[INFO] HTTP Servlet integration example ................... SKIPPED
[INFO] HTTP OAuth 2.0 Support ............................. SKIPPED
[INFO] JSON Crypto libraries .............................. SKIPPED
[INFO] JSON Crypto core library ........................... SKIPPED
[INFO] JSON Crypto command line tool ...................... SKIPPED
[INFO] JSON Reference libraries ........................... SKIPPED
[INFO] JSON Reference core library ........................ SKIPPED
[INFO] JSON Reference Jackson binding ..................... SKIPPED
[INFO] JSON Schema libraries .............................. SKIPPED
[INFO] JSON Schema Draft-04 validator ..................... SKIPPED
[INFO] JSON Schema Draft-04 validator command line tool ... SKIPPED
[INFO] Common ForgeRock REST DocBook Sources .............. SKIPPED
[INFO] OpenAPI WAR Overlay ................................ SKIPPED
[INFO] JSON Resource examples ............................. SKIPPED
[INFO] Commons Self Service Framework ..................... SKIPPED
[INFO] Self Service Core .................................. SKIPPED
[INFO] A Custom Stage Bundle .............................. SKIPPED
[INFO] Self Service Stages ................................ SKIPPED
[INFO] Self Service Json Config ........................... SKIPPED
[INFO] ForgeRock UI for ForgeRock Self-Service Example .... SKIPPED
[INFO] Self Service Examples .............................. SKIPPED
[INFO] JSON Fluent ........................................ SKIPPED
[INFO] ForgeRock Doc Build Maven Plugin ................... SKIPPED
[INFO] ForgeRock Documentation Default Branding ........... SKIPPED
[INFO] ForgeRock Common Documentation Content ............. SKIPPED
[INFO] XCite Maven Plugin ................................. SKIPPED
[INFO] ForgeRock OSGi Launcher Parent ..................... SKIPPED
[INFO] ForgeRock OSGi Launcher Main ....................... SKIPPED
[INFO] ForgeRock OSGi Launcher Zip ........................ SKIPPED
[INFO] org.openidentityplatform.commons.geo ............... SKIPPED
[INFO] org.openidentityplatform.commons.httpdump .......... SKIPPED
[INFO] ForgeRock Bloom Filters ............................ SKIPPED
[INFO] forgerock-bloomfilter-core ......................... SKIPPED
[INFO] forgerock-bloomfilter-monitoring ................... SKIPPED
[INFO] ForgeRock Persistit ................................ SKIPPED
[INFO] forgerock-persistit-core ........................... SKIPPED
[INFO] forgerock-persistit-ui ............................. SKIPPED
[INFO] ForgeRock Script Parent ............................ SKIPPED
[INFO] ForgeRock Script Common ............................ SKIPPED
[INFO] ForgeRock Script - JavaScript ...................... SKIPPED
[INFO] ForgeRock Script - Groovy .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.773 s
[INFO] Finished at: 2018-05-30T11:14:36+01:00
[INFO] Final Memory: 57M/354M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar (default) on project forgerock-parent: Execution default of goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar failed: Plugin org.apache.maven.plugins:maven-javadoc-plugin:2.9 or one of its dependencies could not be resolved: Could not find artifact org.forgerock:forgerock-build-tools:jar:1.0.3 in central (https://repo.maven.apache.org/maven2) -> [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/PluginResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :forgerock-parent
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Session quotas not working correctly

Describe the bug
When limiting users to 1 session the next time they request a session the authenticate call hangs indefinitely.

To Reproduce
Steps to reproduce the behavior:

  1. Use legacy GUI. Navigate to Configuration->Global->Session. Set Enable Quota Constraints=On, Resulting behavior if session quota exhausted = DENY, Active User Sessions = 1
  2. Login with user. (using json/REALM/authenticate)
  3. With above login still active login with user again
  4. The second login just hangs and no error is return to indicate max session quota has been hit.

Expected behavior
Authenticate call should return an error to show that the user has reached the max session quota.

Desktop (please complete the following information):

  • OS: SOlaris
  • Browser Firefox - 66.0.2
  • Version OpenAM 14.2.2

Additional context
Add any other context about the problem here.

Fedlet War is missing inside the fedlet.zip

Hi There,

We tried to create fedlet configuration and found that fedlet war is missing in the zip file.

Our team is saying that there should be a war inside the fedlet.zip , Please advise.

02

Thanks,

OpenAM Build failed

Describe the bug
While building the binary from source , Getting an error as shown in the attached screenshot.

To Reproduce
Steps to reproduce the behavior:

  1. download the source git clone https://github.com/OpenIdentityPlatform/OpenAM.git
  2. open command prompt and navigate to OpenAM folder upto the folder where pom.xml present
  3. run mvn clean install
  4. See error

Expected behavior

Screenshots
error

Desktop (please complete the following information):

  • OS: Windows
  • JDK 1.8
    -MVN 3.5.3

Thanks,

XUI Not Default

It seems most of the pages are stuck on the old UI rather than XUI

I can't seem to create policies properly in a realm

Embeded installation - cannot open some links (Privileges, Subjects etc.)

Hi.

I've managed to install and run openam on my local tomcat. I'm trying to do a POC of available SSO solutions.

The problem I'm having is that for some items in realm admin dasboard ( ?service=adminconsoleservice ) links lead to:
http://mydomain.com:8080/openam/XUI/?service=adminconsoleservice#

Which opens a login screen and not the expected page.

To Reproduce
New tomcat (apache-tomcat-8.5.32 )installation,
open am 14.1.8.war or 14.1.7.war

Expected behavior
All links lead to expected places, for admin user.

Affected links:
Applications (SAML 2.0, WS-Fed, OAuth 2.0, J2EE Agents, Web Agents)
Data Stores
Privileges
Subjects
STS

14.1.14 of OpenAM. After installation, when i restart the application server (Tomcat 7 or 8), i get the following error: java.io.IOException: Can't open boot keystore

Dear all,
i installed version 14.1.14 of OpenAM. After installation, when i restart the application server (Tomcat 7 or 8), i get the following error:

java.io.IOException: Can't open boot keystore
at com.sun.identity.setup.BootstrapData.readBootJson(BootstrapData.java:168)
at com.sun.identity.setup.BootstrapData.(BootstrapData.java:135)
at com.sun.identity.setup.AMSetupServlet.checkConfigProperties(AMSetupServlet.java:315)
at com.sun.identity.setup.AMSetupServlet.init(AMSetupServlet.java:207)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1144)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1091)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:983)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4998)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5312)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:985)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.security.KeyStoreException: Exception trying to fetch key with alias dsameUserPwd
at org.forgerock.openam.utils.AMKeyProvider.getSecret(AMKeyProvider.java:585)
at com.sun.identity.setup.BootstrapData.readBootJson(BootstrapData.java:165)
... 19 more
Caused by: java.lang.NullPointerException
at org.forgerock.openam.utils.AMKeyProvider.getSecret(AMKeyProvider.java:582)
... 20 more

in this way OpenAM can not connect to OpenDJ (version 4.3.1)
I don't change or manipulate the keystore.

What am i doing wrong?

Thank you in advanced for your help,
Best regards

java.lang.NoSuchMethodError during deployment to Tomcat 9

Describe the bug
I am running Tomcat through Homebrew on my Mac.

I downloaded the latest release and copied the OpenAM-14-1-10.war from my downloads folder into the webapps folder.
Afterwards I ran catalina.sh jpda run and after a bit of time unpacking the war, I get the following output in the log:

05-Oct-2018 15:11:40.173 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/usr/local/Cellar/tomcat/9.0.12/libexec/webapps/openam.war]
05-Oct-2018 15:11:49.901 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
05-Oct-2018 15:11:50.430 SEVERE [main] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:
 org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/openam]]
	at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:441)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:986)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1858)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
	at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:772)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:426)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1585)
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
	at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
	at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:969)
	at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1429)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:944)
	at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:261)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
	at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
	at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:770)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:682)
	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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:350)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:492)
Caused by: java.lang.NoSuchMethodError: com.sun.istack.localization.LocalizableMessageFactory.<init>(Ljava/lang/String;Lcom/sun/istack/localization/LocalizableMessageFactory$ResourceBundleSupplier;)V
	at com.sun.xml.ws.resources.WsservletMessages.<clinit>(WsservletMessages.java:59)
	at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.parseAdaptersAndCreateDelegate(WSServletContextListener.java:139)
	at com.sun.xml.ws.transport.http.servlet.WSServletContainerInitializer.onStartup(WSServletContainerInitializer.java:65)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5098)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
	... 38 more

05-Oct-2018 15:11:50.432 SEVERE [main] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive [/usr/local/Cellar/tomcat/9.0.12/libexec/webapps/openam.war]
 java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/openam]]
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:747)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:986)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1858)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
	at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:772)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:426)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1585)
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
	at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
	at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:969)
	at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1429)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:944)
	at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:261)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
	at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
	at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:770)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:682)
	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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:350)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:492)

05-Oct-2018 15:11:50.434 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/usr/local/Cellar/tomcat/9.0.12/libexec/webapps/openam.war] has finished in [10,260] ms

To Reproduce
Steps to reproduce the behavior:

  1. Install Java 8
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)
  1. Install Tomcat 9 (I installed it through Homebrew, but I doubt it matters how you install it)
Using CATALINA_BASE:   /usr/local/Cellar/tomcat/9.0.12/libexec
Using CATALINA_HOME:   /usr/local/Cellar/tomcat/9.0.12/libexec
Using CATALINA_TMPDIR: /usr/local/Cellar/tomcat/9.0.12/libexec/temp
Using JRE_HOME:        /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home
Using CLASSPATH:       /usr/local/Cellar/tomcat/9.0.12/libexec/bin/bootstrap.jar:/usr/local/Cellar/tomcat/9.0.12/libexec/bin/tomcat-juli.jar
  1. Download OpenAM release 14.1.10 and move it into $CATALINA_HOME/webapps/
  2. Start Tomcat
  3. See error

Expected behavior
For OpenAM to be deployed correctly and be available through http://localhost:8080/openam
(I renamed the war to openam.war)

Desktop (please complete the following information):

  • OS: macOS High Sierra v. 10.13.6
  • Java: 1.8.0_91
  • Tomcat: 9.0.12

"Error loading OpenAM suffix 1" when setting up OpenAM in Docker

Hi,

I need some help with setting up OpenAM with Docker. I am using jwilder/nginx-proxy as a reverse-proxy, which forwards connections to the configured containers. Here is my docker-compose.yml:

version: "2"

services:

  openam:
    container_name: openam
    image: openidentityplatform/openam
    restart: unless-stopped
    networks:
      - default
      - proxy-tier
    hostname: example.com
    environment:
      VIRTUAL_HOST: example.com
      VIRTUAL_PORT: 8080
      LETSENCRYPT_HOST: example.com
      LETSENCRYPT_EMAIL: [email protected]

networks:

  proxy-tier:
    external: true

I can successfully access the configuration page for OpenAM at example.com/openam. However, the initial setup always fails, no matter what I try in custom configuration or standard configuration. This is the error message:

01/21/2019 02:19:02:165 PM UTC: OpenAM-Suffix wird erstellt
ERROR:  The server rejected the task for the following reason: None of the
Directory Server backends are configured with the requested backend ID or base
DNs that include the specified branches
01/21/2019 02:19:02:651 PM UTC: Error loading OpenAM suffix 1

Can you help me out here or perhaps point me into the right direction? Thank you in advance!


Complete install.log

01/21/2019 02:18:55:193 PM UTC: Checking license acceptance...
01/21/2019 02:18:55:194 PM UTC: License terms accepted.
License, legal-notices/license.txt, has been accepted.
License Hash: PlqcuYfZTFKA3ssWGRJDndyjMT8=.
01/21/2019 02:18:55:199 PM UTC: Konfigurationsverzeichnis /root/openam wird ΓΌberprΓΌft.
01/21/2019 02:18:55:200 PM UTC: ...Erfolgreich.
01/21/2019 02:18:55:201 PM UTC: OpenAM-Konfigurationsspeicher wird installiert
01/21/2019 02:18:55:201 PM UTC: ...ErfolgreichRSA/ECB/OAEPWithSHA1AndMGF1Padding.
01/21/2019 02:18:55:202 PM UTC: Extracting OpenDJ, please wait...
01/21/2019 02:18:55:568 PM UTC: Complete
01/21/2019 02:18:55:569 PM UTC: Running OpenDJ setup
01/21/2019 02:18:55:569 PM UTC: Setup command: --cli --adminConnectorPort 4444 --baseDN dc=example,dc=com --rootUserDN cn=Directory Manager --ldapPort 50389 --skipPortCheck --rootUserPassword xxxxxxx --jmxPort 1689 --no-prompt --doNotStart --hostname example.com --noPropertiesFile --backendType je

Configuring Directory Server ..... Done.

To see basic server configuration status and configuration, you can launch
/root/openam/opends/bin/status

01/21/2019 02:18:58:392 PM UTC: ...Erfolgreich.
01/21/2019 02:18:58:392 PM UTC: ...Success
01/21/2019 02:18:58:392 PM UTC: OpenAM-Konfigurationsspeicher wird unter /root/openam/opends installiert
01/21/2019 02:19:02:163 PM UTC: ...Erfolgreich.
01/21/2019 02:19:02:165 PM UTC: OpenAM-Suffix wird erstellt
ERROR:  The server rejected the task for the following reason: None of the
Directory Server backends are configured with the requested backend ID or base
DNs that include the specified branches
01/21/2019 02:19:02:651 PM UTC: Error loading OpenAM suffix 1
AMSetupServlet.processRequest: errorcom.sun.identity.setup.ConfiguratorException: emb.creatingfamsuffix.failure
	at com.sun.identity.setup.EmbeddedOpenDS.setup(EmbeddedOpenDS.java:279)
	at com.sun.identity.setup.AMSetupServlet.setupEmbeddedDS(AMSetupServlet.java:738)
	at com.sun.identity.setup.AMSetupServlet.setupSMDatastore(AMSetupServlet.java:786)
	at com.sun.identity.setup.AMSetupServlet.configure(AMSetupServlet.java:830)
	at com.sun.identity.setup.AMSetupServlet.processRequest(AMSetupServlet.java:503)
	at com.sun.identity.config.wizard.Wizard.createConfig(Wizard.java:296)
	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.apache.click.util.ClickUtils.invokeMethod(ClickUtils.java:3317)
	at org.apache.click.util.ClickUtils.invokeListener(ClickUtils.java:2088)
	at org.apache.click.control.AbstractControl$1.onAction(AbstractControl.java:228)
	at org.apache.click.ActionEventDispatcher.fireActionEvent(ActionEventDispatcher.java:259)
	at org.apache.click.ActionEventDispatcher.fireActionEvents(ActionEventDispatcher.java:236)
	at org.apache.click.ActionEventDispatcher.fireActionEvents(ActionEventDispatcher.java:180)
	at org.apache.click.ClickServlet.performOnProcess(ClickServlet.java:746)
	at org.apache.click.ClickServlet.processAjaxPageEvents(ClickServlet.java:1860)
	at org.apache.click.ClickServlet.processPage(ClickServlet.java:559)
	at org.apache.click.ClickServlet.handleRequest(ClickServlet.java:383)
	at org.apache.click.ClickServlet.doGet(ClickServlet.java:276)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at org.forgerock.openam.validation.ResponseValidationFilter.doFilter(ResponseValidationFilter.java:44)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at org.forgerock.openam.headers.SetHeadersFilter.doFilter(SetHeadersFilter.java:88)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:123)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at org.forgerock.openam.audit.context.AuditContextFilter.doFilter(AuditContextFilter.java:51)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:1025)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1137)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
	at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:2511)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)


Dumping all configuration parameters...

Request Parameters:
acceptLicense = true
actionLink = createConfig
ADMIN_CONFIRM_PWD = #########
ADMIN_PWD = #########
AM_ENC_KEY = #########
AMLDAPUSERPASSWD = #########
AMLDAPUSERPASSWD_CONFIRM = #########
BASE_DIR = /root/openam
COOKIE_DOMAIN = example.com
DATA_STORE = embedded
DIRECTORY_ADMIN_PORT = 4444
DIRECTORY_JMX_PORT = 1689
DIRECTORY_PORT = 50389
DIRECTORY_SERVER = localhost
DIRECTORY_SSL = SIMPLE
DS_DIRMGRDN = cn=Directory Manager
DS_DIRMGRPASSWD = #########
ie7fix = 24
locale = de_DE
PLATFORM_LOCALE = en_US
ROOT_SUFFIX = dc=example,dc=com
SERVER_HOST = example.com
SERVER_PORT = 80
SERVER_URI = http://example.com/openam/config/wizard/wizard.htm
SERVER_URL = http://example.com:80
UserStore = #########

External user repo configuration items:
userStoreHostName = opendj
userStoreLoginID = cn=Directory Manager
userStoreLoginPassword = #########
userStorePort = 1389
userStoreRootSuffix = dc=example,dc=com
userStoreSSL = SIMPLE
userStoreType = LDAPv3ForOpenDS

Main configuration items:
acceptLicense = true
actionLink = createConfig
ADMIN_PWD = #########
AM_COEXIST = false
AM_ENC_KEY = #########
AM_REALM = true
AMLDAPUSERPASSWD = #########
AMSDK_I18N_KEY = a101
AUTH_DEFAULT_CONFIG = ldapService
AUTHNSVC_CRAMMD5_MECHANISM_HANDLER = com.sun.identity.liberty.ws.authnsvc.mechanism.CramMD5MechanismHandler
AUTHNSVC_PLAIN_MECHANISM_HANDLER = com.sun.identity.liberty.ws.authnsvc.mechanism.PlainMechanismHandler
AUTHNSVC_SSOTOKEN_MECHANISM_HANDLER = com.sun.identity.liberty.ws.authnsvc.mechanism.SSOTokenMechanismHandler
BASE_DIR = /root/openam
CONFIGURATION_PROVIDER_CLASS = com.sun.identity.plugin.configuration.impl.ConfigurationInstanceImpl
CONSOLE_URI = /openam
COOKIE_DOMAIN = example.com
COOKIE_ENCODE = false
DATA_STORE = embedded
DATASTORE_NOTIFICATION = true
DATASTORE_PROVIDER_CLASS = com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
DB_NAME = userRoot
DEBUG_DIR = debug
DEBUG_SUBDIR = debug
DEFAULT_AUTH_MODULE = DataStore
DEFAULT_ORG = dc=example,dc=com
DIRECTORY_ADMIN_PORT = 4444
DIRECTORY_JMX_PORT = 1689
DIRECTORY_PORT = 50389
DIRECTORY_SERVER = localhost
DIRECTORY_SSL = SIMPLE
DISABLE_PERSISTENT_SEARCH = aci,um
DISCO_AUTHORIZER = com.sun.identity.liberty.ws.disco.plugins.DefaultDiscoAuthorizer
DISCO_ENTRY_HANDLER = com.sun.identity.liberty.ws.disco.plugins.UserDiscoEntryHandler
DISCO_GLOBAL_ENTRY_HANDLER = com.sun.identity.liberty.ws.disco.plugins.GlobalDiscoEntryHandler
DIT_LOADED = false
DS_DIRMGRDN = cn=Directory Manager
DS_DIRMGRPASSWD = #########
DS_OBJECT_CLASS = ldap.SMSLdapObject
DS_UM_SCHEMA = sms
EMBEDDED_DS_OBJECT_CLASS = ldap.SMSEmbeddedLdapObject
ENCADADMINPASSWD = #########
ENCADMINPASSWD = #########
ENCDSDIRMGRPASSWD = #########
ENCLDAPUSERPASSWD = #########
GlobalClientSideAuthModuleScriptId = c827d2b4-3608-4693-868e-bbcf86bd87c7
GlobalClientSideDeviceIdMatchScriptId = 157298c0-7d31-4059-a95b-eeb08473b7e5
GlobalEntitlementConditionScriptId = 9de3eb62-f131-4fac-a294-7bd170fd4acb
GlobalOidcClaimsScriptId = 36863ffb-40ec-48b9-94b1-9a99f71cc3b5
GlobalServerSideAuthModuleScriptId = 7e3d7067-d50f-4674-8c76-a3e13a810c33
GlobalServerSideDeviceIdMatchScriptId = 703dab1a-1921-4981-98dd-b8e5349d8548
HASHADMINPASSWD = #########
HASHLDAPUSERPASSWD = #########
IDPP_AUTHORIZER = com.sun.identity.liberty.ws.idpp.plugin.IDPPAuthorizer
ie7fix = 24
IS_INSTALL_VARDIR = baseDir
IS_PRODNAME = /openam
LDAP_CONNECTION_MODE = LDAP
locale = de_DE
LOG_DIR = log
LOG_PROVIDER_CLASS = com.sun.identity.plugin.log.impl.LogProvider
MONAGENT_PROVIDER_CLASS = com.sun.identity.plugin.monitoring.impl.AgentProvider
MONIDFF_PROVIDER_CLASS = com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
MONSAML1_PROVIDER_CLASS = com.sun.identity.plugin.monitoring.impl.FedMonSAML1SvcProvider
MONSAML2_PROVIDER_CLASS = com.sun.identity.plugin.monitoring.impl.FedMonSAML2SvcProvider
NORMALIZED_ORGBASE = dc=example,dc=com
NORMALIZED_RS = dc=example,dc=com
NoScriptDefined = [Empty]
OLDCON_DEPLOY_URI = /openam
OPENDS_TRANSFORMATION = RSA/ECB/OAEPWithSHA1AndMGF1Padding
ORG_BASE = dc=example,dc=com
ORG_NAMING_ATTR = o
ORG_OBJECT_CLASS = sunismanagedorganization
ORG_ROOT_SUFFIX = dc=example,dc=com
OUTPUT_DIR = basedir/uri
PAM_SERVICE_NAME = other
People_NM_ORG_ROOT_SUFFIX = People_dc=example_dc=com
PLATFORM_LOCALE = en_US
ROOT_SUFFIX = dc=example,dc=com
RS_RDN = ldap
SERVER_HOST = example.com
SERVER_PORT = 80
SERVER_PROTO = http
SERVER_URI = /openam
SERVER_URL = http://example.com:80
SESSION_PROVIDER_CLASS = com.sun.identity.plugin.session.impl.FMSessionProvider
SESSION_ROOT_SUFFIX = o=openam-session
SESSION_STORE_TYPE = embedded
SM_CONFIG_BASEDN = dc=example,dc=com
SM_CONFIG_BASEDN_RDNV = ldap
SM_CONFIG_ROOT_SUFFIX = dc=example,dc=com
SM_ROOT_SUFFIX_HAT = dc=example^dc=com
SMS_OBJECT_CLASS = flatfile.SMSEnhancedFlatFileObject
SSHA512LDAPUSERPWD = #########
UM_DIRECTORY_PORT = 1389
UM_DIRECTORY_SERVER = opendj
UM_DS_DIRMGRDN = cn=Directory Manager
UM_DS_DIRMGRPASSWD = #########
UM_ENABLED = true
UM_NORMALIZED_ORGBASE = dc=example,dc=com
UM_SSL = false
USER_HOME = /root
USER_NAMING_ATTR = uid
USER_OBJECT_CLASS = inetorgperson
USER_PROFILE_CHOICE = false
VERSION = OpenAM 14.1.13 (2018-October-26 21:17)
WEB_SERVICE_AUTHENTICATOR = com.sun.identity.liberty.ws.soapbinding.WebServiceAuthenticatorImpl
XML_ENCODING = ISO-8859-1
``

New Source Code

Not sure if you're aware but the CDDL parts of Forgerocks products can be found here:

Open Source Zip Archives Version 5.0:

ForgeRock Access Management: (AM-cddl-sources-5.0.0.zip http://info.forgerock.com/z0Nb1xT000aUkNvpP2c0R00)
ForgeRock Identity Gateway: (IG-cddl-sources-5.0.0.zip http://info.forgerock.com/R00TabpUNx001020PQRvfk0)
ForgeRock Directory Services: (DS-cddl-sources-5.0.0.zip http://info.forgerock.com/wUbRkaxPT00002pd00N1O0v)
ForgeRock Identity Management: (IDM-cddl-sources-5.0.0.zip http://info.forgerock.com/Q0vR0bU0PP1TN0kpx00ea20)
Open Source Zip Archives Version 5.5:

Open Source Zip Archives Version 5.5:

ForgeRock Access Management: (AM-cddl-sources-5.5.1.zip http://info.forgerock.com/HP0010N0k2Jb0Ra0TsU00Mx)
ForgeRock Identity Gateway: (IG-cddl-sources-5.5.0.zip http://info.forgerock.com/gN0bakT0N10sUR0xP000K02)
ForgeRock Directory Services: (DS-cddl-sources-5.5.0.zip http://info.forgerock.com/hT2sOaU00P000Nx0k010RLb)
ForgeRock Identity Management: (IDM-cddl-sources-5.5.0.zip http://info.forgerock.com/a0100T0sNP0b00MRPUk0a2x)

Oauth2: Random error when revoke a token

Hi!
We are seeing a random error when we revoke an oauth2 token in OpenAM.

Steps to reproduce the behavior:

  1. Get a token
curl -X "POST" "http://openam.example.com:8778/openam/oauth2/access_token?client_secret=foobar&client_id=foobar_client_id&grant_type=password&username=myuser%40foobar.com&password=abcd1234&realm=%2FMyrealm" -H 'Content-Type: application/x-www-form-urlencoded; charset=utf-8'
  1. Revoke the token
curl -X "POST" "http://openam.example.com:8778/openam/oauth2/token/revoke?realm=%2FMyrealm&token=b3f3be6d-1919-4192-8d08-926db716a4aa&client_secret=foobar&client_id=foobar_client_id"

Note: The token b3f3be6d-1919-4192-8d08-926db716a4aa was obtained in the step 1.

  1. Sometimes we get this bad request from OpenAM:
{
  "error_description": "The provided token id : b3f3be6d-1919-4192-8d08-926db716a4aa belongs to different access grant.",
  "error": "invalid_grant"
}

Expected behavior
The OpenAM should return the http status 200 when revoke a valid token.

Regards,
MartΓ­n.

NPE authenticating in module OAuth 2.0 / OpenID Connect

After authenticatin in OpenAM via Facebook, and setting new password got error

javax.security.auth.login.LoginException: java.lang.NullPointerException
	at org.forgerock.openam.cts.CTSPersistentStoreImpl.deleteAsync(CTSPersistentStoreImpl.java:153)
	at org.forgerock.openam.authentication.modules.oauth2.OAuth.process(OAuth.java:272)
	at com.sun.identity.authentication.spi.AMLoginModule.wrapProcess(AMLoginModule.java:1061)
	at com.sun.identity.authentication.spi.AMLoginModule.login(AMLoginModule.java:1229)
	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 com.sun.identity.authentication.jaas.LoginContext.invoke(LoginContext.java:219)
	at com.sun.identity.authentication.jaas.LoginContext.login(LoginContext.java:127)
	at com.sun.identity.authentication.service.AMLoginContext.runLogin(AMLoginContext.java:570)
	at com.sun.identity.authentication.server.AuthContextLocal.submitRequirements(AuthContextLocal.java:586)
	at com.sun.identity.authentication.UI.LoginViewBean.processLoginDisplay(LoginViewBean.java:1373)
	at com.sun.identity.authentication.UI.LoginViewBean.addLoginCallbackMessage(LoginViewBean.java:1517)
	at com.sun.identity.authentication.UI.LoginViewBean.getLoginDisplay(LoginViewBean.java:1023)
	at com.sun.identity.authentication.UI.LoginViewBean.processLogin(LoginViewBean.java:871)
	at com.sun.identity.authentication.UI.LoginViewBean.forwardTo(LoginViewBean.java:522)
	at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:981)
	at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
	at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBas```

Windows 7 Unexpected LDAP exception during "Create Default Configuration"

When creating the default configuration, install fails with "Unexpected LDAP exception occurred".
Here is the install log:
openam_install.log

This seems to be similar to issue #57.

I am using the latest OpenAM release: 14.1.10.

When I debugged into the point where the exception occurs, I found that the exception occurs twice before the install aborts. At the first exception, the bytes in the buffer when it was trying to read an integer were the bytes for the following string:
ax="String" type="single_choice" > <ChoiceValues> <ChoiceValue i18
For the second exception the bytes in the buffer were:
tax="number" type="single">

In both of these cases, the code was trying to read an integer when the buffer appears to be in the middle of the word "syntax".

I'm running this on Tomcat 9.0.12 using JDK 10.0.2.

New Auth Modules can not be enabled without restarting

[ This is the same issue as #15 which was fixed, closed, then unfixed and released. πŸ˜’ ]

When attempting to enable a new module instance in the docker image (OpenAM 14.5.1), following the steps to add and provide any optional configuration values (such as datastore for HTTP Basic Auth), the modules do not appear in the list of enabled modules and can not be used in an authentication chain.

Steps to reproduce:

  1. Deploy to docker
  2. Create a default repo
  3. Login as amAdmin
  4. Go to Realms tab -> select (Top Level Realm) -> Authentication tab -> Module Instances, click "New" -> add an authentication module -> save

The module does not appear in the module instances and can't be used in the Authentication chaining.
Tried with both non-XUI and XUI UI modes.

The above steps worked as expected on "OpenAM 11.0.3 Community Edition" built from source and also on all ForgeRock AM builds (tried with 5.5.1).

INFO] OpenAM RIA Web UI .................................. FAILURE [ 34.229 s] [

https://travis-ci.org/OpenIdentityPlatform/OpenAM/builds/306179875

[INFO] --- frontend-maven-plugin:1.1:npm (npm-install) @ openam-ui-ria ---
[INFO] Running 'npm install' in /Users/vharseko/git/OpenIdentityPlatform/OpenAM/openam-ui/openam-ui-ria
[WARNING] npm WARN deprecated [email protected]: πŸ™Œ Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
[WARNING] npm WARN deprecated [email protected]: Use uuid module instead
[ERROR] npm ERR! Darwin 17.2.0
[ERROR] npm ERR! argv "/Users/vharseko/git/OpenIdentityPlatform/OpenAM/openam-ui/openam-ui-ria/node/node" "/Users/vharseko/git/OpenIdentityPlatform/OpenAM/openam-ui/openam-ui-ria/node/node_modules/npm/bin/npm-cli.js" "install"
[ERROR] npm ERR! node v4.6.2
[ERROR] npm ERR! npm v3.10.9
[ERROR] npm ERR! code E404
[ERROR]
[ERROR] npm ERR! 404 Not Found: repo
[ERROR] npm ERR! 404
[ERROR] npm ERR! 404 'repo' is not in the npm registry.
[ERROR] npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
[ERROR] npm ERR! 404 It was specified as a dependency of 'commander'
[ERROR] npm ERR! 404
[ERROR] npm ERR! 404 Note that you can also install from a
[ERROR] npm ERR! 404 tarball, folder, http url, or git url.
[ERROR]
[ERROR] npm ERR! Please include the following file with any support request:
[ERROR] npm ERR! /Users/vharseko/git/OpenIdentityPlatform/OpenAM/openam-ui/openam-ui-ria/npm-debug.log
[INFO] ------------------------------------------------------------------------

Build from source fails on W10

Describe the bug
I am trying to build whole project but the building process fails when trying to build OpenDj module.

To Reproduce

  1. I cloned project - git clone --recursive https://github.com/OpenIdentityPlatform/OpenAM.git and configured git to allow longpaths. -> (SUCCESS)
  2. mvn -DskipTests -Dmaven.javadoc.skip=true install -f OpenAM/OpenDJ/forgerock-parent completes successfully. -> (SUCCESS)
  3. The step which fails is mvn -DskipTests -Dmaven.javadoc.skip=true install -f OpenAM/OpenDJ . The error I get is:
    `[ERROR] The project org.forgerock.opendj:opendj-core:[unknown-version] (C:\Projects\github-projects\OpenAM\OpenDJ\opendj-core\pom.xml) has 1 error

[ERROR] Non-resolvable parent POM for org.forgerock.opendj:opendj-parent:[unknown-version]: Failure to find org.forgerock.opendj:opendj-bom:pom:4.2.2 , 'parent.relativePath' points at wrong local POM @ org.forgerock.opendj:opendj-parent:[unknown-version], C:\Projects\github-projects\OpenAM\OpenDJ\pom.xml, line 20, column 13 ->

Note that I get the same error for the rest sub-projects of OpedDj(opendj-doc-maven-pluginopendj-grizzly` etc)

Expected behavior
Project build should be successfully completed.

Desktop (please complete the following information):

  • OS: W10 x64
  • Java8
  • Maven 3.5.0

Tomcat deployment start failed

I've got the following exception from OpenAM 14.0.6 WAR deployment from Tomcat 8.5:

23-Apr-2018 06:24:24.276 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/var/lib/tomcat8/webapps/OpenAM-14.0.6.war]
23-Apr-2018 06:24:40.478 INFO [localhost-startStop-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
23-Apr-2018 06:24:40.950 SEVERE [localhost-startStop-2] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:
 org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/OpenAM-14.0.6]]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:985)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1856)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchMethodError: com.sun.istack.localization.LocalizableMessageFactory.<init>(Ljava/lang/String;Lcom/sun/istack/localization/LocalizableMessageFactory$ResourceBundleSupplier;)V
	at com.sun.xml.ws.resources.WsservletMessages.<clinit>(WsservletMessages.java:59)
	at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.parseAdaptersAndCreateDelegate(WSServletContextListener.java:139)
	at com.sun.xml.ws.transport.http.servlet.WSServletContainerInitializer.onStartup(WSServletContainerInitializer.java:65)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5229)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
	... 10 more

IDP SLO Request don't have KeyInfo Tag

Dear Experts,

I triggered SAML SLO Request from IDP and In the SLO Request where I don't see the tag ds:KeyInfo . Is this expected with OpenAM, Please advise?

image

Please find the attached HTTP Trace for your reference.

slo_idp_init.txt

attached Fiddler trace as well, rename the slo_idp_init.txt to slo_idp_init.saz

Thanks,

DeviceID

Hi,

I configure a test realm with ldap authenticacion, and this work correctly validating with the uid and the email address.
Now I add the modules the deviceID to the chain, but if I validate with the email, the device is not saved and no show in the dashboard.
If I validate with the uid all work correctly.

Is posible modify the code to work correctly with all login attributes (uid, mail ...)

Thanks.

Tagged 14.1 without updating pom.xml

Hi

You've tagged 14.1.0 without updating the pom.xml file accordingly

There should probably be a commit that fixes the pom.xml, that then tagged with a release number, then a follow up commit changing the versions to dev SNAPSHOTS

Cheers

Mike

ssoadm.jsp throws 500 error

ssoadm.jsp throws 500 error when used

Steps to reproduce the behavior:

  1. Enable ssoadm.jsp in browser (set ssoadm.disabled=false as -D java additional or via Advanced properties)
  2. Select any action (i.e., list-agents) for default realm ("/")
  3. Error

Looking around I believe this issue is related:
https://bugster.forgerock.org/jira/browse/OPENAM-9749

Is there any planned fix for this?
Thank you!

HTTP Status 500 – Internal Server Error Type Exception Report Message AMSetupFilter.doFilter Description The server encountered an unexpected condition that prevented it from fulfilling the request. Exception javax.servlet.ServletException: AMSetupFilter.doFilter com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:141) org.forgerock.openam.audit.context.AuditContextFilter.doFilter(AuditContextFilter.java:51) org.forgerock.openam.audit.servlet.AuditAccessServletFilter.doFilter(AuditAccessServletFilter.java:62) Root Cause org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.cli.LogWriter org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:565) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:466) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329) javax.servlet.http.HttpServlet.service(HttpServlet.java:742) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) org.forgerock.openam.validation.ResponseValidationFilter.doFilter(ResponseValidationFilter.java:44) org.forgerock.openam.headers.SetHeadersFilter.doFilter(SetHeadersFilter.java:88) com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:111) org.forgerock.openam.audit.context.AuditContextFilter.doFilter(AuditContextFilter.java:51) org.forgerock.openam.audit.servlet.AuditAccessServletFilter.doFilter(AuditAccessServletFilter.java:62) Root Cause javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.cli.LogWriter org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:909) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:838) org.apache.jsp.ssoadm_jsp._jspService(ssoadm_jsp.java:318) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:742) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329) javax.servlet.http.HttpServlet.service(HttpServlet.java:742) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) org.forgerock.openam.validation.ResponseValidationFilter.doFilter(ResponseValidationFilter.java:44) org.forgerock.openam.headers.SetHeadersFilter.doFilter(SetHeadersFilter.java:88) com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:111) org.forgerock.openam.audit.context.AuditContextFilter.doFilter(AuditContextFilter.java:51) org.forgerock.openam.audit.servlet.AuditAccessServletFilter.doFilter(AuditAccessServletFilter.java:62) Root Cause java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.cli.LogWriter com.sun.identity.cli.AuthenticatedCommand.writeLog(AuthenticatedCommand.java:171) com.sun.identity.cli.agentconfig.ListAgents.handleRequest(ListAgents.java:85) com.sun.identity.cli.SubCommand.execute(SubCommand.java:296) com.sun.identity.cli.CLIRequest.process(CLIRequest.java:217) com.sun.identity.cli.CLIRequest.process(CLIRequest.java:139) com.sun.identity.cli.CommandManager.serviceRequestQueue(CommandManager.java:581) com.sun.identity.cli.WebCLIHelper.processRequest(WebCLIHelper.java:151) com.sun.identity.cli.WebCLIHelper.getHTML(WebCLIHelper.java:92) org.apache.jsp.ssoadm_jsp._jspService(ssoadm_jsp.java:290) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:742) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329) javax.servlet.http.HttpServlet.service(HttpServlet.java:742) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) org.forgerock.openam.validation.ResponseValidationFilter.doFilter(ResponseValidationFilter.java:44) org.forgerock.openam.headers.SetHeadersFilter.doFilter(SetHeadersFilter.java:88) com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:111) org.forgerock.openam.audit.context.AuditContextFilter.doFilter(AuditContextFilter.java:51) org.forgerock.openam.audit.servlet.AuditAccessServletFilter.doFilter(AuditAccessServletFilter.java:62) Note The full stack trace of the root cause is available in the server logs. Apache Tomcat/8.5.20

from catalina log:
Aug-09-2018 14:53:58,213 [http-nio-8580-exec-4] ERROR || org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/openam].[jsp] || Servlet.service() for servlet [jsp] in context with path [/openam] threw exception [AMSetupFilter.doFilter] with root cause com.google.inject.ConfigurationException: Guice configuration errors: 1) Could not find a suitable constructor in org.forgerock.http.Client. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private. at org.forgerock.http.Client.class(Unknown Source) while locating org.forgerock.http.Client 1 error at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:1004) at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:961) at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) at org.forgerock.guice.core.InjectorHolder.getInstance(InjectorHolder.java:85) at com.sun.identity.cli.LogWriter.(LogWriter.java:101) at com.sun.identity.cli.AuthenticatedCommand.writeLog(AuthenticatedCommand.java:171) at com.sun.identity.cli.entitlement.ListApplications.handleRequest(ListApplications.java:71) at com.sun.identity.cli.SubCommand.execute(SubCommand.java:296) at com.sun.identity.cli.CLIRequest.process(CLIRequest.java:217) at com.sun.identity.cli.CLIRequest.process(CLIRequest.java:139) at com.sun.identity.cli.CommandManager.serviceRequestQueue(CommandManager.java:581) at com.sun.identity.cli.WebCLIHelper.processRequest(WebCLIHelper.java:151) at com.sun.identity.cli.WebCLIHelper.getHTML(WebCLIHelper.java:92) at org.apache.jsp.ssoadm_jsp._jspService(ssoadm_jsp.java:290) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.validation.ResponseValidationFilter.doFilter(ResponseValidationFilter.java:44) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.headers.SetHeadersFilter.doFilter(SetHeadersFilter.java:88) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:111) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)Aug-09-2018 15:10:07,253 [http-nio-8580-exec-7] ERROR || org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/openam].[jsp] || Servlet.service() for servlet [jsp] in context with path [/openam] threw exception [AMSetupFilter.doFilter] with root cause java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.cli.LogWriter at com.sun.identity.cli.AuthenticatedCommand.writeLog(AuthenticatedCommand.java:171) at com.sun.identity.cli.entitlement.ListApplications.handleRequest(ListApplications.java:71) at com.sun.identity.cli.SubCommand.execute(SubCommand.java:296) at com.sun.identity.cli.CLIRequest.process(CLIRequest.java:217) at com.sun.identity.cli.CLIRequest.process(CLIRequest.java:139) at com.sun.identity.cli.CommandManager.serviceRequestQueue(CommandManager.java:581) at com.sun.identity.cli.WebCLIHelper.processRequest(WebCLIHelper.java:151) at com.sun.identity.cli.WebCLIHelper.getHTML(WebCLIHelper.java:92) at org.apache.jsp.ssoadm_jsp._jspService(ssoadm_jsp.java:290) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.validation.ResponseValidationFilter.doFilter(ResponseValidationFilter.java:44) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.headers.SetHeadersFilter.doFilter(SetHeadersFilter.java:88) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:111) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.audit.context.AuditContextFilter.doFilter(AuditContextFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.audit.servlet.AuditAccessServletFilter.doFilter(AuditAccessServletFilter.java:62)at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)Aug-09-2018 15:11:41,585 [http-nio-8580-exec-10] ERROR || org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/openam].[jsp] || Servlet.service() for servlet [jsp] in context with path [/openam] threw exception [AMSetupFilter.doFilter] with root cause java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.cli.LogWriter at com.sun.identity.cli.AuthenticatedCommand.writeLog(AuthenticatedCommand.java:171) at com.sun.identity.cli.agentconfig.ListAgents.handleRequest(ListAgents.java:85) at com.sun.identity.cli.SubCommand.execute(SubCommand.java:296) at com.sun.identity.cli.CLIRequest.process(CLIRequest.java:217) at com.sun.identity.cli.CLIRequest.process(CLIRequest.java:139) at com.sun.identity.cli.CommandManager.serviceRequestQueue(CommandManager.java:581) at com.sun.identity.cli.WebCLIHelper.processRequest(WebCLIHelper.java:151) at com.sun.identity.cli.WebCLIHelper.getHTML(WebCLIHelper.java:92) at org.apache.jsp.ssoadm_jsp._jspService(ssoadm_jsp.java:290) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.validation.ResponseValidationFilter.doFilter(ResponseValidationFilter.java:44) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.headers.SetHeadersFilter.doFilter(SetHeadersFilter.java:88) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:111) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.audit.context.AuditContextFilter.doFilter(AuditContextFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.forgerock.openam.audit.servlet.AuditAccessServletFilter.doFilter(AuditAccessServletFilter.java:62) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478)

Platform: Windows Server 2012R2

OpenAM releases depending on OpenDJ releases

Hi

Just wondering if OpenAM releases should be depending on OpenDJ releases rather than snapshots

Obviously there's not much difference between the two unless a lot of development has happened

Cheers

Mike

Error upgrading from OpenAM with embedded datastore and SNMPConnectionHandler

Describe the bug
I have just tried to test an upgrade from version 12.0 of OpenAM to your latest release (14.1.17). I am getting the following error on screen when I try to nagivate to OpenAM web page

type Exception report

message AMSetupFilter.doFilter

description The server encountered an internal error that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: AMSetupFilter.doFilter
com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:141)
org.forgerock.openam.audit.context.AuditContextFilter.doFilter(AuditContextFilter.java:51)

root cause

com.sun.identity.common.configuration.ConfigurationException: Configuration store is not available.
com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:119)
org.forgerock.openam.audit.context.AuditContextFilter.doFilter(AuditContextFilter.java:51)

note The full stack trace of the root cause is available in the Apache Tomcat/8.0.23 logs.

When I check the status of the embedded opendj store I get the following error

The OpenDJ binary version '4.3.3.abf339f2a3ee955d6d6a5f2b8f83224d10e74dfd'
does not match the installed version '2.6.2.11096'. Please run upgrade before
continuing

Looks to be related to the following bug https://bugster.forgerock.org/jira/browse/OPENAM-7790
how should I proceed with the upgrade?

To Reproduce
To reproduce try to upgrade OpenAM12, with embedded datastore, to OpenAM 14.1.17 by using the following instructions https://backstage.forgerock.com/docs/openam/13.5/upgrade-guide/

Expected behavior
Expected the upgrade to be successfull as described in the instructions

Desktop (please complete the following information):

  • OS: Solaris 10
  • Browser : Chrome
  • Version :14.1.17

OpenAM 14.1 AMSetupServlet.processRequest: errorMessage:Plug-in com.sun.identity.idm.plugins.internal.AgentsRepo: Unable to read attributes.

I'm trying to install OpenAM 14.1.5, but i get the following error (attached a screenshot of the error):

01/19/2019 03:12:19:573 PM CET: Loading Schema /var/opt/SB/OpenAM_cfg/opendj_kba.ldif
01/19/2019 03:12:19:701 PM CET: ...Success.
01/19/2019 03:12:19:701 PM CET: Loading Schema /var/opt/SB/OpenAM_cfg/opendj_oathdevices.ldif
01/19/2019 03:12:19:792 PM CET: ...Success.
01/19/2019 03:12:19:793 PM CET: Loading Schema /var/opt/SB/OpenAM_cfg/opendj_pushdevices.ldif
01/19/2019 03:12:19:896 PM CET: ...Success.
01/19/2019 03:12:26:399 PM CET: Creating Web Service Security Agents.
AMSetupServlet.processRequest: errorMessage:Plug-in com.sun.identity.idm.plugins.internal.AgentsRepo: Unable to read attributes.

    at com.sun.identity.idm.plugins.internal.AgentsRepo.getAttributes(AgentsRepo.java:501)
    at com.sun.identity.idm.plugins.internal.AgentsRepo.isExists(AgentsRepo.java:774)
    at com.sun.identity.idm.server.IdServicesImpl.isExists(IdServicesImpl.java:1092)
    at com.sun.identity.idm.AMIdentity.isExists(AMIdentity.java:1197)
    at com.sun.identity.setup.AMSetupServlet.createAgent(AMSetupServlet.java:1776)
    at com.sun.identity.setup.AMSetupServlet.createIdentitiesForWSSecurity(AMSetupServlet.java:1729)
    at com.sun.identity.setup.AMSetupServlet.configure(AMSetupServlet.java:924)
    at com.sun.identity.setup.AMSetupServlet.processRequest(AMSetupServlet.java:503)
    at com.sun.identity.config.wizard.Wizard.createConfig(Wizard.java:296)
    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.apache.click.util.ClickUtils.invokeMethod(ClickUtils.java:3317)
    at org.apache.click.util.ClickUtils.invokeListener(ClickUtils.java:2088)
    at org.apache.click.control.AbstractControl$1.onAction(AbstractControl.java:228)
    at org.apache.click.ActionEventDispatcher.fireActionEvent(ActionEventDispatcher.java:259)
    at org.apache.click.ActionEventDispatcher.fireActionEvents(ActionEventDispatcher.java:236)

Session Tab in console GUI

Hello,
Sessions Manage tab is not displayed in XUI Form.
In Browser Console there are error logs referring to react-input-autosize-1.1.0-min.js.

- react-input-autosize-1.1.0-min.js?v=14.1.15:108 Uncaught SyntaxError: Unexpected token <
- react-15.2.1-min.js?v=14.1.15:16  Uncaught Error: Minified React error #130; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=130&args[]=undefined&args[]=%20Check%20the%20render%20method%20of%20%60Select%60. for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at r (react-15.2.1-min.js?v=14.1.15:16)
    at a (react-15.2.1-min.js?v=14.1.15:16)
    at r (react-15.2.1-min.js?v=14.1.15:13)
    at o (react-15.2.1-min.js?v=14.1.15:16)
    at o (react-15.2.1-min.js?v=14.1.15:16)
    at a (react-15.2.1-min.js?v=14.1.15:16)
    at Object.instantiateChildren (react-15.2.1-min.js?v=14.1.15:13)
    at h._reconcilerInstantiateChildren (react-15.2.1-min.js?v=14.1.15:14)
    at h.mountChildren (react-15.2.1-min.js?v=14.1.15:14)
    at h._createInitialChildren (react-15.2.1-min.js?v=14.1.15:13)

Thanks in advance

New Auth Modules can not be enabled in the Docker image

When attempting to enable a new module instance in the docker image (OpenAM 14.1.1 Build 2f3d35c (2018-April-28 10:03)), following the steps to add and provide any optional configuration values (such as datastore for HTTP Basic Auth), the modules do not appear in the list of enabled modules and can not be used in an authentication chain.

Steps to reproduce:

  1. Deploy to docker
  2. Create a default repo
  3. Login as amAdmin
  4. Go to Realms tab -> select (Top Level Realm) -> Authentication tab -> Module Instances, click "New" -> add an authentication module -> save

The module does not appear in the module instances and can't be used in the Authentication chaining.
Tried with both non-XUI and XUI UI modes.

The above steps worked as expected on "OpenAM 11.0.3 Community Edition" built from source.

Quick start guide is incorrect.

@ahavriluk First of all you have to specify port when you setup resource. Second you don't use name WebAgent - it won't work. You need to name it apache_agent. Then you have to make sure docker containers can talk to each other (--net host option?). Oh, yeah, apache_agent doesn't work on Mac.

Second OIDC authorization request error

OpenAM version 14.1.8 (OpenAM 14.1.8 Build 900d631 )

Using the openid demo sample from https://github.com/ForgeRock/openid

Setup OIDC provider and OIDC client as per the requirement of the demo.
Start Implicit, login as user, user prompted for consent, and OIDC flow successful for first time.

Redo the Implicit flow again with same browser session, OpenAM will return error to the authorization request

{
"error_description": "Error running OIDC claims script: java.util.concurrent.ExecutionException: javax.script.ScriptException: javax.script.ScriptException: java.lang.SecurityException: Access to Java class "java.util.LinkedHashMap$LinkedKeyIterator" is prohibited.",
"state": "af0ifjsldkj",
"error": "not_found"
}

The issue is not present if user logged out before redoing the OIDC login flow

OpenAM Configurator failed to create default or custom configuration

OpenAM 14.1.5 (14.1.6-SNAPSHOT) Configurator failed to create default or custom configuration.

My enviroment is Windows7 64bit, Tomcat 8.5.31 or 9.0.8 (i tested on both), Java 1.8.0_171, OpenAM-14.1.5.war or OpenAM-14.1.6-SNAPSHOT.war (built from source). I tried to make test configurations on my local computer, but all my attempts failed with single error - Unexpected LDAP exception occurred. I tried default configuration and custom with external OpenDJ (4.1.10). In log file i see this error:

06/27/2018 01:48:04:280 PM MSK: Registering service idRepoService.xml
AMSetupServlet.processRequest: errorSMSException Exception Code:5
Message:Unexpected LDAP exception occurred.

The lower level exception message
Decoding Error: Cannot decode the provided ASN.1 integer element because the length of the element value was not between one and four bytes (actual length was 60)
The lower level exception:
org.forgerock.opendj.ldap.ConnectionException: Decoding Error: Cannot decode the provided ASN.1 integer element because the length of the element value was not between one and four bytes (actual length was 60)
at org.forgerock.opendj.ldap.LdapException.newLdapException(LdapException.java:153)
at org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl.setResultOrError(ResultLdapPromiseImpl.java:132)
at org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl.adaptErrorResult(ResultLdapPromiseImpl.java:110)
at org.forgerock.opendj.grizzly.GrizzlyLDAPConnection.close(GrizzlyLDAPConnection.java:671)
at org.forgerock.opendj.grizzly.LDAPClientFilter.handleReadException(LDAPClientFilter.java:452)
at org.forgerock.opendj.grizzly.LDAPClientFilter.handleRead(LDAPClientFilter.java:442)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:284)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:201)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:133)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:539)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:593)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:573)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.forgerock.opendj.ldap.DecodeException: Cannot decode the provided ASN.1 integer element because the length of the element value was not between one and four bytes (actual length was 60)
at org.forgerock.opendj.ldap.DecodeException.fatalError(DecodeException.java:66)
at org.forgerock.opendj.grizzly.ASN1BufferReader.readInteger(ASN1BufferReader.java:288)
at org.forgerock.opendj.io.LDAPReader.readMessage(LDAPReader.java:121)
at org.forgerock.opendj.grizzly.LDAPClientFilter.handleRead(LDAPClientFilter.java:438)
... 14 more

I attached full log
install.log

Please help to understand me what is the problem.

OpenAM Build Failed

Is your feature request related to a problem? Please describe.
Followed the instructions to build the OpenAM on windows with JDK1.8 and MVN 3.5

But failed with the below error on executing the 3rd command which is ,
mvn -DskipTests -Dmaven.javadoc.skip=true install -f OpenAM/OpenDJ -P!distribution

image

Please advise how to fix this issue.

Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.