My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Dec 17, 2008
    issue 1 ( text=Error #2032: 串流錯誤。 URL: https://localhost:8089/service...) reported by penny.weng   -   What steps will reproduce the problem? I develop the flex application on the ubuntu using the Splunk Flash SDK. The application in the ubuntu can connect to both Linux and windows splunk server and work well. But I move it to the windows system, it show the below error Error #2044: 未處理的 error:。 text=Error #2032: 串流錯誤。 URL: https://10.10.16.88:8089/services/auth/login What is the expected output? What do you see instead? What version of the product are you using? On what operating system? 3.4.3 Please provide any additional information below. public function SplunkServer() { try { service = new SplunkService ( "https://localhost:8089/ "services"); service.authenticate("admin", "changeme"); service.addEventListener (ServiceEvent.CONNECT,connectService,false,0,false); service.addEventListener( ServiceErrorEvent.ERROR, handleError, false, 0 , false); } catch(e:Error) { Alert.show(e.name, "ERROR"); } }
    What steps will reproduce the problem? I develop the flex application on the ubuntu using the Splunk Flash SDK. The application in the ubuntu can connect to both Linux and windows splunk server and work well. But I move it to the windows system, it show the below error Error #2044: 未處理的 error:。 text=Error #2032: 串流錯誤。 URL: https://10.10.16.88:8089/services/auth/login What is the expected output? What do you see instead? What version of the product are you using? On what operating system? 3.4.3 Please provide any additional information below. public function SplunkServer() { try { service = new SplunkService ( "https://localhost:8089/ "services"); service.authenticate("admin", "changeme"); service.addEventListener (ServiceEvent.CONNECT,connectService,false,0,false); service.addEventListener( ServiceErrorEvent.ERROR, handleError, false, 0 , false); } catch(e:Error) { Alert.show(e.name, "ERROR"); } }
 
Hosted by Google Code