LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Upload for SharePoint node error

    Employee
    Posted 07-11-2016 08:28

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stevem

    LAE 4.6
    BRE 4.6.1.0 Build 488


    I have tried this on my PC LAE (below) but also on our Unix test and prod servers with the same error. What does the error mean and any ideas about how I can get it to work?

    peer not authenticated
    Stack Trace:
    sun.security.ssl.SSLSessionImpl.getPeerCertificate s(SSLSessionImpl.java@397))
    org.apache.http.conn.ssl.AbstractVerifier.verify(A bstractVerifier.java@126))
    org.apache.http.conn.ssl.SSLSocketFactory.connectS ocket(SSLSocketFactory.java@437))
    org.apache.http.impl.conn.DefaultClientConnectionO perator.openConnection(DefaultClientConnectionOper ator.java@180))
    org.apache.http.impl.conn.ManagedClientConnectionI mpl.open(ManagedClientConnectionImpl.java@294))
    org.apache.http.impl.client.DefaultRequestDirector .tryConnect(DefaultRequestDirector.java@643))
    org.apache.http.impl.client.DefaultRequestDirector .execute(DefaultRequestDirector.java@479))
    org.apache.http.impl.client.AbstractHttpClient.exe cute(AbstractHttpClient.java@906))
    org.apache.http.impl.client.AbstractHttpClient.exe cute(AbstractHttpClient.java@805))
    com.lavastorm.brain.node.sharepoint.SharePointUplo adNode.executeRequest(SharePointUploadNode.java@74 7))
    com.lavastorm.brain.node.sharepoint.SharePointUplo adNode.getXToken(SharePointUploadNode.java@521))
    com.lavastorm.brain.node.sharepoint.SharePointUplo adNode.processOneRequest(SharePointUploadNode.java @386))
    com.lavastorm.brain.node.sharepoint.SharePointUplo adNode.processAll(SharePointUploadNode.java@326))
    com.lavastorm.brain.execution.java.node.NodeWrappe r.nodeProcess(NodeWrapper.java@527))
    com.lavastorm.brain.execution.java.node.NodeWrappe r.run(NodeWrapper.java@769))
    com.lavastorm.brain.execution.java.node.NodeWrappe r.main(NodeWrapper.java@1466))


  • 2.  RE: Upload for SharePoint node error

    Employee
    Posted 07-18-2016 00:59

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: awilliams1024

    The authentication failure may relate to the need to add the site's certificate to the java keystore. See the guide here:


    http://community.lavastorm.com/attac...5&d=1447948990


  • 3.  RE: Upload for SharePoint node error

    Employee
    Posted 07-28-2016 07:55

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stevem

    Thank you very much the certificate solved my authentication issue.

    The Get Folder List still returns no data and I think it is my server path.
    Here is the site:
    SharePoint_Lavastorm.jpg

    I have tried "Sitename"/ORG Documents and when I hover over one of the documents it shows
    "https://sp-aa.xxx.com/sites/play/Docs/Save%20the%20file%204.docx" so I entered "/sites/play/Docs" and many other variations but still no data.

    Do you have any working examples or any ideas for how I would determine what the server path is?
    Thank you
    Steve


  • 4.  RE: Upload for SharePoint node error

    Employee
    Posted 08-09-2016 09:58

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: awilliams1024

    Hi, unfortunately I don't have a 4.6.1 installation but when I configured a Folder List for SharePoint node in LAE 6.1 as below it worked ok (in this case the SharePoint site is http)

    ServerUrl: http://sp2013t.lavastorm.com
    ServerPath: Shared Documents

    When the node is run it returns the files in the folder (in this case changes.txt)

    When I use the browser to access the site and hover over the file, the URL displayed is:

    sp2013t.lavastorm.com/Shared Documents/changed.txt

    From the above it looks like the initial slash may not be needed in the ServerPath parameter, i.e. just use "sites/play/Docs" in your case.

    Regards
    Adrian