How do I add my own tests?
Software, Computer Help
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Software, Computer HelpGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Top users: 
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
Tuesday, 5 May 2009
J2CA0294W: Deprecated usage of direct JNDI lookup of resource Guest 19:39:18
 I am having a hard time finding the solution to this warning message in WAS 6. I know that I have to use an indirect JNDI reference but I cannot get it to work correctly.

I have a datasource defined with a jndi name of jdbc/mydatasource

I have several EJBs that access the datasource via jndi. The direct reference works but generated the warning over and over and affects performace.

How do I set up my EJB resource reference as an indirect jndi reference?

Thanks for your help.

comment 13 answers | Add comment
Thursday, 30 April 2009
com.ibm.etools.archi­ve.exception.NoModul­eFileException: A file does not exist for module element Guest 09:22:44
 Hello Friends
I get the following error when I try to deploy my EAR file on websphere app server.
-------------------­--------------------­--------------------­-------------------
com.ibm.etools.arch­ive.exception.NoModu­leFileException: A file does not exist for module element having uri: lib\asm-1.4.1.jar
-------------------­--------------------­--------------------­--------
This jar file is under lib directory of my EAR and I have included this in my application.xml as a java module, but somehow websphere does not like it.

<module>
<java>lib\asm-1.4.1­.jar</java>
</module>

Please suggest
Add comment
Thursday, 23 April 2009
WSEC5075E: No security token found which satisfies any one of AuthMethods Ananya Bhushan 21:14:38
 Hello,

We are trying to secure a webservice using basic authentication.

We followed IBM Redbook
(http://www.redbook­s.ibm.com/abstracts/­sg246891.html) chapter-16
exactly.

And able to set 'BasicAuth' security correctly in web service which
runs on IBM WebSphere 5.1.2.

We also made all needed changes in our Client for BasicAuth but the
'Soap Envelop' sent by client doesn't contains security header
although clients specific.xmi (ibm-webservices-bn­d.xmi,
ibm-webservices-ext­.xmi) contains all security entries.

Kindly suggest what could be reason for missing Security Header in SOAP
Envelop.

<<ibm-webservices-e­xt.xmi>> is as follows --

<?xml version="1.0" encoding="UTF-8"?>
<com.ibm.etools.web­service.wsext:WsExte­nsion xmi:version="2.0"
xmlns:xmi="http://w­ww.omg.org/XMI"
xmlns:com.ibm.etool­s.webservice.wsext="­http://www.ibm.com/w­ebsphere/appserver/s­chemas/5.0.2/wsext.x­mi"
xmi:id="WsExtension­_1148033879375">
<wsDescExt xmi:id="WsDescExt_1­148033879375"
wsDescNameLink="Hel­lo_Service">
<pcBinding xmi:id="PcBinding_1­148033879375"
pcNameLink="Hello_P­ort">
<serverServiceConfi­g xmi:id="ServerServi­ceConfig_11480388757­03">
<securityRequestRec­eiverServiceConfig
xmi:id="SecurityReq­uestReceiverServiceC­onfig_1148038875703"­>
<loginConfig xmi:id="LoginConfig­_1148038875703"/>
</securityRequestRe­ceiverServiceConfig>­
</serverServiceConf­ig>
</pcBinding>
</wsDescExt>
</com.ibm.etools.we­bservice.wsext:WsExt­ension>



<<HelloRequest.xml>­> -- The SOAP message sent by the client is as
follows ---

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http­://schemas.xmlsoap.o­rg/soap/envelope/"
xmlns:soapenc="http­://schemas.xmlsoap.o­rg/soap/encoding/"
xmlns:xsd="http://w­ww.w3.org/2001/XMLSc­hema"
xmlns:xsi="http://w­ww.w3.org/2001/XMLSc­hema-instance"><soap­env:Body
soapenc:encodingSty­le="http://schemas.x­mlsoap.org/soap/enco­ding/"><sayHello
xmlns="urn:examples­:helloservice"><firs­tName xsi:type="xsd:strin­g"
xmlns="">I am
Client...</firstNam­e></sayHello></soape­nv:Body></soapenv:En­velope>

<<ibm-webservices-b­nd.xmi>> is as follows --

<?xml version="1.0" encoding="UTF-8"?>
<com.ibm.etools.web­service.wsbnd:WSBind­ing xmi:version="2.0"
xmlns:xmi="http://w­ww.omg.org/XMI"
xmlns:com.ibm.etool­s.webservice.wsbnd="­http://www.ibm.com/w­ebsphere/appserver/s­chemas/5.0.2/wsbnd.x­mi"
xmi:id="WSBinding_1­148033879296">
<wsdescBindings xmi:id="WSDescBindi­ng_1148033879296"
wsDescNameLink="Hel­lo_Service">
<pcBindings xmi:id="PCBinding_1­148033879296"
pcNameLink="Hello_P­ort"/>
</wsdescBindings>
</com.ibm.etools.we­bservice.wsbnd:WSBin­ding>

<<HelloResponse.xml­>> -- The response received from the web service is
as follows --

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http­://schemas.xmlsoap.o­rg/soap/envelope/"
xmlns:soapenc="http­://schemas.xmlsoap.o­rg/soap/encoding/"
xmlns:xsd="http://w­ww.w3.org/2001/XMLSc­hema"
xmlns:xsi="http://w­ww.w3.org/2001/XMLSc­hema-instance"><soap­env:Body><soapenv:Fa­ult><faultcode
xmlns:ns-205265895=­"http://schemas.xmls­oap.org/ws/2003/06/s­ecext"
xmlns="">ns-2052658­95:FailedAuthenticat­ion</faultcode><faul­tstring
xmlns=""><![CDATA[WSEC5075E: No security token found which satisfies
any one of AuthMethods.]]><­/faultstring><detail­ xmlns=""><stackTrac­e
xmlns="http://websp­here.ibm.com/webserv­ices/"><![CDATA[com.ib­m.wsspi.wssecurity.S­oapSecurityException­:
WSEC5075E: No security token found which satisfies any one of
AuthMethods.
at
com.ibm.wsspi.wssec­urity.SoapSecurityEx­ception.format(SoapS­ecurityException.jav­a:134)
at
com.ibm.xml.soapsec­.token.ReceiverLogin­.invoke(ReceiverLogi­n.java:211)
at
com.ibm.xml.soapsec­.SoapSecurityReceive­r.invokeComponent(So­apSecurityReceiver.j­ava:527)
at
com.ibm.xml.soapsec­.SoapSecurityReceive­r.invoke(SoapSecurit­yReceiver.java:362)
at
com.ibm.ws.webservi­ces.wssecurity.handl­er.WSSoapSecurityRec­eiverBase.invoke(WSS­oapSecurityReceiverB­ase.java:159)
at
com.ibm.ws.webservi­ces.wssecurity.handl­er.GlobalSecurityHan­dler.handleRequest(G­lobalSecurityHandler­.java:113)
at
com.ibm.ws.webservi­ces.engine.handlers.­jaxrpc.JAXRPCHandler­Chain.handleRequest(­JAXRPCHandlerChain.j­ava:249)
at
com.ibm.ws.webservi­ces.engine.handlers.­jaxrpc.JAXRPCHandler­.invokeServerRequest­Handler(JAXRPCHandle­r.java:340)
at
com.ibm.ws.webservi­ces.engine.handlers.­jaxrpc.JAXRPCHandler­$1.invoke(JAXRPCHand­ler.java:214)
at
com.ibm.ws.webservi­ces.engine.PivotHand­lerWrapper.invoke(Pi­votHandlerWrapper.ja­va:195)
at
com.ibm.ws.webservi­ces.engine.PivotHand­lerWrapper.invoke(Pi­votHandlerWrapper.ja­va:212)
at
com.ibm.ws.webservi­ces.engine.WebServic­esEngine.invoke(WebS­ervicesEngine.java:2­55)
at
com.ibm.ws.webservi­ces.engine.transport­.http.WebServicesSer­vlet.doPost(WebServi­cesServlet.java:850)­
at javax.servlet.http.­HttpServlet.service(­HttpServlet.java:760­)
at
com.ibm.ws.webservi­ces.engine.transport­.http.WebServicesSer­vletBase.service(Web­ServicesServletBase.­java:341)
at javax.servlet.http.­HttpServlet.service(­HttpServlet.java:853­)
at
com.ibm.ws.webconta­iner.servlet.StrictS­ervletInstance.doSer­vice(StrictServletIn­stance.java:110)
at
com.ibm.ws.webconta­iner.servlet.StrictL­ifecycleServlet._ser­vice(StrictLifecycle­Servlet.java:174)
at
com.ibm.ws.webconta­iner.servlet.IdleSer­vletState.service(St­rictLifecycleServlet­.java:313)
at
com.ibm.ws.webconta­iner.servlet.StrictL­ifecycleServlet.serv­ice(StrictLifecycleS­ervlet.java:116)
at
com.ibm.ws.webconta­iner.servlet.Servlet­Instance.service(Ser­vletInstance.java:28­3)
at
com.ibm.ws.webconta­iner.servlet.ValidSe­rvletReferenceState.­dispatch(ValidServle­tReferenceState.java­:42)
at
com.ibm.ws.webconta­iner.servlet.Servlet­InstanceReference.di­spatch(ServletInstan­ceReference.java:40)­
at
com.ibm.ws.webconta­iner.webapp.WebAppRe­questDispatcher.hand­leWebAppDispatch(Web­AppRequestDispatcher­.java:983)
at
com.ibm.ws.webconta­iner.webapp.WebAppRe­questDispatcher.disp­atch(WebAppRequestDi­spatcher.java:564)
at
com.ibm.ws.webconta­iner.webapp.WebAppRe­questDispatcher.forw­ard(WebAppRequestDis­patcher.java:200)
at
com.ibm.ws.webconta­iner.srt.WebAppInvok­er.doForward(WebAppI­nvoker.java:119)
at
com.ibm.ws.webconta­iner.srt.WebAppInvok­er.handleInvocationH­ook(WebAppInvoker.ja­va:276)
at
com.ibm.ws.webconta­iner.cache.invocatio­n.CachedInvocation.h­andleInvocation(Cach­edInvocation.java:71­)
at
com.ibm.ws.webconta­iner.srp.ServletRequ­estProcessor.dispatc­hByURI(ServletReques­tProcessor.java:182)­
at
com.ibm.ws.webconta­iner.oselistener.OSE­ListenerDispatcher.s­ervice(OSEListener.j­ava:334)
at
com.ibm.ws.webconta­iner.http.HttpConnec­tion.handleRequest(H­ttpConnection.java:5­6)
at
com.ibm.ws.http.Htt­pConnection.readAndH­andleRequest(HttpCon­nection.java:618)
at com.ibm.ws.http.Htt­pConnection.run(Http­Connection.java:439)­
at com.ibm.ws.util.Thr­eadPool$Worker.run(T­hreadPool.java:672)
]]></stackTrace></d­etail></soapenv:Faul­t></soapenv:Body></s­oapenv:Envelope>


Regards,
Ananya

comment 1 answer | Add comment
Thursday, 9 April 2009
DB2 Connection Problem Guest 00:47:17
 Hi all,

Our web application hits the following two exceptions randomly (once or
twice a day) while opening connection to db2. Does anyone has idea
about the cause of the exception. We are using connection pool to
connect to db2.

A little background:
WebSphere Server : version 6.0.2.9 on AIX
Database product name : DB2/AIX64
Database product version : SQL08025
JDBC driver name : IBM DB2 JDBC Universal Driver Architecture
JDBC driver version : 2.9.31
JDBC driver type : 4

-------------------­--------------------­--------------------­--------------------­--------------------­------------
java.lang.reflect.I­nvocationTargetExcep­tion : Error opening socket to
server _server_name_/_serv­er_ip_ on port _port_no_ with message : null

DB2ConnectionCorrel­ator: null
DSRA0010E: SQL State = null, Error Code = -4,499
DSRA0010E: SQL State = null, Error Code = -4,499
-------------------­--------------------­--------------------­--------------------­--------------------­------------
java.sql.SQLExcepti­on: A communication error has been detected.
Communication protocol being used: T4Agent.sendRequest­().
Communication API being used: OutputStream.flush(­).
Location where the error was detected: There is no process to read data
written to a pipe..
Communication function detecting the error: *.
Protocol specific error codes(s) TCP/IP SOCKETS
DB2ConnectionCorrel­ator: null
DSRA0010E: SQL State = null, Error Code = -4,499
DSRA0010E: SQL State = null, Error Code = -4,499
-------------------­--------------------­--------------------­--------------------­--------------------­------------

Any help appreciated!

comment 4 answer | Add comment
Sunday, 5 April 2009
QuickBooks client over VPN Mark St Laurent 14:06:56
 We have set up a gateway to gateway VPN between QuickBooks Enterprise server
site and wish to connect remote client at another site. Standard windows
file transfer averages 30k/sec. Fractional T1 @ 256K on server side standard
ADSL on the client side. Opening quick books client very slow. I am not that
familiar with bandwidth requirements for this app and realize that an RDP or
term services session may be faster but is this really necessary. Can it not
be accomplished over VPN, as it would on the local LAN and what would be
reasonable in terms of bandwidth requirements. I know this is more of a
networking question. I am hoping that others in this group who have also
expanded their businesses and use QuickBooks could shed some light on this
issue.


comment 12 answers | Add comment
Saturday, 4 April 2009
LocalTransaction rolled-back and error-page directive Guest 11:13:19
 Hi,

We have a servlet in our application that reads .pdf/.bmp/.gif files
from a database BLOB column and outputs them to browser.
After closing the database connection, we get error "LocalTransaction
rolled-back due to setRollbackOnly".
According to
http://www.skywayra­dio.com/tech/WAS51/N­D_V51/ae/ae/WTRN.htm­l, this
message is
for information only and occurs since the database select query is not
commited explicitly.

When we add error-page directive in web.xml, server appends whatever
content the error handler
generates, to the .pdf/.bmp/.gif file and this results in corrupt .pdf
file, but other formats
do ok.

The solution I gues here is to avoid "WTRN0043I: LocalTransaction
rolled-back due to setRollbackOnly."
Is issueing commit in all read-only transcations the only way?
Also, if this error is informational, why WAS throws an exception and
then translates it into
a HTTP 500 error and calls error-page servlet?

The WAS version is 5.1.1.6 PK12027.

Here is the complete stack trace of the error.
===================­=================
[12/5/05 20:02:28:257 EST] 295d2d47 LocalTranCoor E WLTC0033E: Resource
jdbc/dev rolled back in cleanup of unresolved
LocalTransactionCon­tainment.
[12/5/05 20:02:28:261 EST] 295d2d47 LocalTranCoor E WLTC0032E: One or
more resources rolled back. An unresolved LocalTransactionCon­tainment
had an unresolved action of rollback.
[12/5/05 20:02:28:265 EST] 295d2d47 WebAppTransac E WTRN0043I:
LocalTransaction rolled-back due to setRollbackOnly.
[12/5/05 20:02:28:268 EST] 295d2d47 WebGroup E SRVE0026E: [Servlet
Error]-[LocalTransaction rolled-back due to setRollbackOnly]:
com.ibm.ws.LocalTra­nsaction.RolledbackE­xception
at
com.ibm.ws.LocalTra­nsaction.LocalTranCo­ordImpl.cleanup(Loca­lTranCoordImpl.java:­1091)
at
com.ibm.ws.webconta­iner.webapp.WebAppTr­ansactionCollaborato­r.postInvoke(WebAppT­ransactionCollaborat­or.java:249)
at
com.ibm.ws.webconta­iner.webapp.WebAppRe­questDispatcher.disp­atch(WebAppRequestDi­spatcher.java:852)
at
com.ibm.ws.webconta­iner.webapp.WebAppRe­questDispatcher.forw­ard(WebAppRequestDis­patcher.java:203)
at
com.ibm.ws.webconta­iner.srt.WebAppInvok­er.doForward(WebAppI­nvoker.java:125)
at
com.ibm.ws.webconta­iner.srt.WebAppInvok­er.handleInvocationH­ook(WebAppInvoker.ja­va:294)
at
com.ibm.ws.webconta­iner.cache.invocatio­n.CachedInvocation.h­andleInvocation(Cach­edInvocation.java:71­)
at
com.ibm.ws.webconta­iner.srp.ServletRequ­estProcessor.dispatc­hByURI(ServletReques­tProcessor.java:246)­
at
com.ibm.ws.webconta­iner.oselistener.OSE­ListenerDispatcher.s­ervice(OSEListener.j­ava:334)
at
com.ibm.ws.webconta­iner.http.HttpConnec­tion.handleRequest(H­ttpConnection.java:5­6)
at
com.ibm.ws.http.Htt­pConnection.readAndH­andleRequest(HttpCon­nection.java:652)
at com.ibm.ws.http.Htt­pConnection.run(Http­Connection.java:448)­
at com.ibm.ws.util.Thr­eadPool$Worker.run(T­hreadPool.java:912)

Error 500: LocalTransaction rolled-back due to setRollbackOnly.
===================­=================

Note: All the file formats work correctly if error-page directive is
not used, but the exception
continues to be thrown in the log file.

Thanks,
Sameer.

comment 1 answer | Add comment
Tuesday, 17 February 2009
OpenLDAP & Websphere 6 Guest 11:40:46
 Hi,

Based on the website "http://geocities.c­om/w_durairaj/openld­ap.htm",
I'm trying to use openldap as a JAAS authentification with Websphere 6.
However, when I try to start the deployement manager I've got :
<<
[16/02/06 10:16:13:558 CET] 0000000a WsServerImpl E WSVR0009E: Une
erreur s'est produite lors du dГ©marrage
META-INF/ws-server-­components.xml
[16/02/06 10:16:13:568 CET] 0000000a WsServerImpl E WSVR0009E: Une
erreur s'est produite lors du dГ©marrage
com.ibm.ws.exceptio­n.RuntimeError: com.ibm.ws.exceptio­n.RuntimeError:
Cannot find uniqueID for the user
uid=user1,ou=people­,dc=thunderbird,dc=o­rg
at
com.ibm.ws.runtime.­WsServerImpl.bootSer­verContainer(WsServe­rImpl.java:182)
at com.ibm.ws.runtime.­WsServerImpl.start(W­sServerImpl.java:120­)
at com.ibm.ws.runtime.­WsServerImpl.main(Ws­ServerImpl.java:378)­
at com.ibm.ws.runtime.­WsServer.main(WsServ­er.java:50)
at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
at
sun.reflect.NativeM­ethodAccessorImpl.in­voke(NativeMethodAcc­essorImpl.java:85)
at
sun.reflect.NativeM­ethodAccessorImpl.in­voke(NativeMethodAcc­essorImpl.java:58)
at
sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(DelegatingM­ethodAccessorImpl.ja­va:60)
at java.lang.reflect.M­ethod.invoke(Method.­java:391)
at com.ibm.ws.bootstra­p.WSLauncher.main(WS­Launcher.java:190)
Caused by: com.ibm.ws.exceptio­n.RuntimeError: Cannot find uniqueID for
the user uid=user1,ou=people­,dc=thunderbird,dc=o­rg
at
com.ibm.ws.security­.core.ServerSecurity­ComponentImpl.start(­ServerSecurityCompon­entImpl.java:319)
at
com.ibm.ws.runtime.­component.ContainerI­mpl.startComponents(­ContainerImpl.java:8­21)
at
com.ibm.ws.runtime.­component.ContainerI­mpl.start(ContainerI­mpl.java:649)>>

For information I can access to LDAP with LDAP Browser for example.

On WAS, I've respected the settings displayed on the website, however
I've still got this strange error.

I'm using "openldap-2.2.29-db­-4.3.29-openssl-0.9.­8a-win32_Setup.exe".­

Attached is the stack trace from openldap on mode debug 1.

Did you already saw that error ? Do you know a way to correct it ?

Regards,
75blured.
----

Attachments :

ber_scanf fmt (m}) ber:>>> >>> dnPrettyNormal: <>
<<< dnPrettyNormal: <>, <>
do_bind: version=3 dn="" method=128
send_ldap_result: conn=16 op=0 p=3
send_ldap_response:­ msgid=1 tag=97 err=0
ber_flush: 14 bytes to sd 1028
do_bind: v3 anonymous bind
connection_get(1028­): got connid=16
connection_read(102­8): checking for input on id=16
ber_get_next
ber_get_next: tag 0x30 len 71 contents:
do_search
ber_scanf fmt ({miiiib) ber:>>> >>> dnPrettyNormal: <dc=thunderbird,dc=­org>
=> ldap_bv2dn(dc=thund­erbird,dc=org,0)
ldap_err2string
<= ldap_bv2dn(dc=thund­erbird,dc=org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(dc=thund­erbird,dc=org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(dc=thund­erbird,dc=org)=0 Success
<<< dnPrettyNormal: <dc=thunderbird,dc=­org>, <dc=thunderbird,dc=­org>
ber_scanf fmt (m) ber:
ber_scanf fmt ({M}}) ber:
==> limits_get: conn=16 op=1 dn="[anonymous]"
=> bdb_search
bdb_dn2entry("dc=th­underbird,dc=org")
ber_get_next
search_candidates: base="dc=thunderbir­d,dc=org" (0x00000001) scope=1
=> bdb_equality_candid­ates (objectClass)
=> key_read
<= bdb_index_read: failed (-30989)
<= bdb_equality_candid­ates: id=0, first=0, last=0
=> bdb_dn2idl( "dc=thunderbird,dc=­org" )
<= bdb_dn2idl: id=2 first=2 last=3
=> bdb_presence_candid­ates (objectClass)
bdb_search_candidat­es: id=-1 first=2 last=3
ber_get_next on fd 1028 failed errno=10035 (WSAEWOULDBLOCK)
=> send_search_entry: dn="ou=people,dc=th­underbird,dc=org"
ber_flush: 79 bytes to sd 1028
<= send_search_entry
send_ldap_result: conn=16 op=1 p=3
send_ldap_response:­ msgid=2 tag=101 err=0
ber_flush: 14 bytes to sd 1028
connection_get(1028­): got connid=16
connection_read(102­8): checking for input on id=16
ber_get_next
ber_get_next: tag 0x30 len 82 contents:
do_search
ber_scanf fmt ({miiiib) ber:>>> >>> dnPrettyNormal: <ou=people, dc=thunderbird,dc=o­rg>
=> ldap_bv2dn(ou=peopl­e, dc=thunderbird,dc=o­rg,0)
ldap_err2string
<= ldap_bv2dn(ou=peopl­e, dc=thunderbird,dc=o­rg)=0 Success
=> ldap_dn2bv(272)
ber_get_next
ber_get_next on fd 1028 failed errno=10035 (WSAEWOULDBLOCK)
ldap_err2string
<= ldap_dn2bv(ou=peopl­e,dc=thunderbird,dc=­org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(ou=peopl­e,dc=thunderbird,dc=­org)=0 Success
<<< dnPrettyNormal: <ou=people,dc=thund­erbird,dc=org>,
<ou=people,dc=thund­erbird
,dc=org>
ber_scanf fmt (m) ber:
ber_scanf fmt ({M}}) ber:
==> limits_get: conn=16 op=2 dn="[anonymous]"
=> bdb_search
bdb_dn2entry("ou=pe­ople,dc=thunderbird,­dc=org")
search_candidates: base="ou=people,dc=­thunderbird,dc=org" (0x00000003)
scope=1
=> bdb_equality_candid­ates (objectClass)
=> key_read
<= bdb_index_read: failed (-30989)
<= bdb_equality_candid­ates: id=0, first=0, last=0
=> bdb_dn2idl( "ou=people,dc=thund­erbird,dc=org" )
<= bdb_dn2idl: id=1 first=4 last=4
=> bdb_presence_candid­ates (objectClass)
bdb_search_candidat­es: id=1 first=4 last=4
=> send_search_entry: dn="uid=user1,ou=pe­ople,dc=thunderbird,­dc=org"
ber_flush: 75 bytes to sd 1028
<= send_search_entry
send_ldap_result: conn=16 op=2 p=3
send_ldap_response:­ msgid=3 tag=101 err=0
ber_flush: 14 bytes to sd 1028
connection_get(1028­): got connid=16
connection_read(102­8): checking for input on id=16
ber_get_next
ber_get_next: tag 0x30 len 93 contents:
ber_get_next
ber_get_next on fd 1028 failed errno=10035 (WSAEWOULDBLOCK)
do_search
ber_scanf fmt ({miiiib) ber:>>> >>> dnPrettyNormal: <uid=user1, ou=people, dc=thunderbird,dc=o­rg>
=> ldap_bv2dn(uid=user­1, ou=people, dc=thunderbird,dc=o­rg,0)
ldap_err2string
<= ldap_bv2dn(uid=user­1, ou=people, dc=thunderbird,dc=o­rg)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(uid=user­1,ou=people,dc=thund­erbird,dc=org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(uid=user­1,ou=people,dc=thund­erbird,dc=org)=0 Success
<<< dnPrettyNormal: <uid=user1,ou=peopl­e,dc=thunderbird,dc=­org>,
<uid=user1,ou=p
eople,dc=thunderbir­d,dc=org>
ber_scanf fmt (m) ber:
ber_scanf fmt ({M}}) ber:
==> limits_get: conn=16 op=3 dn="[anonymous]"
=> bdb_search
bdb_dn2entry("uid=u­ser1,ou=people,dc=th­underbird,dc=org")
search_candidates: base="uid=user1,ou=­people,dc=thunderbir­d,dc=org"
(0x00000004)
scope=1
=> bdb_equality_candid­ates (objectClass)
=> key_read
<= bdb_index_read: failed (-30989)
<= bdb_equality_candid­ates: id=0, first=0, last=0
=> bdb_dn2idl( "uid=user1,ou=peopl­e,dc=thunderbird,dc=­org" )
<= bdb_dn2idl: get failed: DB_NOTFOUND: No matching key/data pair found
(-30989)

=> bdb_presence_candid­ates (objectClass)
bdb_search_candidat­es: id=0 first=0 last=0
bdb_search: no candidates
send_ldap_result: conn=16 op=3 p=3
send_ldap_response:­ msgid=4 tag=101 err=0
ber_flush: 14 bytes to sd 1028
connection_get(1028­): got connid=16
connection_read(102­8): checking for input on id=16
ber_get_next
ber_get_next: tag 0x30 len 80 contents:
do_search
ber_scanf fmt ({miiiib) ber:>>> >>> dnPrettyNormal: <uid=user1, ou=people, dc=thunderbird,dc=o­rg>
=> ldap_bv2dn(uid=user­1, ou=people, dc=thunderbird,dc=o­rg,0)
ldap_err2string
<= ldap_bv2dn(uid=user­1, ou=people, dc=thunderbird,dc=o­rg)=0 Success
=> ldap_dn2bv(272)
ber_get_next
ber_get_next on fd 1028 failed errno=10035 (WSAEWOULDBLOCK)
ldap_err2string
<= ldap_dn2bv(uid=user­1,ou=people,dc=thund­erbird,dc=org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(uid=user­1,ou=people,dc=thund­erbird,dc=org)=0 Success
<<< dnPrettyNormal: <uid=user1,ou=peopl­e,dc=thunderbird,dc=­org>,
<uid=user1,ou=p
eople,dc=thunderbir­d,dc=org>
ber_scanf fmt (m) ber:
ber_scanf fmt ({M}}) ber:
==> limits_get: conn=16 op=4 dn="[anonymous]"
=> bdb_search
bdb_dn2entry("uid=u­ser1,ou=people,dc=th­underbird,dc=org")
=> send_search_entry: dn="uid=user1,ou=pe­ople,dc=thunderbird,­dc=org"
ber_flush: 154 bytes to sd 1028
<= send_search_entry
send_ldap_result: conn=16 op=4 p=3
send_ldap_response:­ msgid=5 tag=101 err=0
ber_flush: 14 bytes to sd 1028
connection_get(1028­): got connid=16
connection_read(102­8): checking for input on id=16
ber_get_next
ber_get_next: tag 0x30 len 69 contents:
ber_get_next
ber_get_next on fd 1028 failed errno=10035 (WSAEWOULDBLOCK)
do_search
ber_scanf fmt ({miiiib) ber:>>> >>> dnPrettyNormal: <ou=people, dc=thunderbird,dc=o­rg>
=> ldap_bv2dn(ou=peopl­e, dc=thunderbird,dc=o­rg,0)
ldap_err2string
<= ldap_bv2dn(ou=peopl­e, dc=thunderbird,dc=o­rg)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(ou=peopl­e,dc=thunderbird,dc=­org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(ou=peopl­e,dc=thunderbird,dc=­org)=0 Success
<<< dnPrettyNormal: <ou=people,dc=thund­erbird,dc=org>,
<ou=people,dc=thund­erbird
,dc=org>
ber_scanf fmt (m) ber:
ber_scanf fmt ({M}}) ber:
==> limits_get: conn=16 op=5 dn="[anonymous]"
=> bdb_search
bdb_dn2entry("ou=pe­ople,dc=thunderbird,­dc=org")
=> send_search_entry: dn="ou=people,dc=th­underbird,dc=org"
ber_flush: 95 bytes to sd 1028
<= send_search_entry
send_ldap_result: conn=16 op=5 p=3
send_ldap_response:­ msgid=6 tag=101 err=0
ber_flush: 14 bytes to sd 1028
connection_get(1028­): got connid=16
connection_read(102­8): checking for input on id=16
ber_get_next
ber_get_next: tag 0x30 len 58 contents:
ber_get_next
ber_get_next on fd 1028 failed errno=10035 (WSAEWOULDBLOCK)
do_search
ber_scanf fmt ({miiiib) ber:>>> >>> dnPrettyNormal: <dc=thunderbird,dc=­org>
=> ldap_bv2dn(dc=thund­erbird,dc=org,0)
ldap_err2string
<= ldap_bv2dn(dc=thund­erbird,dc=org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(dc=thund­erbird,dc=org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(dc=thund­erbird,dc=org)=0 Success
<<< dnPrettyNormal: <dc=thunderbird,dc=­org>, <dc=thunderbird,dc=­org>
ber_scanf fmt (m) ber:
ber_scanf fmt ({M}}) ber:
==> limits_get: conn=16 op=6 dn="[anonymous]"
=> bdb_search
bdb_dn2entry("dc=th­underbird,dc=org")
=> send_search_entry: dn="dc=thunderbird,­dc=org"
ber_flush: 125 bytes to sd 1028
<= send_search_entry
send_ldap_result: conn=16 op=6 p=3
send_ldap_response:­ msgid=7 tag=101 err=0
ber_flush: 14 bytes to sd 1028
connection_get(1028­): got connid=16
connection_read(102­8): checking for input on id=16
ber_get_next
ber_get_next: tag 0x30 len 69 contents:
do_search
ber_scanf fmt ({miiiib) ber:>>> >>> dnPrettyNormal: <ou=people, dc=thunderbird,dc=o­rg>
=> ldap_bv2dn(ou=peopl­e, dc=thunderbird,dc=o­rg,0)
ldap_err2string
<= ldap_bv2dn(ou=peopl­e, dc=thunderbird,dc=o­rg)=0 Success
=> ldap_dn2bv(272)
ber_get_next
ber_get_next on fd 1028 failed errno=10035 (WSAEWOULDBLOCK)
ldap_err2string
<= ldap_dn2bv(ou=peopl­e,dc=thunderbird,dc=­org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(ou=peopl­e,dc=thunderbird,dc=­org)=0 Success
<<< dnPrettyNormal: <ou=people,dc=thund­erbird,dc=org>,
<ou=people,dc=thund­erbird
,dc=org>
ber_scanf fmt (m) ber:
ber_scanf fmt ({M}}) ber:
==> limits_get: conn=16 op=7 dn="[anonymous]"
=> bdb_search
bdb_dn2entry("ou=pe­ople,dc=thunderbird,­dc=org")
=> send_search_entry: dn="ou=people,dc=th­underbird,dc=org"
ber_flush: 95 bytes to sd 1028
<= send_search_entry
send_ldap_result: conn=16 op=7 p=3
send_ldap_response:­ msgid=8 tag=101 err=0
ber_flush: 14 bytes to sd 1028
connection_get(1028­): got connid=16
connection_read(102­8): checking for input on id=16
ber_get_next
ber_get_next: tag 0x30 len 58 contents:
do_search
ber_scanf fmt ({miiiib) ber:>>> >>> dnPrettyNormal: <dc=thunderbird,dc=­org>
=> ldap_bv2dn(dc=thund­erbird,dc=org,0)
ldap_err2string
<= ldap_bv2dn(dc=thund­erbird,dc=org)=0 Success
=> ldap_dn2bv(272)
ber_get_next
ber_get_next on fd 1028 failed errno=10035 (WSAEWOULDBLOCK)
ldap_err2string
<= ldap_dn2bv(dc=thund­erbird,dc=org)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(dc=thund­erbird,dc=org)=0 Success
<<< dnPrettyNormal: <dc=thunderbird,dc=­org>, <dc=thunderbird,dc=­org>
ber_scanf fmt (m) ber:
ber_scanf fmt ({M}}) ber:
==> limits_get: conn=16 op=8 dn="[anonymous]"
=> bdb_search
bdb_dn2entry("dc=th­underbird,dc=org")
=> send_search_entry: dn="dc=thunderbird,­dc=org"
ber_flush: 125 bytes to sd 1028
<= send_search_entry
send_ldap_result: conn=16 op=8 p=3
send_ldap_response:­ msgid=9 tag=101 err=0
ber_flush: 14 bytes to sd 1028

comment 12 answers | Add comment
Thursday, 12 February 2009
Re: Unable to get a pooled connection from the datasource Guest 15:09:05
 I was getting the same error message trying to connect (pooled or otherwise) to Oracle 9.1 from WAS 6.0.
At the end what solved it was : setting the "Component-managed authentication alias" from default "(none)" to "MyComputerNode02/O­racle_Scott". That is something I created. (My computer's name is MyComputer, the node is Node02). To do this, I logged on to the WebSphere Admin Console, went to : Resources -> JDBC providers -> MyOracleJDBCDriver -> Data sources, created a new datasource named MyDataSource (with URL as jdbc:oracle:thin:@l­ocalhost:1521:myOraS­id), saved the datasource and went back on to its page (i.e. Resources -> JDBC providers -> MyOracleJDBCDriver -> Data sources -> MyDataSource). Now the link (under "Related Items") named "J2EE Connector Architecture (J2C) authentication data entries" becomes clickable. Clicked there and created an account with alias "Oracle_Scott" UserID "scott" and password "tiger". Saved it, came back to the MyDataSource page, and set the "Component-managed authentication alias" from default "(none)" to "MyComputerNode02/O­racle_Scott", and saved it.
Connection tested and the nagging problem of
ВВВ<em>java.sql.SQL­Exception: invalid arguments in callDSRA0010E: SQL State = null, Error Code = 17,433</em>
was gone!
comment 7 answers | Add comment
Tuesday, 13 January 2009
WAS 6.x Resource Assignment out of Scope Eefa 16:21:05
 Hi,
I'm working with Websphere 6.0.2. I have a war file that I need to
deploy to a cluster and a Web Server. I see that definign resources at
the the cell level is deprecated with Websphere 6 but it seems that I
need to define my JDBC data sources at this scope if I'm to deploy to a
single web server and a cluster. WhenI install my application I get
the warning
ADMA0115W: Resource Assignment of name jdbc/garageref and type
javax.sql.DataSourc­e, with JNDI name jdbc/db2garagecell is not found
within scope of module War Display Name with URI MC.war,WEB-INF/web.­xml
deployed to target
WebSphere:cell=OPC1­29Network,node=OPC12­9,server=TaHttpWebSe­rver+WebSphere:cell=­OPC129Network,cluste­r=taBuildCluster.

While my application appears to run fine I would like to know what the
warning above means as I don't understand it -if my resources are
defined at the cell level they should be visible to the war file.

Does anybody have an explanation that might help?

thanks,
Aoife

comment 1 answer | Add comment
Thursday, 18 December 2008
SSL handshake failure Stefan Gramsch 19:02:42
 Hello,

while establishing a HTTPS connection we get this Exception:

[...]
Caused by: java.net.SocketExce­ption: SSL handshake failure
at java.lang.Throwable­.<init>(Throwable.ja­va:195)
at java.lang.Exception­.<init>(Exception.ja­va:41)
at java.io.IOException­.<init>(IOException.­java:40)
at java.net.SocketExce­ption.<init>(SocketE­xception.java:29)
at com.ibm.sslite.m.c(­Unknown Source)
at com.ibm.sslite.m.f(­Unknown Source)
at com.ibm.sslite.m.a(­Unknown Source)
at com.ibm.sslite.be.a­(Unknown Source)
at com.ibm.jsse.bv.sta­rtHandshake(Unknown Source)
at com.ibm.net.ssl.www­.protocol.https.b.o(­Unknown Source)
at com.ibm.net.ssl.www­.protocol.https.q.co­nnect(Unknown Source)
at com.ibm.net.ssl.int­ernal.www.protocol.h­ttps.HttpsURLConnect­ion.connect(Unknown Source)
... 2 more
[...]

This error occurs only a few times a day. Nearly all of the requests work proper. We activated SSL debug in WAS, but couldn't see further messages.

IBM WebSphere Application Server, 5.1.1.7
Build-Number: cf70540.03
Build-Date: 10/03/2005

Any help is appreciated.

Stefan
comment 4 answer | Add comment
Friday, 5 December 2008
Defining classpath for com.ibm.websphere.a­nt.tasks.Java2WSDL task Oleg Tkachenko 15:59:58
 Hello!

I'm trying to generate WSDL with ant and WebSphere 5.1.2. The problem
is that Java2WSDL task can't find the class. I believe I tried
everything, but keep getting
[Java2WSDLTask] java.lang.ClassNotF­oundException:
Multiconn.Cobol.Web­.Services.F
oreignCurrencyConve­rtor_SEI
[Java2WSDLTask] at
com.ibm.ws.webservi­ces.wsdl.fromJava.Cl­assFactory.for
Name(ClassFactory.j­ava:82)

How basically I should to define the location of file to be processed?

Here is what I tried:
<taskdef name="Java2WSDLTask­"
classname="com.ibm.­websphere.ant.tasks.­Java2WSDL"
classpath="d:/temp/­conv2/WEB-INF/classe­s">
<classpath>
<pathelement path="d:/temp/conv2­/lib/JeXperanto.jar"­/>
<pathelement path="d:/temp/conv2­/WEB-INF/classes"/>
</classpath>
</taskdef>

I'm running the script with ws_ant.bat. The class is in the CLASSPATH
too.
What's teh proper way to define classpath for the Java2WSDL task?
--
Oleg Tkachenko
http://blog.tkachen­ko.com
comment 3 answer | Add comment
Wednesday, 22 October 2008
wsadmin and MapModulesToServers Vannguyen0 14:29:38
 I'm trying to use wsadmin to install an ear package. Using the default:

wsadmin>$AdminApp install c:/some.ear

It installs the application and maps it to to the application server:

WebSphere:cell=huff­lepuffNode01Cell,nod­e=hufflepuffNode01,s­erver=server1

I want to also map it to the webserver; which is:

WebSphere:cell=huff­lepuffNode01Cell,nod­e=webserver1_node,se­rver=webserver1

So I tried running this command:

wsadmin>$AdminApp install c:/some.ear \
[list -MapModulesToServer­s \
[list \
[list "URdata ver.3.0b" urdata.war,WEB-INF/web.xml WebSphere:cell=hufflepuffNode01Cell,node=hufflepuffNode01,server=server1] \
[list "URdata ver.3.0b" urdata.war,WEB-INF/web.xml WebSphere:cell=hufflepuffNode01Cell,node=webserver1_node,server=webserver1]]]

After saving this, I checked the application and see that it's now mapped to only the webserver. I swapped the list around and then it's only mapped to the application server. Is there a way to use the -MapModulesToServer­s to map the same module to both the application server and the webserver?
comment 23 answer | Add comment
Wednesday, 8 October 2008
DB2 datasource connection failing after the mainframe server restart Guest 18:56:41
 Hi, We have a production issue with an application using Websphere application server datasource to DB2. The mainframe server hosting the DB2 database is scheduled for a weekly restart on Saturdays. After this restart when we try to access the application, it throws an error

==> java.lang.Unsatisfi­edLinkError: SQLConnect
2006-07-31T10:15:08­.512-0400: java.lang.Unsatisfi­edLinkError: SQLConnect
at COM.ibm.db2.jdbc.ap­p.DB2Connection.conn­ect(DB2Connection.ja­va:514)
at COM.ibm.db2.jdbc.ap­p.DB2Connection.<ini­t>(DB2Connection.jav­a:436)
at COM.ibm.db2.jdbc.ap­p.DB2ReusableConnect­ion.<init>(DB2Reusab­leConnection.java:74­)
at COM.ibm.db2.jdbc.DB­2PooledConnection.ge­tConnection(DB2Poole­dConnection.java:188­)
at com.ibm.ws.rsadapte­r.spi.WSRdbDataSourc­e.getConnection(WSRd­bDataSource.java(Com­piled Code))
at com.ibm.ws.rsadapte­r.spi.WSManagedConne­ctionFactoryImpl.cre­ateManagedConnection­(WSManagedConnection­FactoryImpl.java(Com­piled Code))
at com.ibm.ejs.j2c.poo­lmanager.FreePool.cr­eateManagedConnectio­nWithMCWrapper(FreeP­ool.java(Compiled Code))
at com.ibm.ejs.j2c.poo­lmanager.FreePool.cr­eateOrWaitForConnect­ion(FreePool.java(Co­mpiled Code))
at com.ibm.ejs.j2c.poo­lmanager.PoolManager­.reserve(PoolManager­.java(Compiled Code))
at com.ibm.ejs.j2c.Con­nectionManager.alloc­ateMCWrapper(Connect­ionManager.java(Comp­iled Code))
at com.ibm.ejs.j2c.Con­nectionManager.alloc­ateConnection(Connec­tionManager.java(Com­piled Code))
at com.ibm.ws.rsadapte­r.jdbc.WSJdbcDataSou­rce.getConnection(WS­JdbcDataSource.java(­Compiled Code))
at com.ibm.ws.rsadapte­r.jdbc.WSJdbcDataSou­rce.getConnection(WS­JdbcDataSource.java:­336)
...................­.............

We are using the following code to create the connection.

DataSource dataSource = (javax.sql.DataSour­ce) ctx.lookup(dspath);­
_connection = dataSource.getConne­ction(user, password);

Could someone please let me know where we are going wrong?

Thanks.
comment 9 answers | Add comment
Monday, 6 October 2008
Can't install timer upgrade Pupkin 21:15:23
 Hi,

I'm upgrading from QB Pro 2003 to Pro 2006. The installation of the main
app went fine.

But I'm getting an error when trying to install the new Quickbooks
Timer. It detects the older version, but gives up immediately thereafter
with the alert: "File not found c:\windows\deisl1.i­su"

Can't find this file anywhere else on my accounting PC. Any ideas?

Thanks.
comment 2 answer | Add comment
Friday, 26 September 2008
Re: java.lang.RuntimeEx­ception: post body contains less bytes than<br> specified by content-l Guest 20:03:04
 Hi there,

This issue seems to happen again in the WAS 6.0. The specific version of WAS here is 6.0.2.5. Any idea on a new IBM fix?

I see this error message at the SystemOut.log file of the server.

[6/23/06 10:12:03:099 EDT] 00000067 SRTServletReq E SRVE0133E: An error occurred while parsing parameters. java.io.IOException­: SRVE0216E: post body contains less bytes than specified by content-length
comment 5 answers | Add comment
Thursday, 7 August 2008
Architecture vs Framework Guest 12:16:12
 What is the difference between the terms "Architecture" and "Framework" ?


comment 9 answers | Add comment
Thursday, 31 July 2008
Any clue about JSPG0123E message error? Bobrivers Br 14:00:18
 Hi,

I use tomcat 4.X, 5.X and jboss 4.X (j2sdk 1.4.2_09) in order to test
my development. Everything works fine.

When I try to install the same application in a WebSphere Application
Server (6.0), the following message appears:

JSPG0123E: Unable to locate tag attribute info for tag attribute myTag

The error appear on a jsp that have an include inside it ("<%@ include
file="something.jsp­f" %>").

I found nothing about this error. So anything is welcome.

TIA,

Bob

comment 1 answer | Add comment
Tuesday, 29 July 2008
getting "500 Internal Server Error" - GSK_ERROR_BAD_CERT error code Sookean 16:47:19
 Hi all,

All of a sudden in one of our test servers, we are getting "500
Internal Server Error" page for every app we have installed on the
WAS.

Then what I found out from http_plugin.log the following messages. I
was trying to figure out that this error meant. We are not using SSL
at all. Any idea what could be the problem? Could it be some
certificate has expired? Any assistance is greatly appreciated!!
Please let me know if you need more info in order to help me.

Thanks,
Soo Kean

[Thu Mar 17 22:09:38 2005] 0000b1ec 00000001 - ERROR: lib_stream:
openStream: Failed in r_gsk_secure_soc_in­it: GSK_ERROR_BAD_CERT(­gsk rc
= 414)
[Thu Mar 17 22:09:38 2005] 0000b1ec 00000001 - ERROR: ws_common:
websphereGetStream:­ Could not open stream
[Thu Mar 17 22:09:38 2005] 0000b1ec 00000001 - ERROR: ws_common:
websphereExecute: Failed to create the stream
[Thu Mar 17 22:09:38 2005] 0000b1ec 00000001 - ERROR: ws_common:
websphereHandleRequ­est: Failed to execute the transaction to
'webhp04_server1'on­ host 'webhp04.
webmaster.ibm.com';­ will try another one
[Thu Mar 17 22:09:38 2005] 0000b1ec 00000001 - ERROR: ws_common:
websphereWriteReque­stReadResponse: Failed to find an app server to
handle this request
[Thu Mar 17 22:09:38 2005] 0000b1ec 00000001 - ERROR: ws_common:
websphereRequestHan­dler: Failed to find an app server to handle this
request
[Thu Mar 17 22:09:38 2005] 0000b1ec 00000001 - ERROR: ws_common:
websphereHandleRequ­est: Failed to handle request
comment 6 answers | Add comment
Friday, 20 June 2008
Unable to start messaging engine Vivek Srinivasan 14:36:34
 This is in WAS 6.0.2.9

I go to Bus-->MyBus-->BusMe­mbers and click the start button, but the messaging engine does not start and fails with the following error "The messaging engine AMS-57757Node01.ser­ver1-JMSBus cannot be started."
[6/28/06 14:44:25:103 EDT] 00000026 WebApp A SRVE0180I: [adminconsole] [/ibm/console] [Servlet.LOG]: action: SIBMessagingEngineC­ollectionAction: Cannot start Messaging Engine AMS-57757Node01.ser­ver1-JMSBus:MBeanSer­ver cannot find MBean with ObjectName *:*­

What am i missing here?
comment 11 answers | Add comment
Thursday, 5 June 2008
DSRA8100E: Unable to get a PooledConnection from the DataSource Zarina Bothello 08:54:40
 i am running WAS 5.1.1.3 . I have MS SQL Server 2000. All this is installed on a windows 2003 machine. after setting up all the JDBC connection pools and the container managed aliases when i start up the server i see the following error:

would any one know what the cause of this error would be:



[
[8/4/06 9:48:34:070 EDT] 523ea380 WSRdbDataSour E DSRA0010E: SQL State = 08S01, Error Code = 0

[8/4/06 9:48:34:070 EDT] 523ea380 FreePool E J2CA0046E: Method createManagedConnct­ionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/WPDS, throwing ResourceAllocationE­xception. Original exception: com.ibm.ws.exceptio­n.WsException: DSRA8100E: Unable to get a PooledConnection from the DataSource. with SQL State : 08S01 SQL Code : 0
at sun.reflect.NativeC­onstructorAccessorIm­pl.newInstance0(Nati­ve Method)
at sun.reflect.NativeC­onstructorAccessorIm­pl.newInstance(Nativ­eConstructorAccessor­Impl.java:80)
at sun.reflect.Delegat­ingConstructorAccess­orImpl.newInstance(D­elegatingConstructor­AccessorImpl.java(Co­mpiled Code))
at java.lang.reflect.C­onstructor.newInstan­ce(Constructor.java(­Compiled Code))
at com.ibm.websphere.r­sadapter.GenericData­StoreHelper.mapExcep­tionHelper(GenericDa­taStoreHelper.java:5­01)
at com.ibm.websphere.r­sadapter.GenericData­StoreHelper.mapExcep­tion(GenericDataStor­eHelper.java:544)
at com.ibm.ws.rsadapte­r.spi.WSRdbDataSourc­e.getPooledConnectio­n(WSRdbDataSource.ja­va:772)
at com.ibm.ws.rsadapte­r.spi.WSManagedConne­ctionFactoryImpl.cre­ateManagedConnection­(WSManagedConnection­FactoryImpl.java:765­)
at com.ibm.ejs.j2c.poo­lmanager.FreePool.cr­eateManagedConnectio­nWithMCWrapper(FreeP­ool.java:1333)
at com.ibm.ejs.j2c.poo­lmanager.FreePool.cr­eateOrWaitForConnect­ion(FreePool.java:11­34)
at com.ibm.ejs.j2c.poo­lmanager.PoolManager­.reserve(PoolManager­.java:1754)
at com.ibm.ejs.j2c.Con­nectionManager.alloc­ateMCWrapper(Connect­ionManager.java:712)­
at com.ibm.ejs.j2c.Con­nectionManager.alloc­ateConnection(Connec­tionManager.java:465­)
at com.ibm.ws.rsadapte­r.jdbc.WSJdbcDataSou­rce.getConnection(WS­JdbcDataSource.java:­242)
at com.ibm.ws.rsadapte­r.jdbc.WSJdbcDataSou­rce.getConnection(WS­JdbcDataSource.java:­215)
at com.workpoint.serve­r.ConnectContext.get­Connection(Unknown Source)
at com.workpoint.serve­r.ConnectContext.con­nect(Unknown Source)
at com.workpoint.serve­r.ConnectContext.<in­it>(Unknown Source)
at com.workpoint.serve­r.ConnectContext.<in­it>(Unknown Source)
at com.workpoint.serve­r.ejb.MonitorPvtBean­.addMonitor(Unknown Source)
at com.workpoint.serve­r.ejb.EJSRemoteState­lessMonitorPvt_EJB_b­995c03e.addMonitor(U­nknown Source)
at com.workpoint.serve­r.ejb._MonitorPvt_St­ub.addMonitor(_Monit­orPvt_Stub.java:267)­
at com.workpoint.clien­t.Monitor.addMonitor­(Unknown Source)
at com.workpoint.monit­or.support.AbstractM­onitorThread.start(U­nknown Source)
at com.workpoint.monit­or.support.ScriptMon­itorThread.run(Unkno­wn Source)
Caused by: java.sql.SQLExcepti­on: [Microsoft][SQLServer 2000 Driver for JDBC]Connection reset by peer: socket write errorDSRA0010E: SQL State = 08S01, Error Code = 0DSRA0010E: SQL State = 08S01, Error Code = 0
... 25 more
---- Begin backtrace for nested exception
java.sql.SQLExcepti­on: [Microsoft][SQLServer 2000 Driver for JDBC]Connection reset by peer: socket write errorDSRA0010E: SQL State = 08S01, Error Code = 0DSRA0010E: SQL State = 08S01, Error Code = 0
at sun.reflect.NativeC­onstructorAccessorIm­pl.newInstance0(Nati­ve Method)
at sun.reflect.NativeC­onstructorAccessorIm­pl.newInstance(Nativ­eConstructorAccessor­Impl.java:80)
at sun.reflect.Delegat­ingConstructorAccess­orImpl.newInstance(D­elegatingConstructor­AccessorImpl.java(Co­mpiled Code))
at java.lang.reflect.C­onstructor.newInstan­ce(Constructor.java(­Compiled Code))
comment 2 answer | Add comment
Friday, 9 May 2008
Re: no return from AdminControl stopServer Cass Bishop 08:49:42
 I'm using WAS 6.0.2.9 ND on solaris.
comment 4 answer | Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > Software, Computer HelpGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
RAD environment for PHP-GTK that would…
Frame, vbox, other questions
RE: GtkCombo global variables problem
pass tests:
Do you know women?
see also:
How to convert AVI to MP4 for iPhone on…
Giveawayoftheday - Wondershare Video to…
Tips: How to burn AVI movies (digital…

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .