[ 
https://issues.apache.org/jira/browse/DL-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15814241#comment-15814241
 ] 

Hudson commented on DL-181:
---------------------------

SUCCESS: Integrated in Jenkins build distributedlog-nightly-build #184 (See 
[https://builds.apache.org/job/distributedlog-nightly-build/184/])
DL-181: avoid starting failure due to call Optional.get() on an absent (sijie: 
rev 0c6e7949718abf5c30c150ffd045a8b765373cd6)
* (edit) 
distributedlog-service/src/main/java/org/apache/distributedlog/service/DistributedLogServer.java


> starting write proxy failed due to the optional "la" be assumed a MUST arg
> --------------------------------------------------------------------------
>
>                 Key: DL-181
>                 URL: https://issues.apache.org/jira/browse/DL-181
>             Project: DistributedLog
>          Issue Type: Bug
>          Components: distributedlog-service
>    Affects Versions: 0.4.0
>            Reporter: Liang Xie
>            Assignee: Liang Xie
>             Fix For: 0.4.0
>
>
> I just built a release package followed by 
> http://distributedlog.incubator.apache.org/docs/latest/deployment/cluster,
> I failed at "Run write proxy" due to this error from output:
> Exception in thread "main" java.lang.IllegalStateException: Optional.get() 
> cannot be called on an absent value
>         at com.google.common.base.Absent.get(Absent.java:47)
>         at 
> org.apache.distributedlog.service.DistributedLogServer.runServer(DistributedLogServer.java:189)
>         at 
> org.apache.distributedlog.service.DistributedLogServer.runServer(DistributedLogServer.java:457)
>         at 
> org.apache.distributedlog.service.DistributedLogServerApp.runCmd(DistributedLogServerApp.java:147)
>         at 
> org.apache.distributedlog.service.DistributedLogServerApp.run(DistributedLogServerApp.java:89)
>         at 
> org.apache.distributedlog.service.DistributedLogServerApp.main(DistributedLogServerApp.java:185)
> we need to modify the log statement: "loadAppraiserClassStr.get()"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to