"a0001428" wrote : Hi,
|
| problem is the same:
|
| javax.naming.CommunicationException [Root exception is
java.rmi.UnknownHostException: Unknown host: obelix; nested exception is:
| java.net.UnknownHostException: obelix]
| at org.jnp.interfaces.NamingCont
Hi,
problem is the same:
javax.naming.CommunicationException [Root exception is
java.rmi.UnknownHostException: Unknown host: obelix; nested exception is:
java.net.UnknownHostException: obelix]
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:724)
at org.jnp.
Hi,
Thank for you replay.
Let me explain better.
In my computer(Local) I have a client test:
public static void main(String[] args) {
try {
Properties properties = new Properties();
properties.load(new FileInputStream("jndi.propert
"a0001428" wrote : "a0001428" wrote : "jaikiran" wrote : How did you start the
remote server? Use -b option as explained here
http://www.jboss.org/community/wiki/JBoss42FAQ
| |
| | Hi jaikiran, thanks for you replay.
| |
| | I have a installse
"a0001428" wrote : "jaikiran" wrote : How did you start the remote server? Use
-b option as explained here http://www.jboss.org/community/wiki/JBoss42FAQ
|
| Hi jaikiran, thanks for you replay.
|
| I have a installservice.bat( it create a windows service) :
|
"jaikiran" wrote : How did you start the remote server? Use -b option as
explained here http://www.jboss.org/community/wiki/JBoss42FAQ
Hi jaikiran, thanks for you replay.
I have a installservice.bat( it create a windows service) :
Rem Start Here
set javadll=%JAVA_HOME%\jre\bin\client\jvm.dll
se
Hi all,
I've a problem with EJB3 on JBOSS 4.2.2. I have a ejb-jar.jar in app
server(remote), but I want test client with ECLIPSE(from my computer) and I
try it in a main class, but I have a error.
jndi.properties:
java.naming.factory.initial = org.jnp.interfaces.NamingContextFactory
java.na