[prev in list] [next in list] [prev in thread] [next in thread] 

List:       forgerock-openidm
Subject:    [OpenIDM] Error when running cli.sh configureconnector
From:       j.mathias.friman () gmail ! com (Mathias Friman)
Date:       2013-03-21 11:00:10
Message-ID: CADOvQNf3hQL1kbT=hS7zG+HhajDL32jmgaEM2S0ULpRkLGtj+A () mail ! gmail ! com
[Download RAW message or body]

Hi list!

Got the new build and the configureconnector command works flawlessly. Good
work!

I'm deeply grateful for all the work done on this project.

Kindest regards,
Mathias


On Fri, Mar 15, 2013 at 5:06 PM, Laurent Bristiel <
laurent.bristiel at forgerock.com> wrote:

> Hello Mathias,
> 
> I think you have hit this bug:
> https://bugster.forgerock.org/jira/browse/OPENIDM-1151
> 
> The fix is under code review and should be committed very soon.
> Keep an eye on the JIRA and get the new build when the issue is closed.
> 
> Regards,
> Laurent
> 
> Le 15 mars 2013 ? 02:06, Mathias Friman <j.mathias.friman at gmail.com> a
> ?crit :
> 
> Hello list,
> 
> I'm a complete beginner here so please bare with me.
> 
> I've been trying to get provisioning to Google Apps to work, to no avail.
> 
> The build I'm using is 2040 and the system seems to work as expected. I've
> made no changes to passwords, keystores or anything like that, it's
> straight from the Zip-file. The startup.sh reports no problems, the ui
> works just fine and the REST-interface works too. I haven't tried to
> provision anything yet, since I seem to run into this problem regardless of
> which connector i'm trying to configure.
> 
> I'm far from a Java-programmer, so it's not clear to me where I should
> begin looking for a solution. Google is not very helpful either.
> 
> This is the error message I receive:
> 
> # ./cli.sh configureconnector ldapconnector
> Using boot properties at
> /opt/openidm-2.1.0-SNAPSHOT/openidm/conf/boot/boot.properties
> 2013-mar-15 01:43:25 org.restlet.Restlet handle
> WARNING: Unable to start the Restlet
> java.lang.SecurityException: Invalid signature file digest for Manifest
> main attributes
> at
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:239)
> at
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:193)
> at java.util.jar.JarVerifier.processEntry(JarVerifier.java:251)
> at java.util.jar.JarVerifier.update(JarVerifier.java:205)
> at java.util.jar.JarFile.initializeVerifier(JarFile.java:338)
> at java.util.jar.JarFile.getInputStream(JarFile.java:403)
> at sun.misc.URLClassPath$JarLoader$2.getInputStream(URLClassPath.java:706)
> at sun.misc.Resource.cachedInputStream(Resource.java:77)
> at sun.misc.Resource.getByteBuffer(Resource.java:160)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:266)
> at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
> at
> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager.<init>(ThreadSafeClientConnManager.java:157)
>  at
> org.restlet.ext.httpclient.HttpClientHelper.createClientConnectionManager(HttpClientHelper.java:306)
>  at
> org.restlet.ext.httpclient.HttpClientHelper.start(HttpClientHelper.java:466)
> at org.restlet.Client.start(Client.java:244)
> at org.restlet.Restlet.handle(Restlet.java:230)
> at org.restlet.Client.handle(Client.java:177)
> at org.restlet.resource.ClientResource.handle(ClientResource.java:944)
> at org.restlet.resource.ClientResource.handle(ClientResource.java:912)
> at org.restlet.resource.ClientResource.handle(ClientResource.java:867)
> at org.restlet.resource.ClientResource.post(ClientResource.java:1209)
> at
> org.forgerock.openidm.shell.impl.HttpRemoteJsonResource.handle(HttpRemoteJsonResource.java:175)
>  at
> org.forgerock.json.resource.JsonResourceAccessor.action(JsonResourceAccessor.java:178)
>  at
> org.forgerock.openidm.shell.impl.RemoteCommandScope.configureconnector(RemoteCommandScope.java:280)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:616)
> at org.apache.felix.gogo.runtime.Reflective.invoke(Reflective.java:137)
> at
> org.forgerock.openidm.shell.impl.CommandProxy.execute(CommandProxy.java:47)
> at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)
> at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)
> at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
> at
> org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
>  at
> org.apache.felix.gogo.runtime.CommandProcessorImpl.eval(CommandProcessorImpl.java:280)
>  at org.forgerock.openidm.shell.impl.Main.main(Main.java:60)
> 2013-mar-15 01:43:25 org.restlet.Restlet handle
> VARNING: Unable to start the Restlet
> 2013-mar-15 01:43:25 org.restlet.engine.http.HttpClientHelper handle
> INFO: Error while handling an HTTP client call
> java.lang.NullPointerException
> at
> org.restlet.ext.httpclient.internal.HttpMethodCall.sendRequest(HttpMethodCall.java:335)
>  at
> org.restlet.engine.http.adapter.ClientAdapter.commit(ClientAdapter.java:120)
> at
> org.restlet.engine.http.HttpClientHelper.handle(HttpClientHelper.java:113)
> at org.restlet.Client.handle(Client.java:180)
> at org.restlet.resource.ClientResource.handle(ClientResource.java:944)
> at org.restlet.resource.ClientResource.handle(ClientResource.java:912)
> at org.restlet.resource.ClientResource.handle(ClientResource.java:867)
> at org.restlet.resource.ClientResource.post(ClientResource.java:1209)
> at
> org.forgerock.openidm.shell.impl.HttpRemoteJsonResource.handle(HttpRemoteJsonResource.java:175)
>  at
> org.forgerock.json.resource.JsonResourceAccessor.action(JsonResourceAccessor.java:178)
>  at
> org.forgerock.openidm.shell.impl.RemoteCommandScope.configureconnector(RemoteCommandScope.java:280)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:616)
> at org.apache.felix.gogo.runtime.Reflective.invoke(Reflective.java:137)
> at
> org.forgerock.openidm.shell.impl.CommandProxy.execute(CommandProxy.java:47)
> at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)
> at
> org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)
> at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
> at
> org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
>  at
> org.apache.felix.gogo.runtime.CommandProcessorImpl.eval(CommandProcessorImpl.java:280)
>  at org.forgerock.openidm.shell.impl.Main.main(Main.java:60)
> Operation failed: null
> 
> # java -version
> java version "1.6.0_24"
> OpenJDK Runtime Environment (IcedTea6 1.11.5)
> (6b24-1.11.5-0ubuntu1~10.04.2)
> OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
> 
> Any tips are helpful. Thank you. :)
> 
> Kindest regards,
> Mathias
> 
> _______________________________________________
> OpenIDM mailing list
> OpenIDM at forgerock.org
> https://lists.forgerock.org/mailman/listinfo/openidm
> 
> 
> 
> _______________________________________________
> OpenIDM mailing list
> OpenIDM at forgerock.org
> https://lists.forgerock.org/mailman/listinfo/openidm
> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.forgerock.org/pipermail/openidm/attachments/20130321/c5e6943c/attachment.html \



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic