• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem with log in of application

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having problems with login username and password on one of our applications which got expired. We renew and update the username/password but we are still getting these message below.

In WebSphere I updated with the new username and password in Resources > JDBC providers > Oracle JDBC Driver (XA) > Data sources > TradeDataSource > J2EE Connector Architecture (J2C) authentication data entries > TradeDataSourceAuthData. Is there any other place it should be updated?

An Error has occured during Trade processing.
The stack trace detailing the error follows.

Please consult the application server error logs (SystemOut.log/SystemErr.log/FFDC) for further details.



Processing request:/trade/app
StatusCode: 500
Message:TradeServletAction.doLogin(...)Exception logging in user uid:0with passwordxxx
Exception rg.omg.CORBA.TRANSACTION_ROLLEDBACK: javax.transaction.TransactionRolledbackException: ; nested exception is: javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR1013E: Exception occured when verifying current backend id ORACLE_V10_1: javax.resource.spi.ResourceAllocationException: DSRA8100E: Unable to get a XAConnection from the DataSource., error code: JAVAX_CONN_ERR, error code: JAVAX_CONN_ERR vmcid: 0x0 minor code: 0 completed: No
org.omg.CORBA.TRANSACTION_ROLLEDBACK: javax.transaction.TransactionRolledbackException: ; nested exception is: javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR1013E: Exception occured when verifying current backend id ORACLE_V10_1: javax.resource.spi.ResourceAllocationException: DSRA8100E: Unable to get a XAConnection from the DataSource., error code: JAVAX_CONN_ERR, error code: JAVAX_CONN_ERR vmcid: 0x0 minor code: 0 completed: No at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at com.ibm.rmi.util.ProxyUtil.copyObject(ProxyUtil.java:341) at com.ibm.CORBA.iiop.UtilDelegateImpl.copyObject(UtilDelegateImpl.java:805) at javax.rmi.CORBA.Util.copyObject(Util.java:314) at com.ibm.websphere.samples.trade.ejb._Trade_Stub.login(Unknown Source) at com.ibm.websphere.samples.trade.TradeAction.login(Unknown Source) at com.ibm.websphere.samples.trade.web.TradeServletAction.doLogin(TradeServletAction.java:339) at com.ibm.websphere.samples.trade.web.TradeAppServlet.performTask(TradeAppServlet.java:122) at com.ibm.websphere.samples.trade.web.TradeAppServlet.doPost(TradeAppServlet.java:84) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1284) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1241) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:136) at com.ibm.websphere.samples.trade.web.OrdersAlertFilter.doFilter(OrdersAlertFilter.java:83) at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:142) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:121) at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:671) at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:89) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1924) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:88) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411) at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1470)
 
Mohammed Farooq
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found the resolution. The user id and password i updated were incorrect
reply
    Bookmark Topic Watch Topic
  • New Topic