You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to daffodil-replicator-opensource
Hi, I am interested on running daffodil replicator to get our firebird
database replicated on another. I am using ubuntu 7.10 linux distro
with java jdk 1.6_rc4 and daffodil 2.1 and firebird clasic 1.5 with
jaybird 2.1.1 jdbc driver.
I have set java home and jdbc class path in Pubserver.sh and i run it.
I get a first window where i introduce this info
Driver: org.firebirdsql.jdbc.FBDriver
URL: jdbc:firebirdsql://localhost/basedatos/lab.gdb
user: (the user)
password: (the password)
ipaddress: localhost
server port: 3001
When i click on StartServer button i get the following error message
com.daffodilwoods.replication.RepException:
invalid ip address or system name
does any one knows how to solve this?
Thanks in advance
Sattish
unread,
Apr 15, 2008, 2:13:00 AM4/15/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to daffodil-replicator-opensource
Hello Friend,
Your configuration revealed that name localhost is not recognized by
Daffodil. Try mentioning the ip address of the database server rather
than localhost. Thanks