Clarity

  • 1.  V12.0.4 upgrade to V13.0.1- Failed-(3): port 65536

    Posted Dec 18, 2012 12:32 AM
      |   view attached
    Hi,

    The post-upgrade has failed while we were upgrading from 12.0.4 to 13.0.1

    Error Applying XOG: Failure occurred while applying resources/xc_admin.xml. Check C:\test\Clarity_Dev\META-INF\content\xog\clarityContent\resources/xc_admin_out.xml for errors.

    on referring this file, we get to know this:

    <column name="resourceId">xc_admin</column>
    <column name="lastName">Administrator</column>
    <column name="externalSource">NIKU</column>
    <column name="externalId"/>
    </KeyInformation>
    <ErrorInformation>
    <Severity>FATAL</Severity>
    <Description>This record has not been inserted</Description>
    <Exception><![CDATA[
    java.lang.IllegalArgumentException: port out of range:65536


    Would appreciate some help on this..

    Regards,
    Uruj

    Attachment(s)

    xml
    xc_admin_out.xml   6 KB 1 version


  • 2.  RE: V12.0.4 upgrade to V13.0.1- Failed-(3): port 65536

    Posted Dec 18, 2012 01:26 AM
    The port for XOGing is 80 or 443 (https)
    Are those listened (netstat -an)

    Then port 65536 would be out of range. Does that come from you database settings again?



    Martti K.


  • 3.  RE: V12.0.4 upgrade to V13.0.1- Failed-(3): port 65536

    Posted Dec 18, 2012 01:47 AM
    I don't think Clarity is inventing the port out of the blue it has to come from some setting.

    Martti K.


  • 4.  RE: V12.0.4 upgrade to V13.0.1- Failed-(3): port 65536
    Best Answer

    Posted Dec 18, 2012 02:03 AM
    Hi,

    This has been resolved owing to the bind address.

    Uruj