Error when i start ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Error when i start ofbiz

ladroge
Hi
When i want to start ofbiz there is an error message. When i search in the concerned file i don't see any error :2008-04-02 11:49:48,765 (main) [            UtilXml.java:672:ERROR] XmlFileLoader: File file:/P:/ofbiz_658437/ofbiz/framework/base/config/ofbiz-containers.xml process fatal error. Line: 252. Error message: The string "--" is not permitted within comments.


Error message

Cordialy
Reply | Threaded
Open this post in threaded view
|

Re: Error when i start ofbiz

ian tabangay
Hi ladroge,
Search for any excess "--" in the file
P:/ofbiz_658437/ofbiz/framework/base/config/ofbiz-containers.xml. Take note
that "<!------------------" or "---------------->" is not a valid comment
syntax.
Hope this helps.


~ ian

On Wed, Apr 2, 2008 at 6:05 PM, ladroge <[hidden email]> wrote:

>
> Hi
> When i want to start ofbiz there is an error message. When i search in the
> concerned file i don't see any error :2008-04-02 11:49:48,765 (main) [
> UtilXml.java:672:ERROR] XmlFileLoader: File
> file:/P:/ofbiz_658437/ofbiz/framework/base/config/ofbiz-containers.xml
> process fatal error. Line: 252. Error message: The string "--" is not
> permitted within comments.
>
>
> Error message  http://www.nabble.com/file/p16446357/bugg.jpg
>
> Cordialy
>
> --
> View this message in context:
> http://www.nabble.com/Error-when-i-start-ofbiz-tp16446357p16446357.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Error when i start ofbiz

Jacques Le Roux
Administrator
In reply to this post by ladroge
This is obvious, isn'it ; you have (at least) a string "--"  within a comment... I suggest you to use an XML editor which is able to
find such errors. I use Oxygen in Eclipse (and I's recommend it even if it's not free nor open source), you could use also Eclipse
WTP or XML Buddy, they are both free.

Jacques

From: "ladroge" <[hidden email]>

>
> Hi
> When i want to start ofbiz there is an error message. When i search in the
> concerned file i don't see any error :2008-04-02 11:49:48,765 (main) [
> UtilXml.java:672:ERROR] XmlFileLoader: File
> file:/P:/ofbiz_658437/ofbiz/framework/base/config/ofbiz-containers.xml
> process fatal error. Line: 252. Error message: The string "--" is not
> permitted within comments.
>
>
> Error message  http://www.nabble.com/file/p16446357/bugg.jpg
>
> Cordialy
>
> --
> View this message in context: http://www.nabble.com/Error-when-i-start-ofbiz-tp16446357p16446357.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Error when i start ofbiz

BJ Freeman
In reply to this post by ian tabangay
If you look at the xml files you will see
<!--
-->
note just two dashes. any more or less is not recognized by the parsers.

ian tabangay sent the following on 4/2/2008 3:12 AM:

> Hi ladroge,
> Search for any excess "--" in the file
> P:/ofbiz_658437/ofbiz/framework/base/config/ofbiz-containers.xml. Take note
> that "<!------------------" or "---------------->" is not a valid comment
> syntax.
> Hope this helps.
>
>
> ~ ian
>
> On Wed, Apr 2, 2008 at 6:05 PM, ladroge <[hidden email]> wrote:
>
>> Hi
>> When i want to start ofbiz there is an error message. When i search in the
>> concerned file i don't see any error :2008-04-02 11:49:48,765 (main) [
>> UtilXml.java:672:ERROR] XmlFileLoader: File
>> file:/P:/ofbiz_658437/ofbiz/framework/base/config/ofbiz-containers.xml
>> process fatal error. Line: 252. Error message: The string "--" is not
>> permitted within comments.
>>
>>
>> Error message  http://www.nabble.com/file/p16446357/bugg.jpg
>>
>> Cordialy
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Error-when-i-start-ofbiz-tp16446357p16446357.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
>