Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sep 29, 2022 4:27:50 PM org.jboss.ejb.client.legacy.LegacyPropertiesConfiguration configure
- INFO: EJBCLIENT000072: Using legacy jboss-ejb-client.properties EJB client configuration
- Exception in thread "main" org.jboss.ejb.client.RequestSendFailedException: EJBCLIENT000409: No more destinations are available
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:613)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:57)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:148)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:124)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:85)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.TransactionInterceptor.handleInvocationResult(TransactionInterceptor.java:212)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.EJBClientInvocationContext.awaitResponse(EJBClientInvocationContext.java:986)
- at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:191)
- at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:125)
- at com.sun.proxy.$Proxy2.add(Unknown Source)
- at org.jboss.as.quickstarts.ejb.remote.client.RemoteEJBClient.invokeStatelessBean(RemoteEJBClient.java:59)
- at org.jboss.as.quickstarts.ejb.remote.client.RemoteEJBClient.main(RemoteEJBClient.java:40)
- Suppressed: org.jboss.ejb.client.RequestSendFailedException: org.jboss.remoting3.ServiceOpenException: Unknown service name jboss.ejb@remote+http://localhost:8080
- at org.jboss.ejb.protocol.remote.RemoteEJBReceiver$1.lambda$handleDone$0(RemoteEJBReceiver.java:83)
- at org.xnio.AbstractIoFuture$NotifierRunnable.run(AbstractIoFuture.java:720)
- at org.xnio.IoUtils$2.execute(IoUtils.java:71)
- at org.xnio.AbstractIoFuture.runNotifier(AbstractIoFuture.java:693)
- at org.xnio.AbstractIoFuture$NotifierState.doNotify(AbstractIoFuture.java:267)
- at org.xnio.AbstractIoFuture$NotifierState.notifyFailed(AbstractIoFuture.java:253)
- at org.xnio.AbstractIoFuture.setException(AbstractIoFuture.java:595)
- at org.xnio.FutureResult.setException(FutureResult.java:85)
- at org.jboss.remoting3.ClientServiceHandle$1.handleFailed(ClientServiceHandle.java:95)
- at org.jboss.remoting3.ClientServiceHandle$1.handleFailed(ClientServiceHandle.java:88)
- at org.xnio.IoFuture$HandlingNotifier.notify(IoFuture.java:215)
- at org.xnio.AbstractIoFuture$NotifierRunnable.run(AbstractIoFuture.java:720)
- at org.xnio.IoUtils$2.execute(IoUtils.java:71)
- at org.xnio.AbstractIoFuture.runNotifier(AbstractIoFuture.java:693)
- at org.xnio.AbstractIoFuture$NotifierState.doNotify(AbstractIoFuture.java:267)
- at org.xnio.AbstractIoFuture$NotifierState.notifyFailed(AbstractIoFuture.java:253)
- at org.xnio.AbstractIoFuture.setException(AbstractIoFuture.java:595)
- at org.xnio.FutureResult.setException(FutureResult.java:85)
- at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:440)
- at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:49)
- at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
- at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66)
- at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:89)
- at org.xnio.nio.WorkerThread.run(WorkerThread.java:591)
- [ERROR] Command execution failed.
- org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
- at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
- at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
- at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
- at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
- at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
- at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
- at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
- at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
- at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
- at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
- at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
- at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
- at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
- 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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
- at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 1.495 s
- [INFO] Finished at: 2022-09-29T16:27:51-06:00
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (default-cli) on project ejb-remote-client: Command execution failed.: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
- C:\enterprise\quickstart-18.0.1.Final\ejb-remote\client>
Add Comment
Please, Sign In to add comment