[Dart] real quick Dart setup

Vignesh M.P.N. manivig at iit.edu
Fri Mar 3 16:03:52 EST 2006


Hi

 

Thanks for your response.

 

Were you able to work on the sample XML file? It would be helpful for our
progress.

 

Also I would like how we can checkout the source code, so that we can try
fixing it ourselves, in case if there is any problem with them. 

 

Thanks

Vignesh.

 

  _____  

From: Blezek, Daniel J (GE, Research) [mailto:blezek at crd.ge.com] 
Sent: Wednesday, March 01, 2006 7:26 AM
To: Vignesh M.P.N.; dart at public.kitware.com
Subject: RE: [Dart] real quick Dart setup

 

Hi Vignesh,

 

  Very strange, I've never seen this error before.  For some reason you have
a bad character in your XML code.

 

I'll try to post a sample XML file using the new format, and/or put it into
SVN.

 

-dan

-----Original Message-----
From: dart-bounces+blezek=crd.ge.com at public.kitware.com
[mailto:dart-bounces+blezek=crd.ge.com at public.kitware.com]On Behalf Of
Vignesh M.P.N.
Sent: Tuesday, February 28, 2006 7:20 PM
To: dart at public.kitware.com
Subject: RE: [Dart] real quick Dart setup

This was the console output at the server, after I ran the client.

 

<28 Feb 2006 18:01:23,187> [SocketListener0-1] DEBUG dart.server.Project

        TestProject: Queued: dart.server.task.XMLResultProcessor

Properties:
URL=file\:/C\:/Cleversafe/Dart/Dart0.6.0/TestProject/Temporary/File0

.xml.gz

DeleteWhenDigested=true

 

<28 Feb 2006 18:10:00,062> [SimpleThreadPoolWorker-3] DEBUG
dart.server.task.Que

ueManager

        TestProject: Processing task 1 / 100

<28 Feb 2006 18:10:00,062> [SimpleThreadPoolWorker-3] DEBUG
dart.server.task.Que

ueManager

        TestProject: Found: dart.server.task.XMLResultProcessor Priority: 5

Properties:
URL=file\:/C\:/Cleversafe/Dart/Dart0.6.0/TestProject/Temporary/File0

.xml.gz

DeleteWhenDigested=true

 

<28 Feb 2006 18:10:01,000> [SimpleThreadPoolWorker-3] ERROR
dart.server.task.XML

ResultProcessor

        TestProject: Failed to parse file:
file:/C:/Cleversafe/Dart/Dart0.6.0/Te

stProject/Temporary/File0.xml.gz

java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.

        at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source)

        at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)

        at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)

        at org.apache.xerces.impl.XMLEntityScanner.peekChar(Unknown Source)

        at org.apache.xerces.impl.XMLScanner.scanComment(Unknown Source)

        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanComment(Unk

nown Source)

        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent

Dispatcher.dispatch(Unknown Source)

        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un

known Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

        at org.apache.commons.digester.Digester.parse(Digester.java:1591)

        at
dart.server.task.XMLResultProcessor.execute(XMLResultProcessor.java:4

9)

        at dart.server.task.QueueManager.execute(QueueManager.java:61)

        at dart.server.task.ScheduledTask.execute(ScheduledTask.java:36)

        at org.quartz.core.JobRunShell.run(JobRunShell.java:191)

        at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j

ava:516)

<28 Feb 2006 18:10:01,000> [SimpleThreadPoolWorker-3] ERROR
dart.server.task.Que

ueManager

        TestProject: Failed to create or execute queued task

java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.

        at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source)

        at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)

        at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)

        at org.apache.xerces.impl.XMLEntityScanner.peekChar(Unknown Source)

        at org.apache.xerces.impl.XMLScanner.scanComment(Unknown Source)

        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanComment(Unk

nown Source)

        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent

Dispatcher.dispatch(Unknown Source)

        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un

known Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)

        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

        at org.apache.commons.digester.Digester.parse(Digester.java:1591)

        at
dart.server.task.XMLResultProcessor.execute(XMLResultProcessor.java:4

9)

        at dart.server.task.QueueManager.execute(QueueManager.java:61)

        at dart.server.task.ScheduledTask.execute(ScheduledTask.java:36)

        at org.quartz.core.JobRunShell.run(JobRunShell.java:191)

        at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j

ava:516)

<28 Feb 2006 18:10:01,421> [SimpleThreadPoolWorker-3] DEBUG
dart.server.task.Que

ueManager

        TestProject: TaskQueue is empty

 

 

Thanks

Vignesh.

 


  _____  


From: dart-bounces+manivig=iit.edu at public.kitware.com
[mailto:dart-bounces+manivig=iit.edu at public.kitware.com] On Behalf Of
Vignesh M.P.N.
Sent: Tuesday, February 28, 2006 5:35 PM
To: dart at public.kitware.com
Subject: RE: [Dart] real quick Dart setup

 

This was the console output when I ran the client.

 

0 [main] INFO dart.DartClient  - Starting DartClient

32 [main] INFO dart.DartClient  - Length: 1549

 

Thanks

Vignesh.

 


  _____  


From: Matt England [mailto:mengland at mengland.net] 
Sent: Tuesday, February 28, 2006 5:28 PM
To: Vignesh M.P.N.
Cc: dart at public.kitware.com
Subject: RE: [Dart] real quick Dart setup

 

At 2/28/2006 04:24 PM, Vignesh M.P.N. wrote:

I was able to successfully complete the Quick install and view the empty
dashboard.
I also ran the dart client using java -jar DartClient.jar TestProject
Results.xml, while Results.xml is the XML format in "Custom Test
Results/XML format".
But I dont find any change entries in the dashboard after running the
client.
Am I missing something here?


Vignesh tells me he's tried to XML contents, the one from the .pdf
instructions, the other from the XML file straight off the svn server.  Are
both these files the "Dart Classic" format?

Will Dart Classic XML formats not show up in the Dart server...and thus
could this explain the fact that Vignesh doesn't see the messages on the
server?

Also, Vignesh-

Please provide the logs and/or console output that shows the client actually
does make contact with the server, and that this simply isn't a network (eg,
firewall, wrong IP address, etc) problem.

(For what it's worth: Vignesh reports to me, so if it sounds like I'm
bossing him around, it's because I'm his boss.  I wanted to explain why I
was breaking general email etiquette.  :)

Thanks,
-Matt

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/dart/attachments/20060303/b270c929/attachment-0001.html


More information about the Dart mailing list