Yog Ananth

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

Recent posts by Yog Ananth

I am having problem using Russian charater from the resource bundle. I am using UTF-8 in my jsp page. Italian character i am having separate property file and Russian charater i am having separate property file. I am using Appserver WAS6.1. Is there any additional i have to set display RUSSIAN character.


Thanks in advance
YOGA
17 years ago
Is it possible to invoke normal java client to my application (test.EAR) is running in WAS server ? I am getting communication exception. Please provide some sample client to invoke ejb is running in was server.

Thanks in advance

YOGA
17 years ago
Hi All

I am getting out of memory error in WAS6.1. I increased the heap size but still i am getting the below exception:



[11/15/07 16:33:11:609 IST] 00000025 SystemErr R Caused by: java.lang.OutOfMemoryError
at com.ibm.rmi.util.buffer.ByteBuffer.allocByteArray(ByteBuffer.java:57)
at com.ibm.rmi.util.buffer.SequentialByteBuffer.toByteArray(SequentialByteBuffer.java:489)
at com.ibm.rmi.iiop.CDROutputStream.toByteArray(CDROutputStream.java:516)
at com.ibm.rmi.iiop.CDROutputStream.create_input_stream(CDROutputStream.java:723)
at com.ibm.rmi.util.ProxyUtil.copyObject(ProxyUtil.java:437)
at com.ibm.rmi.util.ProxyUtil.invokeWithClassLoaders(ProxyUtil.java:755)
at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1123)
at $Proxy8.executeProcess(Unknown Source)
at com.crif.cf.engine.ejb._Engine_Stub.executeProcess(Unknown Source)
at com.crif.cf.engine.delegate.EngineDelegate.executeProcess(EngineDelegate.java:438)
at com.crif.cf.web.action.ProcessManagerAction.execute(ProcessManagerAction.java:112)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
17 years ago
Hi All

I am getting the below exception when i access ejb from client, lookup is failing. I think it is more relavent on naming security issue. Help me to resolve this isssue. Thanks in advance

10/13/07 15:27:32:610 CEST] 00000109 EJBContainerI I WSVR0045E: Unable to create sub-context cell/nodes: Error during batch processing of name cell/nodes. Original exception rg.omg.CORBA.IMP_LIMIT: Context is Read Only, Primary Name=cfjapswas01Cell01 vmcid: 0x49421000 minor code: 82 completed: No



WITH YOU
yoga
17 years ago
Hi Please help me how to access files in Map Network drive from application is running in websphere Application server.
OS -Windows Xp
WebSphere -6.1
The application is not recognized Map Network Drive

Thanks in Advance
YOGA
17 years ago
Hi

I am having mapping drive in my window XP machine, it has xml files, when i access this Map drive through my websphere application, the map drive is not identify by the websphere application server. I am using WAS6.1 in my machine. Please give a solution.

The same application i am able to work in jboss server
17 years ago
please provide any free tool it converts .NET souce code to Java/J2EE source.

Thanks in Advance
YOGA
17 years ago
I am having two Ear files, in that i am calling a method from one ear to another ear, where i ll give the reference. I am using IBM WSAD5.1.2.
Hi,

Thank for your helpful tips , in client i am using the same machine, i am trying to connect EJB also in the same machine. I am able to call from servlet to EJB but i am unable to do in normal java program.
Please clarify my doubt is it possible to call an ejb from normal java program, i am using simple java program in main i am calling ejb, i am having ejb references.
I am calling ejb through my java program i am getting following error,help me for solving this. I imported all the jars i given jndi name correctly, i am trying this through IBM wsad.

My JNDI name ejb/example/SampleHome

i am getting error for this line

Object ref = ctx.lookup("ejb/example/SampleHome");


javax.naming.NamingException: The JNDI operation "lookup"on the context "localhost/nodes/localhost/servers/server1" with the name "ejb/example/SampleHome" failed. Please get the root cause Throwable contained in this NamingException for more information. Root exception is java.lang.NoClassDefFoundError: com/ibm/ejs/jts/jts/CurrentFactory
I want to insert 1000 records in a transaction so how many entity beans is required, can i do this for a single entity, it causes performance issue.
is WSAD plugins available for running hibernate ?
Explain me what are the design patterns we can impliment while using ATG Dynamo App server
19 years ago
JSP
i am having three forms one after the other in a jsp/html page. first form contains 2 textboxes, and second form contains two text boxes, third contains a a textbox and submit button, if u click the submit button, all the three form r to be submitted.


thanks in advance

Yoga