Re: svn commit: r833294 - in /ofbiz: branches/addbirt/framework/ branches/addbirt/framework/birt/lib/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/context/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/service/ branches/addbirt/fra...

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

Re: svn commit: r833294 - in /ofbiz: branches/addbirt/framework/ branches/addbirt/framework/birt/lib/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/context/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/service/ branches/addbirt/fra...

Deepak Dixit-2
Hello Hans,

comment inline:

> Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=833294&r1=833293&r2=833294&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
> +++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Fri Nov  6 03:55:56 2009
> @@ -256,6 +256,14 @@
>              <property name="ciphers" value=""/>
>          </property>
>      </container>
> +    
> +    <!-- load the BIRT container -->
> +    <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
> +        <!-- the port below and port-1 will be opened by beanshell -->
> +        <property name="delegator-name" value="default"/>
> +        <property name="dispatcher-name" value="birt-dispatcher"/>
> +        <property name="delegator-group-helper-name" value="org.ofbiz"/>
> +    </container>
>  
>      <!-- load BeanShell remote telnet server -->
>      <container name="beanshell-container" class="org.ofbiz.base.container.BeanShellContainer">
>
>  
Due to above changes we are not able to run server.Following error occured :

org.ofbiz.base.start.StartupException: Cannot locate container class
(org.ofbiz.birt.container.BirtContainer)
   at
org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:164)

   at
org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:65)
   at org.ofbiz.base.start.Start.initStartLoaders(Start.java:258)
   at org.ofbiz.base.start.Start.init(Start.java:96)
   at org.ofbiz.base.start.Start.main(Start.java:409)
java.lang.ClassNotFoundException: org.ofbiz.birt.container.BirtContainer




Thanks & Regards
--
Deepak Dixit
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98267-54548

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r833294 - in /ofbiz: branches/addbirt/framework/ branches/addbirt/framework/birt/lib/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/context/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/service/ branches/addbirt/fra...

Scott Gray-2
I've reverted the portion of the commit that affected the trunk in  
r833303

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 6/11/2009, at 6:14 PM, Deepak Dixit wrote:

> Hello Hans,
>
> comment inline:
>> Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=833294&r1=833293&r2=833294&view=diff
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =====================================================================
>> --- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
>> +++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Fri Nov  
>> 6 03:55:56 2009
>> @@ -256,6 +256,14 @@
>>             <property name="ciphers" value=""/>
>>         </property>
>>     </container>
>> +    +    <!-- load the BIRT container -->
>> +    <container name="birt-container"  
>> class="org.ofbiz.birt.container.BirtContainer">
>> +        <!-- the port below and port-1 will be opened by beanshell  
>> -->
>> +        <property name="delegator-name" value="default"/>
>> +        <property name="dispatcher-name" value="birt-dispatcher"/>
>> +        <property name="delegator-group-helper-name"  
>> value="org.ofbiz"/>
>> +    </container>
>>      <!-- load BeanShell remote telnet server -->
>>     <container name="beanshell-container"  
>> class="org.ofbiz.base.container.BeanShellContainer">
>>
>>
> Due to above changes we are not able to run server.Following error  
> occured :
>
> org.ofbiz.base.start.StartupException: Cannot locate container class  
> (org.ofbiz.birt.container.BirtContainer)
>  at  
> org
> .ofbiz
> .base.container.ContainerLoader.loadContainer(ContainerLoader.java:
> 164)
>  at  
> org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:65)
>  at org.ofbiz.base.start.Start.initStartLoaders(Start.java:258)
>  at org.ofbiz.base.start.Start.init(Start.java:96)
>  at org.ofbiz.base.start.Start.main(Start.java:409)
> java.lang.ClassNotFoundException:  
> org.ofbiz.birt.container.BirtContainer
>
>
>
>
> Thanks & Regards
> --
> Deepak Dixit
> HotWax Media Pvt. Ltd.
> Website :- www.hotwaxmedia.com
> Contact :- +91-98267-54548
>


smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r833294 - in /ofbiz: branches/addbirt/framework/ branches/addbirt/framework/birt/lib/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/context/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/service/ branches/addbirt/fra...

Deepak Dixit-2
Thanks Scott  :-)

Regards
--
Deepak Dixit
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98267-54548


Scott Gray wrote:

> I've reverted the portion of the commit that affected the trunk in
> r833303
>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 6/11/2009, at 6:14 PM, Deepak Dixit wrote:
>
>> Hello Hans,
>>
>> comment inline:
>>> Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
>>> URL:
>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=833294&r1=833293&r2=833294&view=diff 
>>>
>>> ==============================================================================
>>>
>>> --- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
>>> +++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Fri Nov  
>>> 6 03:55:56 2009
>>> @@ -256,6 +256,14 @@
>>>             <property name="ciphers" value=""/>
>>>         </property>
>>>     </container>
>>> +    +    <!-- load the BIRT container -->
>>> +    <container name="birt-container"
>>> class="org.ofbiz.birt.container.BirtContainer">
>>> +        <!-- the port below and port-1 will be opened by beanshell -->
>>> +        <property name="delegator-name" value="default"/>
>>> +        <property name="dispatcher-name" value="birt-dispatcher"/>
>>> +        <property name="delegator-group-helper-name"
>>> value="org.ofbiz"/>
>>> +    </container>
>>>      <!-- load BeanShell remote telnet server -->
>>>     <container name="beanshell-container"
>>> class="org.ofbiz.base.container.BeanShellContainer">
>>>
>>>
>> Due to above changes we are not able to run server.Following error
>> occured :
>>
>> org.ofbiz.base.start.StartupException: Cannot locate container class
>> (org.ofbiz.birt.container.BirtContainer)
>>  at
>> org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:164)
>>
>>  at
>> org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:65)
>>  at org.ofbiz.base.start.Start.initStartLoaders(Start.java:258)
>>  at org.ofbiz.base.start.Start.init(Start.java:96)
>>  at org.ofbiz.base.start.Start.main(Start.java:409)
>> java.lang.ClassNotFoundException: org.ofbiz.birt.container.BirtContainer
>>
>>
>>
>>
>> Thanks & Regards
>> --
>> Deepak Dixit
>> HotWax Media Pvt. Ltd.
>> Website :- www.hotwaxmedia.com
>> Contact :- +91-98267-54548
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r833294 - in /ofbiz: branches/addbirt/framework/ branches/addbirt/framework/birt/lib/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/context/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/service/ branches/addbirt/fra...

hans_bakker
In reply to this post by Scott Gray-2
Thank you scott....very strange to get the branches mixed with the
trunk.

regards,
Hans

On Fri, 2009-11-06 at 18:30 +1300, Scott Gray wrote:

> I've reverted the portion of the commit that affected the trunk in  
> r833303
>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 6/11/2009, at 6:14 PM, Deepak Dixit wrote:
>
> > Hello Hans,
> >
> > comment inline:
> >> Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
> >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=833294&r1=833293&r2=833294&view=diff
> >> =
> >> =
> >> =
> >> =
> >> =
> >> =
> >> =
> >> =
> >> =
> >> =====================================================================
> >> --- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
> >> +++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Fri Nov  
> >> 6 03:55:56 2009
> >> @@ -256,6 +256,14 @@
> >>             <property name="ciphers" value=""/>
> >>         </property>
> >>     </container>
> >> +    +    <!-- load the BIRT container -->
> >> +    <container name="birt-container"  
> >> class="org.ofbiz.birt.container.BirtContainer">
> >> +        <!-- the port below and port-1 will be opened by beanshell  
> >> -->
> >> +        <property name="delegator-name" value="default"/>
> >> +        <property name="dispatcher-name" value="birt-dispatcher"/>
> >> +        <property name="delegator-group-helper-name"  
> >> value="org.ofbiz"/>
> >> +    </container>
> >>      <!-- load BeanShell remote telnet server -->
> >>     <container name="beanshell-container"  
> >> class="org.ofbiz.base.container.BeanShellContainer">
> >>
> >>
> > Due to above changes we are not able to run server.Following error  
> > occured :
> >
> > org.ofbiz.base.start.StartupException: Cannot locate container class  
> > (org.ofbiz.birt.container.BirtContainer)
> >  at  
> > org
> > .ofbiz
> > .base.container.ContainerLoader.loadContainer(ContainerLoader.java:
> > 164)
> >  at  
> > org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:65)
> >  at org.ofbiz.base.start.Start.initStartLoaders(Start.java:258)
> >  at org.ofbiz.base.start.Start.init(Start.java:96)
> >  at org.ofbiz.base.start.Start.main(Start.java:409)
> > java.lang.ClassNotFoundException:  
> > org.ofbiz.birt.container.BirtContainer
> >
> >
> >
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > HotWax Media Pvt. Ltd.
> > Website :- www.hotwaxmedia.com
> > Contact :- +91-98267-54548
> >
>
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r833294 - in /ofbiz: branches/addbirt/framework/ branches/addbirt/framework/birt/lib/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/context/ branches/addbirt/framework/birt/src/org/ofbiz/birt/report/service/ branches/addbirt/fra...

Scott Gray-2
No problem Hans, keep in mind you'll need to recommit the code I  
reverted, except in the branch this time :-)

Regards
Scott

On 6/11/2009, at 7:25 PM, Hans Bakker wrote:

> Thank you scott....very strange to get the branches mixed with the
> trunk.
>
> regards,
> Hans
>
> On Fri, 2009-11-06 at 18:30 +1300, Scott Gray wrote:
>> I've reverted the portion of the commit that affected the trunk in
>> r833303
>>
>> Regards
>> Scott
>>
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>> On 6/11/2009, at 6:14 PM, Deepak Dixit wrote:
>>
>>> Hello Hans,
>>>
>>> comment inline:
>>>> Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
>>>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=833294&r1=833293&r2=833294&view=diff
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> ===================================================================
>>>> --- ofbiz/trunk/framework/base/config/ofbiz-containers.xml  
>>>> (original)
>>>> +++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Fri Nov
>>>> 6 03:55:56 2009
>>>> @@ -256,6 +256,14 @@
>>>>            <property name="ciphers" value=""/>
>>>>        </property>
>>>>    </container>
>>>> +    +    <!-- load the BIRT container -->
>>>> +    <container name="birt-container"
>>>> class="org.ofbiz.birt.container.BirtContainer">
>>>> +        <!-- the port below and port-1 will be opened by beanshell
>>>> -->
>>>> +        <property name="delegator-name" value="default"/>
>>>> +        <property name="dispatcher-name" value="birt-dispatcher"/>
>>>> +        <property name="delegator-group-helper-name"
>>>> value="org.ofbiz"/>
>>>> +    </container>
>>>>     <!-- load BeanShell remote telnet server -->
>>>>    <container name="beanshell-container"
>>>> class="org.ofbiz.base.container.BeanShellContainer">
>>>>
>>>>
>>> Due to above changes we are not able to run server.Following error
>>> occured :
>>>
>>> org.ofbiz.base.start.StartupException: Cannot locate container class
>>> (org.ofbiz.birt.container.BirtContainer)
>>> at
>>> org
>>> .ofbiz
>>> .base.container.ContainerLoader.loadContainer(ContainerLoader.java:
>>> 164)
>>> at
>>> org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:
>>> 65)
>>> at org.ofbiz.base.start.Start.initStartLoaders(Start.java:258)
>>> at org.ofbiz.base.start.Start.init(Start.java:96)
>>> at org.ofbiz.base.start.Start.main(Start.java:409)
>>> java.lang.ClassNotFoundException:
>>> org.ofbiz.birt.container.BirtContainer
>>>
>>>
>>>
>>>
>>> Thanks & Regards
>>> --
>>> Deepak Dixit
>>> HotWax Media Pvt. Ltd.
>>> Website :- www.hotwaxmedia.com
>>> Contact :- +91-98267-54548
>>>
>>
> --
> Antwebsystems.com: Quality OFBiz services for competitive rates
>


smime.p7s (4K) Download Attachment