View Single Post
  #1 (permalink)  
Old August 21st, 2008, 16:26
ravlad ravlad is offline
Junior Member
 
Join Date: Mar 2008
Posts: 4
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ravlad is on a distinguished road
how to configure env

Hi all, im trying to test java api integration.
Information described in datamanagement.pdf looks not completed.

After adding some jar's to java project and compiling Example3 -
GetEntityNames program failed with next messages:

Could not logon to machine t3://localhost:7001 as user guest
javax.naming.NamingException: Invalid provider URL


[size=4]javax.naming.NamingException
: Invalid provider URL

at com.evermind.server.rmi.RMILocation.createRMILocat ion(RMILocation.java:79)


at com.evermind.server.rmi.RMILocation.createRMILocat ion(RMILocation.java:56)


at com.evermind.server.rmi.RMIClient.getLocations(RMIClient.java:528)


at com.evermind.server.rmi.RMIClient.getDomain(RMIClient.java:507)

at com.evermind.server.rmi.RMIClient.getContext(RMIClient.java:418)
.......

my glog.properties (i put it into {home} dir):

appserver=xxx.xxx.xxx.xxx
appserver.port=7001
appserver.protocol=t3://
glog.app.server.name=oas
maybe someone allready meet such messages?
Attached Files
File Type: txt exception.txt (8.6 KB, 1 views)

Last edited by ravlad; August 21st, 2008 at 16:29.
Reply With Quote