Re: Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Jacques Le Roux

There is something wrong with Mathieu's changes on (Refactor) 
EntityDataLoadContainer (OFBIZ-11070), reverting all for now

I did a cleanData loadAll locally, worked. Then I svn updated, got this:

C:\projectsASF\ofbiz>svn up
Mise à jour de '.' :
U    themes\rainbowstone\webapp\rainbowstone\javascript.css
U    themes\flatgrey\webapp\flatgrey\javascript.css
U 
framework\entityext\src\main\java\org\apache\ofbiz\entityext\data\EntityDataLoadContainer.java

Then doing again cleanData loadAll, got this:


2019-05-27 11:14:12,641 |kJoinPool-1-worker-3 |ServiceEcaUtil    |I| Loaded [5] Service ECA Rules from 
file:/C:/projectsASF/ofbiz/plugins/bi/servicedef/secas.xml

2019-05-27 11:14:12,643 |main |EntitySaxReader   |E| Fatal Error 
reading XML on line 1, column 1
org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at 
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source) ~[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown 
Source) [xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) 
[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) 
[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) 
[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) 
[xercesImpl-2.9.1.jar:?]
    at 
org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher.dispatch(Unknown 
Source) [xercesImpl-2.9.1.jar:?]
    at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source) [xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 
[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 
[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) 
[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) 
[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown 
Source) [xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source) 
[xercesImpl-2.9.1.jar:?]
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:195) [?:1.8.0_202]
    at 
org.apache.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:225) 
[ofbiz.jar:?]
    at 
org.apache.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:205) 
[ofbiz.jar:?]
    at 
org.apache.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:268)
 [ofbiz.jar:?]
    at 
org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadData(EntityDataLoadContainer.java:432)
 [ofbiz.jar:?]
    at 
org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:184)
 [ofbiz.jar:?]
    at 
org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116)
 [ofbiz.jar:?]
    at 
org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:143)
 [ofbiz.jar:?]
    at 
org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:108)
 [ofbiz.jar:?]
    at 
org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:78) 
[ofbiz.jar:?]
    at 
org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
 [ofbiz.jar:?]
    at 
org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
 [ofbiz.jar:?]
    at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-27 11:14:12,648 |main |EntitySaxReader   |E| An error 
occurred saving the data, rolling back transaction (true)
org.xml.sax.SAXException: Fatal Error reading XML on line 1, column 1
    at 
org.apache.ofbiz.entity.util.EntitySaxReader.fatalError(EntitySaxReader.java:599)
 ~[ofbiz.jar:?]
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown 
Source) ~[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) 
~[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) 
~[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) 
~[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) 
~[xercesImpl-2.9.1.jar:?]
    at 
org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher.dispatch(Unknown 
Source) ~[xercesImpl-2.9.1.jar:?]
    at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source) ~[xercesImpl-2.9.1.jar:?]
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 
~[xercesImpl-2.9

Re: Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Deepak Dixit
Thanks, Jacques.
Kind Regards,
Deepak Dixit


On Mon, May 27, 2019 at 2:39 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> As we know (or not :)) this needs a complete restart of all demos,
> currently running...
>
> Jacques
>
> Le 27/05/2019 à 10:53, Jacques Le Roux a écrit :
> > Thanks Deepak,
> >
> > Not sure what happened. I have no time to investigate at the moment. I
> took a copy of console.log. I'll investigate later. Trying to restart trunk
> > for now...
> >
> > Jacques
> >
> > Le 27/05/2019 à 09:08, Deepak Dixit a écrit :
> >> It seems data not loaded on demo-trunk
> >> https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
> >> =
> >> A Product Store has not been defined for this ecommerce site. A Product
> >> Store can be created using the ofbizsetup wizard.
> >>
> >> ==
> >>
> >>
> >> Kind Regards,
> >> Deepak Dixit
> >>
> >
>


Re: Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Jacques Le Roux

As we know (or not :)) this needs a complete restart of all demos, currently 
running...

Jacques

Le 27/05/2019 à 10:53, Jacques Le Roux a écrit :

Thanks Deepak,

Not sure what happened. I have no time to investigate at the moment. I took a copy of console.log. I'll investigate later. Trying to restart trunk 
for now...


Jacques

Le 27/05/2019 à 09:08, Deepak Dixit a écrit :

It seems data not loaded on demo-trunk
https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
=
A Product Store has not been defined for this ecommerce site. A Product
Store can be created using the ofbizsetup wizard.

==


Kind Regards,
Deepak Dixit





Re: Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Jacques Le Roux

Thanks Deepak,

Not sure what happened. I have no time to investigate at the moment. I took a copy of console.log. I'll investigate later. Trying to restart trunk for 
now...


Jacques

Le 27/05/2019 à 09:08, Deepak Dixit a écrit :

It seems data not loaded on demo-trunk
https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
=
A Product Store has not been defined for this ecommerce site. A Product
Store can be created using the ofbizsetup wizard.

==


Kind Regards,
Deepak Dixit



Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Deepak Dixit
It seems data not loaded on demo-trunk
https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
=
A Product Store has not been defined for this ecommerce site. A Product
Store can be created using the ofbizsetup wizard.

==


Kind Regards,
Deepak Dixit