You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Francis ANDRE (Created) (JIRA)" <ji...@apache.org> on 2012/03/25 11:00:27 UTC

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

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: SVN trunk
         Environment: WXP JDK 1.6.0_25, postgres 9
            Reporter: Francis ANDRE


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Jacques Le Roux (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237990#comment-13237990 ] 

Jacques Le Roux commented on OFBIZ-4756:
----------------------------------------

This does not definitively disqualify the Birt component but shows another reason to put it aside and improve it.
                
> 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: SVN trunk
>         Environment: WXP JDK 1.6.0_25, postgres 9
>            Reporter: Francis ANDRE
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Jacques Le Roux (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237939#comment-13237939 ] 

Jacques Le Roux commented on OFBIZ-4756:
----------------------------------------

Which release.revision are you using, did you try with trunk HEAD (there have been some move recently)?
                
> 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: SVN trunk
>         Environment: WXP JDK 1.6.0_25, postgres 9
>            Reporter: Francis ANDRE
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Francis ANDRE (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237971#comment-13237971 ] 

Francis ANDRE commented on OFBIZ-4756:
--------------------------------------

This is with the latest trunk 

http://svn.apache.org/repos/asf/ofbiz/trunk 
1304988

Anyway, this exception is correct because the class org.eclipse.core.runtime.CoreException is not in the jar org.eclipse.core.runtime_3.7.0.v20110110.jar. The latest version in which this class appears if the org.eclipse.core.runtime_3.1.
                
> 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: SVN trunk
>         Environment: WXP JDK 1.6.0_25, postgres 9
>            Reporter: Francis ANDRE
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Jacques Le Roux (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13239285#comment-13239285 ] 

Jacques Le Roux commented on OFBIZ-4756:
----------------------------------------

Francis,

Since i'ts most likely that the way Birt will be integrated in OFBiz will change, should we not close this issue as not a problem?
                
> 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: SVN trunk
>         Environment: WXP JDK 1.6.0_25, postgres 9
>            Reporter: Francis ANDRE
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira