[Geoserver-users] Geoserver connection to Arcsde

i use geoserver 1.7.3 to build a gis app. Now i cann't get a connection to
Aecsde. can you help me?

i tried to setup a connection to Arcsde datastore. i have put the GeoServer
ArcSDE Datastore Extension into the geoserver lib folder.
when i filled the parameter and clicked the button in setting page,
geoserver reported the error information:

[SDE error -121 Connection refused: connect][Error desc=NO INSTANCE RUNNING
ON SERVER.][Extended desc=Connection refused: connect ]

the geoserver log as follow:

2009-04-10 13:11:24,187 ERROR [arcsde.pool] - Command execution failed for
Session 0 in thread 30
org.geotools.arcsde.ArcSdeException: [SDE error -121 Connection refused:
connect][Error desc=NO INSTANCE RUNNING ON SERVER.][Extended desc=Connection
refused: connect
]
    at org.geotools.arcsde.pool.Session$2.call(Session.java:205)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
Caused by: com.esri.sde.sdk.client.SeException: Connection refused: connect
    at com.esri.sde.sdk.client.SeConnection.v(Unknown Source)
    at com.esri.sde.sdk.client.SeConnection.<init>(Unknown Source)
    at org.geotools.arcsde.pool.Session$1.execute(Session.java:146)
    at org.geotools.arcsde.pool.Session$1.execute(Session.java:138)
    at org.geotools.arcsde.pool.Session$2.call(Session.java:202)
    ... 5 more
2009-04-10 13:11:24,203 WARN [geoserver.action] - Unable to fetch a list of
FeatureType names from datastore.
org.geotools.arcsde.ArcSdeException: [SDE error -121 Connection refused:
connect][Error desc=NO INSTANCE RUNNING ON SERVER.][Extended desc=Connection
refused: connect
]
    at org.geotools.arcsde.pool.Session$2.call(Session.java:205)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
Caused by: com.esri.sde.sdk.client.SeException: Connection refused: connect
    at com.esri.sde.sdk.client.SeConnection.v(Unknown Source)
    at com.esri.sde.sdk.client.SeConnection.<init>(Unknown Source)
    at org.geotools.arcsde.pool.Session$1.execute(Session.java:146)
    at org.geotools.arcsde.pool.Session$1.execute(Session.java:138)
    at org.geotools.arcsde.pool.Session$2.call(Session.java:202)
    ... 5 more
---------------------------------------------------------------------------------------------
This is tomcat log:

form connection params { port=5151, dbtype="arcsde", pool.timeOut=500,
server="
xxxxxx", instance="xxxxxx", pool.maxConnections=6, password="xxxxxx",
user="xxxx
xxx", pool.minConnections=2}
10 鍥涙湀 13:11:24 ERROR [arcsde.pool] - Command execution failed for Session 0
in
thread 30
org.geotools.arcsde.ArcSdeException: [SDE error -121 Connection refused:
connect
][Error desc=NO INSTANCE RUNNING ON SERVER.][Extended desc=Connection
refused: c
onnect
]
        at org.geotools.arcsde.pool.Session$2.call(Session.java:205)
        at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
utor.java:886)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:908)
        at java.lang.Thread.run(Thread.java:619)
Caused by: com.esri.sde.sdk.client.SeException: Connection refused: connect
        at com.esri.sde.sdk.client.SeConnection.v(Unknown Source)
        at com.esri.sde.sdk.client.SeConnection.<init>(Unknown Source)
        at org.geotools.arcsde.pool.Session$1.execute(Session.java:146)
        at org.geotools.arcsde.pool.Session$1.execute(Session.java:138)
        at org.geotools.arcsde.pool.Session$2.call(Session.java:202)
        ... 5 more
10 鍥涙湀 13:11:24 WARN [geoserver.action] - Unable to fetch a list of
FeatureType
names from datastore.
org.geotools.arcsde.ArcSdeException: [SDE error -121 Connection refused:
connect
][Error desc=NO INSTANCE RUNNING ON SERVER.][Extended desc=Connection
refused: c
onnect
]
        at org.geotools.arcsde.pool.Session$2.call(Session.java:205)
        at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
utor.java:886)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:908)
        at java.lang.Thread.run(Thread.java:619)
Caused by: com.esri.sde.sdk.client.SeException: Connection refused: connect
        at com.esri.sde.sdk.client.SeConnection.v(Unknown Source)
        at com.esri.sde.sdk.client.SeConnection.<init>(Unknown Source)
        at org.geotools.arcsde.pool.Session$1.execute(Session.java:146)
        at org.geotools.arcsde.pool.Session$1.execute(Session.java:138)
        at org.geotools.arcsde.pool.Session$2.call(Session.java:202)
        ... 5 more
--
View this message in context: http://www.nabble.com/Geoserver-connection-to-Arcsde-tp22983688p22983688.html
Sent from the GeoServer - User mailing list archive at Nabble.com.