[jira] [Commented] (TOMEE-2067) Not able to deploy EJB application

2017-06-19 Thread Romain Manni-Bucau (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMEE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053922#comment-16053922
 ] 

Romain Manni-Bucau commented on TOMEE-2067:
---

By default tomee libs are not scanned for a lot of compatibility reasons so it 
is available but the scanning ignores it. That is why I was suspecting some 
scanning related error

> Not able to deploy EJB application
> --
>
> Key: TOMEE-2067
> URL: https://issues.apache.org/jira/browse/TOMEE-2067
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.2
> Environment: Windows
>Reporter: Magesh
>
> Hi ,
>   When we try to run our  application with EJB in TOMEE-plus-7.0.2, we are 
> getting the below error and the application is not getting deployed in 
> security mode. I have already placed the log4j jar in the application.
> org.apache.openejb.config.ReportValidationResults.logResults ERROR ... null:  
> Cannot validate jar: org/apache/log4j/Priority
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOMEE-2067) Not able to deploy EJB application

2017-06-19 Thread Magesh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMEE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053918#comment-16053918
 ] 

Magesh commented on TOMEE-2067:
---

But if we add the log4j jar to the tome lib application is getting deployed 
without error.

> Not able to deploy EJB application
> --
>
> Key: TOMEE-2067
> URL: https://issues.apache.org/jira/browse/TOMEE-2067
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.2
> Environment: Windows
>Reporter: Magesh
>
> Hi ,
>   When we try to run our  application with EJB in TOMEE-plus-7.0.2, we are 
> getting the below error and the application is not getting deployed in 
> security mode. I have already placed the log4j jar in the application.
> org.apache.openejb.config.ReportValidationResults.logResults ERROR ... null:  
> Cannot validate jar: org/apache/log4j/Priority
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOMEE-2067) Not able to deploy EJB application

2017-06-19 Thread Romain Manni-Bucau (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMEE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053915#comment-16053915
 ] 

Romain Manni-Bucau commented on TOMEE-2067:
---

it was supposing you have one in your application. This error means one jar 
with a log4j dependency (including log4j itself) has an issue.

> Not able to deploy EJB application
> --
>
> Key: TOMEE-2067
> URL: https://issues.apache.org/jira/browse/TOMEE-2067
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.2
> Environment: Windows
>Reporter: Magesh
>
> Hi ,
>   When we try to run our  application with EJB in TOMEE-plus-7.0.2, we are 
> getting the below error and the application is not getting deployed in 
> security mode. I have already placed the log4j jar in the application.
> org.apache.openejb.config.ReportValidationResults.logResults ERROR ... null:  
> Cannot validate jar: org/apache/log4j/Priority
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOMEE-2067) Not able to deploy EJB application

2017-06-19 Thread Magesh (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMEE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053907#comment-16053907
 ] 

Magesh commented on TOMEE-2067:
---

Hi,

   Where do I need to add the jar dependent for log4j

> Not able to deploy EJB application
> --
>
> Key: TOMEE-2067
> URL: https://issues.apache.org/jira/browse/TOMEE-2067
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.2
> Environment: Windows
>Reporter: Magesh
>
> Hi ,
>   When we try to run our  application with EJB in TOMEE-plus-7.0.2, we are 
> getting the below error and the application is not getting deployed in 
> security mode. I have already placed the log4j jar in the application.
> org.apache.openejb.config.ReportValidationResults.logResults ERROR ... null:  
> Cannot validate jar: org/apache/log4j/Priority
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOMEE-2067) Not able to deploy EJB application

2017-06-19 Thread Romain Manni-Bucau (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMEE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053548#comment-16053548
 ] 

Romain Manni-Bucau commented on TOMEE-2067:
---

Hi [~magsun], can you please share the logs before this line (the whole 
warning/error block) and maybe add log4j in exclusions.list if you customized 
it or add the jar dependent of log4j in this file (+ default-list) if you use a 
log4j plugin

> Not able to deploy EJB application
> --
>
> Key: TOMEE-2067
> URL: https://issues.apache.org/jira/browse/TOMEE-2067
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.2
> Environment: Windows
>Reporter: Magesh
>
> Hi ,
>   When we try to run our  application with EJB in TOMEE-plus-7.0.2, we are 
> getting the below error and the application is not getting deployed in 
> security mode. I have already placed the log4j jar in the application.
> org.apache.openejb.config.ReportValidationResults.logResults ERROR ... null:  
> Cannot validate jar: org/apache/log4j/Priority
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)