Hi All,
I have checked out the latest ofbiz from the trunk yesterday. When I am trying "ant run", ofbiz is not able to start and seems like it is not able to start the birt platform, and then it de-registers all the dispatchers and web application and server shuts down. Exception trace is as follows: [java] org.ofbiz.base.start.StartupException: Cannot start() org.ofbiz.birt.container.BirtContainer (org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI framework (Can not startup the OSGI framework)) [java] at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) [java] at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) [java] at org.ofbiz.base.start.Start.start(Start.java:326) [java] at org.ofbiz.base.start.Start.main(Start.java:411) [java] org.ofbiz.base.container.ContainerException: org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI framework (Can not startup the OSGI framework) [java] at org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) [java] at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) [java] at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) [java] at org.ofbiz.base.start.Start.start(Start.java:326) [java] at org.ofbiz.base.start.Start.main(Start.java:411) [java] Caused by: org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI framework [java] at org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) [java] at org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) [java] ... 5 more [java] Caused by: org.eclipse.birt.core.exception.CoreException [java] at org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) [java] at org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) [java] ... 6 more [java] org.ofbiz.base.container.ContainerException: org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI framework (Can not startup the OSGI framework) Is there any issue in birt? -- Regards, Shailen ([hidden email]) +91-9216020360 Mohali, Chandigarh - 160062 |
Working fine here......
On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: > Hi All, > > I have checked out the latest ofbiz from the trunk yesterday. When I am > trying "ant run", ofbiz is not able to start and seems like it is not > able to start the birt platform, and then it de-registers all the > dispatchers and web application and server shuts down. > > Exception trace is as follows: > > [java] org.ofbiz.base.start.StartupException: Cannot start() > org.ofbiz.birt.container.BirtContainer > (org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI > framework (Can not startup the OSGI framework)) > [java] at > org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) > [java] at > org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) > [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) > [java] at org.ofbiz.base.start.Start.start(Start.java:326) > [java] at org.ofbiz.base.start.Start.main(Start.java:411) > [java] org.ofbiz.base.container.ContainerException: > org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI > framework (Can not startup the OSGI framework) > [java] at > org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) > [java] at > org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) > [java] at > org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) > [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) > [java] at org.ofbiz.base.start.Start.start(Start.java:326) > [java] at org.ofbiz.base.start.Start.main(Start.java:411) > [java] Caused by: org.eclipse.birt.core.exception.BirtException: > Can not startup the OSGI framework > [java] at > org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) > [java] at > org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) > [java] ... 5 more > [java] Caused by: org.eclipse.birt.core.exception.CoreException > [java] at > org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) > [java] at > org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) > [java] ... 6 more > [java] org.ofbiz.base.container.ContainerException: > org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI > framework (Can not startup the OSGI framework) > > Is there any issue in birt? > -- Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter: http://twitter.com/hansbak Antwebsystems.com: Quality services for competitive rates. |
I have tried to run it on local machine .. it works fine here on local
machine .. but on server I am still facing the issue. I am looking into it .. if anyone else had experienced the same please let me know about the solution. Regards, Shailen ([hidden email]) +91-9216020360 Mohali, Chandigarh - 160062 On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: > Working fine here...... > > On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >> Hi All, >> >> I have checked out the latest ofbiz from the trunk yesterday. When I am >> trying "ant run", ofbiz is not able to start and seems like it is not >> able to start the birt platform, and then it de-registers all the >> dispatchers and web application and server shuts down. >> >> Exception trace is as follows: >> >> [java] org.ofbiz.base.start.StartupException: Cannot start() >> org.ofbiz.birt.container.BirtContainer >> (org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >> framework (Can not startup the OSGI framework)) >> [java] at >> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >> [java] at >> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >> [java] org.ofbiz.base.container.ContainerException: >> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >> framework (Can not startup the OSGI framework) >> [java] at >> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >> [java] at >> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >> [java] at >> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >> [java] Caused by: org.eclipse.birt.core.exception.BirtException: >> Can not startup the OSGI framework >> [java] at >> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >> [java] at >> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >> [java] ... 5 more >> [java] Caused by: org.eclipse.birt.core.exception.CoreException >> [java] at >> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >> [java] at >> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >> [java] ... 6 more >> [java] org.ofbiz.base.container.ContainerException: >> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >> framework (Can not startup the OSGI framework) >> >> Is there any issue in birt? >> |
I guess the first thing to do would be to check your java version.
Regards Scott HotWax Media http://www.hotwaxmedia.com On 27/07/2010, at 8:58 PM, Shailen wrote: > I have tried to run it on local machine .. it works fine here on local machine .. > but on server I am still facing the issue. > I am looking into it .. if anyone else had experienced the same please let me know about the solution. > > Regards, > Shailen ([hidden email]) > +91-9216020360 > Mohali, Chandigarh - 160062 > > > On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >> Working fine here...... >> >> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>> Hi All, >>> >>> I have checked out the latest ofbiz from the trunk yesterday. When I am >>> trying "ant run", ofbiz is not able to start and seems like it is not >>> able to start the birt platform, and then it de-registers all the >>> dispatchers and web application and server shuts down. >>> >>> Exception trace is as follows: >>> >>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>> org.ofbiz.birt.container.BirtContainer >>> (org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>> framework (Can not startup the OSGI framework)) >>> [java] at >>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>> [java] at >>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >>> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>> [java] org.ofbiz.base.container.ContainerException: >>> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>> framework (Can not startup the OSGI framework) >>> [java] at >>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>> [java] at >>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>> [java] at >>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >>> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>> [java] Caused by: org.eclipse.birt.core.exception.BirtException: >>> Can not startup the OSGI framework >>> [java] at >>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>> [java] at >>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>> [java] ... 5 more >>> [java] Caused by: org.eclipse.birt.core.exception.CoreException >>> [java] at >>> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>> [java] at >>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>> [java] ... 6 more >>> [java] org.ofbiz.base.container.ContainerException: >>> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>> framework (Can not startup the OSGI framework) >>> >>> Is there any issue in birt? >>> smime.p7s (3K) Download Attachment |
Hey Scott,
Thanks coming as a helper. The java version is java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) Regards, Shailen ([hidden email]) +91-9216020360 Mohali, Chandigarh - 160062 On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: > I guess the first thing to do would be to check your java version. > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 27/07/2010, at 8:58 PM, Shailen wrote: > >> I have tried to run it on local machine .. it works fine here on local machine .. >> but on server I am still facing the issue. >> I am looking into it .. if anyone else had experienced the same please let me know about the solution. >> >> Regards, >> Shailen ([hidden email]) >> +91-9216020360 >> Mohali, Chandigarh - 160062 >> >> >> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >>> Working fine here...... >>> >>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>>> Hi All, >>>> >>>> I have checked out the latest ofbiz from the trunk yesterday. When I am >>>> trying "ant run", ofbiz is not able to start and seems like it is not >>>> able to start the birt platform, and then it de-registers all the >>>> dispatchers and web application and server shuts down. >>>> >>>> Exception trace is as follows: >>>> >>>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>>> org.ofbiz.birt.container.BirtContainer >>>> (org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>>> framework (Can not startup the OSGI framework)) >>>> [java] at >>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>>> [java] at >>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >>>> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>> [java] org.ofbiz.base.container.ContainerException: >>>> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>>> framework (Can not startup the OSGI framework) >>>> [java] at >>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>>> [java] at >>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>>> [java] at >>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >>>> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>> [java] Caused by: org.eclipse.birt.core.exception.BirtException: >>>> Can not startup the OSGI framework >>>> [java] at >>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>>> [java] at >>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>>> [java] ... 5 more >>>> [java] Caused by: org.eclipse.birt.core.exception.CoreException >>>> [java] at >>>> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>>> [java] at >>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>>> [java] ... 6 more >>>> [java] org.ofbiz.base.container.ContainerException: >>>> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>>> framework (Can not startup the OSGI framework) >>>> >>>> Is there any issue in birt? >>>> |
You might want to try the Sun JDK, or try OpenJDK on another machine to confirm that it is the problem.
Regards Scott On 27/07/2010, at 9:13 PM, Shailen wrote: > Hey Scott, > > Thanks coming as a helper. The java version is > java version "1.6.0_18" > OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) > OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) > > Regards, > Shailen ([hidden email]) > +91-9216020360 > Mohali, Chandigarh - 160062 > > > On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: >> I guess the first thing to do would be to check your java version. >> >> Regards >> Scott >> >> HotWax Media >> http://www.hotwaxmedia.com >> >> On 27/07/2010, at 8:58 PM, Shailen wrote: >> >>> I have tried to run it on local machine .. it works fine here on local machine .. >>> but on server I am still facing the issue. >>> I am looking into it .. if anyone else had experienced the same please let me know about the solution. >>> >>> Regards, >>> Shailen ([hidden email]) >>> +91-9216020360 >>> Mohali, Chandigarh - 160062 >>> >>> >>> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >>>> Working fine here...... >>>> >>>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>>>> Hi All, >>>>> >>>>> I have checked out the latest ofbiz from the trunk yesterday. When I am >>>>> trying "ant run", ofbiz is not able to start and seems like it is not >>>>> able to start the birt platform, and then it de-registers all the >>>>> dispatchers and web application and server shuts down. >>>>> >>>>> Exception trace is as follows: >>>>> >>>>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>>>> org.ofbiz.birt.container.BirtContainer >>>>> (org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>>>> framework (Can not startup the OSGI framework)) >>>>> [java] at >>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>>>> [java] at >>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >>>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>>> [java] org.ofbiz.base.container.ContainerException: >>>>> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>>>> framework (Can not startup the OSGI framework) >>>>> [java] at >>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>>>> [java] at >>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>>>> [java] at >>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >>>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>>> [java] Caused by: org.eclipse.birt.core.exception.BirtException: >>>>> Can not startup the OSGI framework >>>>> [java] at >>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>>>> [java] at >>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>>>> [java] ... 5 more >>>>> [java] Caused by: org.eclipse.birt.core.exception.CoreException >>>>> [java] at >>>>> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>>>> [java] at >>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>>>> [java] ... 6 more >>>>> [java] org.ofbiz.base.container.ContainerException: >>>>> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>>>> framework (Can not startup the OSGI framework) >>>>> >>>>> Is there any issue in birt? >>>>> smime.p7s (3K) Download Attachment |
In reply to this post by imssk
Le 27/07/2010 11:13, Shailen a écrit :
> Hey Scott, > > Thanks coming as a helper. The java version is > java version "1.6.0_18" > OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) > OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) > it may be come from the jdk, as you are not using the sun one. -- Erwan de FERRIERES www.nereide.biz |
Administrator
|
In reply to this post by imssk
OpenJDK is still not recommended, try last Sun
Jacques From: "Shailen" <[hidden email]> > Hey Scott, > > Thanks coming as a helper. The java version is > java version "1.6.0_18" > OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) > OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) > > Regards, > Shailen ([hidden email]) > +91-9216020360 > Mohali, Chandigarh - 160062 > > > On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: >> I guess the first thing to do would be to check your java version. >> >> Regards >> Scott >> >> HotWax Media >> http://www.hotwaxmedia.com >> >> On 27/07/2010, at 8:58 PM, Shailen wrote: >> >>> I have tried to run it on local machine .. it works fine here on local machine .. >>> but on server I am still facing the issue. >>> I am looking into it .. if anyone else had experienced the same please let me know about the solution. >>> >>> Regards, >>> Shailen ([hidden email]) >>> +91-9216020360 >>> Mohali, Chandigarh - 160062 >>> >>> >>> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >>>> Working fine here...... >>>> >>>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>>>> Hi All, >>>>> >>>>> I have checked out the latest ofbiz from the trunk yesterday. When I am >>>>> trying "ant run", ofbiz is not able to start and seems like it is not >>>>> able to start the birt platform, and then it de-registers all the >>>>> dispatchers and web application and server shuts down. >>>>> >>>>> Exception trace is as follows: >>>>> >>>>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>>>> org.ofbiz.birt.container.BirtContainer >>>>> (org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>>>> framework (Can not startup the OSGI framework)) >>>>> [java] at >>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>>>> [java] at >>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >>>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>>> [java] org.ofbiz.base.container.ContainerException: >>>>> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>>>> framework (Can not startup the OSGI framework) >>>>> [java] at >>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>>>> [java] at >>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>>>> [java] at >>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>> [java] at org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>> [java] at org.ofbiz.base.start.Start.start(Start.java:326) >>>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>>> [java] Caused by: org.eclipse.birt.core.exception.BirtException: >>>>> Can not startup the OSGI framework >>>>> [java] at >>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>>>> [java] at >>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>>>> [java] ... 5 more >>>>> [java] Caused by: org.eclipse.birt.core.exception.CoreException >>>>> [java] at >>>>> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>>>> [java] at >>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>>>> [java] ... 6 more >>>>> [java] org.ofbiz.base.container.ContainerException: >>>>> org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI >>>>> framework (Can not startup the OSGI framework) >>>>> >>>>> Is there any issue in birt? >>>>> > |
I have tried with sun jdk, but the problem persists.
Regards, Shailen ([hidden email]) +91-9216020360 Mohali, Chandigarh - 160062 On Tuesday 27 July 2010 03:08 PM, Jacques Le Roux wrote: > OpenJDK is still not recommended, try last Sun > > Jacques > > From: "Shailen" <[hidden email]> >> Hey Scott, >> >> Thanks coming as a helper. The java version is >> java version "1.6.0_18" >> OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) >> OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) >> >> Regards, >> Shailen ([hidden email]) >> +91-9216020360 >> Mohali, Chandigarh - 160062 >> >> >> On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: >>> I guess the first thing to do would be to check your java version. >>> >>> Regards >>> Scott >>> >>> HotWax Media >>> http://www.hotwaxmedia.com >>> >>> On 27/07/2010, at 8:58 PM, Shailen wrote: >>> >>>> I have tried to run it on local machine .. it works fine here on >>>> local machine .. >>>> but on server I am still facing the issue. >>>> I am looking into it .. if anyone else had experienced the same >>>> please let me know about the solution. >>>> >>>> Regards, >>>> Shailen ([hidden email]) >>>> +91-9216020360 >>>> Mohali, Chandigarh - 160062 >>>> >>>> >>>> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >>>>> Working fine here...... >>>>> >>>>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>>>>> Hi All, >>>>>> >>>>>> I have checked out the latest ofbiz from the trunk yesterday. >>>>>> When I am >>>>>> trying "ant run", ofbiz is not able to start and seems like it is >>>>>> not >>>>>> able to start the birt platform, and then it de-registers all the >>>>>> dispatchers and web application and server shuts down. >>>>>> >>>>>> Exception trace is as follows: >>>>>> >>>>>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>>>>> org.ofbiz.birt.container.BirtContainer >>>>>> (org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>> the OSGI >>>>>> framework (Can not startup the OSGI framework)) >>>>>> [java] at >>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>>>>> >>>>>> [java] at >>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>> [java] at >>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>> [java] at >>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>> the OSGI >>>>>> framework (Can not startup the OSGI framework) >>>>>> [java] at >>>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>>>>> [java] at >>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>>>>> >>>>>> [java] at >>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>> [java] at >>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>> [java] at >>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>>>> [java] Caused by: >>>>>> org.eclipse.birt.core.exception.BirtException: >>>>>> Can not startup the OSGI framework >>>>>> [java] at >>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>>>>> [java] at >>>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>>>>> [java] ... 5 more >>>>>> [java] Caused by: >>>>>> org.eclipse.birt.core.exception.CoreException >>>>>> [java] at >>>>>> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>>>>> >>>>>> [java] at >>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>>>>> [java] ... 6 more >>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>> the OSGI >>>>>> framework (Can not startup the OSGI framework) >>>>>> >>>>>> Is there any issue in birt? >>>>>> >> > |
Are you sure your ant version is 1.7.1? Try running an ./ant clean && ./ant
Sam On 27/07/2010 18:26, Shailen wrote: > I have tried with sun jdk, but the problem persists. > > Regards, > Shailen ([hidden email]) > +91-9216020360 > Mohali, Chandigarh - 160062 > > > On Tuesday 27 July 2010 03:08 PM, Jacques Le Roux wrote: >> OpenJDK is still not recommended, try last Sun >> >> Jacques >> >> From: "Shailen" <[hidden email]> >>> Hey Scott, >>> >>> Thanks coming as a helper. The java version is >>> java version "1.6.0_18" >>> OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) >>> OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) >>> >>> Regards, >>> Shailen ([hidden email]) >>> +91-9216020360 >>> Mohali, Chandigarh - 160062 >>> >>> >>> On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: >>>> I guess the first thing to do would be to check your java version. >>>> >>>> Regards >>>> Scott >>>> >>>> HotWax Media >>>> http://www.hotwaxmedia.com >>>> >>>> On 27/07/2010, at 8:58 PM, Shailen wrote: >>>> >>>>> I have tried to run it on local machine .. it works fine here on >>>>> local machine .. >>>>> but on server I am still facing the issue. >>>>> I am looking into it .. if anyone else had experienced the same >>>>> please let me know about the solution. >>>>> >>>>> Regards, >>>>> Shailen ([hidden email]) >>>>> +91-9216020360 >>>>> Mohali, Chandigarh - 160062 >>>>> >>>>> >>>>> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >>>>>> Working fine here...... >>>>>> >>>>>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>>>>>> Hi All, >>>>>>> >>>>>>> I have checked out the latest ofbiz from the trunk yesterday. >>>>>>> When I am >>>>>>> trying "ant run", ofbiz is not able to start and seems like it is >>>>>>> not >>>>>>> able to start the birt platform, and then it de-registers all the >>>>>>> dispatchers and web application and server shuts down. >>>>>>> >>>>>>> Exception trace is as follows: >>>>>>> >>>>>>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>>>>>> org.ofbiz.birt.container.BirtContainer >>>>>>> (org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>> the OSGI >>>>>>> framework (Can not startup the OSGI framework)) >>>>>>> [java] at >>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>>>>>> >>>>>>> [java] at >>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>> [java] at >>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>> [java] at >>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>> the OSGI >>>>>>> framework (Can not startup the OSGI framework) >>>>>>> [java] at >>>>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>>>>>> [java] at >>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>>>>>> >>>>>>> [java] at >>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>> [java] at >>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>> [java] at >>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>> [java] at org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>> [java] Caused by: >>>>>>> org.eclipse.birt.core.exception.BirtException: >>>>>>> Can not startup the OSGI framework >>>>>>> [java] at >>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>>>>>> [java] at >>>>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>>>>>> [java] ... 5 more >>>>>>> [java] Caused by: >>>>>>> org.eclipse.birt.core.exception.CoreException >>>>>>> [java] at >>>>>>> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>>>>>> >>>>>>> [java] at >>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>>>>>> [java] ... 6 more >>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>> the OSGI >>>>>>> framework (Can not startup the OSGI framework) >>>>>>> >>>>>>> Is there any issue in birt? >>>>>>> >>> >> > |
Yes I have checked it. Ant version 1.7.1.. also tried cleaning .. using sun
java... still getting the same error message. Regards, Shailen ([hidden email]) On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton <[hidden email]> wrote: > Are you sure your ant version is 1.7.1? Try running an ./ant clean && ./ant > > Sam > > > On 27/07/2010 18:26, Shailen wrote: > > I have tried with sun jdk, but the problem persists. > > > > Regards, > > Shailen ([hidden email]) > > +91-9216020360 > > Mohali, Chandigarh - 160062 > > > > > > On Tuesday 27 July 2010 03:08 PM, Jacques Le Roux wrote: > >> OpenJDK is still not recommended, try last Sun > >> > >> Jacques > >> > >> From: "Shailen" <[hidden email]> > >>> Hey Scott, > >>> > >>> Thanks coming as a helper. The java version is > >>> java version "1.6.0_18" > >>> OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) > >>> OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) > >>> > >>> Regards, > >>> Shailen ([hidden email]) > >>> +91-9216020360 > >>> Mohali, Chandigarh - 160062 > >>> > >>> > >>> On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: > >>>> I guess the first thing to do would be to check your java version. > >>>> > >>>> Regards > >>>> Scott > >>>> > >>>> HotWax Media > >>>> http://www.hotwaxmedia.com > >>>> > >>>> On 27/07/2010, at 8:58 PM, Shailen wrote: > >>>> > >>>>> I have tried to run it on local machine .. it works fine here on > >>>>> local machine .. > >>>>> but on server I am still facing the issue. > >>>>> I am looking into it .. if anyone else had experienced the same > >>>>> please let me know about the solution. > >>>>> > >>>>> Regards, > >>>>> Shailen ([hidden email]) > >>>>> +91-9216020360 > >>>>> Mohali, Chandigarh - 160062 > >>>>> > >>>>> > >>>>> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: > >>>>>> Working fine here...... > >>>>>> > >>>>>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: > >>>>>>> Hi All, > >>>>>>> > >>>>>>> I have checked out the latest ofbiz from the trunk yesterday. > >>>>>>> When I am > >>>>>>> trying "ant run", ofbiz is not able to start and seems like it is > >>>>>>> not > >>>>>>> able to start the birt platform, and then it de-registers all the > >>>>>>> dispatchers and web application and server shuts down. > >>>>>>> > >>>>>>> Exception trace is as follows: > >>>>>>> > >>>>>>> [java] org.ofbiz.base.start.StartupException: Cannot start() > >>>>>>> org.ofbiz.birt.container.BirtContainer > >>>>>>> (org.eclipse.birt.core.exception.BirtException: Can not startup > >>>>>>> the OSGI > >>>>>>> framework (Can not startup the OSGI framework)) > >>>>>>> [java] at > >>>>>>> > org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) > >>>>>>> > >>>>>>> [java] at > >>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) > >>>>>>> [java] at > >>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) > >>>>>>> [java] at > >>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) > >>>>>>> [java] at > org.ofbiz.base.start.Start.main(Start.java:411) > >>>>>>> [java] org.ofbiz.base.container.ContainerException: > >>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup > >>>>>>> the OSGI > >>>>>>> framework (Can not startup the OSGI framework) > >>>>>>> [java] at > >>>>>>> > org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) > >>>>>>> [java] at > >>>>>>> > org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) > >>>>>>> > >>>>>>> [java] at > >>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) > >>>>>>> [java] at > >>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) > >>>>>>> [java] at > >>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) > >>>>>>> [java] at > org.ofbiz.base.start.Start.main(Start.java:411) > >>>>>>> [java] Caused by: > >>>>>>> org.eclipse.birt.core.exception.BirtException: > >>>>>>> Can not startup the OSGI framework > >>>>>>> [java] at > >>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) > >>>>>>> [java] at > >>>>>>> > org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) > >>>>>>> [java] ... 5 more > >>>>>>> [java] Caused by: > >>>>>>> org.eclipse.birt.core.exception.CoreException > >>>>>>> [java] at > >>>>>>> > org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) > >>>>>>> > >>>>>>> [java] at > >>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) > >>>>>>> [java] ... 6 more > >>>>>>> [java] org.ofbiz.base.container.ContainerException: > >>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup > >>>>>>> the OSGI > >>>>>>> framework (Can not startup the OSGI framework) > >>>>>>> > >>>>>>> Is there any issue in birt? > >>>>>>> > >>> > >> > > > > |
Are you sure that the Sun JDK is being used? What is the output of:
java -version and also: $JAVA_HOME -version Regards Scott On 28/07/2010, at 2:38 PM, Shailendra wrote: > Yes I have checked it. Ant version 1.7.1.. also tried cleaning .. using sun > java... still getting the same error message. > > > Regards, > Shailen ([hidden email]) > > On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton <[hidden email]> wrote: > >> Are you sure your ant version is 1.7.1? Try running an ./ant clean && ./ant >> >> Sam >> >> >> On 27/07/2010 18:26, Shailen wrote: >>> I have tried with sun jdk, but the problem persists. >>> >>> Regards, >>> Shailen ([hidden email]) >>> +91-9216020360 >>> Mohali, Chandigarh - 160062 >>> >>> >>> On Tuesday 27 July 2010 03:08 PM, Jacques Le Roux wrote: >>>> OpenJDK is still not recommended, try last Sun >>>> >>>> Jacques >>>> >>>> From: "Shailen" <[hidden email]> >>>>> Hey Scott, >>>>> >>>>> Thanks coming as a helper. The java version is >>>>> java version "1.6.0_18" >>>>> OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) >>>>> OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) >>>>> >>>>> Regards, >>>>> Shailen ([hidden email]) >>>>> +91-9216020360 >>>>> Mohali, Chandigarh - 160062 >>>>> >>>>> >>>>> On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: >>>>>> I guess the first thing to do would be to check your java version. >>>>>> >>>>>> Regards >>>>>> Scott >>>>>> >>>>>> HotWax Media >>>>>> http://www.hotwaxmedia.com >>>>>> >>>>>> On 27/07/2010, at 8:58 PM, Shailen wrote: >>>>>> >>>>>>> I have tried to run it on local machine .. it works fine here on >>>>>>> local machine .. >>>>>>> but on server I am still facing the issue. >>>>>>> I am looking into it .. if anyone else had experienced the same >>>>>>> please let me know about the solution. >>>>>>> >>>>>>> Regards, >>>>>>> Shailen ([hidden email]) >>>>>>> +91-9216020360 >>>>>>> Mohali, Chandigarh - 160062 >>>>>>> >>>>>>> >>>>>>> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >>>>>>>> Working fine here...... >>>>>>>> >>>>>>>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>>>>>>>> Hi All, >>>>>>>>> >>>>>>>>> I have checked out the latest ofbiz from the trunk yesterday. >>>>>>>>> When I am >>>>>>>>> trying "ant run", ofbiz is not able to start and seems like it is >>>>>>>>> not >>>>>>>>> able to start the birt platform, and then it de-registers all the >>>>>>>>> dispatchers and web application and server shuts down. >>>>>>>>> >>>>>>>>> Exception trace is as follows: >>>>>>>>> >>>>>>>>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>>>>>>>> org.ofbiz.birt.container.BirtContainer >>>>>>>>> (org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>> the OSGI >>>>>>>>> framework (Can not startup the OSGI framework)) >>>>>>>>> [java] at >>>>>>>>> >> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>>>>>>>> >>>>>>>>> [java] at >>>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>>>> [java] at >>>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>>>> [java] at >>>>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>>>> [java] at >> org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>> the OSGI >>>>>>>>> framework (Can not startup the OSGI framework) >>>>>>>>> [java] at >>>>>>>>> >> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>>>>>>>> [java] at >>>>>>>>> >> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>>>>>>>> >>>>>>>>> [java] at >>>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>>>> [java] at >>>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>>>> [java] at >>>>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>>>> [java] at >> org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>>>> [java] Caused by: >>>>>>>>> org.eclipse.birt.core.exception.BirtException: >>>>>>>>> Can not startup the OSGI framework >>>>>>>>> [java] at >>>>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>>>>>>>> [java] at >>>>>>>>> >> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>>>>>>>> [java] ... 5 more >>>>>>>>> [java] Caused by: >>>>>>>>> org.eclipse.birt.core.exception.CoreException >>>>>>>>> [java] at >>>>>>>>> >> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>>>>>>>> >>>>>>>>> [java] at >>>>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>>>>>>>> [java] ... 6 more >>>>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>> the OSGI >>>>>>>>> framework (Can not startup the OSGI framework) >>>>>>>>> >>>>>>>>> Is there any issue in birt? >>>>>>>>> >>>>> >>>> >>> >> >> smime.p7s (3K) Download Attachment |
hey Scott,
_java -version _ java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode) and _$JAVA_HOME -version_ gives you the directory bash: /opt/jdk1.6.0_13: is a directory Regards, Shailen ([hidden email]) +91-9216020360 Mohali, Chandigarh - 160062 On Wednesday 28 July 2010 08:34 AM, Scott Gray wrote: > Are you sure that the Sun JDK is being used? What is the output of: > java -version > and also: > $JAVA_HOME -version > > Regards > Scott > > On 28/07/2010, at 2:38 PM, Shailendra wrote: > >> Yes I have checked it. Ant version 1.7.1.. also tried cleaning .. using sun >> java... still getting the same error message. >> >> >> Regards, >> Shailen ([hidden email]) >> >> On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton<[hidden email]> wrote: >> >>> Are you sure your ant version is 1.7.1? Try running an ./ant clean&& ./ant >>> >>> Sam >>> >>> >>> On 27/07/2010 18:26, Shailen wrote: >>>> I have tried with sun jdk, but the problem persists. >>>> >>>> Regards, >>>> Shailen ([hidden email]) >>>> +91-9216020360 >>>> Mohali, Chandigarh - 160062 >>>> >>>> >>>> On Tuesday 27 July 2010 03:08 PM, Jacques Le Roux wrote: >>>>> OpenJDK is still not recommended, try last Sun >>>>> >>>>> Jacques >>>>> >>>>> From: "Shailen"<[hidden email]> >>>>>> Hey Scott, >>>>>> >>>>>> Thanks coming as a helper. The java version is >>>>>> java version "1.6.0_18" >>>>>> OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) >>>>>> OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) >>>>>> >>>>>> Regards, >>>>>> Shailen ([hidden email]) >>>>>> +91-9216020360 >>>>>> Mohali, Chandigarh - 160062 >>>>>> >>>>>> >>>>>> On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: >>>>>>> I guess the first thing to do would be to check your java version. >>>>>>> >>>>>>> Regards >>>>>>> Scott >>>>>>> >>>>>>> HotWax Media >>>>>>> http://www.hotwaxmedia.com >>>>>>> >>>>>>> On 27/07/2010, at 8:58 PM, Shailen wrote: >>>>>>> >>>>>>>> I have tried to run it on local machine .. it works fine here on >>>>>>>> local machine .. >>>>>>>> but on server I am still facing the issue. >>>>>>>> I am looking into it .. if anyone else had experienced the same >>>>>>>> please let me know about the solution. >>>>>>>> >>>>>>>> Regards, >>>>>>>> Shailen ([hidden email]) >>>>>>>> +91-9216020360 >>>>>>>> Mohali, Chandigarh - 160062 >>>>>>>> >>>>>>>> >>>>>>>> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >>>>>>>>> Working fine here...... >>>>>>>>> >>>>>>>>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>>>>>>>>> Hi All, >>>>>>>>>> >>>>>>>>>> I have checked out the latest ofbiz from the trunk yesterday. >>>>>>>>>> When I am >>>>>>>>>> trying "ant run", ofbiz is not able to start and seems like it is >>>>>>>>>> not >>>>>>>>>> able to start the birt platform, and then it de-registers all the >>>>>>>>>> dispatchers and web application and server shuts down. >>>>>>>>>> >>>>>>>>>> Exception trace is as follows: >>>>>>>>>> >>>>>>>>>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>>>>>>>>> org.ofbiz.birt.container.BirtContainer >>>>>>>>>> (org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>>> the OSGI >>>>>>>>>> framework (Can not startup the OSGI framework)) >>>>>>>>>> [java] at >>>>>>>>>> >>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>>>>>>>>> [java] at >>>>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>>>>> [java] at >>>>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>>>>> [java] at >>>>>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>>>>> [java] at >>> org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>>> the OSGI >>>>>>>>>> framework (Can not startup the OSGI framework) >>>>>>>>>> [java] at >>>>>>>>>> >>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>>>>>>>>> [java] at >>>>>>>>>> >>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>>>>>>>>> [java] at >>>>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>>>>> [java] at >>>>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>>>>> [java] at >>>>>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>>>>> [java] at >>> org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>>>>> [java] Caused by: >>>>>>>>>> org.eclipse.birt.core.exception.BirtException: >>>>>>>>>> Can not startup the OSGI framework >>>>>>>>>> [java] at >>>>>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>>>>>>>>> [java] at >>>>>>>>>> >>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>>>>>>>>> [java] ... 5 more >>>>>>>>>> [java] Caused by: >>>>>>>>>> org.eclipse.birt.core.exception.CoreException >>>>>>>>>> [java] at >>>>>>>>>> >>> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>>>>>>>>> [java] at >>>>>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>>>>>>>>> [java] ... 6 more >>>>>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>>> the OSGI >>>>>>>>>> framework (Can not startup the OSGI framework) >>>>>>>>>> >>>>>>>>>> Is there any issue in birt? >>>>>>>>>> >>> |
Oh yeah sorry about the second one, what is the output of:
$JAVA_HOME/bin/java -version Regards Scott On 28/07/2010, at 7:35 PM, Shailen wrote: > hey Scott, > > _java -version _ > > java version "1.6.0_20" > Java(TM) SE Runtime Environment (build 1.6.0_20-b02) > Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode) > > and _$JAVA_HOME -version_ gives you the directory > bash: /opt/jdk1.6.0_13: is a directory > > Regards, > Shailen ([hidden email]) > +91-9216020360 > Mohali, Chandigarh - 160062 > > > On Wednesday 28 July 2010 08:34 AM, Scott Gray wrote: >> Are you sure that the Sun JDK is being used? What is the output of: >> java -version >> and also: >> $JAVA_HOME -version >> >> Regards >> Scott >> >> On 28/07/2010, at 2:38 PM, Shailendra wrote: >> >>> Yes I have checked it. Ant version 1.7.1.. also tried cleaning .. using sun >>> java... still getting the same error message. >>> >>> >>> Regards, >>> Shailen ([hidden email]) >>> >>> On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton<[hidden email]> wrote: >>> >>>> Are you sure your ant version is 1.7.1? Try running an ./ant clean&& ./ant >>>> >>>> Sam >>>> >>>> >>>> On 27/07/2010 18:26, Shailen wrote: >>>>> I have tried with sun jdk, but the problem persists. >>>>> >>>>> Regards, >>>>> Shailen ([hidden email]) >>>>> +91-9216020360 >>>>> Mohali, Chandigarh - 160062 >>>>> >>>>> >>>>> On Tuesday 27 July 2010 03:08 PM, Jacques Le Roux wrote: >>>>>> OpenJDK is still not recommended, try last Sun >>>>>> >>>>>> Jacques >>>>>> >>>>>> From: "Shailen"<[hidden email]> >>>>>>> Hey Scott, >>>>>>> >>>>>>> Thanks coming as a helper. The java version is >>>>>>> java version "1.6.0_18" >>>>>>> OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) >>>>>>> OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) >>>>>>> >>>>>>> Regards, >>>>>>> Shailen ([hidden email]) >>>>>>> +91-9216020360 >>>>>>> Mohali, Chandigarh - 160062 >>>>>>> >>>>>>> >>>>>>> On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: >>>>>>>> I guess the first thing to do would be to check your java version. >>>>>>>> >>>>>>>> Regards >>>>>>>> Scott >>>>>>>> >>>>>>>> HotWax Media >>>>>>>> http://www.hotwaxmedia.com >>>>>>>> >>>>>>>> On 27/07/2010, at 8:58 PM, Shailen wrote: >>>>>>>> >>>>>>>>> I have tried to run it on local machine .. it works fine here on >>>>>>>>> local machine .. >>>>>>>>> but on server I am still facing the issue. >>>>>>>>> I am looking into it .. if anyone else had experienced the same >>>>>>>>> please let me know about the solution. >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> Shailen ([hidden email]) >>>>>>>>> +91-9216020360 >>>>>>>>> Mohali, Chandigarh - 160062 >>>>>>>>> >>>>>>>>> >>>>>>>>> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >>>>>>>>>> Working fine here...... >>>>>>>>>> >>>>>>>>>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>>>>>>>>>> Hi All, >>>>>>>>>>> >>>>>>>>>>> I have checked out the latest ofbiz from the trunk yesterday. >>>>>>>>>>> When I am >>>>>>>>>>> trying "ant run", ofbiz is not able to start and seems like it is >>>>>>>>>>> not >>>>>>>>>>> able to start the birt platform, and then it de-registers all the >>>>>>>>>>> dispatchers and web application and server shuts down. >>>>>>>>>>> >>>>>>>>>>> Exception trace is as follows: >>>>>>>>>>> >>>>>>>>>>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>>>>>>>>>> org.ofbiz.birt.container.BirtContainer >>>>>>>>>>> (org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>>>> the OSGI >>>>>>>>>>> framework (Can not startup the OSGI framework)) >>>>>>>>>>> [java] at >>>>>>>>>>> >>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>>>>>>>>>> [java] at >>>>>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>>>>>> [java] at >>>>>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>>>>>> [java] at >>>>>>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>>>>>> [java] at >>>> org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>>>> the OSGI >>>>>>>>>>> framework (Can not startup the OSGI framework) >>>>>>>>>>> [java] at >>>>>>>>>>> >>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>>>>>>>>>> [java] at >>>>>>>>>>> >>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>>>>>>>>>> [java] at >>>>>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>>>>>> [java] at >>>>>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>>>>>> [java] at >>>>>>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>>>>>> [java] at >>>> org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>>>>>> [java] Caused by: >>>>>>>>>>> org.eclipse.birt.core.exception.BirtException: >>>>>>>>>>> Can not startup the OSGI framework >>>>>>>>>>> [java] at >>>>>>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>>>>>>>>>> [java] at >>>>>>>>>>> >>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>>>>>>>>>> [java] ... 5 more >>>>>>>>>>> [java] Caused by: >>>>>>>>>>> org.eclipse.birt.core.exception.CoreException >>>>>>>>>>> [java] at >>>>>>>>>>> >>>> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>>>>>>>>>> [java] at >>>>>>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>>>>>>>>>> [java] ... 6 more >>>>>>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>>>> the OSGI >>>>>>>>>>> framework (Can not startup the OSGI framework) >>>>>>>>>>> >>>>>>>>>>> Is there any issue in birt? >>>>>>>>>>> >>>> smime.p7s (3K) Download Attachment |
here is the output : java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode) Regards, Shailen ([hidden email]) +91-9216020360 Mohali, Chandigarh - 160062 On Wednesday 28 July 2010 01:13 PM, Scott Gray wrote: > Oh yeah sorry about the second one, what is the output of: > $JAVA_HOME/bin/java -version > > Regards > Scott > > On 28/07/2010, at 7:35 PM, Shailen wrote: > >> hey Scott, >> >> _java -version _ >> >> java version "1.6.0_20" >> Java(TM) SE Runtime Environment (build 1.6.0_20-b02) >> Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode) >> >> and _$JAVA_HOME -version_ gives you the directory >> bash: /opt/jdk1.6.0_13: is a directory >> >> Regards, >> Shailen ([hidden email]) >> +91-9216020360 >> Mohali, Chandigarh - 160062 >> >> >> On Wednesday 28 July 2010 08:34 AM, Scott Gray wrote: >>> Are you sure that the Sun JDK is being used? What is the output of: >>> java -version >>> and also: >>> $JAVA_HOME -version >>> >>> Regards >>> Scott >>> >>> On 28/07/2010, at 2:38 PM, Shailendra wrote: >>> >>>> Yes I have checked it. Ant version 1.7.1.. also tried cleaning .. using sun >>>> java... still getting the same error message. >>>> >>>> >>>> Regards, >>>> Shailen ([hidden email]) >>>> >>>> On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton<[hidden email]> wrote: >>>> >>>>> Are you sure your ant version is 1.7.1? Try running an ./ant clean&& ./ant >>>>> >>>>> Sam >>>>> >>>>> >>>>> On 27/07/2010 18:26, Shailen wrote: >>>>>> I have tried with sun jdk, but the problem persists. >>>>>> >>>>>> Regards, >>>>>> Shailen ([hidden email]) >>>>>> +91-9216020360 >>>>>> Mohali, Chandigarh - 160062 >>>>>> >>>>>> >>>>>> On Tuesday 27 July 2010 03:08 PM, Jacques Le Roux wrote: >>>>>>> OpenJDK is still not recommended, try last Sun >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> From: "Shailen"<[hidden email]> >>>>>>>> Hey Scott, >>>>>>>> >>>>>>>> Thanks coming as a helper. The java version is >>>>>>>> java version "1.6.0_18" >>>>>>>> OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3~9.10.2) >>>>>>>> OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) >>>>>>>> >>>>>>>> Regards, >>>>>>>> Shailen ([hidden email]) >>>>>>>> +91-9216020360 >>>>>>>> Mohali, Chandigarh - 160062 >>>>>>>> >>>>>>>> >>>>>>>> On Tuesday 27 July 2010 02:39 PM, Scott Gray wrote: >>>>>>>>> I guess the first thing to do would be to check your java version. >>>>>>>>> >>>>>>>>> Regards >>>>>>>>> Scott >>>>>>>>> >>>>>>>>> HotWax Media >>>>>>>>> http://www.hotwaxmedia.com >>>>>>>>> >>>>>>>>> On 27/07/2010, at 8:58 PM, Shailen wrote: >>>>>>>>> >>>>>>>>>> I have tried to run it on local machine .. it works fine here on >>>>>>>>>> local machine .. >>>>>>>>>> but on server I am still facing the issue. >>>>>>>>>> I am looking into it .. if anyone else had experienced the same >>>>>>>>>> please let me know about the solution. >>>>>>>>>> >>>>>>>>>> Regards, >>>>>>>>>> Shailen ([hidden email]) >>>>>>>>>> +91-9216020360 >>>>>>>>>> Mohali, Chandigarh - 160062 >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Tuesday 27 July 2010 01:35 PM, Hans Bakker wrote: >>>>>>>>>>> Working fine here...... >>>>>>>>>>> >>>>>>>>>>> On Tue, 2010-07-27 at 12:54 +0530, Shailen wrote: >>>>>>>>>>>> Hi All, >>>>>>>>>>>> >>>>>>>>>>>> I have checked out the latest ofbiz from the trunk yesterday. >>>>>>>>>>>> When I am >>>>>>>>>>>> trying "ant run", ofbiz is not able to start and seems like it is >>>>>>>>>>>> not >>>>>>>>>>>> able to start the birt platform, and then it de-registers all the >>>>>>>>>>>> dispatchers and web application and server shuts down. >>>>>>>>>>>> >>>>>>>>>>>> Exception trace is as follows: >>>>>>>>>>>> >>>>>>>>>>>> [java] org.ofbiz.base.start.StartupException: Cannot start() >>>>>>>>>>>> org.ofbiz.birt.container.BirtContainer >>>>>>>>>>>> (org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>>>>> the OSGI >>>>>>>>>>>> framework (Can not startup the OSGI framework)) >>>>>>>>>>>> [java] at >>>>>>>>>>>> >>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:102) >>>>>>>>>>>> [java] at >>>>>>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>>>>>>> [java] at >>>>>>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>>>>>>> [java] at >>>>>>>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>>>>>>> [java] at >>>>> org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>>>>> the OSGI >>>>>>>>>>>> framework (Can not startup the OSGI framework) >>>>>>>>>>>> [java] at >>>>>>>>>>>> >>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:133) >>>>>>>>>>>> [java] at >>>>>>>>>>>> >>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100) >>>>>>>>>>>> [java] at >>>>>>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272) >>>>>>>>>>>> [java] at >>>>>>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:322) >>>>>>>>>>>> [java] at >>>>>>>>>>>> org.ofbiz.base.start.Start.start(Start.java:326) >>>>>>>>>>>> [java] at >>>>> org.ofbiz.base.start.Start.main(Start.java:411) >>>>>>>>>>>> [java] Caused by: >>>>>>>>>>>> org.eclipse.birt.core.exception.BirtException: >>>>>>>>>>>> Can not startup the OSGI framework >>>>>>>>>>>> [java] at >>>>>>>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) >>>>>>>>>>>> [java] at >>>>>>>>>>>> >>>>> org.ofbiz.birt.container.BirtContainer.start(BirtContainer.java:131) >>>>>>>>>>>> [java] ... 5 more >>>>>>>>>>>> [java] Caused by: >>>>>>>>>>>> org.eclipse.birt.core.exception.CoreException >>>>>>>>>>>> [java] at >>>>>>>>>>>> >>>>> org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) >>>>>>>>>>>> [java] at >>>>>>>>>>>> org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) >>>>>>>>>>>> [java] ... 6 more >>>>>>>>>>>> [java] org.ofbiz.base.container.ContainerException: >>>>>>>>>>>> org.eclipse.birt.core.exception.BirtException: Can not startup >>>>>>>>>>>> the OSGI >>>>>>>>>>>> framework (Can not startup the OSGI framework) >>>>>>>>>>>> >>>>>>>>>>>> Is there any issue in birt? >>>>>>>>>>>> |
Hi All,
have you solved the problem? I have the same problem, but only if I tried to start OFBIZ as a daemon with /etc/init.d/ofbiz start. When I start OFBiz with the startofbiz.sh script, it starts with no problems. Any ideas? Best Regards Andreas |
Andreas,
Did you ever get this figured out? I have exactly the same problem. I'm guessing it might be a file permissions problem, but I'm not sure where to start looking. Thanks, Gareth.
|
Administrator
|
Check if you have a group write perm on runtime/tempfiles/org.eclipse.osgi
|
Jacques Le Roux <jacques.le.roux <at> Les7Arts.com> writes:
> > Check if you have a group write perm on runtime/tempfiles/org.eclipse.osgi > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/ofbiz- trunk-Error-in-starting-BIRT-platform-tp2303226p4401907.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > for linux use below command chmod -R 777 ofbiz_home/runtime this will resolve ur problem |
Free forum by Nabble | Edit this page |