James;  The "Connection refused" exception means a connection was
attempted to a port that is not open on that machine.  The issue is
then to find out why that port is not open.  You should be able to
verify the ports with netstat.  Try 'netstat-an'.  You are on windows,
right?  If so, then netstat -an |find /i "listening" (or "LISTEN")
will get only those ports that has an app listening to them.

-- Scott

On Nov 11, 1:15 pm, jlapalme <[EMAIL PROTECTED]> wrote:
> I have Installed 3.0.1 and still have a connectionrefused error.
>
> this is the AllegroLog:
>
> AllegroGraph Free Java Edition 3.0.1
> Copyright (c) 2005-2008 Franz Inc.  All Rights Reserved.
> AllegroGraph contains patent-pending technology.
> BUILD: July 07, 2008 09:55:16 GMT-0700
> LIMIT: 50,000,000 triples.
>
> ; AllegroGraph implementation version 3.0.1 -- Protocol/server level
> 7/8
> server[6] Started server listener1 listening at *:4567
> Server running, waiting for connections...
> listener1[9] Starting listener.
>
> This is the Eclipse error:
>
> java.io.IOException: java.net.ConnectException: Connection refused:
> connect
>         at com.franz.ag.AGDirectLink.<init>(AGDirectLink.java:177)
>         at com.franz.ag.AGDirectConnector.enable(AGDirectConnector.java:196)
>         at
> com.franz.ag.AllegroGraphConnection.enable(AllegroGraphConnection.java:
> 632)
>         at
> org.topbraid.allegro.graphstore.AllegroGraphConnectionManager.getConnection(AllegroGraphConnectionManager.java:
> 38)
>         at
> org.topbraid.allegro.graphstore.AllegroGraphStore.getConnection(AllegroGraphStore.java:
> 140)
>         at
> org.topbraid.allegro.graphstore.AllegroGraphStore.createConnection(AllegroGraphStore.java:
> 97)
>         at org.topbraidcomposer.allegro.wizards.create.CreateAllegroWizard
> $1.run(CreateAllegroWizard.java:70)
>         at org.eclipse.jface.operation.ModalContext
> $ModalContextThread.run(ModalContext.java:121)
>
> Cheers,
>
> James
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to