You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Dignesh <dg...@opentext.com> on 2016/07/05 12:37:59 UTC

Re: TomEE Server not getting started

Hi Romain ,

Moving to latest version 7.0.1 of TomEE plus has resolved the issue.
But one thing I noticed is, the issue is observed when I use Oracle as
Database.The issue is not seen when I use sqlserver and PostGres as
database.




--
View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-Server-not-getting-started-tp4679116p4679226.html
Sent from the TomEE Dev mailing list archive at Nabble.com.

Re: TomEE Server not getting started

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Then that's another jar. if you have bash you can run:

user@machine $  for i in lib/*.jar; do if [ "$(jar tf $i | grep
MANIFEST.MF)" == "" ]; then echo $i; fi done


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-07-05 14:48 GMT+02:00 Dignesh <dg...@opentext.com>:

> it does contain META-INF/MANIFEST.MF in jar.
>
>
>
> --
> View this message in context:
> http://tomee-openejb.979440.n4.nabble.com/TomEE-Server-not-getting-started-tp4679116p4679229.html
> Sent from the TomEE Dev mailing list archive at Nabble.com.
>

Re: TomEE Server not getting started

Posted by Dignesh <dg...@opentext.com>.
it does contain META-INF/MANIFEST.MF in jar.



--
View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-Server-not-getting-started-tp4679116p4679229.html
Sent from the TomEE Dev mailing list archive at Nabble.com.

Re: TomEE Server not getting started

Posted by Romain Manni-Bucau <rm...@gmail.com>.
so ojdbc jar doesn't have a META-INF/MANIFEST.MF which can likely be the
case. try adding ojdbc in conf/exclusions.list (don't forget to add
"default-list" in the file as well if it doesn't exist)


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-07-05 14:37 GMT+02:00 Dignesh <dg...@opentext.com>:

> Hi Romain ,
>
> Moving to latest version 7.0.1 of TomEE plus has resolved the issue.
> But one thing I noticed is, the issue is observed when I use Oracle as
> Database.The issue is not seen when I use sqlserver and PostGres as
> database.
>
>
>
>
> --
> View this message in context:
> http://tomee-openejb.979440.n4.nabble.com/TomEE-Server-not-getting-started-tp4679116p4679226.html
> Sent from the TomEE Dev mailing list archive at Nabble.com.
>