Tag Archives: error.

Idea failed to start: failed to create JVM

The reason is that the configuration idea memory setting is too large, and it is invalid to modify the idea64.exe.vmoptions in the installation directory

The solution is to open the C disk, user, user name, intellijidea, 018.3, config, idea64.exe, vmoptions file and modify it

Invalid idea to modify the file in the installation directory

Springboot Failed to parse configuration class [x]

Error log:

Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.zxycloud.common.MybatisGeneratorApplication]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/redisConfig.properties]
	at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:181)
	at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:315)
	at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232)
	at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275)
	at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95)
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:691)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:528)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:127)
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117)
	... 25 common frames omitted

Idea has this error in install and package. Its configuration file and startup class are all written correctly. But why can’t I find the configuration?

The reason is this: the core message of the error is that a properties file cannot be found

The classpath is not added when the configuration file path is written in the code. Normal code should look like this:

If classpath is not added, an error will be reported, resulting in the failure of install

Solve the problem of [newnullresponse] when updating MAC app store

This problem mostly occurs after you reload the system, because of the problems in the store area. The solution here is to clear the data and get it again.

Thank you to Josh from wings mills, because this method is provided by him. The original address is here: https://discussions.apple.com/message/23544639#23544639

No nonsense, just look at the steps

1) Exit app store

2) Open the activity monitor and search for “store”. Then force the following two processes to terminate:

A) com.apple.appstore .Plugin…;
B) storeagent,

3) Open the terminal, input the following command and execute it:

rm ~/Library/Preferences/ com.apple.appstore .plist

rm ~/Library/Preferences/ com.apple.storeagent .plist

rm -rf ~/Library/Preferences/ByHost/*

Note that the above three commands are executed one by one.

4) Open the app store again and everything is OK.

What if it’s not normal?Hammer it, of course, I will not be responsible for smashing, you have to buy again.