Atul Darne

Ranch Hand
+ Follow
since Jul 05, 2009
Atul likes ...
Oracle Opera Java
Merit badge: grant badges
Biography
Hello, iam atul from navi mumbai. Working for a IT Company as a Junior JavaDeveloper.
For More
Mumbai, India
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
18
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Atul Darne

We are facing an strange issue in weblogic JDBC Connection. Daily for our application we run "End of Day" (EOD). This EOD includes several branches and tasks for Interest calculation branch wise.

We have around 150+ branches for which this tasks are scheduled and completes one by one. It is observerd that our EOD gets stuck and below error is observed in weblogic logs.

When we retry the job it continues, this happens daily now. we are not able to figure why this happens.

Sharing the log below, please assist if any one knows a solution here.

2019-03-30 03:12:05,399 ERROR [[ACTIVE] ExecuteThread: '55' for queue: 'weblogic.kernel.Default (self-tuning)'] [transaction-id=933b69d3e018eb33:1cb19089:169cb4de31b:-16c0|RequestConvId=933b69d3e018eb33X1cb19089X169cb4de31bX-16c1] JDBCExceptionReporter Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_RMERR start() failed on resource 'ZONE_TIPLUS_PROD': XAER_RMERR : A resource manager error has occured in the transaction branch
oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1110)
at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:240)
at weblogic.jdbc.jta.DataSource.start(DataSource.java:811)
at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1250)




We are using weblogic 11g and our database is oracle 11 g version.
4 years ago
After providing the setter for the variable

you can use the following syntax which takes bool as string and will parse for you (it doesnt have any errors too)

In the java code

setter Tag


Usage


in the TLD



JSP Tag



Usage
Games :
Cut the Rope
Where is my water
3D Bowling
Bubble Shooter

Apps:
UC Browser
TOI
Facebook
Twitter
TrackID by sony
Talking TOm
What's App
Timescape by Sony for posting on FB
11 years ago
Hi,

I am given a task POC to check if we should use wml or xhtml for building a web mobile application , for data entry.

Any suggestions please.
11 years ago
Hi kunal,

thanks it worked - i made the following changes

Hi Vijitha ,

I am adding the class

Hi,

I have acheived adding contents to a database table by using hibernate xml hbm file, now i wish to search any user in it - i am stucked with with an error in the code




iam having the following function



cfg file



patient.hbm.xml



i get the below error

when i do a select query on the table


Hi Benjamin,

You can refer this tutorial webpage
thanks i updated an entry in .bashrc script by editing
11 years ago
i set the path by

export PATH=/usr/java/jdk1.6.0_25/bin:$PATH

i need to configure this startup

11 years ago
Hi,

i have a linux machine which has a Open JDK installed.

i downloaded a sun jdk and installed, it, now i want the system to use the sun jdk how do i configure it ??

i have the following

[root@localhost opt]# find / -name java
/usr/share/swig/1.3.40/java
/usr/share/mysql-gui/common/java
/usr/share/javadoc/java-1.6.0-openjdk/api/org/omg/stub/java
/usr/share/javadoc/java-1.6.0-openjdk/api/java
/usr/share/javadoc/java-1.6.0-openjdk/jre/api/plugin/dom/com/sun/java
/usr/share/javadoc/java
/usr/share/java
/usr/share/doc/db4-devel-4.7.25/java
/usr/share/doc/db4-devel-4.7.25/ref/java
/usr/bin/java
/usr/java
/usr/java/jdk1.6.0_25/bin/java
/usr/java/jdk1.6.0_25/jre/bin/java
/usr/lib/jvm-exports/java
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin/java
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java
/usr/lib/jvm/java
/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/bin/java
/usr/lib/java
/opt/sun/javadb/demo/programs/scores/java
/opt/sun/javadb/demo/programs/vtis/java
/var/lib/alternatives/java
/etc/alternatives/java
/etc/pki/java
/etc/java
[root@localhost opt]# clear
[root@localhost opt]# find / -name java
/usr/share/swig/1.3.40/java
/usr/share/mysql-gui/common/java
/usr/share/javadoc/java-1.6.0-openjdk/api/org/omg/stub/java
/usr/share/javadoc/java-1.6.0-openjdk/api/java
/usr/share/javadoc/java-1.6.0-openjdk/jre/api/plugin/dom/com/sun/java
/usr/share/javadoc/java
/usr/share/java
/usr/share/doc/db4-devel-4.7.25/java
/usr/share/doc/db4-devel-4.7.25/ref/java
/usr/bin/java
/usr/java
/usr/java/jdk1.6.0_25/bin/java
/usr/java/jdk1.6.0_25/jre/bin/java
/usr/lib/jvm-exports/java
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin/java
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java
/usr/lib/jvm/java
/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/bin/java
/usr/lib/java
/opt/sun/javadb/demo/programs/scores/java
/opt/sun/javadb/demo/programs/vtis/java
/var/lib/alternatives/java
/etc/alternatives/java
/etc/pki/java
/etc/java
[root@localhost opt]#
11 years ago
this is an old way to add the JSP script to the page itself..
you must use a framework like struts and hibernate
11 years ago
JSP
how do we know which jar has this class ?