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 ([email protected])
> +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 ([email protected])
>>> 
>>> On Tue, Jul 27, 2010 at 6:38 PM, Sam Hamilton<[email protected]>  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 ([email protected])
>>>>> +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"<[email protected]>
>>>>>>> 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 ([email protected])
>>>>>>> +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 ([email protected])
>>>>>>>>> +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?
>>>>>>>>>>> 
>>>> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to