 |
Required Information when reporting a problem:
Allora
- Product and version number.
- License Key.
- If you have licensed the product, who you licensed the product through (distributor name or HiT Software)
- JVM version and vendor/distribution where Allora is running.
- Operating system and version where Allora is running.
- XML Trace File for Allora.
- XML Mapping File.
- If using the Allora Mapper, a Allora Project File (filename extension is amp eg. myproject.amp).
- XML schema/DTD file.
- If unmarshalling, your XML input file.
- The JDBC driver name, its version and the connection parameters. Here
is a link
to all the drivers that we have currently tested and support.
- Database server and version.
- Database server operating system (OS/400, OS/390, AIX, Windows 2000, Solaris, Linux etc.) version for the system running your RDBMS.
- Other applications you are running if applicable.
- Error explanation (attach screenshots if possible).
How to Run a Allora Trace File
When using the Mapper, Allora generates two trace files by default: engine.log
and mapper.log (where is replaced by the date the file was generated.) The files are located
in the Allora logs directory. You can also switch the engine trace file on and off using the properties below.
traceFlag
Set to true to enable tracing, or false to switch off tracing:
System.setProperty("com.hitsw.xml.databinding.traceFlag","false")
System.setProperty("com.hitsw.xml.databinding.traceFlag","true");
traceStream
Set a path and file name for the trace information:
System.setProperty("com.hitsw.xml.databinding.traceStream","allora.trc");
|
 |