n mohan

Greenhorn
+ Follow
since Feb 25, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by n mohan

Change your protocol to t3 instead of http
15 years ago
hi,
i am using the apache data grid in my application.In a column i need to give the line break.how can i get the line break in data grid column.i tried using the - and {'\n'}.But its not working.
Kindly guide me to resolve this issues.

Thanks,
Mohan
Hi,
i m using WL 8.1 SP5 and i am frequently getting the following error and my application get hangs.

<Jun 4, 2008 12:15:45 PM GMT+03:00> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default' has been busy for "869" seconds working on the request weblogic.webservice.async.KernelFeederImpl$ExecuteTask@e9dd80", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>

Can someone help me out in finding this issue?

Cheers!!!
Mohan n
16 years ago
hi,
I m using BEA 8.1 SP5 and Win XP SP2. While building my application in between i am getting the error like ERROR: Java returned: -1073741819.
I am not able to get any clue why this is happening?

Can some one suggest what to do with this error?

Thanks,
N Mohan
16 years ago
hi all,
i am migrating from WL 8.1 SP5 to WL 10.
can anyone tell steps to deploy in WL 10?

Regards,
Mohan
16 years ago
Hi All,

In my application, i m using the BEA Timer controller in web services.
There are few services to be run at end of day...so i m setting the frequency like HOURLY, DAILY and MONTHLY.

From JPF,i am calling the timer's start method like:

timerServiceControl.startTimer();

in the WEB services the startTimer() method has

serviceInvokeTimer.setTimeout(1);
serviceInvokeTimer.setRepeatsEvery(24*60*60);
serviceInvokeTimer.restart();

What is happening ...for example i m setting a EOD service for Daily and another for Hourly.
So the Hourly service is running for 23Hrs and then its stops.DAILY service is not running at all.

Can any one help me in finding out the issue.

Thanks,
Mohan
16 years ago