bhushan kumarsel

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

Recent posts by bhushan kumarsel

Hi All,
currently my application is using EHCache 1.24 jar.
I need to upgrade to newer version i.e. EHCache 1.5.0.jar.

I have downloaded EHCache-debugger1.5.0 package from sourceforge.net.
This EHCache-debugger1.5.0 package contains following jars-
EHCache 1.5.0.jar
commons-logging-1.0.4.jar
commons-collections-3.2.jar
backport-util-concurrent-3.1.jar
ehcache-debugger-1.5.0.jar
jsr107cache-1.0.jar

So do i need to replace all these jars in place of older jars in respective location ?

thanking you,
bhushan
15 years ago
Hi I created a sample domain through weblogic configutration wizard.
Started the admin server for this domain(through user_prijects).Then stopped it.

Then i tried to start weblogic server (start\programs\oraweblogic\weblogic\weblogicserver icon)
But earolier it was starting well.

Now after creation of the domain. I am getting following error .

***************************************************
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http:\\hostname:port\console *
***************************************************
starting weblogic with Java version:
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
BEA JRockit(R) (build R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32, compiled mode)
Starting WLS with line:
C:\Bea10.3\JROCKI~1\bin\java -jrockit -Xms256m -Xmx512m -Dootb.examples.url.name=/index.jsp -Xverify:none -da -Dplatform.home=C:\Bea10.3\WLSERV~1.3 -Dwls.home=C:\Bea10.3\WLSERV~1.3\server -Dwe
<Jan 20, 2009 7:25:01 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32 from BEA Systems,
><Jan 20, 2009 7:25:02 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:

There are 1 nested errors:

weblogic.management.ManagementException: Unable to obtain lock on C:\Bea10.3\wlserver_10.3\samples\domains\wl_server\servers\examplesServer\tmp\examplesServer.lok. Server may already be running
at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:73)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:459)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:164)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:711)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:482)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
at weblogic.Server.main(Server.java:67)

>
<Jan 20, 2009 7:25:02 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Jan 20, 2009 7:25:02 PM IST> <Error> <WebLogicServer> <BEA-000383>
<Jan 20, 2009 7:25:02 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
Stopping PointBase server...
PointBase server stopped.

C:\Bea10.3\wlserver_10.3\samples\domains\wl_server>
15 years ago
Hi All,

i need to disable or enable some submit buttons when a user selects a radio button.. Please tell me how can i do it ?
hi all i am getting this error.
Attribute variable invalid for tag set according to TLD

the related code is

(Edited to disable smilies and put code in CODE tags and escape XML: PC)
[ January 04, 2008: Message edited by: Paul Clapham ]
Pls guide me.I want to execute a test suite from ant target.
How can i do that using the junit task in ant ?
hi Tim i am really thankful to you. I just saw your answer on my post.
Anyway the solution you suggested is exactly correct.
Thanks
hi i am importing my project in eclipse.
but it is giving error as
build path is incomplete. Can't find class file for javax.management.MBeanRegistration. First solve the build path error and then try to build project.

Anyone pls help me
can i invoke tag within one .tag file from a tag in other .tag file?
I am not finding answer for this on internet so pls do help me.

Instead of writing tag handler classes (.java files) i am writing .tag files to implement custom tags.
so can i invoke tag within one .tag file from a tag in other .tag file?
is yes how can i?
and are the variables in the target .tag file's tag are accessible in my tag(of other .tag file)?
[ August 28, 2007: Message edited by: Bear Bibeault ]
17 years ago
JSP
can i access variables defined in one custom tag from another nested custom tag/child tag?
17 years ago
JSP
hi ,

i have a search employee link on my jsp and i want to display 5 records per page on a jsp. How can i achieve it?
Please help me.
waiting for hints..
17 years ago
JSP
I have a form which contains html:select list which has list of various company names.
I want another html:select which will contain list of all job requirements for company which is selected preveiously.How can i achieve this in jsp?
Pls do help me.
17 years ago
<jsp:forward page="other.jsp" />

if the output is buffered, it is first cleared, and then the request
forwarded to the other resource. However, if the output is not buffered and/or if the
response is already committed by the forwarding resource, then a java.lang.IllegalStateException
is raised when we attempt to forward the request.

"i am not getting meaning of the above statement.can anyone pls explain me this.
bh


[BPSouther: changed subject line to match question]
[ July 25, 2007: Message edited by: Ben Souther ]
17 years ago
JSP