[jboss-user] [JBoss Getting Started Documentation] - Re: Running Duck's bank problem- DS setting up failed

PeterJ do-not-reply at jboss.com
Mon Mar 12 10:08:24 EDT 2007


Is port 1701 in use by some other application?  If so, stop that application.

Also, did you uncomment this MBean in hsqldb-ds.xml:

<mbean code="org.jboss.jdbc.HypersonicDatabase"
  |      name="jboss:service=Hypersonic">
  |      <attribute name="Port">1701</attribute>
  |      <attribute name="BindAddress">${jboss.bind.address}</attribute>
  |      <attribute name="Silent">true</attribute>
  |      <attribute name="Database">default</attribute>
  |      <attribute name="Trace">false</attribute>
  |      <attribute name="No_system_exit">true</attribute>
  | </mbean>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027166#4027166

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027166



More information about the jboss-user mailing list