Endpoint Protection

 View Only
  • 1.  "An unexpected exception error has occurred" During Replication.

    Posted Jul 05, 2011 03:00 PM

    Every time my server replicates I get this error like clockwork. The console says it completed successfully but I still get this one error. as shown below;

    "July 5, 2011 11:49:14 AM PDT:  Retrieval of local changed data for replication requested by remote server 130.221.151.38 finished successfully!   [Site: AGO-00]  [Server: agosep00]
    July 5, 2011 11:49:08 AM PDT:  Retrieval of local changed data for replication requested by remote server 130.221.151.38 started.  [Site: AGO-00]  [Server: agosep00]
    July 5, 2011 11:49:08 AM PDT:  An unexpected exception has occurred  [Site: AGO-00]  [Server: agosep00]
    July 5, 2011 11:49:07 AM PDT:  Replication from remote site CHANTILLY to local site AGO-00 finished successfully  [Site: AGO-00]  [Server: agosep00]
    July 5, 2011 11:47:56 AM PDT:  Replication data from remote site CHANTILLY is received by local site AGO-00  [Site: AGO-00]  [Server: agosep00]
    July 5, 2011 11:47:49 AM PDT:  Retrieval of local changed data for replication requested by remote server 130.221.93.75 started.  [Site: CHANTILLY]  [Server: CHSEP01]
    July 5, 2011 11:47:48 AM PDT:  Got a valid Certificate.  [Site: AGO-00]  [Server: agosep00]
    July 5, 2011 11:47:48 AM PDT:  Replication from remote site CHANTILLY to local site AGO-00 being initiated  [Site: AGO-00]  [Server: agosep00]
    July 5, 2011 11:45:27 AM PDT:  Replication data from remote site AGO-3 is received by local site CHANTILLY  [Site: CHANTILLY]  [Server: CHSEP01]
    July 5, 2011 11:45:00 AM PDT:  Got a valid Certificate.  [Site: CHANTILLY]  [Server: CHSEP01]"

    I'm running Windows server 2008 R2 with a SQL 2005 remote database. version 11.063

    Where can I look, what can I do to find out more abiut this error.



  • 2.  RE: "An unexpected exception error has occurred" During Replication.

    Trusted Advisor
    Posted Jul 08, 2011 06:36 AM

    Hello,

    This could be caused due to many many reasons!!!

    Could you upload the Replication Logs!!!

    You could also make sure your password for both SEPM's does not contain any special charaters...

     



  • 3.  RE: "An unexpected exception error has occurred" During Replication.

    Posted Jul 21, 2011 06:01 PM

    The interesting stuff seems to be in the server log. Looks like some sort of Java error.

    "java.lang.NullPointerException"

    We do use a number and a capitol letter in the account that replicates. Should this be a problem?

    Thanks for responding.

    Attachment(s)

    txt
    replication-0.txt   980 B 1 version
    txt
    scm-server-0_28.txt   99 KB 1 version


  • 4.  RE: "An unexpected exception error has occurred" During Replication.
    Best Answer

    Trusted Advisor
    Posted Jul 26, 2011 09:25 AM

    Hello,

    I don't see that to be the problem.

    Nothing is logged in the Replication Logs!!!

    whereas the scm-server-0.log shows 

     

    Unknown Exception
    java.lang.NullPointerException

     

     

    This points to : Possible database corruption may have resulted in a broken pointer to the group in the database table, or the SQL Server may be experiencing a problem.

     
    Solution 
     
    Scenario 1:
     
    Perform a database validation test to ensure the database is healthy:
     
     
     
    Scenario 2:
     
    This error can occur intermittently when the SQL server database performance is poor. Please review the following documentation for diagnosing SQL performance problems:
     
     
     


  • 5.  RE: "An unexpected exception error has occurred" During Replication.

    Posted Jul 26, 2011 02:42 PM

    OK that gives me something to go on.



  • 6.  RE: "An unexpected exception error has occurred" During Replication.

    Posted Jul 26, 2011 02:52 PM

    Database validation passed.

    So, it looks like validating SQL will be a more time intensive processs. I am wondering if it is wot=rth it, since, the system seems to be operating nominally, except fpr this one "unknown exception error".