• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to deploy gdsc-server.ear in golden gate application

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am getting below error while accessing GG page.


Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.



Found that gdsc-server.ear Failed to deploy.

found below error in domain.log

####<May 28, 2013 4:41:33 AM CDT> <Error> <EJB> <grdebiggddev01> <grdodstst00> <[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'> <EJBs> <> <5c16e63de6381099:-ba0bf7b:13eea48b418:-8000-00000000000010d4> <1369734093931> <BEA-010026> <Exception occurred during commit of transaction Name=[EJB com.goldengate.gdsc.server.gglog.ejb.GGLogManagerBean.addLogEntry(com.goldengate.gdsc.common.model.GDSCLogEntry)],Xid=BEA1-41AEC08CC39BE40B10F2(535880339),Status=Rolled back. [Reason=Unknown],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=0,seconds left=60,XAServerResourceInfo[ggds-datasource_domain]=(ServerResourceInfo[ggds-datasource_domain]=(state=rolledback,assigned=grdodstst00),xar=weblogic.jdbc.wrapper.JTSEmulateXAResourceImpl@1ff0e30e,re-Registered = false),SCInfo[domain+grdodstst00]=(state=rolledback),properties=({weblogic.transaction.name=[EJB com.goldengate.gdsc.server.gglog.ejb.GGLogManagerBean.addLogEntry(com.goldengate.gdsc.common.model.GDSCLogEntry)], weblogic.jdbc.remote.ggds-datasource=t3://10.160.21.42:7001}),local properties=({modifiedListeners=[weblogic.ejb.container.internal.TxManager$TxListener@1efe12bc]}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=grdodstst00+10.160.21.42:7001+domain+t3+, XAResources={ggds-datasource_domain, WSATGatewayRM_grdodstst00_domain, WLStore_domain__WLS_grdodstst00},NonXAResources={})],CoordinatorURL=grdodstst00+10.160.21.42:7001+domain+t3+): weblogic.transaction.RollbackException: Unknown reason


tried redeploy, copy the .ear file from working machine, but no use. Not sure why this err is.

Any suggestion.
 
Maheboob Pasha
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Thanks for the reply,

Its not related to the JProfiler, its related with Oracle Golden Gate application which run's on Oracle Weblogic application server.

below is the error getting while deploying the .ear file.

Unable to set the activation state to true for the application 'gdsc-server'. weblogic.transaction.internal.TimedOutException: Transaction timed out after 61 seconds BEA1-0014761A2FDFE40B10F2 at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1748) at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1591) at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1911) at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1501) at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35) at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:178) Caused By: weblogic.transaction.internal.TimedOutException: Transaction timed out after 61 seconds BEA1-0014761A2FDFE40B10F2 at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1748) at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1591) at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1911) at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1501) at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35) at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)


 
reply
    Bookmark Topic Watch Topic
  • New Topic