Error 12029: ERROR_INTERNET_CANNOT_CONNECT

Hi All,
I'm currently evaluating Oracle Load Testing for Web Application. The site that is being tested is a test site that runs on HTTP (without SSL), but when I try to play an HTTP script (from Oracle Functional Tester) the playback fails with stack trace:
2010-02-02 20:25:13 ERROR [HTTP-1-Thread-2][oracle.oats.pro.HTTPVUser.2] 2 handleError()
oracle.oats.lbrowser.exception.TCPException: The attempt to connect to the server xxx.xxx.x.xx on port 7003 failed.
Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT.
     at oracle.oats.lbrowser.http.RSyncConnection.connect(RSyncConnection.java:483)
     at oracle.oats.lbrowser.http.RSyncConnection.runCurrentJob(RSyncConnection.java:871)
     at oracle.oats.lbrowser.http.RSyncConnection.IRBrowserConnection_doJob(RSyncConnection.java:201)
     at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:899)
     at oracle.oats.lbrowser.http.RBrowser.access$1(RBrowser.java:873)
     at oracle.oats.lbrowser.http.RBrowser$NavigationWork.run(RBrowser.java:122)
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
     at java.util.concurrent.FutureTask.run(FutureTask.java:138)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
     at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.ConnectException: Connection timed out: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
     at java.net.Socket.connect(Socket.java:519)
     at oracle.oats.lbrowser.http.RSyncConnection.connect(RSyncConnection.java:480)
     ... 11 more
2010-02-02 20:25:13 WARN [HTTP-1-Thread-2][oracle.oats.pro.HTTPVUser.2] Page Download Time cannot be calculated
Do you have any ideas?
Thanks
Version of OATS - 9.0.0

Hi
Are you behind a proxy ? looks like it can not find the server, if so you will need to enter the proxy setting for playback.
In OpenScript: View -> OpenScript Preferences -> Playback and set the proxy settings
Hope this helps
Alex

Similar Messages

  • The attempt to connect to the server on port 80 failed code error 12029

    This error while playback of webapplication in the open script used for the load testing
    I need some solution to solve this issue
    The attempt to connect to the server on port 80 failed. Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT. Caused by: java.net.NoRouteToHostException occurred. Error Message: No route to host: connect
    Error in section Run at line (script.java:37). The attempt to connect to the server metric.ind.rediff.com on port 80 failed.
    Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT. Caused by: java.net.NoRouteToHostException occurred. Error Message: No route to host: connect
    oracle.oats.scripting.modules.basic.api.exceptions.ScriptException: The attempt to connect to the server metric.ind.rediff.com on port 80 failed.
    Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT.
         at oracle.oats.scripting.modules.http.api.ThinBrowser.createResponseFromHttpJob(ThinBrowser.java:306)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:217)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:183)
         at oracle.oats.scripting.modules.http.api.HTTPService.navigate(HTTPService.java:635)
         at oracle.oats.scripting.modules.http.api.HTTPService.navigate(HTTPService.java:1823)
         at oracle.oats.scripting.modules.http.api.HTTPService.get(HTTPService.java:2333)
         at oracle.oats.scripting.modules.http.api.HTTPService.get(HTTPService.java:2300)
         at script.run(script.java:37)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:262)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:632)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.net.NoRouteToHostException: No route to host: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at oracle.oats.lbrowser.http.RSyncConnection.connect(RSyncConnection.java:480)
         at oracle.oats.lbrowser.http.RSyncConnection.runCurrentJob(RSyncConnection.java:871)
         at oracle.oats.lbrowser.http.RSyncConnection.IRBrowserConnection_doJob(RSyncConnection.java:201)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:899)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:833)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:798)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:212)
         ... 9 more
    14:57:18,531 ERROR [1] Iteration 1 failed at line (script.java:37). The attempt to connect to the server metric.ind.rediff.com on port 80 failed.
    Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT. Caused by: java.net.NoRouteToHostException occurred. Error Message: No route to host: connect
    oracle.oats.scripting.modules.basic.api.exceptions.ScriptException: The attempt to connect to the server metric.ind.rediff.com on port 80 failed.
    Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT.
         at oracle.oats.scripting.modules.http.api.ThinBrowser.createResponseFromHttpJob(ThinBrowser.java:306)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:217)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:183)
         at oracle.oats.scripting.modules.http.api.HTTPService.navigate(HTTPService.java:635)
         at oracle.oats.scripting.modules.http.api.HTTPService.navigate(HTTPService.java:1823)
         at oracle.oats.scripting.modules.http.api.HTTPService.get(HTTPService.java:2333)
         at oracle.oats.scripting.modules.http.api.HTTPService.get(HTTPService.java:2300)
         at script.run(script.java:37)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:262)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:632)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.net.NoRouteToHostException: No route to host: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at oracle.oats.lbrowser.http.RSyncConnection.connect(RSyncConnection.java:480)
         at oracle.oats.lbrowser.http.RSyncConnection.runCurrentJob(RSyncConnection.java:871)
         at oracle.oats.lbrowser.http.RSyncConnection.IRBrowserConnection_doJob(RSyncConnection.java:201)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:899)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:833)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:798)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:212)
    Edited by: user8692266 on Feb 10, 2010 1:47 AM
    Edited by: user8692266 on Feb 10, 2010 1:47 AM

    Hi
    I'm guessing that you are going trough a proxy, if so you need to set your proxy setting for playback:
    View -> OpenScript preferences -> Playback -> HTTP and enter the proxy settings.
    Regards
    Alex

  • Error 12029 when tersting Local Host

    I am trying to define a coldfusion site in Dreamweaver. I am
    trying to run the tutorial that comes with coldfusion. I have
    installed all of the coldfusion extensions into Dreamweaver. When I
    get to the point where I need to test the url, I am getting the
    12029 error.
    Here is my set-up:
    Windows XP, Dreamweaver MX2004, Coldfusion
    MX7,(Developer’s Edition with local server). I also have
    Norton 2007 and service packs installed into XP
    I have no trouble opening the Coldfusion administrator.
    I have read the posts regarding other people having this
    problem, and have tried the suggested solutions, but I just keep
    getting the error 12029 and the wizard is of no help. (The wizard
    should help troubleshoot the problem and report)

    which web server are you using? IIS? built-in CF webserver?
    (since you
    mentioned the 'wwwroot' it looks like your are...)
    do you get the 12029 error when you are setting up testing
    server for
    your site in DW?
    if you are using built-in CF webserver, its local address is:
    http://localhost:8500/ - you must
    specify the 8500 port! - not wwwroot/
    (in any case, i believe with a built-in server install the
    location of
    gettingstarted folder is [drive]:[cf install
    path]\wwwroot\WEB-INF\CFIDE\gettingstarted\, not just
    wwwroot\gettingstarted\)
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • How do I download videos from facebook using SpeedBit Downloader-Getting error 12029?

    I am using svd2 to download videos from facebook.But I'm getting a msg "Error 12029".How to resolve this problem?
    == URL of affected sites ==
    http://

    Go to the following address for assistance with SpeedBit Downloader:
    http://www.speedbit.com/contact/

  • Error 12029

    Ok I know this has been posted before, but I didn't see a solution that fits my issue. I upgraded my PC from Vista to Windows 7 Pro 64bit. I was using CS3 with CF 8. I am still using CS3 but I downloaded CF 9 this afternoon. Now when I went in to edit a site I had done previously to use CF 9, it gave the message that said..."Dreamweaver cannont use the prefix to display live data. Please double-check your site configuration or click help for more information on how to correct this problem. (HTTP Error: 12029)
    When I used CF 8, I had the localhost:8500 specified as the local server so when I edited the same site with CF 9 I used localhost:8501. I hope this isnt a windows 7 compatibility with CF9. Any help would be greatly appreciated! If you need more info let me know.

    Ok I know this has been posted before, but I didn't see a solution that fits my issue. I upgraded my PC from Vista to Windows 7 Pro 64bit. I was using CS3 with CF 8. I am still using CS3 but I downloaded CF 9 this afternoon. Now when I went in to edit a site I had done previously to use CF 9, it gave the message that said..."Dreamweaver cannont use the prefix to display live data. Please double-check your site configuration or click help for more information on how to correct this problem. (HTTP Error: 12029)
    What do you get if you just open a web browser and browse to the URL?  I guess error 12029 is some DreamWeaver error?  Have you asked on a DW forum what's likely to cause it?
    When I used CF 8, I had the localhost:8500 specified as the local server so when I edited the same site with CF 9 I used localhost:8501.
    This - in isolation - is a bit of a non-sequitur.  Did you configure CF9 to listen on port 8501?  Or did you - as you make it sound - just increment the port number in DW "because... um... no reason"?
    Adam

  • 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

  • What are the main advantages of using the IP Spoofing options in OLT?

    We are currently re-thinking our deployment of OATS (currently only 2 agent machines) and I was wondering about the benefits of using IP spoofing. Has anyone got any experience of using this feature (examples of when it's required)?
    What sort of scenarios does tests coming from multiple IP addresses assist with (I can think of issues with load-balancing depending on how this is configured)?
    I'm aware of the issue with ephemeral port exhaustion (mentioned in the OATS release notes) but would IP spoofing help?

    The "Known Problems, Limitations and Workarounds" section of the OATS Release notes usually mentions the following (which I've seen referred to as ephemeral ports before):
    Problem: Load tests on agent machines running Windows XP or Windows 2003
    may experience TCP port exhaustion during load testing. When too many TCP
    ports are opened on the agent machine, virtual users may fail with errors such as:
    java.net.SocketException: No buffer space available (maximum connections
    reached?)
    and
    The attempt to connect to the server XXXXX on port NNNN failed. Comparable
    WinInet error code: error 12029: ERROR_INTERNET_CANNOT_CONNECT. Caused by:
    java.net.BindException occurred. Error Message: Address already in use: connect
    Resolution: By default, Windows XP and Windows 2003 only allow 5000 TCP
    ports. This number should be increased according to the steps here:
    http://msdn.microsoft.com/en-us/library/aa560610(v=bts.20).as
    px
    In Windows Vista and Windows Server 2008, the default port range is increased
    from 5,000 to about 65,000 ports:
    http://support.microsoft.com/kb/929851/

  • Regards , I have problems with the OATS test.

    ThnBrowserException ---- SolveException occured. Failed to solve variable web.formaction.jidt31 using path .//form[@name='j_idt31']/@action ---  ScriptException occured. The attempt to connect to the server 192.168.55.44 on port 8001 failed. Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT. I have been the cause of these errors and i cannot find nothing , if yours know this , thanks for help me and i wait your comments and sugestions

    Contact Customer Support for assistance

  • Zenwsreg returned the following error code: 404

    L.S.
    I'm having problems importing workstations. I've already configured a
    number of networks, and only on this one I'm having problems.
    The problem in short:
    Workstations don't get imported. On the prompt I get:
    Zenwsreg returned the following error code: 404
    The problem more elaborate:
    The network:
    Netware 6.0 SP5
    Zfd 4.01 SP6
    Workstation
    XP
    Tree:
    I would like to import workstations is a separate container.
    I made a server policy package, in Policies, Netware I defined a
    workstation import policy, In this policy I put containers and in
    platform, and in platform general I put allow importing, selected
    container, one of the containers I defined earlier.
    Still I get:
    Error on the XP-DOS prompt:
    Zenwsreg returned the following error code: 404
    Then I put logging on. I got this error line:
    Error line in
    Leaving HTTPUtil::SendMessage, returning 404
    Any help?
    Thanks
    (There is no one at [email protected])
    Complete zenwsreg.log:
    Friday, December 02, 2005 10:29:25 -- -- Entering ZENWSREGRegister
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    ZenLiteTree::InitZENContextIfNeeded
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- About to call
    ZENContextInit(ptr, REMADM)
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    ZENContextInit
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Returned from
    ZENContextInit(<REMADM><2><switact.rsg1><0>, REMADM, 1)
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Leaving
    ZenLiteTree::InitZENContextIfNeeded, returning 1
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree(zenContext)
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Leaving
    ZenLiteTree::ZenLiteTree(zenContext)
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    NDSTree::WhoAmI()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- WhoAmI()
    returning switact.rsg1.
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Leaving
    NDSTree::WhoAmI()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    NDSTree::GetTreeName()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister --
    NDSTree::GetTreeName() returning REMADM.
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    NDSTree::GetTreeName()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    Registrar::Register
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Created
    Mutex.
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Got Mutex.
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    Registrar::Update
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Leaving
    Registrar::Update, returning 1
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    Registrar::Import
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    GenerateImportDoc
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- User Tree =
    <REMADM>
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- User DN =
    <switact.rsg1>
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Login count =
    <1>
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- ConnType = 2
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Encountered
    Winsock error 4294967295 when trying to scan the IPX address.
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- ConnType = 2
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Leaving
    GenerateImportDoc
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Entering
    HTTPUtil::SendMessage
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- HTTP server =
    zenwsimport
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Loaded
    wininet.dll
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- About to
    create an HTTP connection.
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Connecting to
    server <zenwsimport> port 8039.
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- hConnect =
    13369352
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- hRequest =
    13369356
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- Finished
    opening request. hRequest = cc000c.
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- About to send
    the following request:
    Friday, December 02, 2005 10:29:25 -- ZENWSREGRegister -- <?xml
    version="1.0" encoding="UTF-16LE"?>
    <new_ws>
    <computer>DAVINCI-A750EDC</computer>
    <cpu>PENTIUM 4</cpu>
    <dns>davinci-a750edc.adm.noa.davinci.local</dns>
    <subnet_mask>255.255.255.0</subnet_mask>
    <ip>192.168.30.41</ip>
    <ipx></ipx>
    <mac>00:13:20:83:25:66</mac>
    <os>WINXP (5.1 Service Pack 2)</os>
    <server>FS_NOA_ADM1</server>
    <user_tree>REMADM</user_tree>
    <user_dn>switact.rsg1</user_dn>
    <login_count>1</login_count>
    <auditing_version>4.0.1.53</auditing_version>
    </new_ws>
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- Last error =
    12029
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- Error: Kan
    geen verbinding maken met de server
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- Leaving
    HTTPUtil::SendMessage, returning 12029
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- Entering
    HTTPUtil::SendMessage
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- HTTP server =
    zfd_mts
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- Loaded
    novinet.dll
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- About to
    create an HTTP connection.
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister --
    InternetSetOption returned 1
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- Connecting to
    server <zfd_mts> port 80.
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- hConnect =
    33619969
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- hRequest =
    50397185
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- Finished
    opening request. hRequest = 3010001.
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- About to send
    the following request:
    Friday, December 02, 2005 10:29:26 -- ZENWSREGRegister -- <?xml
    version="1.0" encoding="UTF-16LE"?>
    <new_ws>
    <computer>DAVINCI-A750EDC</computer>
    <cpu>PENTIUM 4</cpu>
    <dns>davinci-a750edc.adm.noa.davinci.local</dns>
    <subnet_mask>255.255.255.0</subnet_mask>
    <ip>192.168.30.41</ip>
    <ipx></ipx>
    <mac>00:13:20:83:25:66</mac>
    <os>WINXP (5.1 Service Pack 2)</os>
    <server>FS_NOA_ADM1</server>
    <user_tree>REMADM</user_tree>
    <user_dn>switact.rsg1</user_dn>
    <login_count>1</login_count>
    <auditing_version>4.0.1.53</auditing_version>
    </new_ws>
    Friday, December 02, 2005 10:29:27 -- ZENWSREGRegister -- Finished
    sending request. Result = 1
    Friday, December 02, 2005 10:29:27 -- ZENWSREGRegister -- Leaving
    HTTPUtil::SendMessage, returning 404
    Friday, December 02, 2005 10:29:27 -- ZENWSREGRegister -- Entering
    Registrar::Import
    Friday, December 02, 2005 10:29:27 -- ZENWSREGRegister -- Import
    failed. Error: 404
    Friday, December 02, 2005 10:29:27 -- ZENWSREGRegister -- Released
    Mutex.
    Friday, December 02, 2005 10:29:27 -- ZENWSREGRegister -- Leaving
    Registrar::Register, returning 404
    Friday, December 02, 2005 10:29:27 -- ZENWSREGRegister -- Leaving
    ZENWSREGRegister, returning 404

    L.S.
    Thanks. Problem solved. For who wants to know, read on
    > ok... the zenwsimport dns is not resolved..
    Aargh! This is "by design" in my workstation deployment strategie .....
    but only up to some point. I was forced to troubleshoot a not very well
    deployed image (when will people read my instructions).
    The workstation at this state had a line in the hosts file to prevent
    registring the workstation. This should be deleted in the final state
    of the workstation but hadn't.
    >
    > that's why he is going for the middletier server..
    >
    > from where the 404 is comming from..
    >
    Well, i'll read that one as soon as I need this.
    > troubleshooting Middle Tier authentication
    > http://support.novell.com/cgi-bin/se...?/10073537.htm
    > --
    >
    Thomas Roes
    there is no one at [email protected]
    www dot switact dot nl (not yet a very mature site)

  • ZWSReg returned the following error code: 2

    We've been forced to start using the zen4 because the 3.2 version
    suddenly
    stopped working, but when we start zwsreg.exe it exits with error code
    2 and
    doesnt create anything.
    The only way i can get it to make a new workstation is by using
    the -zenimportserver none and either specifying a custom new object or
    by
    specifying the policy, which messes up also by not naming the
    workstation
    propperly.
    We've got it set up with Username-OS-Mac in the users container, when
    i
    specify the policy it generates the object with UsernameMac, it does
    however
    put it in the user container.
    I also tried getting some logfiles in the workstations but its not
    generating any, even after adding those registry keys mentioned in
    TID10068910.
    Shouldnt it just grab all its settings from the nds like wsreg32
    withouth
    having to specify any command line parameters ?
    This is with the zen4 agent from zfdpatch3.
    Arjan

    The message appears when i try to start zwsreg. I did some messing
    around
    and pperantly this reg problem only appears on windows XP...
    I managed to get the following on a win2k station.
    Wednesday, April 23, 2003 15:43:25 -- -- Entering ZENWSREGUnreg
    Wednesday, April 23, 2003 15:43:27 -- -- Entering ZENWSREGRegister
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    ZenLiteTree::InitZENContextIfNeeded
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    LoadZenLite
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Leaving
    LoadZenLite, returning 1
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- About to
    call
    pZENContextInit(ptr, GEMDAN)
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Returned
    from
    pZENContextInit(<GEMDAN><ffff><><0>, GEMDAN, 1)
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Leaving
    ZenLiteTree::InitZENContextIfNeeded, returning 0
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree(zenContext)
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Leaving
    ZenLiteTree::ZenLiteTree(zenContext)
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    NDSTree::WhoAmI()
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- WhoAmI()
    returning
    AMelein.
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Leaving
    NDSTree::WhoAmI()
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    NDSTree::GetTreeName()
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister --
    NDSTree::GetTreeName() returning GEMDAN.
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    NDSTree::GetTreeName()
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    Registrar::Register
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    Registrar::Update
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Leaving
    Registrar::Update, returning 1
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    Registrar::Import
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Entering
    GenerateImportDoc
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- User Tree =<GEMDAN>
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- User DN =
    <AMelein.>
    Wednesday, April 23, 2003 15:43:27 -- ZENWSREGRegister -- Login count
    = <1>
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- Entering
    ZenLiteTree::ZenLiteTree()
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- ConnType = 2
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- Leaving
    GenerateImportDoc
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- Entering
    HTTPUtil::SendMessage
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- HTTP server
    =
    zenwsimport
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- Loaded
    wininet.dll
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- About to
    create an
    HTTP connection.
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- Connecting
    to
    server <zenwsimport> port 8039.
    Wednesday, April 23, 2003 15:43:28 -- ZENWSREGRegister -- hConnect =
    13369352
    Wednesday, April 23, 2003 15:43:29 -- ZENWSREGRegister -- hRequest =
    13369356
    Wednesday, April 23, 2003 15:43:29 -- ZENWSREGRegister -- Finished
    opening
    request. hRequest = cc000c.
    Wednesday, April 23, 2003 15:43:29 -- ZENWSREGRegister -- About to
    send the
    following request:
    Wednesday, April 23, 2003 15:43:29 -- ZENWSREGRegister -- <?xml
    version="1.0" encoding="UTF-16LE"?>
    <new_ws>
    <computer>AMelein</computer>
    <cpu>PENTIUM 4</cpu>
    <dns>AMelein</dns>
    <subnet_mask>255.255.254.0</subnet_mask>
    <ip>10.254.160.3</ip>
    <ipx>00000002:00080217</ipx>
    <mac>00:08:02:17:37:F6</mac>
    <os>WIN2000 (5.0 Service Pack 3)</os>
    <server>SERVER2</server>
    <user_tree>GEMDAN</user_tree>
    <user_dn>AMelein.</user_dn>
    <login_count>1</login_count>
    <auditing_version>4.0.1.4</auditing_version>
    </new_ws>
    Wednesday, April 23, 2003 15:43:30 -- ZENWSREGRegister -- Last error =
    12029
    Wednesday, April 23, 2003 15:43:30 -- ZENWSREGRegister -- Error: Kan
    geen
    verbinding maken met de server
    Wednesday, April 23, 2003 15:43:30 -- ZENWSREGRegister -- Leaving
    HTTPUtil::SendMessage, returning 12029
    Wednesday, April 23, 2003 15:43:30 -- ZENWSREGRegister -- Entering
    HTTPUtil::SendMessage
    Wednesday, April 23, 2003 15:43:30 -- ZENWSREGRegister -- Aborting
    SendMessage. Server address is empty.
    Wednesday, April 23, 2003 15:43:30 -- ZENWSREGRegister -- Entering
    Registrar::Import
    Wednesday, April 23, 2003 15:43:30 -- ZENWSREGRegister -- Import
    failed.
    Error: 2
    Wednesday, April 23, 2003 15:43:30 -- ZENWSREGRegister -- Leaving
    Registrar::Register, returning 2
    Wednesday, April 23, 2003 15:43:30 -- ZENWSREGRegister -- Leaving
    ZENWSREGRegister, returning 2
    Arjan
    "Shaun Pond" <[email protected]> schreef in bericht
    news:[email protected]...
    > Arjan,
    >
    > so, let me understand this - if you enable logging, you get a
    message
    > saying you don't have rights to the registry? At what point does
    this
    > message appear?
    >
    > --
    >
    > Shaun Pond
    > Novell Support Connection SysOp
    >

  • Socket is already closed

    What does it means when the VUS gives errors that says "Socket is already closed"?

    Just wanted to make sure I understood what was happening. The only difference between the clients is the text of the error message.
    Thin client, by default, uses what we call jhttp, and in that client some of the standard 12000 internet error codes are reported with different text.
    In this case, Socket Already Closed is usually either and 12029 or 12031 connection error. The full text of these is below:
    12029 ERROR_INTERNET_CANNOT_CONNECT: The attempt to connect to the server failed.
    12031 ERROR_INTERNET_CONNECTION_RESET: The connection with the server has been reset.
    The specific cause of these errors can sometimes be difficult to track down. In my experience a handful of these are normal in any test, but in any number usually indicate a system that cannot accept more connections due to a configuration limit or network issue.
    Cmason

  • Setting up a new site in DW8

    I am trying to setup a new site for DW8. Looks easy enough
    but I keep getting this one error message.
    Dreamweaver cannot use the prefix you entered to display live
    data. (error 12029)
    this is the data that I have entered to setup the site on the
    basics tab:
    what would you like to name your site?
    1purposebethel
    What is the HTTP adress (URL) of your site?
    http://www.1purposebethel.org/
    Yes I want to use a server technology
    PHP MySQL
    Edit and test locally (my testing server is on this computer)
    C:\inetpub\wwwroot\1purposebethel\
    What URL would you use to browse to the root of your site?
    http://localhost/1purposebethel/
    then I try to test the setup and I get this error:
    Dreamweaver cannot use the prefix you entered to display live
    data. (error 12029)
    insight always appreciated
    thank you
    Kevin
    can you advise?
    Kevin

    Do you have a firewall set up on your computer?
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "kevin raleigh" <[email protected]> wrote in
    message news:f42fsj$2gj$[email protected]..
    >I am trying to setup a new site for DW8. Looks easy
    enough but I keep getting
    > this one error message.
    > Dreamweaver cannot use the prefix you entered to display
    live data. (error
    > 12029)
    >
    > this is the data that I have entered to setup the site
    on the basics tab:
    >
    > what would you like to name your site?
    > 1purposebethel
    >
    > What is the HTTP adress (URL) of your site?
    >
    http://www.1purposebethel.org/
    >
    > Yes I want to use a server technology
    > PHP MySQL
    >
    > Edit and test locally (my testing server is on this
    computer)
    > C:\inetpub\wwwroot\1purposebethel\
    >
    > What URL would you use to browse to the root of your
    site?
    >
    http://localhost/1purposebethel/
    >
    > then I try to test the setup and I get this error:
    > Dreamweaver cannot use the prefix you entered to display
    live data. (error
    > 12029)
    >
    > insight always appreciated
    > thank you
    > Kevin
    >
    >
    > can you advise?
    > Kevin
    >
    >

  • TESTING SERVER ISSUES

    I am new to dynamic site development. Am caught up in a very
    basic issue. I am using XP Pro, IIS is working, am trying to set up
    a ASPjavascript page. In "site definition", "testing files", my URL
    is
    http://localhost/test. "Test URL"
    gives error "Dreamweaver cannot use the prefix you entered to
    display live data Please double check your site configuration or
    click Help for more information (HTTP error:12029)".
    If I ignore this and complete the site definition, when I
    make a new ASP javascript page, the Application Databases,
    Bindings, Server behaviours etc don't work - "Set up the sites
    testing server" is not checked
    The IIS
    http://localhost/ works fine. If i put
    in a file in the test folder "index.html" and type in
    http://localhost/test/index.html
    , the page opens.
    Details of the Site Definition settings are:
    LOCAL INFO
    Site : test
    Local root folder : C:\inetpub\wwwroot\test\
    Http address:
    http://localhost/test/
    TESTING SERVER
    Server model :ASP javascript
    Access : local/network
    Testing server folder : c:\inetpub\wwwroot\test\
    URL prefix :
    http://localhost/test/
    I've checked and re-checked IIS, Site definition settings.
    I've been to as many forums as I could. I've un-installed and
    re-installed dreamweaver - No luck.
    I would greatly appreciate any help in resolving this issue.
    Thanks in advance

    Hi,
    You posted a reply to my problem regarding the "testing
    server". I did things as you'd told but am still stuck with the
    same problem. I can open the index page in the internet explorer by
    typing in
    http://localhost/test/index.html.
    My problem is that when trying to make a dynamic page in
    ASPJavascript, the "bindings", "server behaviours" etc won't work
    as the third step "set up sites testing server" remains
    "unchecked". In the database if I check "use DSN on testing server"
    I get an error message saying that 1)There is no testing server on
    the server machine 2) The testing server specified does not map to
    the
    http://localhost/test/_mmserverscripts/MMHTTPBD.asp
    URL. Verify prefix maps to the root of the site.
    I am certain that the IIS is working as I can access the
    local host on the internet explorer.
    I feel that the whole issue revolves around when I am working
    on the Site Definition and at "SiteDefinition"-"Basic"-TestingFiles
    stage, when I click "TestURL" it gives the error message that
    dreamweaver cannot use the prefix entered to display live data.
    I have been trying everything , but haven't been able to
    resolve this very basic issue.
    I am grateful that you took time to reply earlier and I would
    be even more grateful if you could help me here.
    Thanks and best regards

  • Testing site when creating new site

    I am trying to setup a new site for DW8. Looks easy enough
    but I keep getting this one error message.
    Dreamweaver cannot use the prefix you entered to display live
    data. (error 12029)
    this is the data that I have entered to setup the site on the
    basics tab:
    what would you like to name your site?
    1purposebethel
    What is the HTTP adress (URL) of your site?
    http://www.1purposebethel.org/
    Yes I want to use a server technology
    PHP MySQL
    Edit and test locally (my testing server is on this computer)
    C:\inetpub\wwwroot\1purposebethel\
    What URL would you use to browse to the root of your site?
    http://localhost/1purposebethel/
    test URL message:
    Dreamweaver cannot use the prefix you entered to display live
    data. (error 12029)
    can you advise?
    Kevin

    Resolved
    Thank You
    Kevin
    "kevin raleigh" <[email protected]> wrote in
    message
    news:f42e75$kc$[email protected]..
    > I am trying to setup a new site for DW8. Looks easy
    enough but I keep
    getting
    > this one error message.
    > Dreamweaver cannot use the prefix you entered to display
    live data.
    (error
    > 12029)
    >
    > this is the data that I have entered to setup the site
    on the basics tab:
    >
    > what would you like to name your site?
    > 1purposebethel
    >
    > What is the HTTP adress (URL) of your site?
    >
    http://www.1purposebethel.org/
    >
    > Yes I want to use a server technology
    > PHP MySQL
    >
    > Edit and test locally (my testing server is on this
    computer)
    > C:\inetpub\wwwroot\1purposebethel\
    >
    > What URL would you use to browse to the root of your
    site?
    >
    http://localhost/1purposebethel/
    >
    > test URL message:
    >
    > Dreamweaver cannot use the prefix you entered to display
    live data.
    (error
    > 12029)
    >
    > can you advise?
    > Kevin
    >

  • Mx database problem

    I am pretty new to Dreamweaver MX, I do pretty well with the
    static pages, but now want to develop my site, so am doing some
    training in databases. I am having nightmare problems trying to
    connect Dreamweaver MX to an access database that is part of a
    tutorial in a book, Dreamweaver MX 2004, Complete Course by Joyce J
    Evans. I have followed the text to the letter and am getting the
    following message:
    Dreamweaver cannot use the prefix you entered to display live
    data. Please double check your site configuration or click on help
    for more information on how to correct this problem. (HTTP error:
    12029).
    I do not have a problem searching for this, I have googled
    and yahooed for two days, and have tried everything that I can
    find:
    - disable the firewall - nothing
    - try :8080 after the localhost setting - nothing
    - try :8500 after the localhost setting - nothing
    I am using the settings:
    C:\Inetpub\wwwroot\DatabaseChapter\ this is the location to
    store the files - and I have downloaded the database chapter as per
    the book.
    http://localhost/databasechapter/
    this is the root of the site, this is where I have added :8080 and
    :8500 - still nothing
    When I click on test the URL here, this is where I am getting
    the error message.
    I also have WAMP installed, but this is not running when I am
    trying to get this set up, although I did try alternate settings
    and tried connecting with PHP and the database chapter set up in
    the root folder of WAMP rather than Inetpub.
    Can anyone please help me??? I am getting really frustrated
    and do not know where to go from here. After emailing the writer of
    the book, Joyce, she suggested I try these forums.
    Thanks!!
    Angela

    kiwiang wrote:
    >
    http://localhost/databasechapter/
    this is the root of the
    > site, this is where I have added :8080 and :8500 - still
    nothing
    Where are you adding the :8080? It should be immediately
    after localhost
    like this:
    http://localhost:8080/databasechapter/
    For IIS to listen on port 8080, you need to configure it to
    do so:
    Start > Control Panel >Administrative Tools >
    Internet Information Services.
    Expand the folder tree in the left panel, and right-click on
    Default Web
    Site.
    Choose the Web Site tab, and enter 8080 in the TCP Port
    field. Click OK.
    For the change to take effect you need to restart IIS. Start
    > Control
    Panel >Administrative Tools > Services. Highlight IIS
    Admin and click
    Restart Service.
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

Maybe you are looking for

  • I want to sent to values from a form to the sevlet

    Hello I have a html file with some like that: <form action="htpp://myservlet" method="post"> <label>Select your favorites interests</label> <input type="checkbox" name="interests" value="Economy" /> <input type="checkbox" name="interests" value="Spor

  • IPad keeps shutting down, iPad keeps shutting down

    What can I do to stop my iPad from suddenly and frequently closing a program (safar, iTunes, flipboard) ?  I have the original iPad 5.1.1 versio .  All suggestions are welcome. Thank you Susanfrom huntingdonValley

  • Please help with how to copy CS3 from iMac (Snow Leopard) to MacBook Air (Mavericks)

    I have a 2006 Mac Desktop computer with the CS3 suite on it.  I still have the discs for the suite and would like to move it over to my macbook air.  I tried to just copy the Photoshop file, but that didn't work. Is there an easy way to migrate these

  • Backup with Timemachine on external LaCie drive

    Hi, Time Machine doesn´t recognice the external 500 GB LaCie drive. It only shows another external firewire drive I have not enough space on(80 GB). But otherwise I can see that drive and also can read on write on it. So why does time machine not see

  • Any experience with small size text?

    I'm creating an iPhoto book as a birthday gift and want to include a time line of historic events over the past 50 years. I'm using Adobe Indesign to create the time line and will convert to a jpeg image to include in the book over two pages. My smal