我从SCDF启动Spring批作业。批处理应用程序在openshift环境中部署为坞映像。SCDF与docker映像在同一个openshift环境下运行在同一个名称空间中。
为SCDF创建的配置映射运行良好。但是,当我将批处理项目的application.yaml添加到openshift配置映射中时,它在从SCDF启动时并不是由POD引用的。我给"spring.applciation.name“和config-map的"metadata.name”起了相同的名字。另外,我在批处理应用程序中添加了以下属性。但这没用。没有读取配置映射中的属性。
application.yaml
s
正如标题说的那样,我的jenkins构建失败了,因为没有找到android,驱散它在环境路径中的位置。
这是控制台日志
Started by user anonymous
Building in workspace /Users/lmnapp/.jenkins/jobs/Android_app_master/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.u
我试着用gradle-plugin在Jenkins构建我的apk,但是由于
内部编译器错误
这个项目是用Kotlin编写的
在Jenkins中,在完成完整的svn签出之后,我使用了默认的gradle包装器。
错误:
> FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> Internal compiler error. See log for more details
* Try
我正在使用一个springboot应用程序,并使用cxf codegen插件生成存根。我配置了JDK_HOME来运行我的springboot项目。
将cxf-version从3.2.4升级到3.3.6后,我在pom.xml中看到以下错误。
Execution generate-sources of goal org.apache.cxf:cxf-codegen-plugin:3.3.6:wsdl2java failed: Plugin org.apache.cxf:cxf-codegen-plugin:3.3.6 or one of its dependencies could not be
编译代码时,在Jenkins中得到以下错误:
Error: JAVA_HOME is set to an invalid directory.
JAVA_HOME = "C:\Users\admin\.jenkins\tools\hudson.model.JDK"
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.
在环境变量中,我将JAVA_HOME设置为:
C:\Program Files\Java\jdk1.8.
在IntelliJ中运行我的robolectric测试时,我得到:
Warning: an error occurred while binding shadow class: ShadowGeoPoint
Warning: an error occurred while binding shadow class: ShadowItemizedOverlay
Warning: an error occurred while binding shadow class: ShadowMapController
Warning: an error occurred while binding sha
在使用Hive 2.3.6和Tez 0.9.2在Tez上执行配置单元查询时,我收到此异常
我知道Tez的配置是正确的,因为我可以通过Hadoop手动运行map-reduce作业。
Dag submit failed due to java.io.FileNotFoundException: Path is not a file: /tmp/hive/root/_tez_session_dir/f4f4b17c-0657-41fa-8674-df83fa3ad362/lib
at org.apache.hadoop.hdfs.server.namenode.INodeFile.v
java -version工作得很好:
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
配置Maven后,未显示mvn -version。
The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run
我正在尝试运行“-format”。我需要把它作为sudo运行,所以我不能改变它。但这样做会产生错误:
sudo: hadoop: command not found
我在/etc/环境中输入了变量:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/cloud-user/hadoop-2.2.0/bin:/home/cloud-user/hadoop-2.2.0/sbin"
JAVA_HOME="/usr/lib/jvm
在试图从jenkins (从机器)运行作业时,它给了我一个错误:
JAVA_HOME is set to an invalid directory.
我已经检查了我的系统的JAVA_HOME路径及其设置到正确的位置。
我的机器上的Java路径:JAVA_HOME=C:\Program Files\Java\jdk1.8.0_20
我还运行了jenkins的命令来获取java版本,它显示了安装在机器上的正确版本。
在jenkins控制台上显示的确切错误:
java version "1.8.0_20" Java(TM) SE Runtime Environment (build
我在使用Spring和嵌入式tomcat,一切都很好,突然我得到了错误:
Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to create tempDir. java.io.tmpdir is set to C:\Windows\
at org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory.createTempDir(AbstractE
我有一个春季启动代码的git,其中两个属性在application.properties中加密,当我在shell/CMD文件中使用解密密钥时,如下所示
@ECHO OFF
SET ENCRYPT_KEY=******
java -jar ./target/*****AppName-1.0.jar
Jar运行得非常好,没有任何问题,但是当我在eclipse中使用环境变量中的相同键并尝试在eclipse中运行应用程序时--它会给出这个错误
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorSt
我正在尝试运行一个简单的pyspark示例,它是我自己编写的,用于学习目的:
from pyspark import SQLContext
from pyspark import SparkContext
from pyspark.sql.types import StringType
from pyspark.sql.functions import udf
from urllib.parse import urlsplit
def extractPath(host, url):
if host in url:
return urlsplit(url).path
我正在将Java应用程序部署到Bluemix,当第一个请求到达时,我得到了以下错误:
2015-05-20T23:11:58.51+0200 App/0 OUT INFO FFDC1015I:一个FFDC事件已经创建:"java.util.ServiceConfigurationError: javax.servlet.ServletContainerInitializer: Provider java.util.ServiceConfigurationError无法实例化com.ibm.ws.webcontainer.osgi.DynamicVirtualHost startWeb
我希望从envrionment变量中获取属性的值,并在类中使用它。但是我得到了这个错误:(我也尝试过在系统变量中设置TEST_VALUE )
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'micro1Controller': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not reso
我试图在Jenkins上使用Gradle运行一个构建任务,但是Gradle没有运行。
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
参数-Xmx2048m显然是在Java中用于运行Gradle进程。如果这个参数是问题所在,我应该在哪里修改它?(Jenkins配置为-Xmx1024m)。我在1GB内存的设备上运行它(在运行任务之前,大约有700到500 it空闲)。
当我尝试为我的任何javadoc注释类导出或生成javadoc时,我总是得到一个错误,直到最近,它一直在生成完全空的html文件。
这是我之前收到的错误:
Constructing Javadoc information...
Standard Doclet version 1.7.0_03
Building tree for all the packages and classes...
Generating C:\Users\James\Workspace\TestCLASS.html.…
java.lang.IllegalArgumentException
at sun.net.www.