It's a known bug in XCC that can come up when you run against a test build
of MarkLogic.

There is a fix coming, but it's not yet released.

It happens when the version number is checked, but it doesn't match the
official release format.


On Sat, Dec 19, 2015 at 4:02 AM, Jonna Marry <[email protected]> wrote:

> Hi ,
>
> I am executing Xqsync script in ML to copy doc from one DB to another DB.
> Same script is working in another ML box without any changes in script.
> Could you please help us in resolving this issue.
>
> *Working in ML*
>
> MarkLogic Server
>
> Enterprise Edition
>
> 7.0-5.4
>
> *Not Working in ML*
>
> MarkLogic Server
>
> Enterprise Edition
>
> 7.0-5_20151214
>
> XQSync starting: version 2011-11-14.0 on 1.6.0_04 (Java(TM) SE Runtime
> Environment)
> 2015-12-19 04:00:46.475 INFO: XCC version = 5.0-2
> 2015-12-19 04:00:46.500 INFO: starting pool of 8 threads, queue size =
> 100000
> 2015-12-19 04:00:46.515 INFO: starting
> 2015-12-19 04:00:46.597 SEVERE: fatal error
> *java.lang.NumberFormatException: For input string: "5_20151214"*
>         at java.lang.NumberFormatException.forInputString(Unknown Source)
>         at java.lang.Integer.parseInt(Unknown Source)
>         at java.lang.Integer.parseInt(Unknown Source)
>         at
> com.marklogic.xcc.impl.CBMetaDataImpl.refreshServerVersion(CBMetaDataImpl.java:170)
>         at
> com.marklogic.xcc.impl.CBMetaDataImpl.getServerVersionString(CBMetaDataImpl.java:122)
>         at
> com.marklogic.ps.xqsync.XQSyncManager.run(XQSyncManager.java:167)
>         at com.marklogic.ps.xqsync.XQSync.main(XQSync.java:81)
> 2015-12-19 04:00:46.600 INFO: halting queue
>
> Regards,
> Jonna.
>
> _______________________________________________
> General mailing list
> [email protected]
> Manage your subscription at:
> http://developer.marklogic.com/mailman/listinfo/general
>
>
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to