[jira] [Closed] (OFBIZ-4756) ClassNotFoundException: org.eclipse.core.runtime.CoreException

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4756) ClassNotFoundException: org.eclipse.core.runtime.CoreException

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4756.
----------------------------------
    Resolution: Cannot Reproduce
      Assignee: Jacques Le Roux

I can't reproduce with trunk HEAD and Java 1.7.45, closing.

> ClassNotFoundException: org.eclipse.core.runtime.CoreException
> --------------------------------------------------------------
>
>                 Key: OFBIZ-4756
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4756
>             Project: OFBiz
>          Issue Type: Bug
>          Components: commonext/setup
>    Affects Versions: Trunk
>         Environment: WXP JDK 1.6.0_25, postgres 9
>            Reporter: Francis ANDRE
>            Assignee: Jacques Le Roux
>
> Hi
> Running ofbiz directly under Eclipse, I got this exception in the Eclipse console while it never appears in the debug.log or ofbiz.log:
> 2012-03-25 10:53:33,500 (main) [  CatalinaContainer.java:251:INFO ] Connector AJP/1.3 @ 8009 - not-secure [org.apache.coyote.ajp.Ajp
> Protocol] started.
> 2012-03-25 10:53:33,500 (main) [  CatalinaContainer.java:248:INFO ] Connector "http-bio-0.0.0.0-8080" @ 8080 - not-secure [org.apach
> e.coyote.http11.Http11Protocol] started.
> 2012-03-25 10:53:33,500 (main) [  CatalinaContainer.java:248:INFO ] Connector "http-bio-0.0.0.0-8443" @ 8443 - secure [org.apache.co
> yote.http11.Http11Protocol] started.
> 2012-03-25 10:53:33,500 (main) [  CatalinaContainer.java:255:INFO ] Started Apache Tomcat/7.0.26
> 2012-03-25 10:53:33,500 (main) [      BirtContainer.java:50 :INFO ] Start BIRT container
> 2012-03-25 10:53:33,515 (main) [      BirtContainer.java:70 :INFO ] Startup BIRT platform
> Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/CoreException
> at org.eclipse.birt.core.framework.Platform.createPlatformLauncher(Platform.java:115)
> at org.eclipse.birt.core.framework.Platform.startup(Platform.java:74)
> at org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:71)
> at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:230)
> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:310)
> at org.ofbiz.base.start.Start.start(Start.java:289)
> at org.ofbiz.base.start.Start.main(Start.java:119)
> Caused by: java.lang.ClassNotFoundException: org.eclipse.core.runtime.CoreException
> at java.net.URLClassLoader$1.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> Rgds



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)