You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by "krishna8991@gmail.com" <kr...@gmail.com> on 2017/12/29 12:02:08 UTC

Re: Unable to access local ecommerce application

Hi Michael,

I don't see anything in Firefox (tried in debug mode, the response status is 404). In IE, I see 404 error. 


"The webpage cannot be found
 
  HTTP 404 "

The request (over 8080) is hitting the server. The logs show the following one in the console.

'2017-12-27 14:58:56,601 |main                 |CatalinaContainer             |I| Connector HTTP/1.1 @ 8080 - not-secure [org.apache.coyote.http11.Http11NioProtocol] started."

Thanks,
Krishna                                                     


On 2017-12-25 10:01, Michael Brohl <mi...@ecomify.de> wrote: 
> Hi Krish,
> 
> there seems to be everything ok with the log, the request is served 
> without errors.
> 
> What did you see in your browser?
> 
> Regards
> 
> Michael
> 
> 
> Am 25.12.17 um 10:16 schrieb Deepak Dixit:
> > Hi Krish,
> >
> > Your email has been moderated, Please subscribe mailing list
> > http://ofbiz.apache.org/mailing-lists.html
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwaxsystems.com
> > www.hotwax.co
> >
> > ---------- Forwarded message ----------
> > From: "krishna8991@gmail.com" <kr...@gmail.com>
> > To: <us...@ofbiz.apache.org>
> > Cc:
> > Bcc:
> > Date: Mon, 25 Dec 2017 02:33:32 -0000
> > Subject: Unable to access local ecommerce application
> > Hi,
> >
> > I have been following the instruction under Demo and Setup guide under -
> > https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide
> >
> > I was able to start OFBiz with embedded Tomcat (Step 4).
> >
> > But I am unable to access - http://127.0.0.1:8080/ecommerce/control/main
> > for the ecommerce application. The request is not being served.
> >
> > This is the log message in the console (Last few lines) -
> > ------------------------------------------------------------
> > ---------------------------------------------------------------------------
> > 2017-12-25 02:27:31,162 |main                 |ContainerLoader
> >   |I| Started container birt-container
> > 2017-12-25 02:27:32,115 |OFBiz-JobPoller      |JobManager
> >    |I| No crashed jobs to re-schedule
> > 2017-12-25 02:28:06,901 |http-nio-8080-exec-1 |ControlEventListener
> >    |I| Creating session:  hidden sessionId by default.
> > 2017-12-25 02:28:06,917 |http-nio-8080-exec-1 |CategoryWorker
> >    |I| [CategoryWorker.getCatalogTopCategory] Setting new top category:
> > CATALOG1
> > 2017-12-25 02:28:07,073 |http-nio-8080-exec-1 |ControlServlet
> >    |T| [[[main(Domain:http://127.0.0.1)] Request Begun, encoding=[UTF-8]-
> > total:0.0,since last(Begin):0.015]]
> > 2017-12-25 02:28:07,089 |http-nio-8080-exec-1 |VisitHandler
> >    |I| Found visitorId [10000] in cookie
> > 2017-12-25 02:28:07,104 |http-nio-8080-exec-1 |TransactionUtil
> >   |W| No transaction in place, so not suspending.
> > 2017-12-25 02:28:07,167 |http-nio-8080-exec-1 |SequenceUtil
> >    |I| Got bank of sequenced IDs for [Visit]; curSeqId=10600,
> > maxSeqId=10700, bankSize=100
> > 2017-12-25 02:28:07,276 |http-nio-8080-exec-1 |ConfigXMLReader
> >   |I| controller loaded: 0.015s, 289 requests, 95 views in
> > file:/C:/apache-ofbiz/ofbiz/specialpurpose/ecommerce/
> > webapp/ecommerce/WEB-INF/controller.xml
> > 2017-12-25 02:28:07,339 |http-nio-8080-exec-1 |RequestHandler
> >    |I| Sending redirect to: [https://127.0.0.1/ecommerce/control/main].
> > Hidden sessionId by default.
> > 2017-12-25 02:28:07,479 |http-nio-8080-exec-1 |ServerHitBin
> >    |I| Visit delegatorName=default, ServerHitBin delegatorName=default
> > 2017-12-25 02:28:07,604 |http-nio-8080-exec-1 |ControlServlet
> >    |T| [[[main(Domain:http://127.0.0.1)] Request Done- total:0.531,since
> > last([main(Domain:http...):0.531]]
> > ------------------------------------------------------------
> > ---------------------------------------------------------------------------
> >
> > I could access
> > https://127.0.0.1:8443/webtools/control/main for the WebTools application or
> > https://127.0.0.1:8443/catalog/control/main for the Catalog Manager
> > application.
> >
> > Can someone help me please?
> >
> > JAVA_HOME - C:\Program Files\Java\jdk1.8.0_131
> >
> > And it is the latest OFBiz - apache-ofbiz-16.11.03
> >
> > Thanks,
> > Krish
> >
> 
> 
>