Baanboard.com

Go Back   Baanboard.com > Forum > Baan Quick Support: Functional & Technical > Tools Administration & Installation

User login

Frontpage Sponsor

Main

Poll
Would you like to see a separate forum on Baanboard for the ION product?
No
14%
Yes
86%
Total votes: 80

Baanboard at LinkedIn


Reference Content

Reply
 
Thread Tools Display Modes
  #1  
Old 19th June 2004, 09:49
neeraj_vasudeva's Avatar
neeraj_vasudeva neeraj_vasudeva is offline
Junior Member
 
Join Date: Oct 2002
Posts: 21
neeraj_vasudeva is on a distinguished road
DB: Sql Server 2000 - OS: Win 2000
Web top Login

Hi,

I have installed Web top 3.0 on Win 2k, with Ms Sql Server 2000 as db , porting set is : 6.1c.07.02

Now when i try to login using web broswer , i am getting error message :

Failed to Connect to Bshell

Following is the information which was captured in the log:
Quote:
********************************************
Failed to establish connection to bshell:
Failed to connect to bshell: bshell
com.baan.bfe.webtop.server.util.WebTopException: Failed to connect to bshell: bshell
at com.baan.bfe.webtop.server.util.WebTopException.createGeneralException(Unknown Source)
at com.baan.bfe.erp.server.connection.ConnectionManager.getOpenConnection(Unknown Source)
at com.baan.bfe.erp.server.Backend.getConnection(Unknown Source)
at com.baan.bfe.erp.server.Backend.getConnection(Unknown Source)
at com.baan.bfe.webtop.servlet.login.UserSettingsServlet.handleOpenWebtop(Unknown Source)
at com.baan.bfe.webtop.servlet.login.UserSettingsServlet.createWUCSelectionDialog(Unknown Source)
at com.baan.bfe.webtop.servlet.login.UserSettingsServlet.handleDoPost(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.handleRequest(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
at com.baan.bfe.webtop.servlet.WebTopServlet.forward(Unknown Source)
at com.baan.bfe.webtop.servlet.login.LoginServlet.proceedLogin(Unknown Source)
at com.baan.bfe.webtop.servlet.login.LoginServlet.login(Unknown Source)
at com.baan.bfe.webtop.servlet.login.LoginServlet.handleDoPost(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.handleRequest(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
at com.baan.bfe.webtop.servlet.WebTopServlet.forward(Unknown Source)
at com.baan.bfe.webtop.servlet.DispatchServlet.handleDoGetAndPost(Unknown Source)
at com.baan.bfe.webtop.servlet.DispatchServlet.handleDoPost(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.handleRequest(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
at java.lang.Thread.run(Unknown Source)

Root cause:
com.baan.bfe.erp.server.connection.BaanConnectionException: Failed to connect to bshell: bshell
at com.baan.bfe.erp.server.ds.DsSessionLayer.handleBshellSetup(Unknown Source)
at com.baan.bfe.erp.server.ds.DsSessionLayer.connect(Unknown Source)
at com.baan.bfe.erp.server.connection.DsConnection.connect(Unknown Source)
at com.baan.bfe.erp.server.connection.ConnectionManager.getOpenConnection(Unknown Source)
at com.baan.bfe.erp.server.Backend.getConnection(Unknown Source)
at com.baan.bfe.erp.server.Backend.getConnection(Unknown Source)
at com.baan.bfe.webtop.servlet.login.UserSettingsServlet.handleOpenWebtop(Unknown Source)
at com.baan.bfe.webtop.servlet.login.UserSettingsServlet.createWUCSelectionDialog(Unknown Source)
at com.baan.bfe.webtop.servlet.login.UserSettingsServlet.handleDoPost(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.handleRequest(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
at com.baan.bfe.webtop.servlet.WebTopServlet.forward(Unknown Source)
at com.baan.bfe.webtop.servlet.login.LoginServlet.proceedLogin(Unknown Source)
at com.baan.bfe.webtop.servlet.login.LoginServlet.login(Unknown Source)
at com.baan.bfe.webtop.servlet.login.LoginServlet.handleDoPost(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.handleRequest(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
at com.baan.bfe.webtop.servlet.WebTopServlet.forward(Unknown Source)
at com.baan.bfe.webtop.servlet.DispatchServlet.handleDoGetAndPost(Unknown Source)
at com.baan.bfe.webtop.servlet.DispatchServlet.handleDoPost(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.handleRequest(Unknown Source)
at com.baan.bfe.webtop.servlet.WebTopServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
at java.lang.Thread.run(Unknown Source)
*********************************************
Anybody faced the same problem, i feel that there is some configuration issue. I tried lot of R&D , but still facing the problem.


Waiting for your reply

Regards

Neeraj Vasudeva
Reply With Quote
  #2  
Old 20th June 2004, 16:06
p.cole's Avatar
p.cole p.cole is offline
Senior Member
 
Join Date: Nov 2001
Location: Portsmouth, UK
Posts: 265
p.cole is on a distinguished road
Baan: Baan IVc4 SP20, ERP LN FP3 - DB: MSSQL 2005 - OS: W2K3
Can't really help, but I think the first porting set to support worktop is 6.1c.07.03
Reply With Quote
  #3  
Old 21st June 2004, 15:50
neeraj_vasudeva's Avatar
neeraj_vasudeva neeraj_vasudeva is offline
Junior Member
 
Join Date: Oct 2002
Posts: 21
neeraj_vasudeva is on a distinguished road
DB: Sql Server 2000 - OS: Win 2000
yaah i agree

hello,

yaah i agree infact after putting up this post i checked and found this porting set issue and 1 solution to be instaloled.

Now problem which i am facing is when i am trying to install the solution 140164 through session ttpmc2210m000 Download Scan & Connect Solution ( mulilevel ), it proceeds with a error.

I get error as Client internet access , but my internet is working fine and it is fast also. Infact the same problem i faced at one of the other site also, and there when we tried downloading the same thing through other isp it worked.... don't know why that so.

anyways i am herewith attaching the error report which i got when i ran session ttpmc2210m000 .... will try downloading tomorrow with different ISP.

Regards

Neeraj Vasudeva
Attached Files
File Type: txt pmc_report.txt (2.2 KB, 26 views)
Reply With Quote
  #4  
Old 21st June 2004, 15:56
dave_23's Avatar
dave_23 dave_23 is offline
Guru
 
Join Date: Oct 2002
Location: Portland, OR
Posts: 1,303
dave_23 will become famous soon enough
Baan: All - DB: Oracle / MS SQL / DB2 - OS: All
Are you able to download the listed solutions manually from the server?

Dave
Reply With Quote
  #5  
Old 21st June 2004, 15:56
p.cole's Avatar
p.cole p.cole is offline
Senior Member
 
Join Date: Nov 2001
Location: Portsmouth, UK
Posts: 265
p.cole is on a distinguished road
Baan: Baan IVc4 SP20, ERP LN FP3 - DB: MSSQL 2005 - OS: W2K3
ensure you have you Baan support passwords configured within PMC, use session ttpmc2211m000.

If that still fails try connecting using any ftp client to ftp.support.baan.com also. If that fails make sure you have the correct passwords and a baan support agreement!!! If still failing contact your network administrator.
Reply With Quote
  #6  
Old 22nd June 2004, 13:28
learner's Avatar
learner learner is offline
Guru
 
Join Date: Dec 2002
Location: New zealand
Posts: 544
learner is on a distinguished road
Baan: BaaN Vc with sp 19 - DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit - OS: HP-UX B.11.11
Wink i think

Hello,

Yes, i am able to download the file through support site through http, it seems that our internet connection has some problem with ftp ... may be ftp is blocked at proxy level .... i asked my network admin. about it and we will try it very soon.

yaah user name / password is correct , infact uisng internet explorer when i try to go to ftp site , then it asks user name/ password , even after enetring it correctly, it asks again , .... anyways thanks for the help ... will update the post once i am able to identify the ftp related problem.

Regards

Learner
Reply With Quote
  #7  
Old 22nd June 2004, 16:01
learner's Avatar
learner learner is offline
Guru
 
Join Date: Dec 2002
Location: New zealand
Posts: 544
learner is on a distinguished road
Baan: BaaN Vc with sp 19 - DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit - OS: HP-UX B.11.11
it worked

Hi,

It worked, it was right guess. The problem was the ISP, i tried the same things using dial up , and it worked.

so there was basically a problem with my ISDN ISP.

Regards

Learner
Reply With Quote
  #8  
Old 2nd July 2004, 08:11
learner's Avatar
learner learner is offline
Guru
 
Join Date: Dec 2002
Location: New zealand
Posts: 544
learner is on a distinguished road
Baan: BaaN Vc with sp 19 - DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit - OS: HP-UX B.11.11
still not able to start web server

Current state is I have installed BaaN IV C4 on a DEMO SERVER , below is the configuration



BaaN Version : BaaN IV c4
Localisation : India Localisation 5 ( IN 5 )
Service Pack : SP 15
Porting set : 6.1c.07.03

As per the pre-requsites I have installed Porting set :6.1c.07.03 as well as tools solution 140164, But still I am not able to start the Tomcat web server, once i click on the batch file to start the web server , i get the following error .

Refer to the attached text file for error information.

It seems the http port needs to be reconfigured. How do i do it ???

Waiting for your reply.

Regards

Learner
Attached Files
File Type: txt webtop_error.txt (3.5 KB, 11 views)
Reply With Quote
  #9  
Old 4th July 2004, 10:45
learner's Avatar
learner learner is offline
Guru
 
Join Date: Dec 2002
Location: New zealand
Posts: 544
learner is on a distinguished road
Baan: BaaN Vc with sp 19 - DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit - OS: HP-UX B.11.11
solved the problem !! now web top started working

Hello,

Finally i figured out how to change the port for webserver , just went into
C:\Program Files\SSA\Webtop\tomcat\conf folder and modified server.xml file

Quote:
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8080" minProcessors="5" maxProcessors="500"
enableLookups="true" redirectPort="8443"
acceptCount="500" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
change port no on the first line from 80 to 8080

Regards

Learner
Reply With Quote
  #10  
Old 5th July 2004, 09:39
GAURAVGUPTA9's Avatar
GAURAVGUPTA9 GAURAVGUPTA9 is offline
Unconfirmed User
 
Join Date: Mar 2002
Location: India
Posts: 103
GAURAVGUPTA9 is on a distinguished road
Baan: BaanIV C4 BAAN5.0C - DB: SQL Server7,2000, Oracle8 - OS: HP unix, Win2000,AIX
follow the document

Dear Learner.
Hope u doing fine...
there is a document given in the installation CD. plz follow that and ur all problem will be solved. i installed using that document only. it worked fine at once. and all solution need to install that 14 solution are given in the CD as well. Sahi se CD dekh. mane hi banai thi.
regards
Gaurav Gupta
Reply With Quote
  #11  
Old 5th July 2004, 10:00
learner's Avatar
learner learner is offline
Guru
 
Join Date: Dec 2002
Location: New zealand
Posts: 544
learner is on a distinguished road
Baan: BaaN Vc with sp 19 - DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit - OS: HP-UX B.11.11
Hello,

Well the problem got already resolved few days back.

Thanks


Regards

Learner
Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
AFS y Web Services fbernaus Forum español 8 20th September 2010 08:54
WebTop??? Does it Work?? BaanCat Open World, Portal & Decision Manager 29 30th May 2005 14:21
Web Top 3.0 Installation Steps mahadevan Miscellaneous 2 8th October 2004 17:33
Two Baan users to one UNIX login pjohns Tools Administration & Installation 14 17th December 2001 16:34


All times are GMT +2. The time now is 22:36.


©2001-2013 - Baanboard.com - Baanforums.com