您的位置:首页 > 数据库 > MySQL

建立mysql可远程连接root权限用户

2014-12-31 10:06 253 查看
During the building, if you meet the error as below:

[exec] RPM build errors:
[exec] error: Installed (but unpackaged) file(s) found:
[exec] /apps/tomcat/webapps/jira/WEB-INF/classes/com/atlassian/jira/bc/issue/DefaultIssueService$1.class
[exec] /apps/tomcat/webapps/jira/WEB-INF/classes/com/atlassian/jira/bc/issue/DefaultIssueService$SimpleWorkflo
wProgressAware.class

It means in the spec file it lacks of these file, so add it to the spec file.

if you meet warning as below:

[exec] warning: File listed twice: /apps/tomcat/webapps/jira/WEB-INF/classes/com/atlassian/jira/bc/issue/DefaultIssueService$1.class
[exec] warning: File listed twice: /apps/tomcat/webapps/jira/WEB-INF/classes/com/atlassian/jira/bc/issue/DefaultIssueService$SimpleWorkflo
wProgressAware.class

you'd better to check the url , whether it contains code as

%attr(0664,tomcat,tomcat) /apps/tomcat/webapps/jira/WEB-INF/classes/com/atlassian/jira/bc/

it will cause this error.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: