Object Spy unable to launch the web browser

Using Katalon Studio 5.10.1

I am trying to capture new objects using the Object spy. When I click “Start” to open a web browser, I am getting the error message “Unable to launch the web browser. Please make sure the selected browser is installed on your machine and try again.”

This is happening for all browsers Chrome, Firefox, and IE. It is essentially unusable now.

I tried reinstalling 5.10.1 and I get the same error. This is happening across all my projects not just one. I am still able to execute tests using different browsers. It only seems to be an issue with the object spy. This just started happening today. I used the object spy yesterday and it worked fine. I also tried running as administrator and I still get the same error.

The only think I can think of that I did differently today is I ran a test using IE. I opened the project settings and looked at the settings for the web browsers but everything is still set to default. I didn’t change anything.

1 Like

I have run into the same problem today as well after updating the application. This morning it was running as expected, then after running the update and install, no more object spy.

I get the same error message. I’ve only tried it for Chrome and FF.

Saw some old posts to try and run as admin, although I cannot do this on my machine to see if that works.

1 Like

Are you sure browser us installed on your machine?
Hmmm, i didn’t see it in my side. Can you send me detail information? log file or some picture and video?

Hi ,
I am also getting the same error on Katalon version 5.10.1 can some one please help here is the screenshot
image

1 Like

In my instance of this issue; I have Chrome and FireFox both installed. I can still execute test cases that run the chrome driver and open the browser normally.

I downloaded a new copy of 5.10.1 and ran it fresh without my existing projects and it still displayed the error that the browsers could not be detected.

The only change i made was for adding several lines to the config file to optimize memory usage.

What sort of log files do you require?

I’m currently running it on a Dell laptop with Win 7-64 bit.

1 Like

@Keith_Leishman you can follow these steps to get the log files.

katalon.log (398.9 KB)

Hi Alice, can you analize the log attachment, please?
I’ve been the same problem to recording web.

1 Like

Katalon.log (123.5 KB)

1 Like

Hi all,
Thanks for your information. The development team is investigating, I hope to cause will been finding asap. In meanwhile, using record to captured object for your project instead of spy, sorry for this inconvenience.
If you find new something, please send us
Thanks for your choosing Katalon Studio !

1 Like

Alice, thanks for answer quickly.
But, the problem reported occurs also in the record tool.

image

Are you sure install browser successfully? And the error displayed after you click to browser button? Please provide me detail information to investigating…

I can also confirm this occurs using the recorder as well. All my browsers are all properly installed and Katalon will still open up the Chrome browser when I run my test cases that use it.

Hello all,

Thought I would give some input here as well. I have been getting this error with the latest version of Katalon as well in both the object spy and the web recorder. I have been using both of these tools within chrome and firefox prior to this error just fine.

Somebody recommended running Katalon as an admin but this was found to be an unsuccessful fix.

EDIT: I’m not sure if it will help any but thought I may need to include it here. I have a few other testers experiencing these issues. I’m running Win8 while the other’s have Win7 and Win10. So this may not be restricted to an OS version problem if that was suspected.

Any info and help is appreciated,

Tyler P.

1 Like

katalon.versionNumber=5.10.1
katalon.buildNumber=1
!SESSION 2019-01-10 15:57:22.075 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_181
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64 -data config

!ENTRY org.eclipse.core.resources 2 10035 2019-01-10 15:57:24.687
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
Could not find element with Id ‘com.kms.katalon.composer.webservice.handledmenuitem.webServiceRequest’
Could not find element with Id ‘katalon.composer.objectrepository.handledmenuitem.spyweb’
Could not find element with Id ‘com.kms.katalon.composer.mobile.dynamicmenucontribution.ios’
Could not find element with Id ‘com.kms.katalon.composer.mobile.dynamicmenucontribution.ios’
Warning: NLS unused message: Key in: com.kms.katalon.composer.project.constants.composerProjectMessages
Warning: NLS unused message: Key in: com.kms.katalon.composer.testcase.constants.composerTestcaseMessages
Warning: NLS missing message: BTN_ADDTESTSUITE in: com.kms.katalon.composer.testcase.constants.composerTestcaseMessages
Warning: NLS unused message: PA_LBL_CREATED_DATE in: com.kms.katalon.composer.testsuite.constants.composerTestsuiteMessages
Warning: NLS unused message: PA_LBL_LAST_UPDATED in: com.kms.katalon.composer.testsuite.constants.composerTestsuiteMessages
Warning: NLS unused message: Key in: com.kms.katalon.composer.objectrepository.constant.composerObjectRepositoryMessages

!ENTRY org.eclipse.e4.ui.workbench 4 0 2019-01-10 15:57:27.874
!MESSAGE Unable to create class ‘com.kms.katalon.composer.webservice.addons.WebServiceRequestObjectInjectionManagerAddon’ from bundle ‘58’
!STACK 0
org.eclipse.e4.core.di.InjectionException: org.greenrobot.eventbus.EventBusException: Subscriber class com.kms.katalon.composer.webservice.handlers.WebServiceExecutionHandler and its super classes have no public methods with the @Subscribe annotation
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:65)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:308)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:186)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:108)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:74)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:51)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:632)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at com.kms.katalon.core.application.Application.internalRunGUI(Application.java:120)
at com.kms.katalon.core.application.Application.runGUI(Application.java:105)
at com.kms.katalon.core.application.Application.start(Application.java:63)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
Caused by: org.greenrobot.eventbus.EventBusException: Subscriber class com.kms.katalon.composer.webservice.handlers.WebServiceExecutionHandler and its super classes have no public methods with the @Subscribe annotation
at org.greenrobot.eventbus.SubscriberMethodFinder.findSubscriberMethods(SubscriberMethodFinder.java:67)
at org.greenrobot.eventbus.EventBus.register(EventBus.java:140)
at com.kms.katalon.composer.webservice.addons.WebServiceRequestObjectInjectionManagerAddon.initHandlers(WebServiceRequestObjectInjectionManagerAddon.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
… 28 more
Warning: NLS unused message: ACTIVATED_PROP_NAME in: com.kms.katalon.constants.messages
Warning: NLS unused message: ACTIVATE_INFO_INVALID in: com.kms.katalon.constants.messages
Warning: NLS unused message: ACTIVATION_CODE_INVALID in: com.kms.katalon.constants.messages
Warning: NLS unused message: ACTIVATION_COLLECT_FAIL_MESSAGE in: com.kms.katalon.constants.messages
Warning: NLS unused message: DIA_TITLE_FUNCTIONS_INTRODUCTION in: com.kms.katalon.constants.messages
Warning: NLS unused message: ERR_CONSOLE_MODE in: com.kms.katalon.constants.messages
Warning: NLS unused message: REQUEST_CODE_PROP_NAME in: com.kms.katalon.constants.messages

!ENTRY org.eclipse.egit.ui 2 0 2019-01-10 15:57:30.976
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'U:'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:31 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:31 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:31 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:31 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:31 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:31 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:31 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:31 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:31 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:31 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:31 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:32 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:32 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:32 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:32 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:32 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:32 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:32 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:32 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:32 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:34 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:34 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:34 -0000
Jan 10, 2019 3:57:34 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:34 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:34 -0000

!ENTRY org.eclipse.jface 2 0 2019-01-10 15:57:37.507
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-10 15:57:37.507
!MESSAGE A conflict occurred for CTRL+SHIFT+D:
Binding(CTRL+SHIFT+D,
ParameterizedCommand(Command(org.eclipse.jdt.debug.ui.commands.Display,Display,
Display result of evaluating selected text,
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@68312b85,
,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,system)
Binding(CTRL+SHIFT+D,
ParameterizedCommand(Command(com.kms.katalon.composer.execution.command.debug,
Debug,
Category(org.eclipse.e4.ui.model.application.MApplication,Application Category,null,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@e5f05f8,
[Parameter(com.kms.katalon.composer.execution.runMode,Run Mode,null,true)],true),[org.eclipse.core.commands.Parameterization@de6e4672]),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow ,system)
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further details.
Warning: NLS unused message: HAND_INSTANT_BROWSERS_DIA_MESSAGE in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: HAND_INSTANT_BROWSERS_DIA_TITLE in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: INSTANT_BROWSER_PREFIX in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: MENU_ITEM_INSTANT_BROWSERS in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: PREF_LBL_INSTANT_BROWSER_PORT in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: PREF_LBL_INSTANT_BROWSER_PORT_DO_NOT_SHOW_WARNING_DIALOG in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS missing message: DIA_MSG_SELECT_ALL_BTN in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS missing message: DIA_MSG_DE_SELECT_ALL_BTN in: com.kms.katalon.objectspy.constants.objectspyMessages

!ENTRY org.eclipse.e4.ui.workbench 4 0 2019-01-10 15:57:48.043
!MESSAGE
!STACK 0
java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.Net.bind(Net.java:425)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:317)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:235)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:390)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at com.kms.katalon.objectspy.websocket.AddonSocketServer.start(AddonSocketServer.java:62)
at com.kms.katalon.objectspy.dialog.NewObjectSpyDialog$1.run(NewObjectSpyDialog.java:150)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
Warning: NLS missing message: TEST_CASE_VARIABLE_EDITOR in: com.kms.katalon.constants.documentationMessages

Yes, my browsers are installed correctly. The error happens after clicking the browser button. It happens by selecting any of the 3 browsers I have installed (Chrome, Firefox, IE). I’ve also tried running katalon as an administrator but the same error is displayed.

Please, verify current log attachment.

katalon_01112019.log (51.6 KB)

2 Likes

Just complementing, apparently this happened after the last update. Before this update, it was working correctly.

image

I’m sending the configuration log attached.

Katalon_Configuration.txt (243.2 KB)

2 Likes

Granted it’s Monday morning but, any update on this?

EDIT: Has anyone tried re-installation of v5.10.1? I came across this

and they had this issue with just the spy in v5.10 but a new installation of 5.10.1 fixed their issue. If I don’t hear back by EOD I’ll give this a shot myself to see if it helps and report back.

EDIT 2: All, unfortunately I can report that this does not solve the problem at hand. I got a brand new installation of the current Katalon version and got the error right away when trying to use the recorder and object spy :fearful:

EDIT 3: Just wanted to bump this and reach out again on any discoveries or progress on this issue.

1 Like

yeah. Even I’m facing the problem after the update.

Yes…I did the same thing, a new installation, and the error continue…

Hello Alice, do you have some new information about the errors investigation?

1 Like