failure notice
by postmaster@lists.jboss.org
Hi. This is the smtp delivery program.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<ya(a)greyslin.com>, sorry, no mailbox here by that name.
--- Below this line is a copy of the message.
Received: from mx.apanet.at ([121.243.123.194])
(envelope-sender <jboss-user(a)lists.jboss.org>)
by 207.168.43.149 with ESMTP
for <ya(a)greyslin.com>; Thu, 17 Jul 2008 11:59:51 -0700
Received: from [192.168.81.50] ([192.168.81.50]) by 121.243.123.194 with Microsoft SMTPSVC(6.0.3790.1830)
17 Jul 2008 22:34:30 +0400
From: =?windows-1251?B?zeDy4Pjl7fzq4A==?= <jboss-user(a)lists.jboss.org>
To: <ya(a)greyslin.com>
Subject: =?windows-1251?B?3fLgIOjx8u7w6P8g7eD34Ovg8fwg8SDu5O3u6SDi6/7h66Pt7e7pIA==?=
=?windows-1251?B?7+Dw+w==?=
Date: 17 Jul 2008 22:34:30 +0400
MIME-Version: 1.0
Content-Type: text/plain;
charset="windows-1251"
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-MimeOLE: Produced By Microsoft Exchange V6.5
X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0274], KAS30/Release
X-SpamTest-Info: Not protected
X-Spam: Not detected
17 years, 11 months
[JBoss Messaging] - How the Java client connects to JNDI of JBM 2.0 alpha remote
by janylj
Hello,
I am checking out the JBM 2.0 alpha. Everything looks cool. I could run the example when the broker is localhost. However, how to connect the JNDI store using IP address instead of just localhost. For example, in the jndi.properties I have:
java.naming.provider.url=jnp://ipaddress:1099
Then I ran the same example program. I got
queueExample:
| [java] javax.naming.CommunicationException: Could not obtain connection to any of these urls: 172.16.1.218: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 172.16.1.218:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 172.16.1.218:1099 [Root exception is java.net.ConnectException: Connection refused]]]
| [java] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1601)
| [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:636)
| [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:629)
| [java] at javax.naming.InitialContext.lookup(InitialContext.java:392)
| [java] at org.jboss.jms.example.QueueExample.main(QueueExample.java:53)
| [java] Caused by: javax.naming.CommunicationException: Failed to connect to server 172.16.1.218:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 172.16.1.218:1099 [Root exception is java.net.ConnectException: Connection refused]]
| [java] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:276)
| [java] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1572)
| [java] ... 4 more
Please advise. Thank you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165165#4165165
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165165
17 years, 11 months
[Installation, Configuration & DEPLOYMENT] - How to set up jboss to use windows odbc connection
by ranieri85
Hello,
I'm trying to do jboss use a windows odbc connection, but I haven't success.
I've created a new odbc connection at Start->Settings->Control Panel-> Administrative Tools->Datasources (ODBC) called myODBCCon.
It's returning sucess when I test this connection clicking on Test Connection Button.
So... I've created odbc-ds.xml file at my project deploy directory:
<local-tx-datasource>
<jndi-name>myJNDIODBC</jndi-name>
<connection-url>jdbc:odbc:myODBCCon</connection-url>
<driver-class>sun.jdbc.odbc.JdbcOdbcDriver</driver-class>
<user-name>myUser</user-name>
myPassword
<use-java-context>false</use-java-context>
</local-tx-datasource>
I don't have the error right now, but my question is about driver-class...
Do I need to put something in the classpath to do sun.jdbc.odbc.JdbcOdbcDriver works properly?
Am I forgetting some details in my odbc-ds.xml file?
Thank you
P.S: There's no possibility to use a jdbc driver right now, I really need to use a windows ODBC connection, please, don't ask about my reasons to use an ODBC connection.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165164#4165164
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165164
17 years, 11 months