Skip to content

Instantly share code, notes, and snippets.

@charlbury
Created March 21, 2022 10:34
Show Gist options
  • Save charlbury/62eb07d1697a8f2f5fa0a74cbe509168 to your computer and use it in GitHub Desktop.
Save charlbury/62eb07d1697a8f2f5fa0a74cbe509168 to your computer and use it in GitHub Desktop.
Appium Studio error log
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: integrationTest.log (Access is denied)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:133)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:207)
at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172)
at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104)
at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842)
at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768)
at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:580)
at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526)
at org.apache.log4j.LogManager.<clinit>(LogManager.java:127)
at org.apache.log4j.Logger.getLogger(Logger.java:117)
at imagestudio.ImageStudioApp.<clinit>(ImageStudioApp.java:70)
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 com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)
Product name: AppiumStudio
Appdir path: C:\Users\data\AppData\Roaming\appiumstudio
Starting the internal [HTTP/1.1] server on port 4723
2022-03-21 10:04:06,583 [AWT-EventQueue-0] (imagestudio.ImageStudioApp) ERROR Cannot hide splash screen
com.install4j.api.launcher.SplashScreen$ConnectionException: no splash screen available
at com.install4j.api.launcher.SplashScreen.hide(SplashScreen.java:48)
at imagestudio.ImageStudioApp.startupLow(ImageStudioApp.java:299)
at imagestudio.ImageStudioApp.startup(ImageStudioApp.java:261)
at org.jdesktop.application.Application$1.run(Application.java:171)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2022-03-21 10:08:09,217 [SwingWorker-pool-12-thread-9] (profile.devportal.DeveloperPortal) ERROR Initial CSR failed
xign.client.execption.AppleServiceException: Bad response from server.
200: OK
Server says: Authentication Error. Xcode 7.3 or later is required to continue developing with your Apple ID. (3019).
Please make sure you are not using a free account, as it is not supported.
at xign.client.entity.AppleServiceResponse.putRawResponse(AppleServiceResponse.java:50)
at xign.client.AppleDeveloperPortalClient.extractAppleServiceResponse(AppleDeveloperPortalClient.java:540)
at xign.client.AppleDeveloperPortalClient.sendRequest(AppleDeveloperPortalClient.java:450)
at xign.client.AppleDeveloperPortalClient.sendRequest(AppleDeveloperPortalClient.java:338)
at xign.client.entity.certificate.XCCertificateProvider.submitDevelopmentCSR(XCCertificateProvider.java:72)
at xign.client.entity.certificate.XCCertificateProvider.submitDevelopmentCSR(XCCertificateProvider.java:62)
at profile.devportal.DeveloperPortal.submitDevelopmentCSR(DeveloperPortal.java:162)
at profile.devportal.DeveloperPortal.getAdpCertificatePrivateKeyPair(DeveloperPortal.java:101)
at com.experitest.device.ios.profile.devportal.DevPortalController.addAccount(DevPortalController.java:77)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$RegisterAccountController.addAccount(RegisterDevAccountPanel.java:679)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$RegisterAccountController.handleAddAccount(RegisterDevAccountPanel.java:638)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$RegisterAccountController.registerActionPerformed(RegisterDevAccountPanel.java:606)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$RegisterAccountController.operationPerformed(RegisterDevAccountPanel.java:484)
at com.experitest.lcmt.form.controller.FormOperation.operationPerformed(FormOperation.java:27)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$TeamsPanel$1$1.doInBackground(RegisterDevAccountPanel.java:406)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2022-03-21 10:08:09,220 [SwingWorker-pool-12-thread-9] (profile.devportal.DevPortalController) ERROR Failed to add apple developer account with appleId: apple@XXXXXXXX.com and teamId: NXXXXXXXJQ reason: Bad response from server.
200: OK
Server says: Authentication Error. Xcode 7.3 or later is required to continue developing with your Apple ID. (3019).
Please make sure you are not using a free account, as it is not supported.
xign.client.execption.AppleServiceException: Bad response from server.
200: OK
Server says: Authentication Error. Xcode 7.3 or later is required to continue developing with your Apple ID. (3019).
Please make sure you are not using a free account, as it is not supported.
at xign.client.entity.AppleServiceResponse.putRawResponse(AppleServiceResponse.java:50)
at xign.client.AppleDeveloperPortalClient.extractAppleServiceResponse(AppleDeveloperPortalClient.java:540)
at xign.client.AppleDeveloperPortalClient.sendRequest(AppleDeveloperPortalClient.java:450)
at xign.client.AppleDeveloperPortalClient.sendRequest(AppleDeveloperPortalClient.java:338)
at xign.client.entity.certificate.XCCertificateProvider.submitDevelopmentCSR(XCCertificateProvider.java:72)
at xign.client.entity.certificate.XCCertificateProvider.submitDevelopmentCSR(XCCertificateProvider.java:62)
at profile.devportal.DeveloperPortal.submitDevelopmentCSR(DeveloperPortal.java:162)
at profile.devportal.DeveloperPortal.getAdpCertificatePrivateKeyPair(DeveloperPortal.java:101)
at com.experitest.device.ios.profile.devportal.DevPortalController.addAccount(DevPortalController.java:77)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$RegisterAccountController.addAccount(RegisterDevAccountPanel.java:679)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$RegisterAccountController.handleAddAccount(RegisterDevAccountPanel.java:638)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$RegisterAccountController.registerActionPerformed(RegisterDevAccountPanel.java:606)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$RegisterAccountController.operationPerformed(RegisterDevAccountPanel.java:484)
at com.experitest.lcmt.form.controller.FormOperation.operationPerformed(FormOperation.java:27)
at imagestudio.panels.ios.instrumentation.RegisterDevAccountPanel$TeamsPanel$1$1.doInBackground(RegisterDevAccountPanel.java:406)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2022-03-21 10:08:09,221 [SwingWorker-pool-12-thread-9] (ios.instrumentation.RegisterDevAccountPanel) ERROR profile.devportal.AccountNotAddedException: Failed to add apple developer account with appleId: apple@XXXXXXXX.com and teamId: NXXXXXXXJQ reason: Bad response from server.
200: OK
Server says: Authentication Error. Xcode 7.3 or later is required to continue developing with your Apple ID. (3019).
Please make sure you are not using a free account, as it is not supported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment