小编Rag*_*dya的帖子

将源代码附加到 Jprofiler

我是使用 JProfiler 的新手。我正在对应用程序进行远程分析。当我单击任何对象的显示源时,它会显示“在源路径中找不到源文件”,因为远程机器上只有二进制文件。有什么办法可以链接源代码。仅供参考,我可以访问可以使用的代码。

java jprofiler performance-testing

7
推荐指数
1
解决办法
2349
查看次数

运行 liquibase 时出现值“CONTINUE”不是构面有效错误

当我尝试运行以下命令时:

java -jar liquibase-3.4.1.jar --classpath=postgresql-9.2-1004.jdbc4.jar --logLevel=severe --url=jdbc:postgresql://localhost/raritan --username=<USER>--password=<PWD> --changeLogFile=master_changelog.xml update
Run Code Online (Sandbox Code Playgroud)

我得到以下异常:

    SEVERE 8/29/16 12:46 PM: liquibase: Error parsing line 7 column 35 of changelogdropViews.xml: cvc-enumeration-valid: Value 'CONTINUE' is not facet-valid withespect to enumeration '[HALT, WARN]'. It must be a value from the enumeration. liquibase.exception.ChangeLogParseException: iquibase.exception.SetupException
 Error parsing line 7 column 35 of changelog_dropViews.xml: cvc-enumeration-val
d: Value 'CONTINUE' is not facet-valid with respect to enumeration '[HALT, WARN
'. It must be a value from the enumeration.
Run Code Online (Sandbox Code Playgroud)

这是我的变更日志文件:

    <?xml version="1.0" ?>
<databaseChangeLog …
Run Code Online (Sandbox Code Playgroud)

java postgresql liquibase

4
推荐指数
1
解决办法
971
查看次数