[ 
https://wso2.org/jira/browse/MASHUP-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yumani Ranaweera closed MASHUP-808.
-----------------------------------


Verified. Closed.

-Defect doesn't exists anymore with increased memmory setup.

> Error when executing a jmx script to add 15 users. Only 9 were added.
> ---------------------------------------------------------------------
>
>                 Key: MASHUP-808
>                 URL: https://wso2.org/jira/browse/MASHUP-808
>             Project: WSO2 Mashup Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: Nightly
>         Environment: WinXP, JDK1.5
>            Reporter: Yumani Ranaweera
>            Assignee: Tyrell Perera
>            Priority: Critical
>             Fix For: 1.1
>
>         Attachments: dduser_csv_datafile.jmx, regusers_15.csv
>
>
> I was executing the attached dduser_csv_datafile.jmx script to add 15 users 
> to the mashup server and the following error appeared.
> Steps to recreate:
> -----------------------
> 1. Start the Mashup server.
> 2. Execute dduser_csv_datafile.jmx file and add 15 users to the Mashup 
> Server. (the admin login is set to admin\admin in the script. If your admin 
> login is something else pls update the script accordingly) 
> 3. Use the data included in regusers_15.csv for the above. (both files should 
> reside in the same directory)
> Issue:
> ----------
> Following INFO statements appear in the startup console and script stops 
> after adding 9 users.
>  INFO [2008-05-22 17:32:42,907]  Unable to sendViaPost to 
> url[http://localhost:7762/services/MashupLoginServiceUT/login]
> java.net.SocketTimeoutException: Read timed out
>         at java.net.SocketInputStream.socketRead0(Native Method)
>         at java.net.SocketInputStream.read(SocketInputStream.java:129)
>         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
>         at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
>         at 
> org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
>         at 
> org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
>         at 
> org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
>         at 
> org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:141
> 3)
>         at 
> org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
>         at 
> org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
>         at 
> org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
>         at 
> org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
>         at 
> org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
>         at 
> org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
>         at 
> org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
>         at 
> org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
>         at 
> org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:189)
>         at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
>         at 
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
>         at 
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
>         at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
>         at 
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
>         at 
> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
>         at 
> org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
>         at 
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:548)
>         at 
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:528)
>         at org.wso2.mashup.utils.MashupUtils.login(MashupUtils.java:512)
>         at 
> org.apache.jsp.signin_jsp._jspService(org.apache.jsp.signin_jsp:112)
>         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>         at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
>         at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>         at 
> org.wso2.mashup.transport.ServiceUIFilter.doFilter(ServiceUIFilter.java:210)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>         at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>         at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>         at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>         at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>         at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>         at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>         at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
>         at 
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
>         at 
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>         at 
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>         at 
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>         at java.lang.Thread.run(Thread.java:595)
>  INFO [2008-05-22 17:33:21,235]  A keystore was not found for user user1. 
> Initializing using the default keystore.
>  INFO [2008-05-22 17:33:21,344]  A keystore was not found for user user2. 
> Initializing using the default keystore.
>  INFO [2008-05-22 17:33:22,782]  A keystore was not found for user user4. 
> Initializing using the default keystore.
>  INFO [2008-05-22 17:33:23,907]  A keystore was not found for user user3. 
> Initializing using the default keystore.
>  INFO [2008-05-22 17:33:24,563]  A keystore was not found for user user6. 
> Initializing using the default keystore.
>  INFO [2008-05-22 17:33:24,688]  A keystore was not found for user user5. 
> Initializing using the default keystore.
>  INFO [2008-05-22 17:33:28,235]  A keystore was not found for user user8. 
> Initializing using the default keystore.
>  INFO [2008-05-22 17:33:30,360]  A keystore was not found for user user7. 
> Initializing using the default keystore.
>  INFO [2008-05-22 17:33:32,501]  A keystore was not found for user user9. 
> Initializing using the default keystore.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to