Thanks Lennart and Guy,

I am using Jboss2.2.1

I killed the previous process and run the run.sh again using the following
command:  " sh ./run.sh"  and the output shows that the webcontainer is not
found which is Tomcat.  So I tried to run the other .sh file, which is
run_with_tomcat.sh, but it complains that the JBOSS_CLASSPATH is not
recognized, see following:
What can be the reason?  Should I set JBOSS_CLASSPATH before run the
run_with_tomcat.sh?
----------------output -------------------------------
mollie 29 /www/webServers/jboss/bin % set
JBOSS_CLASSPATH="/usr/java/lib/tools.j
ar"
mollie 30 /www/webServers/jboss/bin % sh ./run_with_tomcat.sh &
[1] 5168
mollie 31 /www/webServers/jboss/bin % ./run_with_tomcat.sh:
JBOSS_CLASSPATH=:/us
r/java/lib/tools.jar: is not an identifier       

-----Original Message-----
From: Lennart Petersson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 3:20 PM
To: [EMAIL PROTECTED]
Subject: SV: [JBoss-user] network adapter can not establish connection
error!


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="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

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

Reply via email to