<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Connection Issue regarding Splunk SDK with Splunk instance on Linux enviornment in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Connection-Issue-regarding-Splunk-SDK-with-Splunk-instance-on/m-p/73771#M181124</link>
    <description>&lt;P&gt;Hi, I stuck in connection error message as follows: (indicated in Italic font below...)&lt;/P&gt;

&lt;P&gt;The following error message occurs when running Splunk SDK in WebLogic server installed in Linux.&lt;BR /&gt;
   However, no problem arises when running Splunk SDK in Tomcat 6.x server.&lt;/P&gt;

&lt;P&gt;I know in such a short notice, expecting quick trouble shooting answers. Any help?&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;com.tongyang.eagle.cmm.CmmException: SPLUNK input error[SP insert-create err]:[Security:090477]Certificate chain received from splunk_header1 - *&lt;/EM&gt;&lt;EM&gt;.&lt;/EM&gt;&lt;EM&gt;.&lt;/EM&gt;.*** was not trusted causing SSL handshake failure.&lt;BR /&gt;
        at com.tongyang.eagle.sp.SpSecService.save(SpSecService.java:51)&lt;BR /&gt;
        at com.tongyang.eagle.sp.SpSecService$$FastClassByCGLIB$$2259ba9c.invoke(&lt;GENERATED&gt;)&lt;BR /&gt;
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)&lt;BR /&gt;
        at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)&lt;BR /&gt;
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)&lt;BR /&gt;
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)&lt;BR /&gt;
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt;
        at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)&lt;BR /&gt;
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt;
        at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)&lt;BR /&gt;
        at com.tongyang.eagle.sp.SpSecService$$EnhancerByCGLIB$$8ede73be.save(&lt;GENERATED&gt;)&lt;BR /&gt;
        at com.tongyang.eagle.sec.intrupolicy.SecIntruPolicyController.active(SecIntruPolicyController.java:273)&lt;BR /&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt;
        at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt;
        at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)&lt;BR /&gt;
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)&lt;BR /&gt;
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)&lt;BR /&gt;
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)&lt;BR /&gt;
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)&lt;BR /&gt;
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)&lt;BR /&gt;
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)&lt;BR /&gt;
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)&lt;BR /&gt;
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)&lt;BR /&gt;
        at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)&lt;BR /&gt;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)&lt;BR /&gt;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)&lt;BR /&gt;
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)&lt;BR /&gt;
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)&lt;BR /&gt;
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)&lt;BR /&gt;
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)&lt;BR /&gt;
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt;
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:108)&lt;BR /&gt;
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;BR /&gt;
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)&lt;BR /&gt;
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;BR /&gt;
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;BR /&gt;
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)*&lt;/GENERATED&gt;&lt;/GENERATED&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Dec 2012 10:13:53 GMT</pubDate>
    <dc:creator>kdwooo</dc:creator>
    <dc:date>2012-12-28T10:13:53Z</dc:date>
    <item>
      <title>Connection Issue regarding Splunk SDK with Splunk instance on Linux enviornment</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Connection-Issue-regarding-Splunk-SDK-with-Splunk-instance-on/m-p/73771#M181124</link>
      <description>&lt;P&gt;Hi, I stuck in connection error message as follows: (indicated in Italic font below...)&lt;/P&gt;

&lt;P&gt;The following error message occurs when running Splunk SDK in WebLogic server installed in Linux.&lt;BR /&gt;
   However, no problem arises when running Splunk SDK in Tomcat 6.x server.&lt;/P&gt;

&lt;P&gt;I know in such a short notice, expecting quick trouble shooting answers. Any help?&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;com.tongyang.eagle.cmm.CmmException: SPLUNK input error[SP insert-create err]:[Security:090477]Certificate chain received from splunk_header1 - *&lt;/EM&gt;&lt;EM&gt;.&lt;/EM&gt;&lt;EM&gt;.&lt;/EM&gt;.*** was not trusted causing SSL handshake failure.&lt;BR /&gt;
        at com.tongyang.eagle.sp.SpSecService.save(SpSecService.java:51)&lt;BR /&gt;
        at com.tongyang.eagle.sp.SpSecService$$FastClassByCGLIB$$2259ba9c.invoke(&lt;GENERATED&gt;)&lt;BR /&gt;
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)&lt;BR /&gt;
        at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)&lt;BR /&gt;
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)&lt;BR /&gt;
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)&lt;BR /&gt;
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt;
        at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)&lt;BR /&gt;
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt;
        at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)&lt;BR /&gt;
        at com.tongyang.eagle.sp.SpSecService$$EnhancerByCGLIB$$8ede73be.save(&lt;GENERATED&gt;)&lt;BR /&gt;
        at com.tongyang.eagle.sec.intrupolicy.SecIntruPolicyController.active(SecIntruPolicyController.java:273)&lt;BR /&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt;
        at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt;
        at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)&lt;BR /&gt;
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)&lt;BR /&gt;
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)&lt;BR /&gt;
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)&lt;BR /&gt;
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)&lt;BR /&gt;
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)&lt;BR /&gt;
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)&lt;BR /&gt;
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)&lt;BR /&gt;
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)&lt;BR /&gt;
        at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)&lt;BR /&gt;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)&lt;BR /&gt;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)&lt;BR /&gt;
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)&lt;BR /&gt;
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)&lt;BR /&gt;
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)&lt;BR /&gt;
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)&lt;BR /&gt;
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt;
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:108)&lt;BR /&gt;
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;BR /&gt;
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)&lt;BR /&gt;
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;BR /&gt;
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;BR /&gt;
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)&lt;BR /&gt;
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)*&lt;/GENERATED&gt;&lt;/GENERATED&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 10:13:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Connection-Issue-regarding-Splunk-SDK-with-Splunk-instance-on/m-p/73771#M181124</guid>
      <dc:creator>kdwooo</dc:creator>
      <dc:date>2012-12-28T10:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Issue regarding Splunk SDK with Splunk instance on Linux enviornment</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Connection-Issue-regarding-Splunk-SDK-with-Splunk-instance-on/m-p/73772#M181125</link>
      <description>&lt;P&gt;I hate this stuff, have to deal with it all too often.&lt;/P&gt;

&lt;P&gt;Your splunk head uses https. Weblogic is connecting as a client to the splunk head.&lt;/P&gt;

&lt;P&gt;The splunk heads SSL certificate is not trusted by the Weblogic client, hence the error.&lt;/P&gt;

&lt;P&gt;This can be because of several things&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;The certificate is invalid ( for example, it has the wrong CN, its expired etc etc )&lt;/LI&gt;
&lt;LI&gt;The certificate has not been imported into the Weblogic keystore&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;If you eliminate 1 ( you can connect to the splunk head URL in a browser on the Weblogic server and have no certificate errors), then you just need to export the splnuk heads certificate, and import it into the java keystore.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://vbandaru.wordpress.com/2010/11/15/ssl-handshake-failure-in-weblogic-server/"&gt;This site&lt;/A&gt; explains how to&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 10:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Connection-Issue-regarding-Splunk-SDK-with-Splunk-instance-on/m-p/73772#M181125</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-12-28T10:43:55Z</dc:date>
    </item>
  </channel>
</rss>

