Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] wtp-dev Digest, Vol 147, Issue 23

Hi Brian,

sorry but i made a mistake writing this morning. 
The version we use is 1.7.x, the right one. 

Vincenzo.

2017-05-25 19:00 GMT+02:00 <wtp-dev-request@xxxxxxxxxxx>:
Send wtp-dev mailing list submissions to
        wtp-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/wtp-dev
or, via email, send a message with subject or body 'help' to
        wtp-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
        wtp-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of wtp-dev digest..."


Today's Topics:

   1. Re: wtp-dev Digest, Vol 147, Issue 20 (Brian de Alwis)


----------------------------------------------------------------------

Message: 1
Date: Thu, 25 May 2017 13:00:46 -0400
From: Brian de Alwis <briandealwis@xxxxxxxxx>
To: "General discussion of project-wide or architectural issues."
        <wtp-dev@xxxxxxxxxxx>
Subject: Re: [wtp-dev] wtp-dev Digest, Vol 147, Issue 20
Message-ID: <B919E9F3-F1B2-47FC-BA6F-5F7C9234D9FB@xxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hi Vicenzo.

Your example project is actually specifying an Apache Tomcat v7.0 runtime <https://github.com/dragone04/eclipse_error/blob/master/_.settings/org.eclipse.wst.common.project.facet.core.xml#L3> (Properties > Project Facets > Runtimes), and not Apache Tomcat v8.5.  Might that may be the issue?

Brian.


> On 25-May-2017, at 5:25 AM, Vincenzo Ciaralli <v.ciaralli@xxxxxxxxx> wrote:
>
> Thanks Brian for your attention.
>
> We have just placed compiled folder into a .war file. We have placed that war file in tomEE /apps folder and executed it by cmd prompt.
> All works great.
> I have just updated the REPO  <https://github.com/dragone04/eclipse_error.git>so you can see there will be no difference at all.
> We used tomEE 7.0.2 Plus <http://openejb.apache.org/downloads.html>.
>
> PS this is our stack trace:
>
> GRAVE: ContainerBase.removeChild: destroy:
> org.apache.catalina.LifecycleException: An invalid Lifecycle transition was attempted ([before_destroy]) for component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ECLIPSE_ERROR]] in state [STARTING_PREP]
>       at org.apache.catalina.util.LifecycleBase.invalidTransition(LifecycleBase.java:402)
>       at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
>       at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:826)
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.undeploy(TomcatWebAppBuilder.java:1627)
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.undeploy(TomcatWebAppBuilder.java:1607)
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.undeployWebApps(TomcatWebAppBuilder.java:763)
>       at org.apache.openejb.assembler.classic.Assembler.destroyApplication(Assembler.java:2226)
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:1037)
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:717)
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1298)
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1124)
>       at org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:133)
>       at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
>       at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5087)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1403)
>       at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393)
>       at java.util.concurrent.FutureTask.run(Unknown Source)
>       at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>       at java.lang.Thread.run(Unknown Source)
>
> mag 25, 2017 11:14:50 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
> AVVERTENZA: The web application [ECLIPSE_ERROR] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
> mag 25, 2017 11:14:51 AM org.apache.tomee.catalina.TomcatWebAppBuilder startInternal
> GRAVE: Unable to deploy collapsed ear in war StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ECLIPSE_ERROR]
> org.apache.openejb.OpenEJBException: Creating application failed: C:\Sorgenti\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\ECLIPSE_ERROR: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:1041)
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:717)
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1298)
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1124)
>       at org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:133)
>       at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
>       at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5087)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1403)
>       at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393)
>       at java.util.concurrent.FutureTask.run(Unknown Source)
>       at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>       at java.lang.Thread.run(Unknown Source)
> Caused by: org.apache.openejb.OpenEJBException: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:872)
>       ... 13 more
> Caused by: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
>       at org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.createDelegate(ReloadableEntityManagerFactory.java:136)
>       at org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.<init>(ReloadableEntityManagerFactory.java:105)
>       at org.apache.openejb.assembler.classic.PersistenceBuilder.createEntityManagerFactory(PersistenceBuilder.java:157)
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:866)
>       ... 13 more
> Caused by: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
>       at org.apache.openjpa.kernel.Bootstrap.newBrokerFactory(Bootstrap.java:73)
>       at org.apache.openjpa.persistence.PersistenceProviderImpl.getBrokerFactory(PersistenceProviderImpl.java:149)
>       at org.apache.openjpa.persistence.PersistenceProviderImpl.createContainerEntityManagerFactory(PersistenceProviderImpl.java:191)
>       at org.apache.openjpa.persistence.PersistenceProviderImpl.createContainerEntityManagerFactory(PersistenceProviderImpl.java:63)
>       at org.apache.openejb.assembler.classic.EntityManagerFactoryCallable.call(EntityManagerFactoryCallable.java:122)
>       at org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.createDelegate(ReloadableEntityManagerFactory.java:134)
>       ... 16 more
> Caused by: java.lang.IllegalStateException: On a thread without an initialized context nor a classloader mapping a deployed app
>       at org.apache.openejb.cdi.ThreadSingletonServiceImpl.get(ThreadSingletonServiceImpl.java:287)
>       at org.apache.openejb.cdi.ThreadSingletonServiceImpl.getContext(ThreadSingletonServiceImpl.java:263)
>       at org.apache.openejb.cdi.ThreadSingletonServiceImpl.get(ThreadSingletonServiceImpl.java:298)
>       at org.apache.openejb.cdi.ThreadSingletonServiceImpl.get(ThreadSingletonServiceImpl.java:60)
>       at org.apache.webbeans.config.WebBeansFinder.getSingletonInstance(WebBeansFinder.java:51)
>       at org.apache.webbeans.config.WebBeansContext.getInstance(WebBeansContext.java:185)
>       at org.apache.webbeans.config.WebBeansContext.currentInstance(WebBeansContext.java:203)
>       at org.apache.openejb.assembler.classic.EntityManagerFactoryCallable$1.findBm(EntityManagerFactoryCallable.java:105)
>       at org.apache.openejb.assembler.classic.EntityManagerFactoryCallable$1.invoke(EntityManagerFactoryCallable.java:96)
>       at com.sun.proxy.$Proxy53.toString(Unknown Source)
>       at java.lang.String.valueOf(Unknown Source)
>       at java.lang.StringBuilder.append(Unknown Source)
>       at java.util.AbstractMap.toString(Unknown Source)
>       at java.text.MessageFormat.subformat(Unknown Source)
>       at java.text.MessageFormat.format(Unknown Source)
>       at java.text.Format.format(Unknown Source)
>       at java.text.MessageFormat.format(Unknown Source)
>       at org.apache.openjpa.lib.util.Localizer$Message.getMessage(Localizer.java:282)
>       at org.apache.openjpa.lib.util.Localizer$Message.toString(Localizer.java:309)
>       at org.apache.openejb.openjpa.JULOpenJPALog.record(JULOpenJPALog.java:130)
>       at org.apache.openejb.openjpa.JULOpenJPALog.trace(JULOpenJPALog.java:72)
>       at org.apache.openjpa.persistence.PersistenceProductDerivation$ConfigurationProviderImpl.setInto(PersistenceProductDerivation.java:763)
>       at org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.newInstance(JDBCBrokerFactory.java:60)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>       at java.lang.reflect.Method.invoke(Unknown Source)
>       at org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:131)
>       at org.apache.openjpa.kernel.Bootstrap.newBrokerFactory(Bootstrap.java:65)
>       ... 21 more
>
> mag 25, 2017 11:14:51 AM sun.reflect.NativeMethodAccessorImpl invoke
> GRAVE: A child container failed during start
> java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ECLIPSE_ERROR]]
>       at java.util.concurrent.FutureTask.report(Unknown Source)
>       at java.util.concurrent.FutureTask.get(Unknown Source)
>       at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:911)
>       at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:890)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1403)
>       at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393)
>       at java.util.concurrent.FutureTask.run(Unknown Source)
>       at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>       at java.lang.Thread.run(Unknown Source)
> Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ECLIPSE_ERROR]]
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
>       ... 6 more
> Caused by: org.apache.tomee.catalina.TomEERuntimeException: org.apache.openejb.OpenEJBException: Creating application failed: C:\Sorgenti\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\ECLIPSE_ERROR: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1310)
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1124)
>       at org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:133)
>       at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
>       at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5087)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       ... 6 more
> Caused by: org.apache.openejb.OpenEJBException: Creating application failed: C:\Sorgenti\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\ECLIPSE_ERROR: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:1041)
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:717)
>       at org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1298)
>       ... 11 more
> Caused by: org.apache.openejb.OpenEJBException: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:872)
>       ... 13 more
> Caused by: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
>       at org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.createDelegate(ReloadableEntityManagerFactory.java:136)
>       at org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.<init>(ReloadableEntityManagerFactory.java:105)
>       at org.apache.openejb.assembler.classic.PersistenceBuilder.createEntityManagerFactory(PersistenceBuilder.java:157)
>       at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:866)
>       ... 13 more
> Caused by: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
>       at org.apache.openjpa.kernel.Bootstrap.newBrokerFactory(Bootstrap.java:73)
>       at org.apache.openjpa.persistence.PersistenceProviderImpl.getBrokerFactory(PersistenceProviderImpl.java:149)
>       at org.apache.openjpa.persistence.PersistenceProviderImpl.createContainerEntityManagerFactory(PersistenceProviderImpl.java:191)
>       at org.apache.openjpa.persistence.PersistenceProviderImpl.createContainerEntityManagerFactory(PersistenceProviderImpl.java:63)
>       at org.apache.openejb.assembler.classic.EntityManagerFactoryCallable.call(EntityManagerFactoryCallable.java:122)
>       at org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.createDelegate(ReloadableEntityManagerFactory.java:134)
>       ... 16 more
> Caused by: java.lang.IllegalStateException: On a thread without an initialized context nor a classloader mapping a deployed app
>       at org.apache.openejb.cdi.ThreadSingletonServiceImpl.get(ThreadSingletonServiceImpl.java:287)
>       at org.apache.openejb.cdi.ThreadSingletonServiceImpl.getContext(ThreadSingletonServiceImpl.java:263)
>       at org.apache.openejb.cdi.ThreadSingletonServiceImpl.get(ThreadSingletonServiceImpl.java:298)
>       at org.apache.openejb.cdi.ThreadSingletonServiceImpl.get(ThreadSingletonServiceImpl.java:60)
>       at org.apache.webbeans.config.WebBeansFinder.getSingletonInstance(WebBeansFinder.java:51)
>       at org.apache.webbeans.config.WebBeansContext.getInstance(WebBeansContext.java:185)
>       at org.apache.webbeans.config.WebBeansContext.currentInstance(WebBeansContext.java:203)
>       at org.apache.openejb.assembler.classic.EntityManagerFactoryCallable$1.findBm(EntityManagerFactoryCallable.java:105)
>       at org.apache.openejb.assembler.classic.EntityManagerFactoryCallable$1.invoke(EntityManagerFactoryCallable.java:96)
>       at com.sun.proxy.$Proxy53.toString(Unknown Source)
>       at java.lang.String.valueOf(Unknown Source)
>       at java.lang.StringBuilder.append(Unknown Source)
>       at java.util.AbstractMap.toString(Unknown Source)
>       at java.text.MessageFormat.subformat(Unknown Source)
>       at java.text.MessageFormat.format(Unknown Source)
>       at java.text.Format.format(Unknown Source)
>       at java.text.MessageFormat.format(Unknown Source)
>       at org.apache.openjpa.lib.util.Localizer$Message.getMessage(Localizer.java:282)
>       at org.apache.openjpa.lib.util.Localizer$Message.toString(Localizer.java:309)
>       at org.apache.openejb.openjpa.JULOpenJPALog.record(JULOpenJPALog.java:130)
>       at org.apache.openejb.openjpa.JULOpenJPALog.trace(JULOpenJPALog.java:72)
>       at org.apache.openjpa.persistence.PersistenceProductDerivation$ConfigurationProviderImpl.setInto(PersistenceProductDerivation.java:763)
>       at org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.newInstance(JDBCBrokerFactory.java:60)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>       at java.lang.reflect.Method.invoke(Unknown Source)
>       at org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:131)
>       at org.apache.openjpa.kernel.Bootstrap.newBrokerFactory(Bootstrap.java:65)
>       ... 21 more
>
> mag 25, 2017 11:14:51 AM sun.reflect.NativeMethodAccessorImpl invoke
> GRAVE: A child container failed during start
> java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]
>       at java.util.concurrent.FutureTask.report(Unknown Source)
>       at java.util.concurrent.FutureTask.get(Unknown Source)
>       at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:911)
>       at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:791)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       at org.apache.catalina.startup.Catalina.start(Catalina.java:655)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>       at java.lang.reflect.Method.invoke(Unknown Source)
>       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:355)
>       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:495)
> Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
>       at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1403)
>       at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393)
>       at java.util.concurrent.FutureTask.run(Unknown Source)
>       at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>       at java.lang.Thread.run(Unknown Source)
> Caused by: org.apache.catalina.LifecycleException: A child container failed during start
>       at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919)
>       at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:890)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       ... 6 more
>
> mag 25, 2017 11:14:51 AM sun.reflect.NativeMethodAccessorImpl invoke
> GRAVE: The required Server component failed to start so Tomcat is unable to start.
> org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8005]]
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
>       at org.apache.catalina.startup.Catalina.start(Catalina.java:655)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>       at java.lang.reflect.Method.invoke(Unknown Source)
>       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:355)
>       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:495)
> Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardService[Catalina]]
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
>       at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:791)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       ... 7 more
> Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina]]
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
>       at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       ... 9 more
> Caused by: org.apache.catalina.LifecycleException: A child container failed during start
>       at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919)
>       at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
>       at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>       ... 11 more
>
> 2017-05-24 17:16 GMT+02:00 <wtp-dev-request@xxxxxxxxxxx <mailto:wtp-dev-request@eclipse.org>>:
> Send wtp-dev mailing list submissions to
>         wtp-dev@xxxxxxxxxxx <mailto:wtp-dev@xxxxxxxxxxx>
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://dev.eclipse.org/mailman/listinfo/wtp-dev <https://dev.eclipse.org/mailman/listinfo/wtp-dev>
> or, via email, send a message with subject or body 'help' to
>         wtp-dev-request@xxxxxxxxxxx <mailto:wtp-dev-request@eclipse.org>
>
> You can reach the person managing the list at
>         wtp-dev-owner@xxxxxxxxxxx <mailto:wtp-dev-owner@eclipse.org>
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wtp-dev digest..."
>
>
> Today's Topics:
>
>    1. Declaring Build for wtp-R3.9.0-I: S-3.9.0RC1-20170523093452
>       (The WTP Build guy)
>    2. Reminder of PMC +1 approval for Oxygen (Carl Anderson)
>    3. Re: [JDBCBrokerFactory error] (Brian de Alwis)
>    4. JSDT development environment (Datoda)
>    5. Fw: [cross-project-issues-dev] jdeps Results on M7 Repo
>       (Carl Anderson)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 23 May 2017 16:50:27 +0000
> From: "The WTP Build guy"<ccc@xxxxxxxxxx <mailto:ccc@xxxxxxxxxx>>
> To: wtp-dev@xxxxxxxxxxx <mailto:wtp-dev@xxxxxxxxxxx>
> Subject: [wtp-dev] Declaring Build for wtp-R3.9.0-I:
>         S-3.9.0RC1-20170523093452
> Message-ID: <59246853.v0V4qgaZ5Eo29pI5%ccc@xxxxxxxxxx <mailto:59246853.v0V4qgaZ5Eo29pI5%25ccc@xxxxxx.com>>
> Content-Type: text/plain; charset=us-ascii
>
>
>
> Download Page:
> http://download.eclipse.org/webtools/downloads/drops/R3.9.0/S-3.9.0RC1-20170523093452 <http://download.eclipse.org/webtools/downloads/drops/R3.9.0/S-3.9.0RC1-20170523093452>
>
> General Smoketest results page:
> http://wiki.eclipse.org/WTP_Smoke_Test_Results <http://wiki.eclipse.org/WTP_Smoke_Test_Results>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 23 May 2017 13:10:38 -0400
> From: "Carl Anderson" <ccc@xxxxxxxxxx <mailto:ccc@xxxxxxxxxx>>
> To: "Web Tools Platform Development" <wtp-dev@xxxxxxxxxxx <mailto:wtp-dev@xxxxxxxxxxx>>
> Subject: [wtp-dev] Reminder of PMC +1 approval for Oxygen
> Message-ID:
>         <OF737586EE.AD813F14-ON85258129.005DF1BC-85258129.005E5BC2@xxxxxxxx.collabserv.com <mailto:OF737586EE.AD813F14-ON85258129.005DF1BC-85258129.005E5BC2@xxxxxxxx.collabserv.com>>
>
> Content-Type: text/plain; charset="us-ascii"
>
>
>
> Folks,
>
>         As per our usual WTP shutdown process (and as has been discussed in
> the WTP Developer Status meeting), we are now in PMC +1 approval mode for
> any changes for WTP 3.9.0 (Oxygen).  Please see
> https://wiki.eclipse.org/WTP_PMC_Defect_Review <https://wiki.eclipse.org/WTP_PMC_Defect_Review> for how to request PMC
> review.
>
> FWIW,
>
> - Carl Anderson
> WTP PMC Lead
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20170523/76d0d729/attachment.html <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20170523/76d0d729/attachment.html>>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 23 May 2017 14:03:01 -0400
> From: Brian de Alwis <briandealwis@xxxxxxxxx <mailto:briandealwis@xxxxxxxxx>>
> To: "General discussion of project-wide or architectural issues."
>         <wtp-dev@xxxxxxxxxxx <mailto:wtp-dev@xxxxxxxxxxx>>
> Subject: Re: [wtp-dev] [JDBCBrokerFactory error]
> Message-ID: <23544C76-8CCD-4DBB-A996-5C6F6E8615E9@xxxxxxxxx <mailto:23544C76-8CCD-4DBB-A996-5C6F6E8615E9@xxxxxxxxx>>
> Content-Type: text/plain; charset="utf-8"
>
> I've never run Apache Tomcat with WTP, but I'm curious what the nested exception says?
>
> >
> > if we right click on the project, go to "Run As" and click on "Run on Server" using "Tomcat v8.5 Server" server the Console show this error: org.apache.openejb.OpenEJBRuntimeException: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.: <openjpa-2.4.1-r422266:1730418 fatal general error> org.apache.openjpa.persistence.PersistenceException: There was an error when invoking the static newInstance method on the named factory class "org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory".  See the nested exception for details.
> Looking at your example project, you don't seem to have any Eclipse metadata (.project, .settings/*).
>
> Can you compare the published module used when launching (should be somewhere in ?/.metadata/.plugins/org.eclipse.wst.server.core) vs the exported war?
>
> Brian.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20170523/47cbe5fa/attachment.html <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20170523/47cbe5fa/attachment.html>>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 24 May 2017 12:04:11 +0000 (UTC)
> From: Datoda <datoda@xxxxxxxxx <mailto:datoda@xxxxxxxxx>>
> To: "wtp-dev@xxxxxxxxxxx <mailto:wtp-dev@xxxxxxxxxxx>" <wtp-dev@xxxxxxxxxxx <mailto:wtp-dev@xxxxxxxxxxx>>
> Subject: [wtp-dev] JSDT development environment
> Message-ID: <1671918810.1016698.1495627451933@xxxxxxxxxxxxxx <mailto:1671918810.1016698.1495627451933@xxxxxxxxxxxxxx>>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
> ? ? I am new to Eclipse/JSDT and have been trying to set up a JSDT development environment. I followed the instructions in https://wiki.eclipse.org/JSDT/Development <https://wiki.eclipse.org/JSDT/Development>, using an Eclipse IDE + a target platform. For some reason beyond me, the resulting workspace has 500+ errors because it doesn't include plugins like com.google._javascript_ and com.jboss.*. Is there some extra step I need to take to get those components pulled in?
> ? ? I have also tried the 'Oomph' approach described in?https://wiki.eclipse.org/JSDT/QuickStart <https://wiki.eclipse.org/JSDT/QuickStart>. The problem I run into there is that when the IDE starts for the first time, it fails to download some files because of 'connection timeout', and refuses to continue the startup tasks. Any suggestion on how I may get around this? Or is there some other approach to set this up? Thanks
> ? ??
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20170524/487b2199/attachment.html <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20170524/487b2199/attachment.html>>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 24 May 2017 11:15:24 -0400
> From: "Carl Anderson" <ccc@xxxxxxxxxx <mailto:ccc@xxxxxxxxxx>>
> To: "Web Tools Platform Development" <wtp-dev@xxxxxxxxxxx <mailto:wtp-dev@xxxxxxxxxxx>>
> Subject: [wtp-dev] Fw: [cross-project-issues-dev] jdeps Results on M7
>         Repo
> Message-ID:
>         <OF39007FA2.1425F1E2-ON8525812A.00535703-8525812A.0053CEC7@xxxxxxxx.collabserv.com <mailto:OF39007FA2.1425F1E2-ON8525812A.00535703-8525812A.0053CEC7@xxxxxxxx.collabserv.com>>
>
> Content-Type: text/plain; charset="us-ascii"
>
>
>
> Victor and Keith,
>
>         As the project leads for JSDT (org.eclipse.wst.jsdt.core) and Web
> Services (org.eclipse.wst.wsi), can you look into these issues?  (I would
> assume that bugs will be opened shortly, if they haven't already been
> opened.)
>
> FWIW,
>
> - Carl Anderson
> WTP PMC lead
> ----- Forwarded by Carl Anderson/Raleigh/IBM on 05/24/2017 11:10 AM -----
>
> From:   "Daniel Megert" <daniel_megert@xxxxxxxxxx <mailto:daniel_megert@xxxxxx.com>>
> To:     "Cross Project" <cross-project-issues-dev@eclipse.org <mailto:cross-project-issues-dev@xxxxxxxxxxx>>
> Cc:     Wayne Beaton <wayne@xxxxxxxxxxx <mailto:wayne@xxxxxxxxxxx>>
> Date:   05/24/2017 10:59 AM
> Subject:        [cross-project-issues-dev] jdeps Results on M7 Repo
> Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx <mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx>
>
>
>
> Here is a list of Eclipse projects that violate internal access rules
> regarding jdeps:
>
> org.eclipse.actf.visualization.engines.lowvision
> org.eclipse.fx.ui.controls
> org.eclipse.fx.ui.panes
> org.eclipse.jubula.rc.javafx
> org.eclipse.wst.jsdt.core
> org.eclipse.wst.wsi
>
> There are also violations in third party plug-ins. You can see the full
> report here:
> https://hudson.eclipse.org/releng/job/Generate_jdeps_report/8/artifact/jepsReport.txt <https://hudson.eclipse.org/releng/job/Generate_jdeps_report/8/artifact/jepsReport.txt>
>
>
> HTH
> Dani_______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org <mailto:cross-project-issues-dev@xxxxxxxxxxx>
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev <https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20170524/965171ac/attachment.html <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20170524/965171ac/attachment.html>>
>
> ------------------------------
>
> _______________________________________________
> wtp-dev mailing list
> wtp-dev@xxxxxxxxxxx <mailto:wtp-dev@xxxxxxxxxxx>
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/wtp-dev <https://dev.eclipse.org/mailman/listinfo/wtp-dev>
>
> End of wtp-dev Digest, Vol 147, Issue 20
> ****************************************
>
> _______________________________________________
> wtp-dev mailing list
> wtp-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/wtp-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/wtp-dev/attachments/20170525/fa967406/attachment.html>

------------------------------

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev

End of wtp-dev Digest, Vol 147, Issue 23
****************************************


Back to the top