Hi,
Has anyone found a resolution to the problem posted by Daniel?
I’m having the same problem and it is annoying. For some reason with a passing test that has more than 30 items, I can report a bug from a successful test case from 1 up until the 23 Item in the list. The internal Katalon browser opens and the create window and fills out all the fields automatically like it’s supposed to.
If I try to report a bug for the 24 item and beyond, it just logs in and sits on the main page and I have to fill out the form manually by clicking on the create button.
For a test suite that fails, I am unable to successfully report a bug for any item in the Test Case’s Log.
OS/Product Log:
Windows 10 OS
Katalon_Studio_Windows_64 version 5.9.0
JIRA version 7.5.0
Debug Log:
URL Passing Case:
http://myipaddress:8080/secure/CreateIssueDetails!init.jspa?pid=10400&issuetype=10101&summary=1.+MyTestName-+Local&reporter=lino&description=Test+Steps%3A
1.+Statement+-+log+%3D+new+com.kms.katalon.core.logging.KeywordLogger()
2.+openBrowser
3.+Statement+-+browserName+%3D+com.kms.katalon.core.webui.driver.DriverFactory.getExecutedBrowser().getName()
&environment=-+hostName%3A+myPC+-+myPC.fios-router.home
-+os%3A+Windows+10+64bit
-+katalonVersion%3A+5.8.6.1
-+browser%3A+Firefox+63.0
-+hostAddress%3A+myhostaddress
-+sessionId%3A+6d65f849-9f78-43ea-947d-80da8c29541d
-+seleniumVersion%3A+3.7.1
-+proxyInformation%3A+ProxyInformation{proxyOption%3DNO_PROXY%2C+proxyServerType%3DHTTP%2C+password%3D%2C+proxyServerAddress%3D%2C+proxyServerPort%3D0}
-+platform%3A+Windows+10
URL Failing Case:
http://myipaddress:8080/plugins/servlet/gadgets/ifr?container=atlassian&mid=10003&country=US&lang=en&view=default&view-params={"writable"%3A"false"}&st=atlassian%3Av2N9GgIHBD9%2Bzm59pE%2FkG7ULpEwmW0ml8Iep9tItW687%2Br0DjOqhhWDqBklAnZ0CoENzMvss8ZLX0hECp6P1jT6oUBNry1Ok6l6WIPT%2FsIPvGEM1WCspHt6kaKFWmj0cS3lG7V6RJGyWuMDWWFUbF0XDxInLT9tXULnj18sbQFvpSWuwkNVQ90BM6zlDDWpMys5w2fpZt7a%2FodUvaEC3R1zM1wSE54RTJsWDu0Un9iRasRDA27SdmdWm44WlqTd%2B212VTjbO7Ei9iUGf1OmGRKiXP91ervxA%2Fv%2FMPIO1U31pVsnzYuWFdAdZQPW6qoB%2Bbod6kECefEnLTmlM2RQR4IX4VmU%3D&up_isConfigured=true&up_isReallyConfigured=false&up_title=Your+Company+JIRA&up_titleRequired=true&up_numofentries=5&up_refresh=false&up_maxProviderLabelCharacters=50&up_rules=&up_renderingContext=&up_keys=__all_projects__&up_itemKeys=&up_username=&url=http%3A%2F%2Fmyipaddress%3A8080%2Frest%2Fgadgets%2F1.0%2Fg%2Fcom.atlassian.streams.streams-jira-plugin%3Aactivitystream-gadget%2Fgadgets%2Factivitystream-gadget.xml&libs=auth-refresh#rpctoken=110531
Katalon Studio Log File:
!ENTRY org.eclipse.ui 4 0 2018-11-28 21:37:06.245
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at java.io.File.(File.java:277)
at com.kms.katalon.core.util.internal.PathUtil.relativeToAbsolutePath(PathUtil.java:25)
at com.kms.katalon.composer.report.provider.ReportPartTestStepLabelProvider.getToolTipImage(ReportPartTestStepLabelProvider.java:186)
at org.eclipse.jface.viewers.ColumnViewerToolTipSupport.shouldCreateToolTip(ColumnViewerToolTipSupport.java:170)
at org.eclipse.jface.window.ToolTip.toolTipCreate(ToolTip.java:326)
at org.eclipse.jface.window.ToolTip.access$2(ToolTip.java:325)
at org.eclipse.jface.window.ToolTip$ToolTipOwnerControlListener.handleEvent(ToolTip.java:606)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4418)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4236)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3824)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
at org.eclipse.jface.window.Window.open(Window.java:794)
at com.kms.katalon.composer.integration.jira.report.JiraCreateIssueHandler.openNewIssueBrowserDialog(JiraCreateIssueHandler.java:59)
at com.kms.katalon.composer.integration.jira.report.JiraCreateIssueHandler.openNewIssueDialog(JiraCreateIssueHandler.java:50)
at com.kms.katalon.composer.integration.jira.report.provider.JiraTestLogIssueLabelProvider$2.widgetSelected(JiraTestLogIssueLabelProvider.java:70)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4418)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4236)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3824)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
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)
Any help is greatly appreciated.
Thanks,
Lino