Well your jboss.jcml looks ok as far as Oracle goes. Please check that you actually 
can connect to that url with that userid/pwd with a tool like jbcstest or something. 
The BindException has to do with the fact that you have some other appl using same 
port as jboss (8083?). Or maybe you started jboss twice?
/Lennart

----- Original Message ----- 
From: Qiao, Wei <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 24, 2001 5:58 PM
Subject: RE: [JBoss-user] network adapter can not establish connection error!


> actually it's even worse.  There is error before that:
CLIP...
> [Webserver] java.net.BindException: Address already in use
> [Webserver]     at java.net.PlainSocketImpl.socketBind(Native Method)
> [Webserver]     at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:3
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> 
> My jboss.jcml is following:
CLIP...
> <mbean code="org.jboss.jdbc.XADataSourceLoader"
> name="DefaultDomain:service=XADa
> taSource,name=OracleDB">
> <attribute name="PoolName">OracleDB</attribute>
> <attribute
> name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSo
> urceImpl</attribute>
> <attribute name="Properties"></attribute>
> <attribute
> name="URL">jdbc:oracle:thin:@mollie.int.westgroup.com:1552:orad25</at
> tribute>
> <attribute name="GCMinIdleTime">60000</attribute>
> <attribute name="JDBCUser">u61479</attribute>
> <attribute name="MaxSize">10</attribute>
> <attribute name="Password">u61479</attribute>
> <attribute name="GCEnabled">true</attribute>
> <attribute name="InvalidateOnError">true</attribute>
> <attribute name="TimestampUsed">true</attribute>
> <attribute name="Blocking">true</attribute>
> <attribute name="GCInterval">60000</attribute>
> <attribute name="IdleTimeout">60000</attribute>
> <attribute name="IdleTimeoutEnabled">true</attribute>
> <attribute name="LoggingEnabled">true</attribute>
> <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
> <attribute name="MinSize">0</attribute>
> </mbean>
> </server>                                  



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to