|
From: <mau...@ib...> - 2016-04-05 12:07:49
|
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 [3] > > Cheers, > Tomas > ----- > Save time and money with an Enterprise support subscription. Please see > www.primekey.se [4] for more information. > https://www.primekey.se/technologies/products-overview/ [5] > https://www.primekey.se/service-support/support/ [6] > > On 2016-04-01 04:25, mau...@ib...: > >> 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@6e7ca336 [java] at org.jboss.ejb.client.EJBClientContext.requireEJBReceiver(EJBClientContext.java:774) [java] at org.jboss.ejb.client.ReceiverInterceptor.handleInvocation(ReceiverInterceptor.java:116) [java] at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:186) [java] at org.jboss.ejb.client.EJBInvocationHandler.sendRequestWithPossibleRetries(EJBInvocationHandler.java:255) [java] at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:200) [java] at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java: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(NativeConstructorAccessorImpl.java:57) [java] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.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 [1] _______________________________________________ Ejbca-develop mailing list Ejb...@li... https://lists.sourceforge.net/lists/listinfo/ejbca-develop [2] > > ------------------------------------------------------------------------------ > 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 [1] > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop [2] Links: ------ [1] http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 [2] https://lists.sourceforge.net/lists/listinfo/ejbca-develop [3] https://www.ejbca.org/docs/adminguide.html#Troubleshooting [4] http://www.primekey.se [5] https://www.primekey.se/technologies/products-overview/ [6] https://www.primekey.se/service-support/support/ |