Web Dev does not launch in DV for an application

GregAndrews

Active Member
When in OMW In DV and we try to launch Run HTML all they get is this {EVTS:[{VAL:"",EVT:1,REFRESH_PARENT:"TRUE",ID:""}]}.
The OAS feature is installed on the fat client. Here is the error from the jas log

27 Dec 2010 08:56:08,581 [SEVERE] - [NET] *ERROR* JdeConnectionPool LOCALHOST:6115 JdeSocket error:Connection refused: connect

27 Dec 2010 08:56:08,581 [SEVERE] - [KERNEL] *ERROR* RemoteEnv: execute:COSE#1002 Connection failed: LOCALHOST:6115 host:LOCALHOST:6115 user:GANDREWS Env:DV900

27 Dec 2010 08:56:08,581 [SEVERE] - [JAS] No Secondary Data Source found from OCM for user GANDREWS environment DV900 object B9800150 type BSFN

27 Dec 2010 08:56:08,581 [SEVERE] - [JAS] JASServiceException occured in the JDESignon.buildUserSession(): CallBusinessFunction LeftJustifyUDCValue Failed:Errors on JAS: Error Message: <Errors on JAS: >, Error list: :



OAS 10.1.3.5
E9.0
Tools 8.98.4.0
 
It's looking on port 6115, so I'm guessing this is a multi-foundation install for the new Tools Release? Are the services running for that Tools Release? It's trying to authenticate, but it can't, and unfortunately, that could be for several reasons.

In addition to the JDE.INI, JAS.INI, and JDBJ.INI settings, you also need to make sure the JDBC driver is there under \E900\MISC.
 
It is a Multi-foundation install with the new tools release. We are running the HTML services for the new tools release. I have looked through the JDE.INI, JAS.INI and JDBJ.INI and don't see anything that jumps out at me.
 
Not much just this

DDec 30 08:51:46.507018 - 4020/6056 WRK:Starting jdeCallObject RT: BSFN: Returned 1: LocalWebRunHTML App: P9860A Form: W9860AL [T:17a8 F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgrt\RT_BSFN.cpp Ln:1947 Lv:BUSINESS FUNC]
ec 30 08:51:46.507019 - 4020/6056 WRK:Starting jdeCallObject RT: BSFN DID NOT RETURN SUCCESS LocalWebRunHTML[T:17a8 F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgrt\RT_BSFN.cpp Ln:1952 Lv:BUSINESS FUNC]
Dec 30 08:51:46.507020 - 4020/6056 WRK:Starting jdeCallObject RT: <<<Finished ER: Button Clicked App: Form: W9860AL ID: 1 [T:17a8 F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgrt\Rt_er.cpp Ln:3335 Lv:LEVEL3]
Dec 30 08:51:46.507021 - 4020/6056 WRK:Starting jdeCallObject RT: >>>Beginning ER: Post Button Clicked App: Form: W9860AL ID: 1 [T:17a8 F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgrt\Rt_er.cpp Ln:3311 Lv:LEVEL3]
Dec 30 08:51:46.507022 - 4020/6056 WRK:Starting jdeCallObject RT: <<<Finished ER: Post Button Clicked App: Form: W9860AL ID: 1 [T:17a8 F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgrt\Rt_er.cpp Ln:3335 Lv:LEVEL3]
Dec 30 08:51:53.476000 - 4020/6056 WRK:Starting jdeCallObject RT: >>>Beginning ER: Close/Cancel Button Clicked App: Form: W9860AL ID: 1 [T:17a8 F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgrt\Rt_er.cpp Ln:3311 Lv:LEVEL3]
Dec 30 08:51:53.476001 - 4020/6056 WRK:Starting jdeCallObject RT: BSFN: Calling : SetAttribute App: P9860A Form: W9860AL [T:17a8 F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgrt\RT_BSFN.cpp Ln:1832 Lv:BUSINESS FUNC]
Dec 30 08:51:53.476002 - 4020/6056 WRK:Starting jdeCallObject COB00001: jdeCallObject called to launch SetAttribute.
Dec 30 08:51:53.476003 - 4020/6056 WRK:Starting jdeCallObject COB00001: jdeCallObject called to launch SetAttribute.
Dec 30 08
 
So for your DV900 environment, is that foundation running on port 6115? That's what your error message indicates to be trying. If that's not the correct port, you may need to change the port # on your JDE.INI file on your local development client, and also in your jas.ini file on your local development client.
 
DV and PY are running on port 6115. The JDE.ini and Jas.ini are both pointed to 6115
 
Ok, can save it
F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgr t\RT_BSFN.cpp Ln:1952 Lv:BUSINESS FUNC]
Dec 30 08:51:46.507020 - 4020/6056 WRK:Starting jdeCallObject RT: <<<Finished ER: Button Clicked App: Form: W9860AL ID: 1 [T:17a8 F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgr t\Rt_er.cpp Ln:3335 Lv:LEVEL3]
Dec 30 08:51:46.507021 - 4020/6056 WRK:Starting jdeCallObject RT: >>>Beginning ER: Post Button Clicked App: Form: W9860AL ID: 1 [T:17a8 F:\builds\8.98.04.00.16\Rels\client\Jdeuser\jdecgr t\Rt_er.cpp Ln:3311 Lv:LEVEL3]
 
Back
Top