Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Configuring WLS with Tuxedo JOLT

82 views
Skip to first unread message

Andy

unread,
May 31, 2000, 3:00:00 AM5/31/00
to
did anyone find a solution to this problem? I'm experiencing the exact same
thing with WLS 5.1. The same settings work fine with WLS 4.51. Any clues?


mauricio wrote:

> I'm evaluating the WLS, and I want to connect WLS to Tuxedo Aplicaction; I
> mean I'd like to use some services in the Tuxedo App in the WLS. I
> configured the pool that comes in the weblogic.propoerties but it can't
> create the connection to JOLT.
>
> The error throw is:
>
> <WebLogicServer> Invoking T3StartupDef demojoltpoolStart
> bea.jolt.pool.servlet.weblogic.PoolManagerStartUp with {maxpoolsize=3,
> poolname=demojoltpool, appaddrlist=//129.222.24.10:8040,
> failoverlist=//129.222.24.10:8040, minpoolsize=1}
> <WebLogicServer> Failed to invoke startup class
> demojoltpoolStart=bea.jolt.pool.servlet.weblogic.PoolManagerStartUp
> <WebLogicServer> java.lang.Exception: Cannot create 1 connection
> at java.lang.Throwable.<init>(Compiled Code)
> at java.lang.Exception.<init>(Compiled Code)
> at
> bea.jolt.pool.servlet.weblogic.PoolManagerStartUp.startup(PoolManagerStartUp
> .java:143)
> at weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java:182)
> at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
> at
> weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:61)


Andy

unread,
Jun 2, 2000, 3:00:00 AM6/2/00
to
I have now made some interesting observations. The exception arises when the
Tuxedo server is Tuxedo v6.3 and Jolt v1.1.When using Tuxedo v6.5 and Jolt v1.2
everything works fine. Can anyone confirm that Jolt connection pools in WLS 5.1
together with Jolt 1.1 work / does not work? My Jolt server runs on HP-UX and the
WLS runs on Windows NT 4. Thanks.

Robert Patrick

unread,
Jun 7, 2000, 3:00:00 AM6/7/00
to
My understanding is that the Jolt classes distributed with WLS 5.1 are Jolt 1.2 and
are not backward compatible...

Bill Shen

unread,
Jun 19, 2000, 3:00:00 AM6/19/00
to
Could any one provide a sample ubb for getting BankApp sample up & running
for Jolt?

New to Tux. Got BankApp running in Tux but stuck in Jolt. Any help
appreciated.

TIA,
Bill

"Robert Patrick" <rhpa...@ibm.NOSPAM.net> wrote in message
news:393DEFC0...@ibm.NOSPAM.net...

Mauricio Del Moral

unread,
Jun 20, 2000, 3:00:00 AM6/20/00
to
Hi!,

first ..
If you already have installed TUXEDO 6.5 and JOLT 1.2

To Configure Tuxedo JSL and JSH, tyring putting this in UBB

*MACHINES
MAXWCLIENTS=10

*GROUPS
GR_JSL LMID=SITE GRPNO=2 OPENINFO=NONE
GR_REP LMID=SITE GRPNO=3 OPENINFO=NONE

*SERVERS
JSL SRVGRP=GR_JSL SRVID=10 CLOPT ="-- -n
//HOST:port -m2 -M4 -x!0"
JREPSVR SRVGRP=GR_REP SRVID=10 CLOPT ="-A -- -W -P [path where is the
jrepository file]"

Then Compile UBB and start up tuxedo app!

and then Configure weblogic.properties to create a JOLT pool setting the
port number at the same number in the JSL listen for requests.


Hope this helps!

Mauricio

Bill Shen

unread,
Jun 20, 2000, 3:00:00 AM6/20/00
to
Thanks a lot for replying!

After posting my question, I tried some more and got one config half
"working" - the BankApp client did the first transaction fine but failed on
the second. I tried your sugguestion and got the same result, unfortunately.
By the way, I can't get file://NameOfMyBox:55555 to work so I'm using HEX,
as in "0x0002d9030c1615b0". The following lists the info, which is somewhat
long. Any help will be appreciated.

I'm using Tux 7.1, Jolt 1.2 and WL 5.1

******* My config ******
JSL SRVGRP=JSLGRP
SRVID=130
CLOPT= " -- -n 0x0002d9030c1615b0-m2 -M4 -x10"

JREPSVR SRVGRP=JREPGRP
SRVID=97
RQADDR=JREPQ
CLOPT="-A -- -P c:\eval\beas\Tuxedo\udataobj\jolt\repository\jrepository"
******* End My config ******

******* Error from Ulog *******
094420.HAPC307!TLR.608.601.0: xa_start - rmstart: LIBDUX_CAT:451: file
system error: LIBDUX_CAT:62: one or more tran. already associated with
process
094420.HAPC307!TLR.608.601.0: gtrid x0 x394f9f1f xdd: LIBTUX_CAT:481: ERROR:
Service xa_start returned XAER_RMERR
094437.HAPC307!JSH.604.605.-2: gtrid x0 x394f9f1f xdd: JOLT_CAT:1198: WARN:
Forced shutdown of client; user name 'User.0@55555'; client name 'webuser'
******* End Error from Ulog *******

******* Error from WL *******
Tue Jun 20 09:44:19 PDT 2000:<I> <ServletContext-General>
weblogic.servlet.Class
pathServlet: init
setSessionContext called
ejbCreate (Terry)
Inquiry (10000)
Transaction (INQUIRY)
Deposit (10000, 100.0)
Transaction (DEPOSIT)
Beginning transaction
Deposit (10000, 200.0)
Transaction (DEPOSIT)
Tue Jun 20 09:44:20 PDT 2000:<I> <EJB JAR deployment
C:/weblogic/myserver/ejb_jo
lt_bankapp.jar> Exception in non-transactional EJB invoke:
examples.jolt.ejb.bankapp.ProcessingErrorException: Teller error: service
except
ionbea.jolt.pool.ServiceException: TPESVCERR - server error while handling
reque
st
at
examples.jolt.ejb.bankapp.TellerBean.transact(TellerBean.java:252)
at examples.jolt.ejb.bankapp.TellerBean.deposit(TellerBean.java:162)
at
examples.jolt.ejb.bankapp.TellerBeanEOImpl.deposit(TellerBeanEOImpl.j
ava:238)
at
examples.jolt.ejb.bankapp.TellerBeanEOImpl_WLSkel.invoke(TellerBeanEO
Impl_WLSkel.java:95)
at
weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerOb
jectAdapter.java, Compiled Code)
at
weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicReques
tHandler.java:69)
at
weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
.java:15)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)

ejbRemove called
******* End Error from WL *******

******* Error from Client *******
Created teller Terry

Getting current balance of Account 10000 for Erin
Balance: 307.0

Start Transaction 1 for Erin

Depositing 100.0 for Erin
Balance: 407.0

End Transaction 1 for Erin

Start Transaction 2 for Erin

Depositing 200.0 for Erin
Processing Error: examples.jolt.ejb.bankapp.ProcessingErrorException: Teller
err
or: service exceptionbea.jolt.pool.ServiceException: TPESVCERR - server
error wh
ile handling request

Removing teller Terry

End jolt.bankapp.Client...
******* End Error from Client *******


"Mauricio Del Moral" <mauricio...@mx.unisys.com> wrote in message
news:8io2cd$53s$1...@newsgroups.bea.com...


> Hi!,
>
> first ..
> If you already have installed TUXEDO 6.5 and JOLT 1.2
>
> To Configure Tuxedo JSL and JSH, tyring putting this in UBB
>
> *MACHINES
> MAXWCLIENTS=10
>
> *GROUPS
> GR_JSL LMID=SITE GRPNO=2 OPENINFO=NONE
> GR_REP LMID=SITE GRPNO=3 OPENINFO=NONE
>
> *SERVERS
> JSL SRVGRP=GR_JSL SRVID=10 CLOPT ="-- -n

> file://HOST:port -m2 -M4 -x!0"

0 new messages