On Jun 1, 2006, at 5:13 PM, Leandro Borges wrote:

   Hi, I'm trying to use the Sequoia with Appia just like Nuno post in the mailing list.
   But when I run the controller i got the follow log, (note that take about 3min to log the FATAL after AppiaGMS created info.)
   Can someone help me to resolve this?

12:10:55,664 FATAL continuent.hedera.appia Error opening the XML config file...


Hi,

the machine where you are testing have http access the world? I think that the problem is that Appia cannot open the dtd file of the xml configuration. The default configuration (in the top of the appia.xml file) to get the dtd is:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE appia PUBLIC "-//DTDName//DTD//EN"
 
You can get the dtd file (from the web or from the Appia distribution) and copy the file into your machine. 
Change the configuration to something like:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE appia PUBLIC "-//DTDName//DTD//EN"
         "appiaxml.dtd">

to get Appia working.

Hope this helps,
--
Nuno Carvalho
University of Lisbon, Portugal



_______________________________________________
Hedera mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/hedera

Reply via email to