环境详细信息:-Jmeter版本:5.1.1 r1855137
Jave版本:-C:\Users\username
操作系统:视窗10版本1809(操作系统构建17763.557)
问题陈述:-创建测试计划后,在尝试保存它时,它不会保存并获得不同的异常。
下面是命令提示符输出。
================================================================================
Don't use GUI mode for load testing !, only for Test creation and Test debugging.
For load testing, use CLI Mode (was NON GUI):
jmeter -n -t [jmx file] -l [results file] -e -o [Path to web report folder]
& increase Java Heap to meet your test requirements:
Modify current env variable HEAP="-Xms1g -Xmx1g -XX:MaxMetaspaceSize=256m" in the jmeter batch file
Check : https://jmeter.apache.org/usermanual/best-practices.html
================================================================================
Uncaught Exception java.lang.ExceptionInInitializerError. See log file for details.
Uncaught Exception java.lang.NoClassDefFoundError: Could not initialize class org.apache.jmeter.gui.util.FileDialoger. See log file for details.
下面是Jmeter日志。
2019-07-08 09:45:13,969 INFO o.a.j.u.JMeterUtils: Setting Locale to en_EN
2019-07-08 09:45:13,984 INFO o.a.j.JMeter: Loading user properties from: user.properties
2019-07-08 09:45:13,985 INFO o.a.j.JMeter: Loading system properties from: system.properties
2019-07-08 09:45:13,990 INFO o.a.j.JMeter: Copyright (c) 1998-2019 The Apache Software Foundation
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: Version 5.1.1 r1855137
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: java.version=1.8.0_212
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: java.vm.name=Java HotSpot(TM) 64-Bit Server VM
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: os.name=Windows 10
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: os.arch=amd64
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: os.version=10.0
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: file.encoding=Cp1252
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: java.awt.headless=null
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: Max memory =1073741824
2019-07-08 09:45:13,991 INFO o.a.j.JMeter: Available Processors =8
2019-07-08 09:45:13,995 INFO o.a.j.JMeter: Default Locale=English (EN)
2019-07-08 09:45:13,995 INFO o.a.j.JMeter: JMeter Locale=English (EN)
2019-07-08 09:45:13,995 INFO o.a.j.JMeter: JMeterHome=D:\JMeter\apache-jmeter-5.1.1
2019-07-08 09:45:13,995 INFO o.a.j.JMeter: user.dir =D:\JMeter\apache-jmeter-5.1.1\bin
2019-07-08 09:45:13,996 INFO o.a.j.JMeter: PWD =D:\JMeter\apache-jmeter-5.1.1\bin
2019-07-08 09:45:13,998 INFO o.a.j.JMeter: IP: 192.168.0.100 Name: USER-HOST FullName: USER-HOST.domain.com
2019-07-08 09:45:14,193 INFO o.a.j.g.a.LookAndFeelCommand: Installing Darcula LAF
2019-07-08 09:45:14,208 INFO o.a.j.g.a.LookAndFeelCommand: Using look and feel: com.bulenkov.darcula.DarculaLaf [Darcula]
2019-07-08 09:45:14,208 INFO o.a.j.JMeter: Setting LAF to: com.bulenkov.darcula.DarculaLaf
2019-07-08 09:45:14,265 INFO o.a.j.JMeter: Loaded icon properties from org/apache/jmeter/images/icon.properties
2019-07-08 09:45:15,770 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/html is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2019-07-08 09:45:15,771 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xhtml+xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2019-07-08 09:45:15,771 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2019-07-08 09:45:15,771 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2019-07-08 09:45:15,771 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/vnd.wap.wml is org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
2019-07-08 09:45:15,771 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/css is org.apache.jmeter.protocol.http.parser.CssParser
2019-07-08 09:45:15,917 INFO o.a.j.e.KeyToolUtils: Exception checking for keytool existence, will return false, try another way.
2019-07-08 09:45:16,320 INFO o.a.j.e.KeyToolUtils: keytool found at 'C:\Program Files\Java\jre1.8.0_212\bin\keytool'
2019-07-08 09:45:16,320 INFO o.a.j.p.h.p.ProxyControl: HTTP(S) Test Script Recorder SSL Proxy will use keys that support embedded 3rd party resources in file D:\JMeter\apache-jmeter-5.1.1\bin\proxyserver.jks
2019-07-08 09:45:16,477 INFO o.a.j.s.FileServer: Default base='D:\JMeter\apache-jmeter-5.1.1\bin'
2019-07-08 09:45:16,888 WARN o.a.j.g.u.MenuFactory: Could not instantiate class: org.apache.jmeter.protocol.smtp.sampler.gui.SmtpSamplerGui
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_212]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_212]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_212]
at org.apache.jmeter.gui.util.MenuFactory.getGUIComponent(MenuFactory.java:174) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.util.MenuFactory.initializeMenus(MenuFactory.java:141) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.util.MenuFactory.<clinit>(MenuFactory.java:106) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.control.gui.TestPlanGui.createPopupMenu(TestPlanGui.java:92) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.tree.JMeterTreeNode.createPopupMenu(JMeterTreeNode.java:185) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.EditCommand.doAction(EditCommand.java:46) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:88) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.ActionRouter.lambda$actionPerformed$0(ActionRouter.java:70) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at java.awt.event.InvocationEvent.dispatch(Unknown Source) [?:1.8.0_212]
at java.awt.EventQueue.dispatchEventImpl(Unknown Source) [?:1.8.0_212]
at java.awt.EventQueue.access$500(Unknown Source) [?:1.8.0_212]
at java.awt.EventQueue$3.run(Unknown Source) [?:1.8.0_212]
at java.awt.EventQueue$3.run(Unknown Source) [?:1.8.0_212]
at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_212]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) [?:1.8.0_212]
at java.awt.EventQueue.dispatchEvent(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.run(Unknown Source) [?:1.8.0_212]
Caused by: java.lang.NullPointerException
at javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth(Unknown Source) ~[?:1.8.0_212]
at javax.swing.SwingUtilities.layoutCompoundLabelImpl(Unknown Source) ~[?:1.8.0_212]
at javax.swing.SwingUtilities.layoutCompoundLabel(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicLabelUI.layoutCL(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JComponent.getPreferredSize(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicListUI.updateLayoutState(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JList.setSelectedIndex(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicComboPopup.setListSelection(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicComboPopup.access$300(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicComboPopup$Handler.itemStateChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JComboBox.fireItemStateChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JComboBox.selectedItemChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JComboBox.contentsChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.setSelectedItem(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.addItem(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.access$800(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI.doDirectoryChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI.access$1100(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI$5.propertyChange(Unknown Source) ~[?:1.8.0_212]
at java.beans.PropertyChangeSupport.fire(Unknown Source) ~[?:1.8.0_212]
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) ~[?:1.8.0_212]
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) ~[?:1.8.0_212]
at java.awt.Component.firePropertyChange(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JFileChooser.setCurrentDirectory(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JFileChooser.<init>(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JFileChooser.<init>(Unknown Source) ~[?:1.8.0_212]
at org.apache.jmeter.protocol.smtp.sampler.gui.SmtpPanel.initComponents(SmtpPanel.java:576) ~[ApacheJMeter_mail.jar:5.1.1 r1855137]
at org.apache.jmeter.protocol.smtp.sampler.gui.SmtpPanel.<init>(SmtpPanel.java:117) ~[ApacheJMeter_mail.jar:5.1.1 r1855137]
at org.apache.jmeter.protocol.smtp.sampler.gui.SmtpSamplerGui.makeDataPanel(SmtpSamplerGui.java:190) ~[ApacheJMeter_mail.jar:5.1.1 r1855137]
at org.apache.jmeter.protocol.smtp.sampler.gui.SmtpSamplerGui.init(SmtpSamplerGui.java:170) ~[ApacheJMeter_mail.jar:5.1.1 r1855137]
at org.apache.jmeter.protocol.smtp.sampler.gui.SmtpSamplerGui.<init>(SmtpSamplerGui.java:47) ~[ApacheJMeter_mail.jar:5.1.1 r1855137]
... 26 more
2019-07-08 09:45:17,093 INFO o.a.j.s.SampleResult: Note: Sample TimeStamps are START times
2019-07-08 09:45:17,093 INFO o.a.j.s.SampleResult: sampleresult.default.encoding is set to ISO-8859-1
2019-07-08 09:45:17,094 INFO o.a.j.s.SampleResult: sampleresult.useNanoTime=true
2019-07-08 09:45:17,094 INFO o.a.j.s.SampleResult: sampleresult.nanoThreadSleep=5000
2019-07-08 09:45:22,906 ERROR o.a.j.JMeter: Uncaught exception:
java.lang.ExceptionInInitializerError: null
at org.apache.jmeter.gui.action.Save.computeFileName(Save.java:203) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.Save.doAction(Save.java:165) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:88) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.ActionRouter.lambda$actionPerformed$0(ActionRouter.java:70) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at java.awt.event.InvocationEvent.dispatch(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue.dispatchEventImpl(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue.access$500(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue$3.run(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue$3.run(Unknown Source) ~[?:1.8.0_212]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue.dispatchEvent(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.run(Unknown Source) [?:1.8.0_212]
Caused by: java.lang.NullPointerException
at javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth(Unknown Source) ~[?:1.8.0_212]
at javax.swing.SwingUtilities.layoutCompoundLabelImpl(Unknown Source) ~[?:1.8.0_212]
at javax.swing.SwingUtilities.layoutCompoundLabel(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicLabelUI.layoutCL(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JComponent.getPreferredSize(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicListUI.updateLayoutState(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) ~[?:1.8.0_212]
at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JList.setSelectedIndex(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicComboPopup.setListSelection(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicComboPopup.access$300(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.basic.BasicComboPopup$Handler.itemStateChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JComboBox.fireItemStateChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JComboBox.selectedItemChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JComboBox.contentsChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.setSelectedItem(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.addItem(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.access$800(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI.doDirectoryChanged(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI.access$1100(Unknown Source) ~[?:1.8.0_212]
at javax.swing.plaf.metal.MetalFileChooserUI$5.propertyChange(Unknown Source) ~[?:1.8.0_212]
at java.beans.PropertyChangeSupport.fire(Unknown Source) ~[?:1.8.0_212]
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) ~[?:1.8.0_212]
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) ~[?:1.8.0_212]
at java.awt.Component.firePropertyChange(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JFileChooser.setCurrentDirectory(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JFileChooser.<init>(Unknown Source) ~[?:1.8.0_212]
at javax.swing.JFileChooser.<init>(Unknown Source) ~[?:1.8.0_212]
at org.apache.jmeter.gui.util.FileDialoger.<clinit>(FileDialoger.java:40) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
... 18 more
2019-07-08 09:45:53,594 ERROR o.a.j.JMeter: Uncaught exception:
java.lang.NoClassDefFoundError: Could not initialize class org.apache.jmeter.gui.util.FileDialoger
at org.apache.jmeter.gui.action.Save.computeFileName(Save.java:203) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.Save.doAction(Save.java:165) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:88) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.ActionRouter.doActionNow(ActionRouter.java:125) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.AbstractAction.popupShouldSave(AbstractAction.java:77) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.Start.doAction(Start.java:113) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:88) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.gui.action.ActionRouter.lambda$actionPerformed$0(ActionRouter.java:70) ~[ApacheJMeter_core.jar:5.1.1 r1855137]
at java.awt.event.InvocationEvent.dispatch(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue.dispatchEventImpl(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue.access$500(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue$3.run(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue$3.run(Unknown Source) ~[?:1.8.0_212]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventQueue.dispatchEvent(Unknown Source) ~[?:1.8.0_212]
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_212]
at java.awt.EventDispatchThread.run(Unknown Source) [?:1.8.0_212]
如果是夜间构建,请下载稳定版5.1.1并重试。有些lib可能缺失或存在冲突。
希望这能有所帮助。
尝试删除此模块:apache-jmeter-5.1.1\lib\darcula.jar
我不确定删除此项的后果,但这解决了我的问题。请看下面的链接。
Jmeter 4.0无法访问菜单
是否您先前保存到的目录在此期间已被删除?如果是这样的话,你可以打https://bz.apache.org/bugzilla/show_bug.cgi?id=63945.
无法将应用程序推送到IBM云,原因是错误404表示暂存应用程序和跟踪日志...从日志缓存检索日志失败:意外状态代码404
本文向大家介绍在MongoDB中如何获取保存的对象?,包括了在MongoDB中如何获取保存的对象?的使用技巧和注意事项,需要的朋友参考一下 让我们首先创建一个变量。以下是查询- 以下是使用save()保存记录的查询- 在find()方法的帮助下显示集合中的所有文档- 这将产生以下输出-
问题内容: 我从PHP脚本执行Python脚本时遇到问题。我的客户端使用Bluehost,因此我使用在此描述的easy_install方法为Python安装了第三方模块(numpy):https ://my.bluehost.com/cgi/help/530?step = 530 为了演示我的问题,我创建了两个python脚本和一个PHP脚本。 hello.py包含: hello-numpy.py
对于我的RESTAPI,我使用jersey和ExceptionMapper来捕获全局异常。我的应用程序抛出的所有异常都运行良好,但我无法捕获jackson抛出的异常。 例如,我的一个endpoint接受包含枚举的对象。如果请求中的Json有一个不在枚举jersey中的值,则抛出此异常 尽管我创造了这个映射器 代码永远不会到达这个映射器。 为了捕捉这些异常,我们需要做些什么吗? 编辑说明:我尝试过让
我尝试使用Oracle SQLcl编写批处理文件。在这个文件中,我想插入一个带有的新表行。这只返回/,这是成功/失败的布尔返回。 我的问题是,我如何获取抛出的异常的错误消息,以便我可以找出我的插入语句有什么问题。 我所做的:首先,我连接到数据库服务器并启动脚本: 我的mybatchscript.js如下所示: 控制台输出如下: 脚本一直工作到util。执行insert语句。它返回false,因此i
我使用spring boot,带有jpa和hibernate 原因:org.hibernate.QueryException:查询指定的联接提取,但提取的关联的所有者不在选择列表[FromElement{explicit,not a collection join,fetch join,fetch non-lazy属性,ClassAlias=sp,Role=Com.lcm.Model.Sample