so open taps uses the include controller?
<include
location="component://common/webcommon/WEB-INF/common-controller.xml"/>
and the
site-conf.xsd
is the same
and all the new code in the framework/common are the same.
if not, that is a big difference.
quadri sent the following on 12/15/2008 4:16 AM:
> Thanks for your reply,
>
> I am very sorry,I think my topic supposed to be Integrating Wars into
> OFBiz, but I believe that OFBiz and Opentaps have almost the same structure
> because am working on both and that is the reason I wrote the topic like
> that.
>
> I was going through the OFBiz Tutorials at:
> (http://www.opensourcestrategies.com/ofbiz/tutorials.php) and there is a
> stage where they explained on how to load wars into OFBiz, where they use
> openI as an example added by ChrisHowe at:
> http://docs.ofbiz.org/display/OFBIZ/Load+OpenI+%28Mondrian+Implementation%29+under+OFBiz.
>
> I have gone through this tutorial like I explained in the former message
> I posted but am still having a challenge.
>
> Please I really need your help because I believe you guys can help me
> out of this, "Tim Ruppert" just like you said , I have also posted to
> Opentaps forum and I was directed by Si Chen who adviced me to go to the
> ofbiz mailing list that my questions might get answered there and that Chris
> Howe is always there.
>
> Please someone should help me look into this and give me the right steps to
> take in getting this resolved.
>
> Thanks very much,Please I will be expecting your reply.
>
>
>
>
>
> Tim Ruppert wrote:
>> Opentaps is not OFBiz - you may need to take this to their mailing to get
>> your questions answered.
>>
>> Cheers,
>> Tim
>> --
>> Tim Ruppert
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>> o:801.649.6594
>> f:801.649.6595
>>
>> ----- "quadri" <[email protected]> wrote:
>>
>>> Hi all,
>>>
>>> I need to integrate war application called openI into Opentaps,and
>>> I
>>> have gone through the Load OpenI (Mondrian Implementation) under
>>> OFBiz
>>> tutorial Added by Chris Howe at:
>>> http://docs.ofbiz.org/display/OFBIZ/Load+OpenI+%28Mondrian+Implementation%29+under+OFBiz.
>>>
>>>
>>> Actually,the tutorial really helped me but is like there are some
>>> other
>>> things I still need to do.
>>>
>>> I have done everything am asked to do from the tutorial,and in
>>> addition
>>> to it through what I read from:
>>> http://osdir.com/ml/java.ofbiz.user/2005-08/msg00359.html. by
>>> Yannick
>>> Thebault, I also modified the
>>> build.xml,ofbiz-component.xml,web.xml,controller.xml and declared my
>>> component into component-load.xml.
>>>
>>> But,whenever I start the Opentaps and try to view the openi
>>> application,it
>>> will just load for sometimes and display a blank page with the
>>> following
>>> error:
>>>
>>> -------------------------------------------------
>>> ,since last(Begin):0.0]]
>>> 2008-12-05 07:30:35,414 (http-0.0.0.0-8443-Processor3) [
>>> ControlServlet.java:152:ERROR] [ControlServlet] ERROR: delegator not
>>> found
>>> in ServletContext
>>> 2008-12-05 07:30:35,414 (http-0.0.0.0-8443-Processor3) [
>>> ControlServlet.java:164:ERROR] [ControlServlet] ERROR: dispatcher not
>>> found
>>> in ServletContext
>>> 2008-12-05 07:30:35,417 (http-0.0.0.0-8443-Processor3) [
>>> ControlServlet.java:173:ERROR] [ControlServlet] ERROR: security not
>>> found in
>>> ServletContext
>>> 2008-12-05 07:30:35,418 (http-0.0.0.0-8443-Processor3) [
>>> ControlServlet.java:184:DEBUG] [[[main] Setup done, doing Event(s)
>>> and
>>> View(s)- total:0.0040,since last([main] Servlet St...):0.0040]]
>>> 2008-12-05 07:30:35,427 (http-0.0.0.0-8443-Processor3) [
>>> UtilXml.java:246:DEBUG] XML Read 0.0080s:
>>> jndi:/0.0.0.0/openi/WEB-INF/controller.xml
>>> 2008-12-05 07:30:35,428 (http-0.0.0.0-8443-Processor3) [
>>> ConfigXMLReader.java:561:INFO ] ConfigMap Created: (4) records in
>>> 0.0s
>>> 2008-12-05 07:30:35,429 (http-0.0.0.0-8443-Processor3) [
>>> ConfigXMLReader.java:719:INFO ] HandlerMap Created: (4) view handlers
>>> and
>>> (5) request/event handlers in 0.0s
>>> 2008-12-05 07:30:35,430 (http-0.0.0.0-8443-Processor3) [
>>> ConfigXMLReader.java:294:INFO ] RequestMap Created: (1) records in
>>> 0.0010s
>>> 2008-12-05 07:30:35,430 (http-0.0.0.0-8443-Processor3) [
>>> ConfigXMLReader.java:388:INFO ] ViewMap Created: (2) records in 0.0s
>>> 2008-12-05 07:30:35,436 (http-0.0.0.0-8443-Processor3) [
>>> ControlServlet.java:195:ERROR]
>>> ---- exception report
>>> ----------------------------------------------------------Error in
>>> request
>>> handler:
>>> Exception: org.ofbiz.webapp.control.RequestHandlerException
>>> Message: Unknown request [main]; this request does not exist or cannot
>>> be
>>> called directly.
>>> ---- stack trace
>>> ---------------------------------------------------------------org.ofbiz.webapp.control.RequestHandlerException:
>>> Unknown request [main]; this request does not exist or cannot be
>>> called
>>> directly.
>>> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:121)
>>> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:192)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)
>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
>>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
>>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>>> java.lang.Thread.run(Thread.java:595)
>>> --------------------------------------------------------------------------------
>>> 2008-12-05 07:30:35,437 (http-0.0.0.0-8443-Processor3) [
>>> ControlServlet.java:209:ERROR] An error occurred, going to the
>>> errorPage:
>>> /error/error.jsp
>>> 2008-12-05 07:30:35,450 (http-0.0.0.0-8443-Processor3) [
>>> ControlServlet.java:216:ERROR] Including errorPage: /error/error.jsp
>>> 2008-12-05 07:30:35,512 (http-0.0.0.0-8443-Processor3) [
>>>
>>> StandardWrapperValve.java:260:ERROR] Servlet.service() for servlet
>>> ControlServlet threw exception
>>> java.lang.IllegalArgumentException: The delgator passed to countHit
>>> cannot
>>> be null
>>> at
>>> org.ofbiz.webapp.stats.ServerHitBin.countHit(ServerHitBin.java:116)
>>> at
>>> org.ofbiz.webapp.stats.ServerHitBin.countHit(ServerHitBin.java:88)
>>> at
>>> org.ofbiz.webapp.stats.ServerHitBin.countRequest(ServerHitBin.java:61)
>>> at
>>> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:258)
>>> at
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
>>> at
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>> at
>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>> at
>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>>> at
>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
>>> at
>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>>> at
>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>>> at
>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>>> at
>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)
>>> at
>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>>> at
>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
>>> at
>>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
>>> at
>>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>>> at
>>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>>> at
>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>>> at java.lang.Thread.run(Thread.java:595)
>>> 2008-12-05 07:30:35,515 (http-0.0.0.0-8443-Processor3) [
>>>
>>> RequestContextListener.java:88 :DEBUG] Cleared thread-bound request
>>> context:
>>> org.apache.catalina.connector.requestfac...@4be179
>>>
>>>
>>> ----------------------
>>>
>>> ---------------------- ----------------------------
>>> I think,I still need to do some other things or may be I did not do
>>> the
>>> right thing.Please I will need your help on this.
>>>
>>> I have been trying to post my challenge to OFBiz-User mailing list
>>> since
>>> but I could not if not for this site: www.nabble.com.
>>>
>>> Thanks, please I will be expecting your reply soon.
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Integrating-War-into-Opentaps-%28OFBiz%29-tp20987940p20987940.html
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>