Agent Controller [message #212824] |
Wed, 30 May 2007 06:40  |
Eclipse User |
|
|
|
Originally posted by: wephp.126.com
Hello, I am not familiar with the Agent Controller, the configuration is
as follows : agntctrl.win_ia32-TPTP-4.3.0+jre1.5.0+Wi ndowsXp (SP2).
Client-writing process with java, Agent terminal procedures written in C +
+. In operation, the following error :
org.xml.sax.SAXParseException: XML document structures must start and end
within the same entity.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper. createSAXParseException(Unknown
Source)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper. fatalError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.rep ortError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.rep ortError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFat alError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl.endEntity(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerIm pl.endEntity(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.end Entity(Unknown
Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.loa d(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.ski pSpaces(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl.scanEndElement(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl.scanDocument(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio n.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio n.parse(Unknown
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U nknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser .parse(Unknown
Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at
org.eclipse.tptp.platform.execution.util.internal.TPTPXMLPar se.setParser(TPTPXMLParse.java:105)
at
org.eclipse.tptp.platform.execution.client.core.internal.Con trolMessage.readACCommands(ControlMessage.java:279)
at
org.eclipse.tptp.platform.execution.client.core.internal.Con trolMessage.readFromBuffer(ControlMessage.java:259)
at
org.eclipse.tptp.platform.execution.client.core.internal.Con nectionImpl.processControlMessage(ConnectionImpl.java:596)
at
org.eclipse.tptp.platform.execution.client.core.internal.Con nectionImpl$SocketReaderThread.run(ConnectionImpl.java:773)
org.xml.sax.SAXParseException: XML document structures must start and end
within the same entity.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper. createSAXParseException(Unknown
Source)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper. fatalError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.rep ortError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.rep ortError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFat alError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl.endEntity(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerIm pl.endEntity(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.end Entity(Unknown
Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.loa d(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.ski pSpaces(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl.scanEndElement(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl.scanDocument(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio n.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio n.parse(Unknown
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U nknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser .parse(Unknown
Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at
org.eclipse.tptp.platform.execution.util.internal.TPTPXMLPar se.setParser(TPTPXMLParse.java:105)
at
org.eclipse.tptp.platform.execution.client.core.internal.Age ntController.getAgent(AgentController.java:276)
at
org.eclipse.tptp.platform.execution.client.core.internal.Age ntController.getAgent(AgentController.java:190)
at
org.eclipse.tptp.platform.execution.samples.SampleClientAC.m ain(SampleClientAC.java:87)
org.eclipse.tptp.platform.execution.exceptions.TimeoutExcept ion: Launching
Process command timed out.
Error occurred while connecting to localhost:java.lang.NullPointerException
at
org.eclipse.tptp.platform.execution.client.agent.internal.Ag entImpl.startMonitoring(AgentImpl.java:437)
at
org.eclipse.tptp.platform.execution.samples.SampleClientAC.m ain(SampleClientAC.java:95)
Is that why?
|
|
|
|
Re: Agent Controller [message #212856 is a reply to message #212824] |
Wed, 30 May 2007 08:50  |
Eclipse User |
|
|
|
Originally posted by: nugaee.SPAMtlen.pl
junpeng hu wrote:
> Hello, I am not familiar with the Agent Controller, the configuration is
> as follows : agntctrl.win_ia32-TPTP-4.3.0+jre1.5.0+Wi ndowsXp (SP2).
> Client-writing process with java, Agent terminal procedures written in C
> + +. In operation, the following error :
> org.xml.sax.SAXParseException: XML document structures must start and
> end within the same entity.
this is probably problem with parsing configuration file for agent
controller (this is a xml file in %agent_controller%/config folder)
but to be sure please ask on tptp newsgroup
best regards
bartek michalik
|
|
|
Powered by
FUDForum. Page generated in 0.08287 seconds