You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Shailen <kh...@gmail.com> on 2010/07/27 09:24:44 UTC

[ofbiz-trunk] Error in starting BIRT platform

  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 (khichi.shailendra@gmail.com)
+91-9216020360
Mohali, Chandigarh - 160062


Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by yogendra <yo...@snssystem.com>.
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





Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Jacques Le Roux <ja...@Les7Arts.com>.
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.

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by gobrien <go...@yupon.com>.
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.


AMaier wrote:
> 
> 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.
> 


--
View this message in context: http://ofbiz.135035.n4.nabble.com/ofbiz-trunk-Error-in-starting-BIRT-platform-tp2303226p3889674.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by AMaier <an...@weddix.de>.
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

--
View this message in context: http://ofbiz.135035.n4.nabble.com/ofbiz-trunk-Error-in-starting-BIRT-platform-tp2303226p3732710.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Shailen <kh...@gmail.com>.
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 (khichi.shailendra@gmail.com)
+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 (khichi.shailendra@gmail.com)
>> +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 (khichi.shailendra@gmail.com)
>>>>
>>>> On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton<sa...@sh81.com>   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 (khichi.shailendra@gmail.com)
>>>>>> +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"<kh...@gmail.com>
>>>>>>>> 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 (khichi.shailendra@gmail.com)
>>>>>>>> +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 (khichi.shailendra@gmail.com)
>>>>>>>>>> +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?
>>>>>>>>>>>>

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Scott Gray <sc...@hotwaxmedia.com>.
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 (khichi.shailendra@gmail.com)
> +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 (khichi.shailendra@gmail.com)
>>> 
>>> On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton<sa...@sh81.com>  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 (khichi.shailendra@gmail.com)
>>>>> +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"<kh...@gmail.com>
>>>>>>> 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 (khichi.shailendra@gmail.com)
>>>>>>> +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 (khichi.shailendra@gmail.com)
>>>>>>>>> +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?
>>>>>>>>>>> 
>>>> 


Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Shailen <kh...@gmail.com>.
  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 (khichi.shailendra@gmail.com)
+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 (khichi.shailendra@gmail.com)
>>
>> On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton<sa...@sh81.com>  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 (khichi.shailendra@gmail.com)
>>>> +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"<kh...@gmail.com>
>>>>>> 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 (khichi.shailendra@gmail.com)
>>>>>> +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 (khichi.shailendra@gmail.com)
>>>>>>>> +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?
>>>>>>>>>>
>>>

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Scott Gray <sc...@hotwaxmedia.com>.
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 (khichi.shailendra@gmail.com)
> 
> On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton <sa...@sh81.com> 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 (khichi.shailendra@gmail.com)
>>> +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" <kh...@gmail.com>
>>>>> 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 (khichi.shailendra@gmail.com)
>>>>> +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 (khichi.shailendra@gmail.com)
>>>>>>> +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?
>>>>>>>>> 
>>>>> 
>>>> 
>>> 
>> 
>> 


Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Shailendra <kh...@gmail.com>.
Yes I have checked it. Ant version 1.7.1.. also tried cleaning .. using sun
java... still getting the same error message.


Regards,
Shailen (khichi.shailendra@gmail.com)

On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton <sa...@sh81.com> 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 (khichi.shailendra@gmail.com)
> > +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" <kh...@gmail.com>
> >>>  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 (khichi.shailendra@gmail.com)
> >>> +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 (khichi.shailendra@gmail.com)
> >>>>> +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?
> >>>>>>>
> >>>
> >>
> >
>
>

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Sam Hamilton <sa...@sh81.com>.
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 (khichi.shailendra@gmail.com)
> +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" <kh...@gmail.com>
>>>  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 (khichi.shailendra@gmail.com)
>>> +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 (khichi.shailendra@gmail.com)
>>>>> +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?
>>>>>>>
>>>
>>
> 


Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Shailen <kh...@gmail.com>.
  I have tried with sun jdk, but the problem persists.

Regards,
Shailen (khichi.shailendra@gmail.com)
+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" <kh...@gmail.com>
>>  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 (khichi.shailendra@gmail.com)
>> +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 (khichi.shailendra@gmail.com)
>>>> +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?
>>>>>>
>>
>

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Jacques Le Roux <ja...@les7arts.com>.
OpenJDK is still not recommended, try last Sun

Jacques

From: "Shailen" <kh...@gmail.com>
>  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 (khichi.shailendra@gmail.com)
> +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 (khichi.shailendra@gmail.com)
>>> +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?
>>>>>
>


Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Erwan de FERRIERES <er...@nereide.fr>.
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

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Scott Gray <sc...@hotwaxmedia.com>.
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 (khichi.shailendra@gmail.com)
> +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 (khichi.shailendra@gmail.com)
>>> +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?
>>>>> 


Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Shailen <kh...@gmail.com>.
  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 (khichi.shailendra@gmail.com)
+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 (khichi.shailendra@gmail.com)
>> +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?
>>>>

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Scott Gray <sc...@hotwaxmedia.com>.
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 (khichi.shailendra@gmail.com)
> +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?
>>> 


Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Shailen <kh...@gmail.com>.
  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 (khichi.shailendra@gmail.com)
+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?
>>

Re: [ofbiz-trunk] Error in starting BIRT platform

Posted by Hans Bakker <ma...@antwebsystems.com>.
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.