Load Testing playback Problem

Hi All,
I am able to record scripts in Openscript for Load testing.
but when I try to playback, it is showing timwout problem.
The Following Error is Coming :
Timeout occurred while waiting for server response. Socket timeout is set to 120 seconds.
Comparable WinInet error code: Error 12002: ERROR_INTERNET_TIMEOUT. Caused by: java.net.SocketTimeoutException occurred. ErrorMessage: Read timed out
Please Help me out
Thanks in Advance,
Nishanth Soundararajan

Hello
This error is due to OLT not getting a response from the server, sometimes you will see this error but you still able to connect to the application manually via a web browser, this is due to the socket being closed in the HTTP server a web browser will handle this by reopening the socket when OLT will throw and error, which is the correct approach as the socket should be open.
For more information please check this article http://en.wikipedia.org/wiki/HTTP_persistent_connection
A way of testing that or working around this issue is by disabling the HTTP connection Keep-Alive setting in OpenScript, to do so double click on the steep link in OpenScript Change to the Headers Tab look for the Connection entry which should be Keep Alive and delete it, that will force the server to open a new socket for each request.
Thanks and Regards
Alex

Similar Messages

  • Weblogic Load Testing intermittent problem!

    Hi All,
    We are running weblogic 5.1 sp8 to load testing, and using following
    setting:
    Weblogic.system.executeThreadCount=20;
    Weblogic.system.nativeIO.enable=ture;
    dbConnection Pool=20
    while we increased 60 concurrent users, HPUX 11i started to hung
    intermittent, can not ping this box. after a while, return back to perform.
    checked weblogic.log, found following error:
    <ListenThread> listen failed, failure count...
    java.net.SocketException: "No buffer space available".
    Any idea for this case?
    Thanks

    No, I haven't seen that before.
    <ListenThread> listen failed, failure count...
    java.net.SocketException: "No buffer space available".I suggest that you go through the JDK sources to find out where that message
    comes from and work back from there to see how to avoid the problem.
    Peace,
    Cameron Purdy
    Tangosol Inc.
    << Tangosol Server: How Weblogic applications are customized >>
    << Download now from http://www.tangosol.com/download.jsp >>
    "yubenjb" <[email protected]> wrote in message
    news:3b7b5137$[email protected]..
    Yes, we have followed BEA and HP suggestions to do all. but still happened
    to this special case. The HP console still can operate, but there is noany
    inbound/outbound network traffic at that time. means that can not pingfrom
    this server to outside, meanwhile, others also can not ping this server .
    Any advice from you?
    "Cameron Purdy" <[email protected]> wrote in message
    news:3b718de4$[email protected]..
    Did you up the kernel params as suggested by HP and by BEA?
    Peace,
    Cameron Purdy
    Tangosol Inc.
    << Tangosol Server: How Weblogic applications are customized >>
    << Download now from http://www.tangosol.com/download.jsp >>
    "yubenjb" <[email protected]> wrote in message
    news:3b70bbfc$[email protected]..
    Hi All,
    We are running weblogic 5.1 sp8 to load testing, and using following
    setting:
    Weblogic.system.executeThreadCount=20;
    Weblogic.system.nativeIO.enable=ture;
    dbConnection Pool=20
    while we increased 60 concurrent users, HPUX 11i started to hung
    intermittent, can not ping this box. after a while, return back toperform.
    checked weblogic.log, found following error:
    <ListenThread> listen failed, failure count...
    java.net.SocketException: "No buffer space available".
    Any idea for this case?
    Thanks

  • VS Load Test : Unable to execute a 672 hour load test

    Hi Team,
    We keep running endurance tests for a very long time and today we tried to run a 28 day test (672 hours). However below ERROR keeps coming and we can not proceed with load test.
    Error occurred running test. Could not run load test <loadtestname> on agent <agentname>. Number must be either non negative and less than or equal to Int32.MaxValue or -1.
    Parameter Name : millisecondsTimout
    However, we are able to run a 590 hours load test. but problem is seen only we go around 600 something duration.
    Other Details:
    VS Version : 2012
    Rig Setup ? : No
    Run Type : Local Run
    Please let me know if you need any more details
    Thanks and Regards,
    Gaurav

    Hi Gaurav,
    According to your description, please you share me the load test error log.
    In addition, I suggest you try to create a yourself testsetting file and then add more time and then call the testsetting file run the load test check this issue again.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Proxy issue in OpenScript Load Testing Protocol(Web/HTTP) during PlayBack

    Hi All,
    I am new to OATS and I recorded a sample script on OATS for Load Testing protocol(Web/HTTP) in OpenScript but when I Playback it then it is giving the following as the result:
    "*Invalid response received from proxy server: HTTP/1.1 502 Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL). ).*
    *Comparable WinInet error code: Error 12033: ERROR_INTERNET_INVALID_PROXY_REQUEST.*"
    In ErrorLog following errors are mentioned:
    "*eclipse.buildId=unknown*
    *java.version=1.6.0_07*
    *java.vendor=Sun Microsystems Inc.*
    *BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IN*
    *Command-line arguments: -os win32 -ws win32 -arch x86*
    *Error*
    *Thu Apr 25 12:00:17 IST 2013*
    *fireActiveProjectChanged*
    *java.lang.IllegalStateException: Error getting Parent Element Id for element-id: 9*
    *     at oracle.oats.scripting.models.store.util.db.ModelDBPersistence.getElementParentId(ModelDBPersistence.java:283)*
    *     at oracle.oats.scripting.models.stores.database.DatabaseStore.getParentId(DatabaseStore.java:287)*
    *     at oracle.oats.scripting.models.stores.database.ResultOverviewStore.getParentId(ResultOverviewStore.java:550)*
    *     at oracle.oats.scripting.models.ModelElement.getParentId(ModelElement.java:275)*
    *     at oracle.oats.scripting.models.ModelAccessor.findParent(ModelAccessor.java:146)*
    *     at oracle.oats.scripting.models.ModelElement.findParent(ModelElement.java:289)*
    *     at oracle.oats.scripting.ui.views.results.ResultsContentProvider.getParent(ResultsContentProvider.java:49)*
    *     at org.eclipse.jface.viewers.AbstractTreeViewer.getParentElement(AbstractTreeViewer.java:1646)*
    *     at org.eclipse.jface.viewers.TreeViewer.getParentElement(TreeViewer.java:601)*
    *     at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand(AbstractTreeViewer.java:1573)*
    *     at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2456)*
    *     at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget(StructuredViewer.java:1680)*
    *     at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2864)*
    *     at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1636)*
    *     at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1104)*
    *     at oracle.oats.scripting.ui.views.results.ResultsDisplayView.setSelection(ResultsDisplayView.java:584)*
    *     at oracle.oats.scripting.ui.views.results.ResultsDisplayView.onActiveScriptingProjectChanged(ResultsDisplayView.java:266)*
    *     at oracle.oats.scripting.ui.internal.editors.openScript.OpenScriptEditorRegistry.fireActiveProjectChanged(OpenScriptEditorRegistry.java:377)*
    *     at oracle.oats.scripting.ui.internal.editors.openScript.OpenScriptEditorRegistry.access$8(OpenScriptEditorRegistry.java:371)*
    *     at oracle.oats.scripting.ui.internal.editors.openScript.OpenScriptEditorRegistry$EditorListener.partActivated(OpenScriptEditorRegistry.java:121)*
    *     at org.eclipse.ui.internal.PartListenerList2$1.run(PartListenerList2.java:68)*
    *     at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)*
    *     at org.eclipse.core.runtime.Platform.run(Platform.java:880)*
    *     at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:53)*
    *     at org.eclipse.ui.internal.PartListenerList2.firePartActivated(PartListenerList2.java:66)*
    *     at oracle.oats.scripting.ui.internal.TailoredPartService.firePartActivated(TailoredPartService.java:310)*
    *     at oracle.oats.scripting.ui.internal.TailoredPartService.setActivePart(TailoredPartService.java:344)*
    *     at org.eclipse.ui.internal.WWinPartService.updateActivePart(WWinPartService.java:124)*
    *     at org.eclipse.ui.internal.WWinPartService.access$0(WWinPartService.java:115)*
    *     at org.eclipse.ui.internal.WWinPartService$1.partDeactivated(WWinPartService.java:48)*
    *     at org.eclipse.ui.internal.PartListenerList2$4.run(PartListenerList2.java:113)*
    *     at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)*
    *     at org.eclipse.core.runtime.Platform.run(Platform.java:880)*
    *     at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:53)*
    *     at org.eclipse.ui.internal.PartListenerList2.firePartDeactivated(PartListenerList2.java:111)*
    *     at oracle.oats.scripting.ui.internal.TailoredPartService.firePartDeactivated(TailoredPartService.java:323)*
    *     at oracle.oats.scripting.ui.internal.TailoredPartService.setActivePart(TailoredPartService.java:338)*
    *     at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:56)*
    *     at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:126)*
    *     at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3491)*
    *     at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3034)*
    *     at org.eclipse.ui.part.MultiEditor.activateEditor(MultiEditor.java:178)*
    *     at oracle.oats.scripting.ui.internal.editors.openScript.OpenScriptEditor.activateEditor(OpenScriptEditor.java:1247)*
    *     at org.eclipse.ui.part.MultiEditor$1.handleEvent(MultiEditor.java:81)*
    *     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)*
    *     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)*
    *     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)*
    *     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)*
    *     at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1353)*
    *     at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2443)*
    *     at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2266)*
    *     at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:4414)*
    *     at org.eclipse.swt.widgets.Tree.WM_SETFOCUS(Tree.java:6846)*
    *     at org.eclipse.swt.widgets.Control.windowProc(Control.java:3855)*
    *     at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)*
    *     at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528)*
    *     at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)*
    *     at org.eclipse.swt.widgets.Control.forceFocus(Control.java:974)*
    *     at org.eclipse.swt.widgets.Control.setFocus(Control.java:2811)*
    *     at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:927)*
    *     at oracle.oats.scripting.ui.editors.tree.TreeEditor.setFocus(TreeEditor.java:230)*
    *     at org.eclipse.ui.part.MultiEditor.setFocus(MultiEditor.java:139)*
    *     at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:325)*
    *     at org.eclipse.ui.internal.EditorPane.setFocus(EditorPane.java:127)*
    *     at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:846)*
    *     at org.eclipse.ui.internal.PartStack.access$1(PartStack.java:829)*
    *     at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:139)*
    *     at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:133)*
    *     at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267)*
    *     at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:276)*
    *     at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)*
    *     at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$2.handleEvent(DefaultTabFolder.java:87)*
    *     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)*
    *     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)*
    *     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)*
    *     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)*
    *     at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770)*
    *     at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3242)*
    *     at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2017)*
    *     at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320)*
    *     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)*
    *     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)*
    *     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)*
    *     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)*
    *     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)*
    *     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)*
    *     at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)*
    *     at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)*
    *     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)*
    *     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)*
    *     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)*
    *     at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)*
    *     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)*
    *     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)*
    *     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)*
    *     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)*
    *     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
    *     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
    *     at java.lang.reflect.Method.invoke(Method.java:597)*
    *     at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)*
    *     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)*
    *     at org.eclipse.equinox.launcher.Main.run(Main.java:1236)*
    *     at org.eclipse.equinox.launcher.Main.main(Main.java:1212)*
    *Caused by: oracle.oats.utilities.db.exceptions.DisconnectDbException: Verify if database connection exists for C:\OracleATS\OFT\iTube3\results\Session3\data*
    *     at oracle.oats.utilities.db.JavaDbSystem.executeQuery(JavaDbSystem.java:335)*
    *     at oracle.oats.utilities.db.core.ElementDao.selectParentId(ElementDao.java:215)*
    *     at oracle.oats.utilities.db.DatabasePersister.getParentIdFor(DatabasePersister.java:89)*
    *     at oracle.oats.scripting.models.store.util.db.ModelDBPersistence.getElementParentId(ModelDBPersistence.java:278)*
    *     ... 104 more*
    *Caused by: java.sql.SQLNonTransientConnectionException: No current connection.*
    *     at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)*
    *     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)*
    *     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)*
    *     at org.apache.derby.impl.jdbc.Util.noCurrentConnection(Unknown Source)*
    *     at org.apache.derby.impl.jdbc.EmbedConnection.checkIfClosed(Unknown Source)*
    *     at org.apache.derby.impl.jdbc.EmbedConnection.setupContextStack(Unknown Source)*
    *     at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)*
    *     at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)*
    *     at oracle.oats.utilities.db.util.SQLUtils.prepare(SQLUtils.java:307)*
    *     at oracle.oats.utilities.db.StatementFactory.makeStatement(StatementFactory.java:20)*
    *     at oracle.oats.utilities.db.PreparedStatementCache.addStatement(PreparedStatementCache.java:38)*
    *     at oracle.oats.utilities.db.JavaDbSystem.executeQuery(JavaDbSystem.java:316)*
    *     ... 107 more*
    *Caused by: java.sql.SQLException: No current connection.*
    *     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)*
    *     at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)*
    *     ... 119 more*
    And in Debug tag I am getting the following errors:
    *"<disconnected>org.eclipse.equinox.launcher.Main at localhost:59115"*
    I am working with OATS on company network and also I am using the correct proxy setting(confirmed). When i tried recording a company internal web application(No Proxy Required) its still giving same proxy errors.
    Error results are always changeing when I change my Port No. for proxy setting (Default Port No for my network is 8080).
    For port No 8080 following error is displayed result tab:
    *"Failed     HTTP response code: 407 Proxy Authentication Required ( Access is denied. )      "*
    For port no 7777 & 443 following error is displayed in the result tab: (Have changed the proxy server address to "xyz"):
    *Failed     The attempt to connect to the server xyzproxy.xyz.com on port 7777 failed.*
    *Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT. Caused by: java.net.ConnectException occurred. Error Message:Connection timed out: connect*
    I have just disabled the cookies from my script, no other changes have been made(no parametrization and no correlation as of now).
    I have tried everything with port numbers and also with Playback settings in openscript preference for proxy, tried to playback the script with proxy, without proxy for both the type of applications, company internal and external but still the same errors.
    Anyone please suggest me a solution to this problem.
    Thanks,
    Abhi.
    Edited by: 1002084 on Apr 25, 2013 12:12 AM

    Hi,
    I think your password is encrypted. Try replace password "a99fad1866af01d9375627d5d08d7f1c11ed4d3f6d5d2372d40908884a15b8e6" with your password.
    Or Get output of obfuscate("your password") and replace "a99fad1866af01d9375627d5d08d7f1c11ed4d3f6d5d2372d40908884a15b8e6" with {{@deobfuscate( output of obfuscate("your password") )}}
    Regards,
    Deepu M

  • Problems when load testing a cluster on CSS11501

    Hello there,
    I have the following setup:
    INTERNET <--> CSS11501 <----> SERVER CLUSTER
    Vlan address of server cluster is in the same subnet of that of the CSS. server's gateway is IP of CSS. My problem is when we do load testing on each server, it goes well with no errors. but when we do the load testing using the VIP address of the cluster, the load testing app gets a timeout when getting the flash content of the cluster.
    my config on the content is:
    content BGUIDE_NEW
    vip address 192.168.8.4
    protocol tcp
    port 80
    balance leastconn
    advanced-balance sticky-srcip
    add service SRV1
    add service SRV2
    add service SRV3
    add service SRV4
    active
    Is there anything lacking in my content config that I need to do? Where else in the config do I need to look at.
    Thanks in advanced.
    JC

    Testing tool is outside the subnet/network. Only the particular file cannot be loaded. I haven't used any sniffer programs yet. Should I install it on one of the server in the cluster? What do I look for on the trace.
    Sorry about this. I haven't used sniffer programs yet.
    Thanks

  • Problem creating a repository in Oracle from Visual studio Load test

    Hi,
    I have an issue which will be greatly appreciated if answered soon. I have created a load test using Visual studio 2010 Ultimate in Oracle 11 g environment . I just want to create a load test repository in Oracle db to store results of the load test results. I have read on MSDN the method to do so for SQL server(at http://msdn.microsoft.com/en-us/library/ms182600.aspx) but not Oracle. Please respond asap. Thanks

    912605 wrote:
    Hi,
    I have an issue which will be greatly appreciated if answered soon. I have created a load test using Visual studio 2010 Ultimate in Oracle 11 g environment . I just want to create a load test >repository in Oracle db to store results of the load test results. I have read on MSDN the method to do so for SQL server(at http://msdn.microsoft.com/en-us/library/ms182600.aspx) but not >Oracle. Please respond asap. Thanks
    I could be wrong, but I believe to achieve this you will need to buy a third party tool that supports the Load Testing project with Oracle like "Toad Extension for Visual Studio".

  • Movies fail to load and playback in web browsers

    I can't seem to load and playback what appear to be QT movies in Safari, Chrome , or Firefox. A black window sits there and all I get is a spinning blue circle in the middle of the screen for a long time. I have a 2.66 Ghz intel imac with 2 gigs of RAM. Unfortunately I am stuck with satellite web service and my average download speed is about 1MBit/sec and frequently less. Could my problem be related to low bandwidth and/or not enough RAM? Or could I be having some sort of file conversion problem? Any help would be appreciated.
    Thanks,
    Don

    What's the URL so we can test the page?

  • Unable to capture the D4OSESSION during LOAD testing??

    Hi,
    Summary:
    ---------- I am doing the performance testing of the 50 concurrent users using one of the third party load test tool.But that tool is not able to capture the opening workbook sessions.
    Detail
    ----------- Normally when I open a D4O session in the URL from the client machine in the database I saw the 3 sessions in v$session table.
    2 sessions from Application Server.
    1 Session from client machine.
    the protocol that I used to open the D4OSession is HTTP
    When I Choose any workbook from the opened d4osession in the V$session table the session from the client machine status becomes active.
    so for the single d4o session oracle opening 3 session in the database.
    Under this calculation I try to record the session for the performance testing using one of the third party tool called QA LOAD. I am unable to record all the 3 session,
    I am able to record the application server sessions only ie.2 session ,but I am unable to record the session from Client machine.(User session is coming only when I opens the workbook)
    I am not able to understand why the tool is not able understand d4osession protocol??
    What could be the problem. Why I am not able to capture the d4osession when I opens the workbook.???? . Without using the tool I can able to see the all 3 sessions.
    Actually the goal is to do a performance testing for 50 concurrent users.Its very difficult to do performance testing without a performance test tool...
    Normally this tool can understand all kind of javabased application,Microsoft applications but I am not sure why it won't understand part of the d4osessions???
    Even when I ry to capture this opening workbook session using winsock protocol also...but no luck!!!!.
    Any advice/ Idea....Please post it !!!!
    Eg: ---------------
    Details of the d4o session
    ---------------------------- d4osession user : user1
    Workbook name : workbook1
    URL : http://applicationserver:7778/discoverer/plus?us=user1&lm=olap......
    Browser : Internet Explorer 6.0
    Database : Oracle 10G
    Discoverer plus for olap : 10.1.2.48
    Load Test tool : QA LOAD
    Database OS : Linux
    Application Server OS : Windows.
    Thanks,
    Nats

    Hi keerthi,
    1. I have pasted the code for the first issue
    web
                             .button(
                                       122,
                                       "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1824fhkchs_6']/web:form[@id='pt1:_UISform1' or @name='pt1:_UISform1' or @index='0']/web:button[@id='pt1:MA:0:n1:1:pt1:qryId1::search' or @value='Search' or @index='3']")
                             .click();
                        adf
                        .table(
                                  "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1c9nk1ryzv_6']/web:ADFTable[@absoluteLocator='pt1:MA:n1:pt1:pnlcltn:resId1']")
                        .columnSort("Ascending", "Name" );
         }

  • IOS Music Player MP3 Gapless Playback Problem

    Hi,
    I've been having this gapless playback issue on iOS now for the past few years, since at least iOS 6 if I can remember correctly. The number one reason I use an iPhone and iOS devices is for gapless playback in the iOS music player. For the last few years I've  been experiencing a bug with the stock iOS music player on my iPhone 4S using iOS 6 and on my iPhone 5 using iOS 6 & 7, and currently on my new iPhone 6 running iOS 8.1.2. This only happens on my iPhones and using iOS, this bug is not found when I use my iPod classic or when playing the same albums through iTunes.
    I thought it might have been spotted by other iOS users and fixed in iOS 7.1 or at least the current version of iOS 8, but instead it's gotten worse, albums that used to play smoothly between transitions now suddenly pause and jump for a split second when changing from track to track.
    What's happening is, I listen to a lot of albums that are continuously DJ mixed and play straight through without any pauses between tracks, and I've been experiencing problems a lot now with random split second pauses between tracks and choppy transitions. These albums in question have been ripped from cd using the latest versions of iTunes.
    For example,
    I'd be listening to an album and it would play gapless and smooth for most of the album, but maybe one or two transitions on the album would have a split second pause between them, and the rest of the album would play perfectly with no pauses, skips or jumps at all.
    This only happens on my iPhone, as I have a 160gb iPod classic and I've listened to all the same albums on it and never has a problem playing the album without any pauses, every album plays 100% smooth and gapless on it.
    I mailed Apple about it through their feedback page on their site... https://www.apple.com/feedback/iphone.html
    Hoping that they would take note of this and try and look into it and fix the issue. That was probably about a year ago now, never got fixed or got any confirmation back from them about this problem. Then last August, I'd had enough and contacted Apple support to notify them about this issue. They told me the usual story, "have you tried restoring the phone?", which I obliged and did. The problem was there on a freshly restored iPhone 5.
    So they told me that they would put me in touch with someone higher in Apple to take the case further, "great" I thought.
    I spoke with a senior care advisor and explained the problem and agreed to send detailed explanations of the issue and test files too so that they could hopefully hear what I was talking about. But after a few weeks of going back and forward, I finally got them to hear the issue with the random pauses, the first week they denied there was a problem and said the files played ok on their test iOS devices, so I myself tried the files on another iOS device and the same problem was there.
    The last correspondence I had with the Apple care advisor was back in the end of August / start of  September, and she told me that they spotted the issue and was told by the tech's that it would be fixed in a future update, I never got a when this would happen, I was just told to make sure my iOS device was up to date with the latest version of iOS. I couldn't speak to an actual technician, got no follow up support, just a vague "We'll look into it." Case Closed.
    I got so sick of this problem that I sold my iPhone and iPad just after this last phone call with the Apple people, and switched over to Android. I'd being reading up on gapless playback music players and found out that there's a good few available for Android devices. I got myself a Sony Xperia Z3 Compact, twice as powerful as the iPhone 6 and half the price. I was using that for the last few months, and playing my music through Neutron Music Player app which is a great music player which plays gapless 100%
    But I couldn't really take to Android OS, seeing as I've been using Apple products for around 10 years now and iOS since the iPhone 3G. So I decided to contact Apple again and see if they'd fixed the music player issue in iOS yet.
    I wrote a long email explaining the problem, how it wasn't really looked at properly, and how I was a long time Apple customer and had to resort to switching over to Android because the basic music player functions on iOS devices have bugs. I took a chance in mailing this to Tim Cook's offices, I knew he wouldn't reply personally, just thought that it might get read by someone in his offices with a bit more say in the matter.
    Just before Xmas, I got a call from someone from executive relations from my local Apple offices about this. He seemed nice and was aware of the problem from reading back through my emails and previous case notes from August when I opened this case originally.
    We had a talk and he said he would get one of the tech's to call me too about this so that I could explain the bugs to someone more knowledgeable about iOS.
    A few days later I received a call from one of the tech's at Apple and was chatting to him, explaining the problem. His response was that he thinks Apple doesn't support gapless playback on current iOS devices. From looking at the gapless playback information page on the Apple support site below, it looks like it hasn't been updated to show any iPhone models after the iPhone 3GS... http://support.apple.com/en-ie/HT201644
    I was trying to explain to him how ridiculous this sounded, why would Apple stop supporting basic functions on their music player on iOS devices? It makes no sense at all? You can see that the amount of hardware devices and software that supports gapless playback today... http://en.wikipedia.org/wiki/Gapless_playback#Player_support
    He couldn't explain either, he just said that because it's not listed there on the Apple support page.
    Then the next day I got the follow up call from the Apple executive relations guy, he was stating that he was speaking to the tech guy that called me and it looks like Apple doesn't support gapless playback anymore, from looking at the documentation on site.
    I told him how stupid this was, and how lots of music players have gapless playback as standard today. And if they don't support it now, then why does it play through some parts of the albums on iOS ok and then just randomly pause, or have jumpy / choppy transitions on the rest of the album. If it was the case, no albums would play gaplessly at all, it would be like when the first ever iPod's were released back in the day with no gapless playback and would pause for a split second between every transition.
    He couldn't give me an answer and said that maybe down the line they would start supporting it again, and that I should request the feature to be added to future iOS versions via the iPhone feedback page... https://www.apple.com/feedback/iphone.html
    He just kept on emphasising that it was "NOT A BUG OR ISSUE", trying to cover up the problem because the info on the site wasn't updated to show the current iOS devices. Which in itself is wrong, looking at the page it says "Supported iPod and iPhone models (make sure you have the latest iPod or iPhone software)"
    iPhone, iPhone 3G, iPhone 3GS only go up to iOS 6, so that contradicts itself when the latest version is iOS 8.
    The info is out of date and needs to be updated. So in August I was told, "we found the issue and will look into it" and a few months later, "it's not an issue", what's a cop out.
    I was annoyed and taken back by this response, and really found it hard to believe that this was the case, Apple stopping supporting their music player on iOS devices. Seeing as iTunes plays everything smoothly and no gapless issues. I just went out and bought an iPhone 6 for €900 / $1060, and for that money you'd expect it's basic music player to work. It's total BS to think that a top computer software / hardware company would just decide to abandon basic functions in their devices, especially when we are talking about how much Apple takes pride in their products and how much more they charge for them over their competitors.
    So this is my next step to try and get this problem seen and out in the open more. The more people who know about it and are aware of the issue, the better.
    Hopefully more people can get the word around and get this noticed by Apple and finally fixed.
    I've uploaded some test files below to show the problem. The files are mp3's and aac, and have been ripped from cd using the latest version of iTunes. The mp3's are the ones with the issue, but the aac play with no problem. If you listen to the transition at the end of track 2 (2-02 Colours (JH Re-Edit)) going into the start of track 3 (2-03 Your Body), you will notice the split second pause / jump. But listen to the aac version and compare it to the mp3 version and you will hear that it plays back fine, just as it's supposed to. Try them in iTunes too and both versions playback fine, no jumps or pauses.
    You can download them here, all links have the same files, I just uploaded them to different hosts for other people's choosing...
    http://s000.tinyupload.com/index.php?file_id=86512332626247919914
    https://www.mediafire.com/?w5wvi50er96b14s
    http://www42.zippyshare.com/v/37047710/file.html
    https://www.sendspace.com/file/lubcmc
    More files can be provided if needed to show the problem happening on various other albums.
    I really hope that people can spot this issue too and help get this fixed, I know this gapless playback feature might not be important to some people, but like I said at the start, it's an essential function for me in a music player and I use it on a daily basis when I listen to music.
    Thanks for reading this long rant of mine, appreciate it.
    Ger

    I believe this issue occurs only between songs that iTunes has converted to a lower bitrate for you during transfer to your iOS device and songs that it has not done this for. Take this Between the Buried and Me album, for instance. I have marked all of the transitions that should have been gapless but probably aren't in red. I know for sure that most of these marked transitions are indeed broken and that the most of the transitions not marked in red work flawlessly... I honestly can't remember whether or not some of these transitions were gapless or not, but the many transitions I do remember working or not working match up exactly with whether or not the songs on either side of the transition were also on other sides of the 256kbps threshold, the threshold at which I enabled iTunes to convert tracks to 256kbps AAC.
    I'm going to try re-sync'ing my library with that "feature" disabled and see if it fixes my gapless playback problem. Will post the results once I test it out.

  • Playback problems with external FLV's

    Hi everyone,
    I am working on a site that loads all of the pages into a
    holder as swf's. Everything in the site works well, except that the
    first page takes a little longer to load than I wish it would. I
    want to find a good pre-loader but, for now, I am trying a
    different approach.
    The intro / opening page is a video I made in After Effects
    and imported into flash's time line, it is around 2.3MB and loads
    in about 5 seconds (to start playing) as a SWF. To make it load
    faster I re-exported from After Effects using cue points to trigger
    copy changes that had been sequenced in the timeline with the video
    before which works great, and imported the video as an external
    file that is loaded when the SWF loads.
    The problem is, once the "page" loads and plays and I
    navigate to another page, then go back to the home page, the whole
    flash system seems to be running much slower. Even rollovers and
    fades are taking a lot longer than before and the video playback is
    very choppy. The intro is a repeating flv that loops with AS3 that
    I found in another forum.
    Is there a way to "reset" the flash container so that each
    time it loads a SWF there is no residual data left behind? That's
    the only reason I can think of that would cause this kind of issue.
    I know that "unload" is not a function that is still available in
    AS3.
    Any ideas or suggestions are more than welcome.
    Thanks!
    Jeremiah

    You should backup your data regardless.    It is not a question of if you will lose data but when.   "Do you feel lucky today?" (asked Clint Eastwood in "Dirty Harry").  Here are several solutions:
         https://discussions.apple.com/docs/DOC-1992
         A backup with bad node is still better than no backup at all. Once you are backed up, you can use Alsoft Disk Warrior to repair those nodes, if the hardware of the drive isn't failing.
         You should also be aware that node issues can start when the hard drive gets over 85% full.

  • Basic Authentication for load testing WSDL Web Service

    I'm trying to load test a web service; the WSDL URL is behind a username and password, using the basic http authentication. I can add the WSDL URL without issue with the username and password, but when I playback the script, I get "401 Unauthorized" errors
    I looked at Preferences > Record > Web Services > Proxy Configuration, which then refers you to Preferences > Record > HTTP > Proxy Settings. I also looked at similar settings under Preferences > Playback.
    I am running OpenScript (9.1), how do I configure this ... ?
    Many thanks!
    KM
    Edited by: KM on Sep 14, 2011 12:12 PM

    Hello
    You can right click on the initialize section of your script then:
    Add -> Other -> HTTP -> Authentication.
    You need 3 parameters:
    A url - http://someurl - that will authenticate any url that contains the http://someurl string e.g http://someurl.com/index.html
    A password
    A user
    The following code should be added in your script:
    http.addAuthentication("http://someurl", "username",
                        deobfuscate("5blNah5kX/XuZnepYwInFw=="));Hope this helps
    Alex

  • Flash cs4 mac - Error opening URL '/:Users:someting.swf' - Not a "loading external content" problem

    Hello.
    I am having a weird problem when trying to test a movie or publish preview -> flash on mac with Leopard os.
    The result is a blank movie with the usuall "movie not loaded" if u right click on it and the output returns the "Error opening URL 'the path of the swf here'.
    This has nothing to do with loading external files or something like that. It happens even in blank movies and it gives the same error if I try to open a swf from flash ide.
    I can publish the project or export the movie with no problem at all.
    I can preview the movie in html. I can run all the swf files in my hard disk, network, usb stick, dvd etc., but when I try to open any of these files from flash ide I got that stupid error.
    Its not something that stops me from working in flash ide but its slow to export movie any time I want to test it.
    Things that I've tried so far but nothing worked:
    Update the flash cs4 to the latest version
    Update the flash players
    Restored the release flash player as default player (I am using as default the debug player)
    Cleared the preferences
    Move the flash cs4 folder to another location in hd
    Saved the fla document first before testing the movie (in different places with or without spaces in document name or folder)
    Give read & write permissions for everyone for flash.app, players and for fla files when saved first before test movie
    Unistall and install the application 3-4 times.
    Test every as version just in case.
    Also I've checked the folders when testing movie and I can see that it creates an swf file, which I can run it outside flash ide (the one that the flash ide player cannot load) with no problem.
    The mac os has the default set up as it came. Nothing chnaged in permissions or security settings.
    Thanx in advance.

    In this particular example I am using this code to start the
    xml file load:
    // now load the XML file that contains the content strings
    var sXMLFile:String = "xml/home.xml";
    var xmlContent:XML = new XML();
    xmlContent.ignoreWhite = true;
    xmlContent.onLoad = onXMLLoadComplete;
    xmlContent.load( sXMLFile );
    But I don’t think the code is the problem here . This
    happens on every file I load when I am using a relative path to the
    content, regardless of how I load the content (XML object,
    loadMovie, MovieClipLoader, etc…) and the same code executes
    perfectly on every other machine in the office(Mac and PC).
    I’m more concerned with the semi-colons and .swf filename
    that Flash is putting into my relative path on the error message.
    Is that normal?

  • Playback problem - video playback stops; any suggestions?

    I have distributed about 20 copies of a DVD I made using iMovie and iDVD v4.x - and about 5 of the discs are reported to freeze during playback. Because not all of the 20 discs have been viewed, it's possible the percentage of discs with playback problems may be even higher. No two discs are freezing at the same spot, or even in the same movie (there are 3 short movies on the disc).
    I got no errors during burning, but I did not 'verify' each disc after burning, either. I did play back my 'master' disc on my home DVD player to make sure it was OK before using it to create a disk image - which I used to burn all the other discs.
    Some of the discs I burned from the disk image using Toast Titanium 6.1.1, until I discovered Apple's Disk Utility was actually a little faster. No way to tell now if the 'bad' discs are all from the same burn software. Though both Toast and DU gave me an option to burn faster than the rated speed, I used the rated burn speed of 8x, and I did not do anything else on the Mac while burning the discs.
    My first thought was bad media. I used both Memorex and Sony DVD-R media (Taiwan) - there is no easy way to for me to find out if all the 'bad' disks are one brand or the other - but hopefully these brands do not have a 20% rate of defective discs.
    My second thought was format-player incompatibilities (-R vs +R), but replacement discs, using the same media on my end, solved the problem for most people (one person's replacement disc froze, but at a different spot than the first one).
    My final guess - I wonder if the playback problems might have something to do with the stick on labels I used? These are a Memorex brand product called "CD&DVD" labels, but the fine print on the back says: "Warning: Using a Standard or Full-Face label on DVDs may result in the disc becoming unreadable."
    Any solutions?
    Quicksilver G4, 867 Mhz   Mac OS X (10.4)   Pioneer DVR-108 (not OEM), firmware 1.20, PatchBurn profile

    I just wanted to add my 2 cents. I haven't been on this forum for months. I've been happily making DVDs in batches of 10 -50 to distribute. I've been making them in my emac. Occassionally I'd get ones that wouldn't play in a client's player. The solution was to send a replacement. Usually that worked. Often I'd send a replacement that wouldn't play in one client's player but found that the disk would play in another client's player. The worst case was when the ist three DVDs I sent to one person wouldn't play, but the fourth did. But most of the time, the second one I'd send worked fine (All of these were made in the same batch from the same media (usually Fuji or Verbatim).
    Recently I started getting lots more than usual complaints about problem DVDs. I checked out a bunch of them by actually playing them on both my computer, and a stand alone Cyberhome player. They were all made from a particular batch of Fuji media. Now I've previously burned hundreds of playable DVDs made from Fuji media, so I imagine it is just a fluke. (I hope) Some of them would play perfectly all the way to the last 5 minutes of an hour long presentation, and then start stuttering. Some begin stuttering in the middle. Several wouldn't even start up in my cyberhome player. Most of them would end up freezing at some point during the stuttering. The stuttering was never at the same exact place on any of the DVDs.
    As an aside, I discovered something that I didn't know was possible. When a DVD froze in my cyberhome player at the menu stage, I'd push the eject button, remove the DVD, and the menu frame was still visible unchanged on the TV until I turned off the player or put another DVD in! I guess there must be some sort of cache in the player that stores the image. Very interesting. I've never seen that with a normally functioning DVD.
    I also played each defective DVD in my computer to compare. One or two managed to play all of the way through on the computer, but most exhibited similar misbehavior on my emac. I'd say that, in general though, they all played a bit better on my computer.
    Then it occured to me that there was another possible explanation. I was burning these from a disk image file that I had stored on an external HD. Whenever I needed a new batch of DVDs I would copy the disk image file back onto my emac from the external drive, and use disk utility to burn the disks. What if the disk image was corrupted? That might explain the problems.
    Another thought that occured to me was the perhaps the process of burning a dozen or more DVDs in a row might cause a heat buildup in the burner and affect the burning in some way.
    So I retrieved a good DVD made in an earlier batch of Fuji, made a new disk image of it, and left the image on the computer and didn't transfer it back to the external drive (on TDK media, because that's all I had sitting around), played the copy back on both my computer and Cyberhome player to make sure it worked perfectly. I then generated another dozen copies.
    You may wonder how I had enough time to do all this. I'd just put a DVD in the player or my emac and listen to it while doing my ordinary office work. If I heard stuttering(it was my voice on the DVD) I'd instantly notice. I did this all day for a couple of days.
    So anyway, I played 5 finished TDK disks all the way through today and they played perfectly. I guess the next test is to use the disk image of the same DVD from my external drive to see if i also get a good burn from it on the same TDK media and burner.
    I did have time to do one other test though. I took a couple of DVDs that played well and put paper lables on them using the stomper system. They still played perfectly on both my computer and Cyberhome player. I'd speculate that paper lables are probably okay if they are applied perfectly, perfect centering, no air bubbles, good contact, and the disk stored in clean dry area. I've seen other peoples' CDs or DVDs with paper lables that had become wrinkled from exposure to high humidity and/or heat. I can imagine that they would tend to malfunction.
    One client with a certain brand player actually took the "offending" DVD down to a AV store, and bought a replacement player that WOULD play it. I do think that it is interesting and useful to know that one brand player will play a particular particular DVD and another won't.
    Since I make batches, I'm considering buying a couple more different brand DVD players, and then doing a bit of quality control - Trying out sample DVDs on all players before I mail out a batch to clients.
    I hope that my observations might be useful for others.
    emac 1ghz superdrive   Mac OS X (10.3.9)  

  • Load test SharePoint Online

    I'm putting in a critical solution for a company using SharePoint Online. It's pretty much out of the box, but the customer insists that a load-testing exercise takes place to ensure that when they go live with it, it will cope with their number of users
    without falling over or slowing down too much. Test cases are fairly simple: browse to the site, search, open a document, maybe occasionally edit a document or upload a new one. Usage will be fairly intense from their point of view but nothing that I can see
    SPO having any trouble with whatsoever. However I have to prove it.
    Has anyone found a load-testing application that will work with SharePoint Online? The test platform must run on local machines to simulate requests coming from the company, so cloud-based testing is out. I have been trying with VS2013 Ultimate, and have
    managed to get it to authenticate just one time, but mostly it refuses.
    An automated test tool would also be useful for future regression testing.

    The problem with "load testing" SPO is that you'll be throttled fairly quickly with a high load (similar to being throttled when attempting to migrate GBs of content to SPO). Since you cannot have any impact on the environment anyways, you would
    have to contact Microsoft if you encountered a performance issue, but load testing isn't going to be an accurate gauge of that.
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Remove test run from Load Test Manager in Visual Studio Online Load Testing

    I have been using the Visual Studio Online Azure load testing for a while now, and I have a number of test runs that I would like to remove.  I am not referring to my local Load Test Results Store (on-premise SQL DB), as I can remove test runs no problem.
     I mean, how to remove them from "the cloud" so we can no longer re-download the test results.  

    Hi David,
    As far as I know, it's not supported for Visual Studio Online to run load tests for solutions hosted on GitHub. You can submit a user voice
    here.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for