|
From: Ryan W. <mal...@gm...> - 2016-07-22 16:15:22
|
<mauriciogiacomini@...> writes: > > > Thanks Tomas. > But the problem was that I was wihtout socket-binding remote configuration in standalone.xml file of Wildfly. Adding the reference below at line 382 from standalone.xml file the system works. > vi standalone/configuration/standalone.xml <socket-binding name="remoting" port="4447"/> > Best Regards, > Maurício Penteado > > > Em 01/04/2016 05:03, Tomas Gustavsson escreveu: > > It looks like JBoss could not start properly, usually due to invalid > database configuration. > > Check server.log for information. You can try to follow the > troubleshooting section. > https://www.ejbca.org/docs/adminguide.html#Troubleshooting > > Cheers, > Tomas > ----- > Save time and money with an Enterprise support subscription. Please see > www.primekey.se for more information. > https://www.primekey.se/technologies/products-overview/ > https://www.primekey.se/service-support/support/ > > On 2016-04-01 04:25, mauriciogiacomini- zC5dV/vN+a1fJ/Nun...@pu...: > Dear friends Someone help me please. I am trying install ejbca v 6_3_1_1 with openjdk 7 but a long time braeked on follow error: ejbca:initCA: [echo] Initializing CA with 'ManagementCA' 'CN=ManagementCA,O=EJBCA Sample,C=SE' 'soft' <ca.tokenpassword hidden> '2048' 'RSA' '3650' 'null' 'SHA256WithRSA' -superadmincn 'SuperAdmin'... [java] Exception in thread "main" java.util.ServiceConfigurationError: org.ejbca.ui.cli.infrastructure.command.CliCommandPlugin: Provider org.ejbca.ui.cli.keybind.InternalKeyBindingCreateCommand could not be instantiated [java] at java.util.ServiceLoader.fail(ServiceLoader.java:224) [java] at java.util.ServiceLoader.access$100(ServiceLoader.java:181) [java] at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:377) [java] at java.util.ServiceLoader$1.next(ServiceLoader.java:445) [java] at org.ejbca.ui.cli.infrastructure.library.CommandLibrary.<init> (CommandLibrary.java:53) [java] at org.ejbca.ui.cli.infrastructure.library.CommandLibrary.<clinit> (CommandLibrary.java:38) [java] at org.ejbca.ui.cli.EjbcaEjbCli.main(EjbcaEjbCli.java:29) [java] Caused by: java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:ejbca, moduleName:cesecore-ejb, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext <at> 6e7ca336 [java] at org.jboss.ejb.client.EJBClientContext.requireEJBReceiver(EJBClientContext.j ava:774) [java] at org.jboss.ejb.client.ReceiverInterceptor.handleInvocation(ReceiverIntercept or.java:116) [java] at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvoca tionContext.java:186) [java] at org.jboss.ejb.client.EJBInvocationHandler.sendRequestWithPossibleRetries(EJ BInvocationHandler.java:255) [java] at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.jav a:200) [java] at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.jav a:183) [java] at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java: 146) [java] at com.sun.proxy.$Proxy0.getAvailableTypesAndProperties(Unknown Source) [java] at org.ejbca.ui.cli.keybind.InternalKeyBindingCreateCommand. <init>(InternalKeyBindingCreateCommand.java:68) [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcce ssorImpl.java:57) [java] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstru ctorAccessorImpl.java:45) [java] at java.lang.reflect.Constructor.newInstance(Constructor.java:526) [java] at java.lang.Class.newInstance(Class.java:383) [java] at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:373) [java] ... 4 more BUILD FAILED /opt/ejbca_ce_6_3_1_1/build.xml:70: The following error occurred while executing this line: /opt/ejbca_ce_6_3_1_1/bin/cli.xml:94: The following error occurred while executing this line: /opt/ejbca_ce_6_3_1_1/bin/cli.xml:112: The following error occurred while executing this line: /opt/ejbca_ce_6_3_1_1/bin/cli.xml:186: Java returned: 1 Kind regards, Maurício ------------------------------------------------------------------ ------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk? id=278785471&iu=/4140 _______________________________________________ Ejbca-develop mailing list Ejbca-develop- 5NW...@pu... https://lists.sourceforge.net/lists/listinfo/ejbca-develop > > ------------------------------------------------------------------------- ----- > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 > _______________________________________________ > Ejbca-develop mailing list > Ejbca-develop <at> lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > > > > > ------------------------------------------------------------------------- ----- > > > _______________________________________________ > Ejbca-develop mailing list > Ejbca-develop@... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > Getting this same error, there is no line 382 in the standalone config....it ends at line 335. |