Hello,

I`m a beginner in this stuff. And I`ve started checking the JBoss 2.4.4. out
with PetStore example deployment.
I had the similar problem during JBoss startup with Cloudscape
database from j2sdkee1.2.1:
pause at the
JL> [INFO,DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS
When I switched to j2sdkee1.3.1 (the newer Cloudscape Jdbc drivers
there I guess) JBoss startup became successfull.

However I have another problems with Petstore.
During compilation petstore.ear was created with following errors:

Error: No local string for enterprise.deployment.application.description
(3 times)

And then during deployment:

...
[12:09:55,174,AutoDeployer] Auto deploy of 
file:/D:/JBoss/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/petstore.ear
[12:09:55,174,J2eeDeployer] Deploy J2EE application: 
file:/D:/JBoss/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/petstore.ear
[12:09:55,221,J2eeDeployer] Create application petstore.ear
[12:09:55,252,XmlFileLoader] msg=External entity not found: 
"http://java.sun.com/dtd/application_1_3.dtd";., col=-1, line=3
java.io.FileNotFoundException: http://java.sun.com/dtd/application_1_3.dtd
...
[12:09:55,299,AutoDeployer] DeploymentInfo 
failed:file:/D:/JBoss/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/petstore.ear
org.jboss.deployment.J2eeDeploymentException: Error in parsing application.xml: 
External entity not found: "http://java.sun.com/dtd/application_1_3.dtd";.
...

I`d like to get an advice! What I need to correct?


Wednesday, May 29, 2002, 2:54:04 AM, you wrote:

JL> I have just upgraded our jboss to 2.4.4 to resolve our startup problems, but
JL> it is still happening.  I still do not know what is going on with Hypersonic
JL> and why it won't start on our box.  I have tried setting the
JL> log4j.appender.Console.Threshold to TRACE in the log4j property file but it
JL> is not giving me that much more information.  Is there another logging
JL> setting I could set to get more info as to why DefaultDS (hypersonic) is not
JL> starting?

JL> Here is the last couple of lines of our log file:

JL> [INFO,JdbcProvider] Started
JL> [INFO,HypersonicDatabase] Starting
JL> [INFO,Default] Server 1.6 is running
JL> [INFO,Default] Press [Ctrl]+[C] to abort
JL> [INFO,HypersonicDatabase] Database started
JL> [INFO,HypersonicDatabase] Started
JL> [INFO,DefaultDS] Starting
JL> [INFO,DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS





_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to