Redelivery of messages in JCAPS + WebSphere App Server

I have a POJO that runs on WebSphere Application Server 6.1 and connects to a JCAPS 5.1.X queue using JMS API. JCAPS has been configured as a 'Generic JMS provider' in WebSphere and the queues and QCFs configured via WAS' admin console. The POJO is picking the messages and processing it just fine.
Now while processing the message, in case of failures, I need to reprocess the message 'n' number of time after a certain delay and move it to a DLQ if all attempts fail, which from my understanding is standard JMS stuff. Reading through the JCAPS documentation it appears that it does support this.
My question is how would I configure these details in WebSphere's JMSProvider/QCF/Q configuration. I have tried adding these as 'custom properties' of QCF in admin console, but that did not work:
JMSJCA.redeliveryhandling=5:1000;10:5000;50:move(qu eue:mydlq)
redeliveryhandling=5:1000;10:5000;50:move(queue:myd lq)
This the code snippet from the POJO that receives the events:
while (count > 0) {
queueSession = queueConnection.createQueueSession(true, -1);
controlQueue = getQueue(QUEUE_NAME, queueSession);
queueReceiver = queueSession.createReceiver(controlQueue);
queueConnection.start();
TextMessage message = (TextMessage) queueReceiver.receive();
count--;
System.out.println("EventReceiver "
+"Received synchronize message; "+ message.getText()
+" expect "+ count + " more");
//If the message body has "throw" in it then roll it back. The
//message should go back to the queue and then be redelivered by
//the JMS Provider.
if ("throw".equals(message.getText())) {
queueSession.rollback();
} else {
queueSession.commit();
}Any help would be greatly appreciated.
PS: The code snippet is from an example I found somewhere on the web.

My knowledge is that if you want to make use of those specific JMSJCA features you need to deploy the RA, configure a connection pool and consume messages through a MDB, not a POJO. I don't know how your POJO is getting the JMS connection, but I doubt is using any RA feature this way, as it is not the JMSJCA RA which is actually handling your connections. These are just my 5 cents, maybe you could ask more specific JMSJCA questions to their mailing list.

Similar Messages

  • Exception in Websphere App server FFDC log

    Hi all,
    I am getting an exception message into FFDC log in Websphere App server.Pls see below
    ------Start of DE processing------ = [7/9/08 10:38:17:111 GMT+05:30] , key = com.ibm.wsspi.webcontainer.ClosedConnectionException com.ibm.ws.webcontainer.servlet.SimpleFileServlet.writeResponseToClient 304
    Exception = com.ibm.wsspi.webcontainer.ClosedConnectionException
    Source = com.ibm.ws.webcontainer.servlet.SimpleFileServlet.writeResponseToClient
    probeid = 304
    Stack Dump = com.ibm.wsspi.webcontainer.ClosedConnectionException: OutputStream encountered error during write
         at com.ibm.ws.webcontainer.channel.WCCByteBufferOutputStream.write(WCCByteBufferOutputStream.java(Compiled Code))
         at com.ibm.ws.webcontainer.srt.SRTOutputStream.write(SRTOutputStream.java(Compiled Code))
         at com.ibm.ws.webcontainer.srt.BufferedServletOutputStream.writeOut(BufferedServletOutputStream.java(Inlined Compiled Code))
         at com.ibm.ws.webcontainer.srt.BufferedServletOutputStream.write(BufferedServletOutputStream.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.FileServletWrapper.writeResponseToClient(FileServletWrapper.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.FileServletWrapper.service(FileServletWrapper.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.FileServletWrapper.handleRequest(FileServletWrapper.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java(Compiled Code))
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java(Compiled Code))
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java(Compiled Code))
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java(Compiled Code))
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java(Compiled Code))
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    Caused by: java.io.IOException: There is no process to read data written to a pipe.
         at sun.nio.ch.FileDispatcher.writev0(Native Method)
         at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java(Compiled Code))
         at sun.nio.ch.IOUtil.write(IOUtil.java(Compiled Code))
         at sun.nio.ch.SocketChannelImpl.write0(SocketChannelImpl.java(Compiled Code))
         at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java(Compiled Code))
         at java.nio.channels.SocketChannel.write(SocketChannel.java(Inlined Compiled Code))
         at com.ibm.ws.tcp.channel.impl.SocketIOChannel.write(SocketIOChannel.java(Inlined Compiled Code))
         at com.ibm.ws.tcp.channel.impl.SocketIOChannel.attemptWriteToSocket(SocketIOChannel.java(Compiled Code))
         ... 4 more
    Dump of callerThis =
    Object type = com.ibm.ws.webcontainer.servlet.StaticFileServletWrapper
    [email protected]
    Exception = com.ibm.wsspi.webcontainer.ClosedConnectionException
    Source = com.ibm.ws.webcontainer.servlet.SimpleFileServlet.writeResponseToClient
    probeid = 304
    Dump of callerThis =
    Object type = com.ibm.ws.webcontainer.servlet.StaticFileServletWrapper
    file =
    this$0 = this.parentProcessor
    serialVersionUID = 1
    tmpdir = /tmp/
    counter = 1911
    tmpFileLock = java.lang.Object@7d066bbb
    pathSeparator = :
    pathSeparatorChar = :
    separator = /
    separatorChar = /
    prefixLength = 1
    path = /websphere/AppServer/profiles/default/installedApps/new_ccaps-appsrvNode01Cell/ccAPSABN.ear/ccAPS.war/include/scriptArray.js
    Can anybody help me, what is this exception.
    Thanks in advance
    by Dinker

    Hi all,
    I am getting an exception message into FFDC log in Websphere App server.Pls see below
    ------Start of DE processing------ = [7/9/08 10:38:17:111 GMT+05:30] , key = com.ibm.wsspi.webcontainer.ClosedConnectionException com.ibm.ws.webcontainer.servlet.SimpleFileServlet.writeResponseToClient 304
    Exception = com.ibm.wsspi.webcontainer.ClosedConnectionException
    Source = com.ibm.ws.webcontainer.servlet.SimpleFileServlet.writeResponseToClient
    probeid = 304
    Stack Dump = com.ibm.wsspi.webcontainer.ClosedConnectionException: OutputStream encountered error during write
         at com.ibm.ws.webcontainer.channel.WCCByteBufferOutputStream.write(WCCByteBufferOutputStream.java(Compiled Code))
         at com.ibm.ws.webcontainer.srt.SRTOutputStream.write(SRTOutputStream.java(Compiled Code))
         at com.ibm.ws.webcontainer.srt.BufferedServletOutputStream.writeOut(BufferedServletOutputStream.java(Inlined Compiled Code))
         at com.ibm.ws.webcontainer.srt.BufferedServletOutputStream.write(BufferedServletOutputStream.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.FileServletWrapper.writeResponseToClient(FileServletWrapper.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.FileServletWrapper.service(FileServletWrapper.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.FileServletWrapper.handleRequest(FileServletWrapper.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java(Compiled Code))
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java(Compiled Code))
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java(Compiled Code))
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java(Compiled Code))
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java(Compiled Code))
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    Caused by: java.io.IOException: There is no process to read data written to a pipe.
         at sun.nio.ch.FileDispatcher.writev0(Native Method)
         at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java(Compiled Code))
         at sun.nio.ch.IOUtil.write(IOUtil.java(Compiled Code))
         at sun.nio.ch.SocketChannelImpl.write0(SocketChannelImpl.java(Compiled Code))
         at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java(Compiled Code))
         at java.nio.channels.SocketChannel.write(SocketChannel.java(Inlined Compiled Code))
         at com.ibm.ws.tcp.channel.impl.SocketIOChannel.write(SocketIOChannel.java(Inlined Compiled Code))
         at com.ibm.ws.tcp.channel.impl.SocketIOChannel.attemptWriteToSocket(SocketIOChannel.java(Compiled Code))
         ... 4 more
    Dump of callerThis =
    Object type = com.ibm.ws.webcontainer.servlet.StaticFileServletWrapper
    [email protected]
    Exception = com.ibm.wsspi.webcontainer.ClosedConnectionException
    Source = com.ibm.ws.webcontainer.servlet.SimpleFileServlet.writeResponseToClient
    probeid = 304
    Dump of callerThis =
    Object type = com.ibm.ws.webcontainer.servlet.StaticFileServletWrapper
    file =
    this$0 = this.parentProcessor
    serialVersionUID = 1
    tmpdir = /tmp/
    counter = 1911
    tmpFileLock = java.lang.Object@7d066bbb
    pathSeparator = :
    pathSeparatorChar = :
    separator = /
    separatorChar = /
    prefixLength = 1
    path = /websphere/AppServer/profiles/default/installedApps/new_ccaps-appsrvNode01Cell/ccAPSABN.ear/ccAPS.war/include/scriptArray.js
    Can anybody help me, what is this exception.
    Thanks in advance
    by Dinker

  • File Upload in WebSphere App Server (3.5.4)

    Hi
    I am trying to upload a file from the client to the server. I am using oReilley's MultipartRequest to do this. This works fine in my Test Environment in Visual Age. But does not work in Websphere App Server.
    I get a "Error during native read operation". This happens mostly for big files more than 2 MB and sometimes for small files as well.
    Is this is a server issue? ('cos i tried using from jspsmart File Uplaod class and the result was the same).
    Any help is greatly appreciated.
    Thank You

    http://redeyeinteractive.com/index.eye?cart=1027565021121425&membersku=[membersku]&action=specific&SKU=507921572586523
    if this link don't work go to http://redeyeinteractive.com
    go to there java\applets path u will see a file upload component
    u can down load trial version free it is very easy to use.
    Good luck.

  • Problem in integrating sunone webserver with websphere app server

    Hello all
    I am trying to integrate sunone6.0 webserver with websphere5.0 app server. I did the following changes in sunone6.0 config files
    1) Added one directive to the obj.conf file after "<Object name=default>":
    Service fn="as_handler"
    2) Added two directives to the end of the magus.conf file:
    Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="/opt/WebSphere/AppServer/bin/libns41_http.so"
    Init fn="as_init" bootstrap.properties="/opt/WebSphere/AppServer/config/cells/plugin-cfg.xml"
    Can any one of u tell me how to check whether sunone webserver is redirecting request to webshere app server?
    i tried this url https://sunonewebserver:80/webapps/examples but i was not getting any result of that url.

    You might want to check here http://developers.sun.com/prodtech/webserver/
    and here http://developers.sun.com/
    These have forums and articles devoted to specific Sun products

  • How to config AM agent with websphere app server which binded http server??

    Hi, thanks for your concern.
    I am configuing AM policy agent with websphere 6.0 application server , the difference to the normal situation is : the IBM application server is binding with IBM http server so the server can deal with request from the port 80. It puzzled me much what shall I do when I installing the agent, the following are the questions:
    1. Enter the Instance Config Directory: -- shall i use the config folder for "server1" or "webserver1"?
    2. Enter the Server Instance name. -- shall i use the "server1" or "webserver1"?
    3. Enter the preferred port number on which the application server provides its services: -- shall i use "80"(web server) or "9080"(app server) ,
    4. Enter the preferred port number on which the application server provides its services: -- yes i should fill "/agentapp" here, but when i deploy this application, the web module should be "webserver1" or "server1"?
    And yet I only need SSO here , what is the easiest way to configue them well? I do not want to obey the contents from DOC, at fact it makes my websphere crashed ... I think maybe I can use "filter" for application only after I installed the agent, is that right? but it make me crazy that, websphere told me it can not find the class javax.servlet.Filter ... I copied one for it ,but it still can not work. I think maybe I make wrong configuration before .
    Is the document "Sun Java SystemAccess Manager PolicyAgent 2.2 Guide for IBM WebSphereApplication Server 6.0" only for stand alone application server?
    Any help will be most appriciated! thank you!

    If you are trying to install j2ee Agent 2.2 then the below answers may be helpful. i am not sure what webserver1 is ?
    Remeber all config for j2ee agent is for the app server.
    1. Enter the Instance Config Directory: -- shall i use the config folder for "server1" or "webserver1"? You should be using the 1 which your app server is using. The server.xml will be modified for the corresponding server instance.
    2. Enter the Server Instance name. -- shall i use the "server1" or "webserver1"? depends on above config
    3. Enter the preferred port number on which the application server provides its services: -- shall i use "80"(web server) or "9080"(app server) , for j2ee agent ot should be 9080
    4. Enter the preferred port number on which the application server provides its services: -- yes i should fill "/agentapp" here, but when i deploy this application, the web module should be "webserver1" or "server1"?it should be ur app server port.
    And yet I only need SSO here , what is the easiest way to configue them well? try sso_only mode
    I do not want to obey the contents from DOC, at fact it makes my websphere crashed ... I think maybe I can use "filter" for application only after I installed the agent, is that right? without the agent filter in the web.xml the agent wont intercept any traffic.
    but it make me crazy that, websphere told me it can not find the class javax.servlet.Filter ... I copied one for it ,but it still can not work. I think maybe I make wrong configuration before .
    Is the document "Sun Java SystemAccess Manager PolicyAgent 2.2 Guide for IBM WebSphereApplication Server 6.0" only for stand alone application server?
    Follow the SUN Docs strictly and it should work fine.

  • IBM WebSphere App.Server 3.5 StdEd + Oracle 8i for repository ?

    I want to install IBM WebSphere Application Server (WAS) 3.5 Std
    but I don't have a DB to hold the repository.
    One of the possible DB mentionned in the install doc is ORACLE
    8i but I have no experience whatsoever with this line of
    products.
    I would like to hear of people running such a config.
    Any tips, do's and don't ?
    Is it a stable, recommended configuration to start with ?
    E.G.:
    WAS 3.5 standard on Win2000
    + ORACLE 8i as a repository DB
    + AS400 serving corporate data
    Thanks for your help,
    Frederic.
    PS - I know DB2 is another possibility but I would like to skip
    that one for some reasons.

    Matt :
    I eventually chose to keep the InstantDB repository because
    someone told me it would be fine for a small web application.
    One thing I am wondering about though : IBM doc mentions Oracle
    8i but on the Oracle site they mention 9i only so
    - where do you find the 8i ?
    - is the 9i fine too ?
    - what edition is acceptable ? the cost for the personal/pro
    etc. licences do vary quite a lot so which is the cheapest
    acceptable one ?
    I am still looking for that info.
    Any hint ?
    Thanks !

  • Problems with the JNDI in Websphere App Server for Linux .

    I'm working with EJBs and I have tested mine with WTE in VAJ. The problem is when I try to access them on a remote client. What I have done so far:
    1:export the bean group to a Jar File
    for the administration "Web page"
    2:add an application by selecting the good Jar file
    3:I set the JNDI name
    4:save the new server configuration
    5: restart the WAS server.
    We have tryed to bind on the initial context (from
    CNInitialContextFactory) and we had an Operation not supported exception. The lookup was giving a exception saying that it couldn't find the object. (We think that the CNInitialContextFactory is unknown on the server.
    We are wondering if there could be some compatibility issue because the server uses java 1.3 and us 1.2.2 (VAJ 3.5.3). On the linux Server java 1.1.8 is also installed but WAS comes with its own java version. The path in the administration "web page" for the path for java is set. (the path from linux console is on java1.1.8 but that shouldn't matter right ? )
    thanks for your help

    Compatibility issues would not through an ObjectNotFound Exception. Maybe the problem is as simple as a class path issue. What object was not found- the Context class or the Object that you were attempting to bind to some name?

  • Connection TimeOut in Websphere App Server.

    Hi,
    I am using JSF with JNDI and WebSphere to get query details. We have set the Connection Pooling Timeout in JNDI DataSource settings in WebSphere to 60 minutes.
    I have attached the Exception Stack Trace for your verification. This is a very serious exception which is hindering us from running any query that is running more than 10 minutes. Please suggest.
    Exception = com.ibm.wsspi.webcontainer.ClosedConnectionException
    Source = com.ibm.ws.webcontainer.srt.BufferedWriter.writeOut
    probeid = 416
    Stack Dump = com.ibm.wsspi.webcontainer.ClosedConnectionException: OutputStream encountered error during write
         at com.ibm.ws.webcontainer.channel.WCCByteBufferOutputStream.write(WCCByteBufferOutputStream.java:108)
         at com.ibm.ws.webcontainer.srt.SRTOutputStream.write(SRTOutputStream.java:96)
         at sun.nio.cs.StreamEncoder$ConverterSE.implFlushBuffer(StreamEncoder.java:293)
         at sun.nio.cs.StreamEncoder$ConverterSE.implFlush(StreamEncoder.java:299)
         at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:210)
         at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:236)
         at com.ibm.wsspi.webcontainer.util.BufferedWriter.writeOut(BufferedWriter.java:486)
         at com.ibm.wsspi.webcontainer.util.BufferedWriter.flushChars(BufferedWriter.java:372)
         at com.ibm.wsspi.webcontainer.util.BufferedWriter.flush(BufferedWriter.java:347)
         at java.io.PrintWriter.flush(PrintWriter.java:291)
         at com.ibm.ws.cache.servlet.CacheProxyWriter.flush(CacheProxyWriter.java:159)
         at com.ibm.ws.cache.servlet.CacheProxyWriter.flush(CacheProxyWriter.java:159)
         at com.ibm.ws.cache.servlet.FragmentComposer.requestFinished(FragmentComposer.java:393)
         at com.ibm.ws.cache.servlet.CacheHook.handleFragment(CacheHook.java:480)
         at com.ibm.ws.cache.servlet.CacheHook.handleServlet(CacheHook.java:281)
         at com.ibm.ws.cache.servlet.ServletWrapper.service(ServletWrapper.java:256)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:989)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:930)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:766)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:674)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:498)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:225)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:321)
         at com.ibm.faces.context.MultipartExternalContextImpl.dispatch(MultipartExternalContextImpl.java:320)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:257)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:220)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:118)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at com.ibm.ws.cache.servlet.ServletWrapper.serviceProxied(ServletWrapper.java:276)
         at com.ibm.ws.cache.servlet.CacheHook.handleFragment(CacheHook.java:463)
         at com.ibm.ws.cache.servlet.CacheHook.handleServlet(CacheHook.java:281)
         at com.ibm.ws.cache.servlet.ServletWrapper.service(ServletWrapper.java:256)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:989)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:930)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
         at com.filter.ApplicationSessionExpiryFilter.doFilter(Unknown Source)
         at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:766)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:674)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:498)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:113)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:263)
         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:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
    Caused by: java.io.IOException: Async IO operation failed, reason: RC: 32 There is no process to read data written to a pipe.
         at com.ibm.io.async.AbstractAsyncChannel.multiIO(AbstractAsyncChannel.java:474)
         at com.ibm.io.async.AsyncSocketChannelHelper.write(AsyncSocketChannelHelper.java:478)
         at com.ibm.io.async.AsyncSocketChannelHelper.write(AsyncSocketChannelHelper.java:396)
         at com.ibm.ws.tcp.channel.impl.AioSocketIOChannel.writeAIO(AioSocketIOChannel.java:281)
         at com.ibm.ws.tcp.channel.impl.AioTCPWriteRequestContextImpl.processAsyncWriteRequest(AioTCPWriteRequestContextImpl.java:49)
         at com.ibm.ws.tcp.channel.impl.TCPWriteRequestContextImpl.writeInternal(TCPWriteRequestContextImpl.java:166)
         at com.ibm.ws.tcp.channel.impl.TCPWriteRequestContextImpl.write(TCPWriteRequestContextImpl.java:137)
         at com.ibm.ws.http.channel.impl.HttpServiceContextImpl.asynchWrite(HttpServiceContextImpl.java:2376)
         at com.ibm.ws.http.channel.impl.HttpServiceContextImpl.sendOutgoing(HttpServiceContextImpl.java:2165)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundServiceContextImpl.sendResponseBody(HttpInboundServiceContextImpl.java:778)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.writeBufferAsynch(WCChannelLink.java:307)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.writeBufferResponse(WCChannelLink.java:287)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.writeBuffer(WCChannelLink.java:241)
         at com.ibm.ws.webcontainer.channel.WCCByteBufferOutputStream.flushWriteBuffer(WCCByteBufferOutputStream.java:401)
         at com.ibm.ws.webcontainer.channel.WCCByteBufferOutputStream.write(WCCByteBufferOutputStream.java:147)
         at com.ibm.ws.webcontainer.srt.SRTOutputStream.write(SRTOutputStream.java:96)
         at sun.nio.cs.StreamEncoder$ConverterSE.implFlushBuffer(StreamEncoder.java:293)
         at sun.nio.cs.StreamEncoder$ConverterSE.implFlush(StreamEncoder.java:299)
         at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:210)
         at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:236)
         at com.ibm.wsspi.webcontainer.util.BufferedWriter.writeOut(BufferedWriter.java:486)
         at com.ibm.wsspi.webcontainer.util.BufferedWriter.flushChars(BufferedWriter.java:372)
         at com.ibm.wsspi.webcontainer.util.BufferedWriter.flush(BufferedWriter.java:347)
         at java.io.PrintWriter.flush(PrintWriter.java:291)
         at com.ibm.ws.cache.servlet.CacheProxyWriter.flush(CacheProxyWriter.java:159)
         at com.ibm.ws.cache.servlet.CacheProxyWriter.flush(CacheProxyWriter.java:159)
         at org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:233)
         at java.io.PrintWriter.flush(PrintWriter.java:291)
         at com.ibm.ws.cache.servlet.CacheProxyWriter.flush(CacheProxyWriter.java:159)
         at com.ibm.ws.cache.servlet.FragmentComposer.requestFinished(FragmentComposer.java:393)
         at com.ibm.ws.cache.servlet.CacheHook.handleFragment(CacheHook.java:480)
         at com.ibm.ws.cache.servlet.CacheHook.handleServlet(CacheHook.java:281)
         at com.ibm.ws.cache.servlet.ServletWrapper.service(ServletWrapper.java:256)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:989)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:930)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:766)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:674)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:498)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:225)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:639)
         at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:1034)
         at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:997)
         at com.ibm._jsp._extract_5F__jspService(_extract_5F_java:91)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.cache.servlet.ServletWrapper.serviceProxied(ServletWrapper.java:276)
         at com.ibm.ws.cache.servlet.CacheHook.handleFragment(CacheHook.java:463)
         ... 51 more

    http://redeyeinteractive.com/index.eye?cart=1027565021121425&membersku=[membersku]&action=specific&SKU=507921572586523
    if this link don't work go to http://redeyeinteractive.com
    go to there java\applets path u will see a file upload component
    u can down load trial version free it is very easy to use.
    Good luck.

  • An exception thrown while lUIX Images with Websphere app server

    Hi All,
    we are using the UIX controls in our product.
    Environment Specification :
    Application server we are using is WebSphere6.1.0.9
    UIX Implementation-Version: 2.2.24
    when we deploy our application and server is started and user performs some operation on the page which has the UIX-calendar control.
    the system is not able to parse the image. Error logs are pasted below.
    Can anyone provide comments on this beahviour any fix that can be done.
    Thanks,
    Jyoti
    at org.xml.sax.helpers.NamespaceSupport$Context.declarePrefix(Unknown Source)
    [7/25/07 12:27:22:386 IST] 00000039 SystemErr R      at org.xml.sax.helpers.NamespaceSupport.declarePrefix(Unknown Source)
    [7/25/07 12:27:22:387 IST] 00000039 SystemErr R      at org.apache.crimson.parser.Parser2.processAttributeNS(Parser2.java:1587)
    [7/25/07 12:27:22:387 IST] 00000039 SystemErr R      at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1436)
    [7/25/07 12:27:22:387 IST] 00000039 SystemErr R      at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500)
    [7/25/07 12:27:22:387 IST] 00000039 SystemErr R      at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
    [7/25/07 12:27:22:388 IST] 00000039 SystemErr R      at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
    [7/25/07 12:27:22:388 IST] 00000039 SystemErr R      at oracle.cabo.share.xml.TreeBuilder.parse(TreeBuilder.java:136)
    [7/25/07 12:27:22:388 IST] 00000039 SystemErr R      at oracle.cabo.share.xml.TreeBuilder.parse(TreeBuilder.java:97)
    [7/25/07 12:27:22:389 IST] 00000039 SystemErr R      at oracle.cabo.image.xml.ImageProviderRequestUtils._parse(ImageProviderRequestUtils.java:309)
    [7/25/07 12:27:22:389 IST] 00000039 SystemErr R      at oracle.cabo.image.xml.ImageProviderRequestUtils.createImageProviderRequest(ImageProviderRequestUtils.java:55)
    [7/25/07 12:27:22:389 IST] 00000039 SystemErr R      at oracle.cabo.image.cache.FileSystemImageCache._loadImage(FileSystemImageCache.java:724)
    [7/25/07 12:27:22:389 IST] 00000039 SystemErr R      at oracle.cabo.image.cache.FileSystemImageCache._loadCache(FileSystemImageCache.java:327)
    [7/25/07 12:27:22:390 IST] 00000039 SystemErr R      at oracle.cabo.image.cache.FileSystemImageCache._getCache(FileSystemImageCache.java:388)
    [7/25/07 12:27:22:390 IST] 00000039 SystemErr R      at oracle.cabo.image.cache.FileSystemImageCache.getImage(FileSystemImageCache.java:189)
    [7/25/07 12:27:22:390 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.oracle.icon.BaseColorizedIcon._getImage(BaseColorizedIcon.java:212)
    [7/25/07 12:27:22:390 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.oracle.icon.BaseColorizedIcon.getRelativeURI(BaseColorizedIcon.java:117)
    [7/25/07 12:27:22:391 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.icon.BaseImageIcon.renderIcon(BaseImageIcon.java:127)
    [7/25/07 12:27:22:391 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.XhtmlLafUtils.renderIcon(XhtmlLafUtils.java:1348)
    [7/25/07 12:27:22:391 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.XhtmlLafUtils.renderIcon(XhtmlLafUtils.java:1325)
    [7/25/07 12:27:22:392 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.desktop.IconButtonRenderer.renderContent(IconButtonRenderer.java:82)
    [7/25/07 12:27:22:392 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.render(BaseRenderer.java:82)
    [7/25/07 12:27:22:392 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
    [7/25/07 12:27:22:392 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:381)
    [7/25/07 12:27:22:393 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:331)
    [7/25/07 12:27:22:393 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderChild(BaseRenderer.java:425)
    [7/25/07 12:27:22:393 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:328)
    [7/25/07 12:27:22:394 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:220)
    [7/25/07 12:27:22:394 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderContent(BaseRenderer.java:127)
    [7/25/07 12:27:22:394 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.render(BaseRenderer.java:82)
    [7/25/07 12:27:22:394 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
    [7/25/07 12:27:22:395 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:381)
    [7/25/07 12:27:22:395 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:331)
    [7/25/07 12:27:22:395 IST] 00000039 SystemErr R      at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(UINodeRenderer.java:119)
    [7/25/07 12:27:22:395 IST] 00000039 SystemErr R      at oracle.cabo.ui.composite.UINodeRenderer.render(UINodeRenderer.java:62)
    [7/25/07 12:27:22:396 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.DateFieldRenderer.render(DateFieldRenderer.java:51)
    [7/25/07 12:27:22:396 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:381)
    [7/25/07 12:27:22:396 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:331)
    [7/25/07 12:27:22:396 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderChild(BaseRenderer.java:425)
    [7/25/07 12:27:22:397 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:328)
    [7/25/07 12:27:22:397 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:220)
    [7/25/07 12:27:22:397 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderContent(BaseRenderer.java:127)
    [7/25/07 12:27:22:398 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.render(BaseRenderer.java:82)
    [7/25/07 12:27:22:398 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
    [7/25/07 12:27:22:398 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:381)
    [7/25/07 12:27:22:398 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:331)
    [7/25/07 12:27:22:399 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderChild(BaseRenderer.java:425)
    [7/25/07 12:27:22:399 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.RowLayoutRenderer.renderChild(RowLayoutRenderer.java:135)
    [7/25/07 12:27:22:399 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:328)
    [7/25/07 12:27:22:399 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:220)
    [7/25/07 12:27:22:400 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderContent(BaseRenderer.java:127)
    [7/25/07 12:27:22:400 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.render(BaseRenderer.java:82)
    [7/25/07 12:27:22:400 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
    [7/25/07 12:27:22:401 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:381)
    [7/25/07 12:27:22:401 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:331)
    [7/25/07 12:27:22:401 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderChild(BaseRenderer.java:425)
    [7/25/07 12:27:22:401 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:328)
    [7/25/07 12:27:22:402 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:220)
    [7/25/07 12:27:22:402 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.renderContent(BaseRenderer.java:127)
    [7/25/07 12:27:22:402 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseRenderer.render(BaseRenderer.java:82)
    [7/25/07 12:27:22:402 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
    [7/25/07 12:27:22:403 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:381)
    [7/25/07 12:27:22:403 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:331)
    [7/25/07 12:27:22:403 IST] 00000039 SystemErr R      at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(UINodeRenderer.java:119)
    [7/25/07 12:27:22:403 IST] 00000039 SystemErr R      at oracle.cabo.ui.laf.base.xhtml.InlineMessageRenderer.render(InlineMessageRenderer.java:387)
    [7/25/07 12:27:22:404 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:381)
    [7/25/07 12:27:22:404 IST] 00000039 SystemErr R      at oracle.cabo.ui.BaseUINode.render(BaseUINode.java:331)
    [7/25/07 12:27:22:404 IST] 00000039 SystemErr R      at oracle.cabo.ui.jsps.tags.BaseUINodeTag.__handleFinishedNode(BaseUINodeTag.java:470)
    [7/25/07 12:27:22:404 IST] 00000039 SystemErr R      at oracle.cabo.ui.jsps.tags.BaseUINodeTag.doEndTag(BaseUINodeTag.java:112)

    -

  • Display Customized message if App Server Down

    Hi Buddies !!!
    Currently I am working on an entripse application that runs on Websphere App Server.
    I have to display an error page with some msg when the user hits the URL but Websphere has not started. To be more specific my app server is shut down.
    Thanks
    Irshad

    I think he wants a custom error.html or something. I hope he doesn't mean he wants them when the web-server is down as well (people can be stupid, I know... ).

  • Steps listen to an Oracle AQ queue in IBM Websphere Application Server 7.0

    I need to listen to an Oracle AQ queue in a Java EE application that runs under Websphere app server @7.0.
    I'd really like to use a MDB to access the Messages in AQ
    I can't really find any documentation on this, and I can't find a resource adapter that lets me do this using JCA.
    Can anyone tell me what's required to get this to work?
    I was able to find the
    product\11.2.0\oc4j\j2ee\home\connectors\ojms.rar
    but how to configure the same inside WAS

    Hi ,
    I have attempted to deploy an ADF 11g JSF application into WAS 7 and I am finding that an NPE is being thrown when the Trinidad (1.2.9) ResourceServlet is trying to load various artefacts on a page request.
    [28/05/09 12:46:34:568 EST] 00000019 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: Uncaught exception created in one of the service methods of the servlet resources in application ic-web. Exception created : java.lang.NullPointerException
         at com.ibm.ws.webcontainer.srt.SRTServletResponse.setContentType(SRTServletResponse.java:1191)
         at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:140)
         at org.apache.myfaces.trinidad.webapp.ResourceServlet._setHeaders(ResourceServlet.java:445)
         at org.apache.myfaces.trinidad.webapp.ResourceServlet.doGet(ResourceServlet.java:207)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:726)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
         at org.apache.myfaces.trinidad.webapp.ResourceServlet.service(ResourceServlet.java:162)
    Does anyone have any thoughts about what might be causing this?
    This application deploys fine into WLS 10g.
    Thanks and regards,
    Andrew
    Edited by: user11207057 on 27-May-2009 21:12

  • SAP XI and WebSphere Application Server v6

    Hello,
    has anyone made integration projects between SAP XI and WebSphere App Server v6 using JMS?
    Thanks for any feedback
    Jens

    WebSphere is not a Sun Microsystems product.
    It does not make sense to ask questions here, about a third party product,
    particularly when that third party is such a large organization.
    Can you describe what guidance you have received from IBM ?
    They would be the best source of all nuances on their own product.
    They created it.
    They've undoubedly installed it once or twice.
    They are expected to be prepared to answer questions about it.

  • Sun App server can't start

    Hello,
    I've got Sun One Studio and I can't start the Application Server. I have created a domain like this int the command prompt :
    asadmin> create-domain path /global/appserver  adminport=4848 adminuser xxx adminpassword xxx scdomain
    Domain scdomain successfully
    But when I start the server, I've got a message :
    Le service Sun App Server 7 Admin Server (domain1:admin-server) d�marre.....
    Le service Sun App Server 7 Admin Server (domain1:admin-server) n'a pas pu �tre
    lanc�.
    Le service n'a pas signal� d'erreur.
    Vous obtiendrez une aide suppl�mentaire en entrant NET HELPMSG 3534.
    C:\Sun\jstudio\AppServer7\domains\domain1\admin-server\bin>net helpmsg 3534
    Le service n'a pas signal� d'erreur.
    In english, it is said that the server can't have been started. And there isn't any error ...
    Whith Sun Studio one, I've got this message :
    Could not start the instance
    server failed to start: abnormal subprocess termination
    Can somenone help me please ?
    Thanks in advance.

    OK thanks caseylou. The server.log file contains that :
    [12/Oct/2004:14:29:02] INFO ( 2612): CORE1116: Sun ONE Application Server
    [12/Oct/2004:14:29:03] FATAL ( 2612): CORE4005: Internal error: unable to create JVM
    [12/Oct/2004:14:29:03] SEVERE ( 2612): CORE4009: Failed to load JVM (check your JRE)
    [12/Oct/2004:14:29:03] SEVERE ( 2612): CORE3187: Late initialization failed: Error running init function(late) init-j2ee: unknown error
    Sorry, I have created two topics in the forum (J2SE and J2EE) because on the J2SE I have been recommended this forum.
    Maybe it is better to continue on the first topic ?
    http://forum.java.sun.com/thread.jsp?forum=17&thread=561619&tstart=0&trange=15
    Sorry for "flooding".

  • Integrating Sun App Server with WebSphere MQ

    Hi,
    I am using Sun App server V8.1 . I also have a websphere MQ v5.3 installed in my system. I want to integrate this MQ with the App server.
    I created a queueManager and a Queue in MQ and using the JMSAdmin console of the Mq, i created jndi lookup resources using INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
    In the application server side, i created a Resource adapter using the command:
    create-resource-adapter-config --property SupportsXA=true:ProviderIntegrationMode=jndi:RMPolicy=OnePerPhysicalConnection:JndiProperties=java.naming.factory.url.pkgs\\=com.ibm.mq.jms.naming,java.naming.factory.initial\\=com.sun.jndi.fscontext.RefFSContextFactory,java.naming.provider.url\\=file\\:D\\:\\MQ:LogLevel=finest mqra
    Then i deployed this resource adaptor using the command :
    deploy name mqra target server "D:\Sun\AppServer\lib\addons\resourceadapters\genericjmsra\genericra.rar"
    Using this resource adapter i created a connection pool, connector resource and an admin object using the commands
    create-connector-connection-pool raname mqra connectiondefinition javax.jms.QueueConnectionFactory transactionsupport  XATransaction property ConnectionFactoryJndiName=MQQCF mymqpool
    create-connector-resource --poolname mymqpool jms/MyMqQCF
    create-admin-object raname mqra restype javax.jms.Queue --property DestinationJndiName=RTQueue jms/MyMqQueue
    After that, i wrote a java code to lookup these resources and put a message into the queue.
    This is the snippet of my java code
    InitialContext ic = new InitialContext();
    QueueConnectionFactory cnxFact = (QueueConnectionFactory)ic.lookup("jms/MyMqQCF");
    Queue qu = (Queue)ic.lookup("jms/MyMqQueue");
    try {               
    QueueConnection qConn = cnxFact.createQueueConnection();
    QueueSession qSess = qConn.createQueueSession(false,Session.AUTO_ACKNOWLEDGE);
    QueueSender qSend = qSess.createSender(qu);
    TextMessage msg = qSess.createTextMessage();
    msg.setText("1");
    qSend.send(msg);
    qConn.close();
    I am getting an exception in the line, QueueConnection qConn = cnxFact.createQueueConnection();
    here is the stack trace
    java.lang.ClassCastException: com.ibm.mq.jms.MQQueueConnectionFactory
    at com.sun.genericra.outbound.ManagedQueueConnectionFactory.createXAConnection(ManagedQueueConnectionFactory.java:45)
    at com.sun.genericra.outbound.AbstractManagedConnectionFactory.createPhysicalConnection(AbstractManagedConnectionFactory.java:127)
    at com.sun.genericra.outbound.AbstractManagedConnectionFactory.createManagedConnection(AbstractManagedConnectionFactory.java:111)
    at com.sun.enterprise.resource.ConnectorAllocator.createResource(ConnectorAllocator.java:90)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.getUnenlistedResource(IASNonSharedResourcePool.java:437)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.internalGetResource(IASNonSharedResourcePool.java:355)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.getResource(IASNonSharedResourcePool.java:250)
    at com.sun.enterprise.resource.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:213)
    at com.sun.enterprise.resource.PoolManagerImpl.getResource(PoolManagerImpl.java:174)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:286)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:145)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:121)
    at com.sun.genericra.outbound.ConnectionFactory.createConnection(ConnectionFactory.java:69)
    at com.sun.genericra.outbound.ConnectionFactory.createQueueConnection(ConnectionFactory.java:101)
    Can anybody help???

    bump
    update:
    So to avoid this problem I added spring.jar to the server classpath. that got rid of this message but then it started complaining that its missing struts2 core jar..i added that in server classpath as well...I did same for 4 other files and in the end it said 'bean for xwork has already been initialized' (because all these jars are in the application as well).
    So I am stuck. if I add all jars to server classpath..it says beans have already been initialized. If I take out the jars from server classpath then it says that stuff is missing (eg. contextLoader.properties missing - orig post)
    again, all this goes away when I restart the server..so i am just trying to avoid having to restart server every code change.

  • Error message while i am trying to configure app server domain in PT 8.48.1

    Team,
    I am getting below error message while i am trying to configure app server domain in PT 8.48.16. I have uninstall TUXEDO 8.1 and then install 3 times. But, no luck.
    Enter domain name to create
    :CRPROD
    Merging old domain configuration file with new template file...
    source C:\Documents and Settings\psadmin\Desktop\psappsrv.cfg
    template E:\psoft\PT848\appserv\large.cfx
    destination E:\psoft\PT848\appserv\CRPROD\psappsrv.cfg
    Creating domain folder CRPROD...
    Copy psappsrv.ubx to CRPROD\psappsrv.ubx failed!
    psappsrv.ubx
    Copy psappsrv.ubx to CRPROD1\psappsrv.ubx failed!
    Copy psasnt.val to CRPROD1\psappsrv.val failed!
    Copy psappsrv.psx to CRPROD1\psappsrv.psx failed!
    Copying Jolt repository file...
    Copy jrepository to CRPROD1\ failed!

    I get below error when i try to create a domain from import a file option.
    PeopleSoft Import Application Server Configuration
    1) Import from file
    2) Import from application domain
    q) Quit
    Command to execute (1-2, q) : 1
    Enter full path to configuration file
    :E:\psoft\PT848_bkp\appserv\CRPROD1\psappsrv.cfg
    Enter domain name to create
    :CRPROD1
    Application Server domain CRPROD1 already exists...
    1) Replace existing domain
    2) Enter different domain name
    q) Quit
    Command to execute (1-2, q) : 2
    Enter different name for domain: CRPROD
    Merging old domain configuration file with new template file...
    source E:\psoft\PT848_bkp\appserv\CRPROD1\psappsrv.cfg
    template E:\psoft\PT848\appserv\large.cfx
    destination E:\psoft\PT848\appserv\CRPROD\psappsrv.cfg
    Creating domain folder CRPROD...
    Copy psappsrv.ubx to CRPROD\psappsrv.ubx failed!
    psappsrv.ubx
    and when i try to crearte a domain with " create a domain " option , i got below error message.
    PeopleSoft Application Server Administration
    1) Administer a domain
    2) Create a domain
    3) Delete a domain
    4) Import domain configuration
    q) Quit
    Command to execute (1-4, q) : 2
    Please enter name of domain to create :CRPROD1
    Configuration templates:
    1) developer
    2) large
    3) medium
    4) small
    Select config template number: 2
    Creating domain...
    Copying application server configuration files...
    Stripping Annotations...
    Copy psappsrv.ubx to CRPROD1\psappsrv.ubx failed!
    Copy psasnt.val to CRPROD1\psappsrv.val failed!
    Copy psappsrv.psx to CRPROD1\psappsrv.psx failed!
    Copying Jolt repository file...
    Copy jrepository to CRPROD1\ failed!
    Domain created.
    Would you like to configure this domain now? (y/n) [y] :Y
    Error opening file 'psappsrv.ubx':
    Error opening file 'psappsrv.ubx':
    Quick-configure menu -- domain: CRPROD1
    Features Settings
    ========== ==========
    Actions
    =========
    1) Load config as shown
    2) Custom configuration
    h) Help for this menu
    q) Return to previous menu
    HINT: Enter 3 to edit DBNAME, then 1 to load

Maybe you are looking for

  • Error in implementaion of IPC Web App.

    Hi I've implemented ipc sp03 on my sap j2ee 6.2 engine also deployed the ipc sp03.sca file on j2ee server... i've also configure the XCM and create a my own jco connection parameters ... Now the prob is when i restart the j2ee server and run http://l

  • Timezone in .ics invitation incorrectly taken into iCal

    Hello, With my iPad I receive .ics calender invitations. The invitations that I send from my company computer to my iPad are all 6 hours off. So I receive an invitation for a meeting 2-3pm EST and it displays at 8-9pm in my iPad when I am about to ac

  • App world issue error id: 30702

    every time i try to launch app world i keep getting this error message "there is a problem with the current session error id 30702 i have re installed app world but still the same issue keeps happening and i cant use it all all any help would be very

  • "Open as layers in Photoshop" does not work

    I have Lightroom 5 and Elements 13: When I select 2 Pictures in Lightroom 5 and go to" Edit in" to "open in Photoshop as layers" I cannot select it. The option to "open as layers" is not available. Can anybody help me ? Thx Patrick

  • Making an inline object floating changes an entire document - help!

    I am working on a directory set up in pages.  I am trying to get rid of one picture that was set up as an inline picture rather than floating.  If I delete it, it deletes 20 subsequent pages in my document.  How can I just delete that picture?  Even