[JBoss JIRA] Created: (JBESB-2373) Startup error when using a BindingManager.
by Daniel Bevenius (JIRA)
Startup error when using a BindingManager.
------------------------------------------
Key: JBESB-2373
URL: https://jira.jboss.org/jira/browse/JBESB-2373
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployment, Examples, Registry and Repository
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 4.5
When running the two_servers quickstart this error is reported upon startup:
06:34:01,387 ERROR [STDERR] javax.naming.CommunicationException: Could not obtain connection to any of these urls: 127.0.0.1:1099 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to connect to server 127.0.0.1:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 127.0.0.1:1099 [Root exception is java.net.ConnectException: Connection refused]]]
06:34:01,388 ERROR [STDERR] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1562)
06:34:01,389 ERROR [STDERR] at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:487)
06:34:01,389 ERROR [STDERR] at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:480)
06:34:01,389 ERROR [STDERR] at javax.naming.InitialContext.rebind(InitialContext.java:367)
06:34:01,389 ERROR [STDERR] at org.apache.juddi.registry.rmi.JNDIRegistration.register(JNDIRegistration.java:95)
06:34:01,389 ERROR [STDERR] at org.jboss.internal.soa.esb.dependencies.JuddiRMIService.startService(JuddiRMIService.java:129)
06:34:01,389 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
06:34:01,389 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
06:34:01,390 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
06:34:01,390 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (JBESB-2394) transformation quickstarts: Remove referenses to the administration console and to the MessageTransformation.pdf
by Daniel Bevenius (JIRA)
transformation quickstarts: Remove referenses to the administration console and to the MessageTransformation.pdf
----------------------------------------------------------------------------------------------------------------
Key: JBESB-2394
URL: https://jira.jboss.org/jira/browse/JBESB-2394
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Documentation, Examples
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 4.5
Some of the readme files contain:
This Quickstart does not use the JBoss ESB Administration Console to manage the
message Transformation configurations to the ESB.
But this console has now been removed.
Also will replace references to the MessageTransformation.pdf with:
- As stated above, reading MessageTransformation.pdf would be of great benefit
- in understanding JBoss ESB Transformations.
+ As stated above, reading the "Message Transformation" chapter in the ServicesGuide.pdf would
+ be of great benefit in understanding JBoss ESB Transformations.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (JBESB-2388) webservice_producer quickstart: NPE when ant target 'saygoodby_over_socket
by Daniel Bevenius (JIRA)
webservice_producer quickstart: NPE when ant target 'saygoodby_over_socket
--------------------------------------------------------------------------
Key: JBESB-2388
URL: https://jira.jboss.org/jira/browse/JBESB-2388
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 4.5
When deploy on and run on JBossAS 4.2.3
saygoodbye_over_socket:
[echo] Invoking a JBossWS Endpoint over a raw socket connection (via JBoss ESB).
[java] Calling JBoss Remoting Listener using locator URI: socket://localhost:8888
[java] Exception in thread "main" java.lang.NullPointerException
[java] at org.jboss.soa.esb.listeners.gateway.JBossRemotingGatewayListener.invoke(JBossRemotingGatewayListener.java:357)
[java] at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:809)
[java] at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:608)
[java] at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:406)
[java] at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:173)
[java] at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:163)
[java] at org.jboss.remoting.Client.invoke(Client.java:1634)
[java] at org.jboss.remoting.Client.invoke(Client.java:548)
[java] at org.jboss.remoting.Client.invoke(Client.java:536)
[java] at org.jboss.soa.esb.samples.quickstart.webserviceproducer.test.SendMessage.sendMessageToJBRListener(SendMessage.java:75)
[java] at org.jboss.soa.esb.samples.quickstart.webserviceproducer.test.SendMessage.main(SendMessage.java:117)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months