WebSphere cored on Solaris

Hi All,
I am new to solaris and we have an installation of websphere application server running on SunOS, version 5.8. The application server has cored(stopped running) on it's own and generated OS dump.
It reports that ...
"An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xff3406f0
Function name=memcpy
Library=/usr/platform/SUNW,Sun-Fire-880/lib/libc_psr.so.1"
Can someone explain what above library does on solaris?
is it specifc to java or a general library available on solaris?
If possible, i am looking at detailed explanation of the above mentioned library, along with the the functions descriptions that it supports.
Thank You.

I am also getting similar error on websphere 4 ( sun solaris 8 on Sun E280 R). Please let me know if u found any solution for this.

Similar Messages

  • Anybody know the maximum channel, concurrent connection limit

    Anybody know the maximum channel that can be set and the maximum concurrent connection that listener can support for WebSphere 6.0 Solaris.
    One more question, please correct if I'm wrong; in order to set above value, I have to modify qm.ini as below:
    TCP:
    Port=1414
    KeepAlive=YES
    ListenerBacklog=800 --------> for maximum concurrent connection that listener supports
    Channels:
    MaxChannels=1000 ----------> for maximum channel for QManager
    MaxActiveChannels=1000
    Every suggestions would be appreciated.

    Not really sure what you mean by "half-closing" and the question you're asking. Can you clarify?

  • Websphere 4.0.4 crash on heavy load after solaris 8 upgrade

    We have our application running on solaris 8 with websphere 4.0.4 and IBM HTTP Server. Things seem to be fine since one year. We recetly went with a solaris patch upgrade (may 2005) applying
    108528-29 SunOS 5.8: kernel update and Apache patch
    116973-01 SunOS 5.8: Apache Patch
    Since than websphere is crashing with the following error
    java.lang.OutOfMemoryError: unable to create new native thread
    at java.lang.Thread.start(Native Method)
    at com.ibm.ws.util.CachedThread.start(ThreadPool.java:126)
    at com.ibm.ws.util.CachedThread.wakeup(ThreadPool.java:111)
    at com.ibm.ws.util.ThreadPool.getThread(ThreadPool.java:453)
    at com.ibm.ejs.oa.pool.ThreadPool.startWorkerThread(ThreadPool.java:83)
    at com.ibm.CORBA.iiop.IIOPConnection.processInput(IIOPConnection.java:879)
    at com.ibm.CORBA.iiop.StandardReaderThread.run(StandardReaderThread.java:187)
    libthread panic: cannot create new lwp : dumping core (PID: 7313 LWP 2)
    stacktrace:
    ff361c90
    0
    Not sure if the solaris patch has caused it.
    Any suggestions will be very helpful.
    Thanks,
    Praveen

    No specific ideas but take a look at this trouble-shooting article.
    You could try trashing the preferences again as described in it and if that does no good it might be worth uninstalling it exactly as described and reinstalling .
    http://support.apple.com/kb/TA24195?viewlocale=enUS&locale=enUS

  • Solaris 9 and WebSphere Commerce Suite 5.6

    We're upgrading our servers from Solaris 8 to 9. Does anyone know of any issues that may pop up with our WebSphere Commerce Suite 5.6, service pack 5 during or after the upgrade?

    AYacopino wrote:
    Somebody knows which is the best Operation System to deploy the Sun Java Communication Suite? in performance terms?Solaris 10 by far for several reasons:
    -> improved overall performance (kernel/networking level)
    -> ZFS for storage
    -> dtrace for debugging
    -> zones for the various components of the communication suite (http://www.sun.com/blueprints/0806/819-7663.html)
    I have and old Sun Fire 280R with two 750 Mhz Processors, 3 GB Ram, and an A1000 Storage.I'm not sure how many users you are planning to provide access to but your RAM is going to be the bottleneck.
    Regards,
    Shane.

  • Help: Problems accessing XML file in WebSphere 3.5 Fix Pack 4 on Solaris

    We are having an emergent issue with WebSphere 3. 5 Fix Pack 4 on Solaris 2.6: The WAR file we deployed fails with runtime exception due to the inability
    to access a local resource(XML file) in the converted WAR file's web directory.
    The way we access this XML file is as follows:
    ServletContext theCon = getServletContext();
    URL u = theCon.getResource ("/web/test.xml");
    String newPath = u.toExternalForm ();
    InputStream is = new URL (newPath).openStream();
    The InputStream returned from the URL object is NULL.
    After checked the URL's externalForm string, we noticed that its protocol part is "classloader", e.g. the whole URL string is like "classloader:/opt/...../web/test.xml". However, if we replaced "classloader" with "file", the problem disappeared and the XML file can be read without error.
    Anybody know why "classloader:" in the URL string cause this problem, and what is the solution without changing the URL string?
    Thanks a lot!

    Hi,
    Can you try to replace the two last lines with:InputStream is = new FileInputStream (u.getFile());Hope this helps,
    Kurt.

  • Analyzer7.0.1 / Solaris / Websphere

    We have installed 2 instances of Analyzer on Solaris/Websphere5.0. Both installs have different web-context and use seperate oracle userid (to access different sets of config tables). Example userid ANALYZER and ANALYZER1.The first install works fine with both the users ANALYSER or ANALYZER1 (used the Classes.xml to change the analyzer user id). The second install works with user userid ANALYZER but if I try to use the userid ANALYZER1 the analyzer gives the error"Error occured while verifying user priviledged". The error details show Java null point exception.Can anyone help.Thanks Abhijit

    Remove the leading _, it comments them out and the default 1.3.1 jre is used.

  • Error when calling to an screenflow in a process deployed in Websphere

    Hi all,
    Environment: Solaris SunOS 5.10 (Generic January 2005), Websphere 6.1.0.13, JVM: 1.5.0_07
    Product: AquaLogic BPM 6.0.2 for WebSphere
    We are testing our environment with a very simple process with only one interactive activity that is associated to an screenflow that has a presentation of a BPM Object. We have tested this process in Studion 6.0.2 and Enterprise StandAlone 6.0.2 and the activity associated with the screenflow runs OK, but when we test it in Enterprise 6.0.2 for Websphere it crashes when calling this activity. This is the exception:
    Task failed.
    Debido a: Task '0' in activity '/ProcesoTestSF#Default-1.0/Interactive[Interactiva]' for instance '/ProcesoTestSF#Default-1.0/110/0' could not be successfully executed. The task failed while executing method 'interactivaInteractivaIN'.
    Debido a: The task could not be successfully executed.
    Reason: 'java.lang.NoClassDefFoundError: xobject/Fuego__AutoGen__Screenflows__/__FlujoDePantalla'.
    Debido a: xobject/Fuego__AutoGen__Screenflows__/__FlujoDePantalla
    fuego.web.exception.WapiTaskFailedException: Task failed.
    at fuego.web.exception.WapiExceptionFactory.create(WapiExceptionFactory.java:209)
    at fuego.web.papi.DefaultErrorHandler.handleException(DefaultErrorHandler.java:49)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:127)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:228)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:219)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:58)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    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 fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
    at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    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.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
    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: fuego.papi.exception.TaskFailedException: Task '0' in activity '/ProcesoTestSF#Default-1.0/Interactive[Interactiva]' for instance '/ProcesoTestSF#Default-1.0/110/0' could not be successfully executed. The task failed while executing method 'interactivaInteractivaIN'.
    at fuego.papi.exception.TaskFailedException.create(TaskFailedException.java:57)
    at fuego.server.AbstractProcessBean.createTaskFailedException(AbstractProcessBean.java:3319)
    at fuego.server.AbstractProcessBean.runTask(AbstractProcessBean.java:2947)
    at fuego.ejbengine.EJBProcessControlAdapter.runTask(EJBProcessControlAdapter.java:457)
    at fuego.papi.impl.j2ee.EJSRemoteStatelessEJBProcessControl_ac6abeae.runTask(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.ibm.rmi.util.ProxyUtil$4.run(ProxyUtil.java:727)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.ibm.rmi.util.ProxyUtil.invokeWithClassLoaders(ProxyUtil.java:725)
    at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1123)
    at $Proxy44.runTask(Unknown Source)
    at fuego.papi.impl.j2ee._EJBProcessControlInterface_Stub.runTask(_EJBProcessControlInterface_Stub.java:3934)
    at fuego.papi.impl.j2ee.EJBProcessControlInterfaceWrapper.runTask(EJBProcessControlInterfaceWrapper.java:2169)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at fuego.papi.impl.AbstractProcessControlHandler.invokeInternal(AbstractProcessControlHandler.java:72)
    at fuego.papi.impl.j2ee.EJBProcessControlHandler.doInvoke(EJBProcessControlHandler.java:116)
    at fuego.papi.impl.j2ee.EJBProcessControlHandler.invoke(EJBProcessControlHandler.java:70)
    at $Proxy43.runTask(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    at fuego.papi.impl.j2ee.EJBExecution.next(EJBExecution.java:189)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    at fuego.web.papi.TaskExecutor.runInstanceTask(TaskExecutor.java:490)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:98)
    ... 37 more
    Caused by: fuego.lang.ComponentExecutionException: The task could not be successfully executed.
    Reason: 'java.lang.NoClassDefFoundError: xobject/Fuego__AutoGen__Screenflows__/__FlujoDePantalla'.
    at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:992)
    at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1167)
    at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:428)
    at fuego.server.execution.InteractiveNormalCilExecution.invoke(InteractiveNormalCilExecution.java:430)
    at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:553)
    at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:737)
    at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:697)
    at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:178)
    at fuego.server.execution.microactivity.InteractiveMicroActivity.executeNormalCil(InteractiveMicroActivity.java:489)
    at fuego.server.execution.microactivity.InteractiveMicroActivity.executeItem(InteractiveMicroActivity.java:442)
    at fuego.server.execution.microactivity.InteractiveMicroActivity.execute(InteractiveMicroActivity.java:99)
    at fuego.server.AbstractProcessBean$45.execute(AbstractProcessBean.java:2938)
    at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:302)
    at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
    at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
    at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    at fuego.server.AbstractProcessBean.runTask(AbstractProcessBean.java:2942)
    ... 70 more
    Caused by: java.lang.NoClassDefFoundError: xobject/Fuego__AutoGen__Screenflows__/__FlujoDePantalla
    at bea.ProcesoTestSF.Default_1_0.Instance.CIL_interactivaInteractivaIN(Instance.xcdl)
    at bea.ProcesoTestSF.Default_1_0.Instance.CIL_interactivaInteractivaIN(Instance.xcdl)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:983)
    ... 88 more
    Any help would be appreciated
    Thank you very much

    Rubén,
    It has a problem with the loading of the object classes.
    Try to export the full process (so don't use "publish for enterprise");
    perhaps it will work then.
    Best Regards,
    Frank van den Nieuwboer
    Hi all,
    Environment: Solaris SunOS 5.10 (Generic January 2005), Websphere 6.1.0.13, JVM: 1.5.0_07
    Product: AquaLogic BPM 6.0.2 for WebSphere
    We are testing our environment with a very simple process with only one interactive activity that is associated to an screenflow that has a presentation of a BPM Object. We have tested this process in Studion 6.0.2 and Enterprise StandAlone 6.0.2 and the activity associated with the screenflow runs OK, but when we test it in Enterprise 6.0.2 for Websphere it crashes when calling this activity. This is the exception:
    Task failed.
    Debido a: Task '0' in activity '/ProcesoTestSF#Default-1.0/Interactive[Interactiva]' for instance '/ProcesoTestSF#Default-1.0/110/0' could not be successfully executed. The task failed while executing method 'interactivaInteractivaIN'.
    Debido a: The task could not be successfully executed.
    Reason: 'java.lang.NoClassDefFoundError: xobject/Fuego__AutoGen__Screenflows__/__FlujoDePantalla'.
    Debido a: xobject/Fuego__AutoGen__Screenflows__/__FlujoDePantalla
    fuego.web.exception.WapiTaskFailedException: Task failed.
    at fuego.web.exception.WapiExceptionFactory.create(WapiExceptionFactory.java:209)
    at fuego.web.papi.DefaultErrorHandler.handleException(DefaultErrorHandler.java:49)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:127)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:228)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:219)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:58)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    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 fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
    at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    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.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
    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: fuego.papi.exception.TaskFailedException: Task '0' in activity '/ProcesoTestSF#Default-1.0/Interactive[Interactiva]' for instance '/ProcesoTestSF#Default-1.0/110/0' could not be successfully executed. The task failed while executing method 'interactivaInteractivaIN'.
    at fuego.papi.exception.TaskFailedException.create(TaskFailedException.java:57)
    at fuego.server.AbstractProcessBean.createTaskFailedException(AbstractProcessBean.java:3319)
    at fuego.server.AbstractProcessBean.runTask(AbstractProcessBean.java:2947)
    at fuego.ejbengine.EJBProcessControlAdapter.runTask(EJBProcessControlAdapter.java:457)
    at fuego.papi.impl.j2ee.EJSRemoteStatelessEJBProcessControl_ac6abeae.runTask(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.ibm.rmi.util.ProxyUtil$4.run(ProxyUtil.java:727)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.ibm.rmi.util.ProxyUtil.invokeWithClassLoaders(ProxyUtil.java:725)
    at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1123)
    at $Proxy44.runTask(Unknown Source)
    at fuego.papi.impl.j2ee._EJBProcessControlInterface_Stub.runTask(_EJBProcessControlInterface_Stub.java:3934)
    at fuego.papi.impl.j2ee.EJBProcessControlInterfaceWrapper.runTask(EJBProcessControlInterfaceWrapper.java:2169)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at fuego.papi.impl.AbstractProcessControlHandler.invokeInternal(AbstractProcessControlHandler.java:72)
    at fuego.papi.impl.j2ee.EJBProcessControlHandler.doInvoke(EJBProcessControlHandler.java:116)
    at fuego.papi.impl.j2ee.EJBProcessControlHandler.invoke(EJBProcessControlHandler.java:70)
    at $Proxy43.runTask(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    at fuego.papi.impl.j2ee.EJBExecution.next(EJBExecution.java:189)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    at fuego.web.papi.TaskExecutor.runInstanceTask(TaskExecutor.java:490)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:98)
    ... 37 more
    Caused by: fuego.lang.ComponentExecutionException: The task could not be successfully executed.
    Reason: 'java.lang.NoClassDefFoundError: xobject/Fuego__AutoGen__Screenflows__/__FlujoDePantalla'.
    at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:992)
    at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1167)
    at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:428)
    at fuego.server.execution.InteractiveNormalCilExecution.invoke(InteractiveNormalCilExecution.java:430)
    at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:553)
    at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:737)
    at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:697)
    at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:178)
    at fuego.server.execution.microactivity.InteractiveMicroActivity.executeNormalCil(InteractiveMicroActivity.java:489)
    at fuego.server.execution.microactivity.InteractiveMicroActivity.executeItem(InteractiveMicroActivity.java:442)
    at fuego.server.execution.microactivity.InteractiveMicroActivity.execute(InteractiveMicroActivity.java:99)
    at fuego.server.AbstractProcessBean$45.execute(AbstractProcessBean.java:2938)
    at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:302)
    at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
    at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
    at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    at fuego.server.AbstractProcessBean.runTask(AbstractProcessBean.java:2942)
    ... 70 more
    Caused by: java.lang.NoClassDefFoundError: xobject/Fuego__AutoGen__Screenflows__/__FlujoDePantalla
    at bea.ProcesoTestSF.Default_1_0.Instance.CIL_interactivaInteractivaIN(Instance.xcdl)
    at bea.ProcesoTestSF.Default_1_0.Instance.CIL_interactivaInteractivaIN(Instance.xcdl)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:983)
    ... 88 more
    Any help would be appreciated
    Thank you very much

  • Error 403 returned from WebSphere running Policy Agent

    Hi,
    I'm getting an error 403 (forbidden) in my browser when I try to access a URL that I have protected using a Policy that I have setup in SAM.
    My configuration is as follows:
    Sun Access Manager 6 2005Q1 on Solaris
    WebSphere AppServer 5.1.1.5 on Win 2000
    WebSphere 5.0 Policy Agent 2.1 on Win 2000
    At the moment, all I'm trying to do is protect a URL which is contained in a simple WAR file which I have deployed on WAS.
    As per the J2EE Policy Agents guide, I have installed the Agent Filter by adding the following into web.xml
    <web-app>
    <display-name>...</display-name>
    <description>...</description>
    <filter>
    <filter-name>Agent</filter-name>
    <display-name>Agent</display-name>
    <description>SunTM ONE Identity Server Policy Agent</description>
    <filter-class>com.sun.identity.agents.websphere.AmWAS50AgentFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>Agent</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    </web-app>
    I've switched on Global Security in WAS and successfully logged back into the WebSphere Console using amldapuser. This confirms that the Agent Realm is working correctly.
    In SAM I set up a Policy with a Rule that specified the URL I want to protect. I added a Subject to this Rule of type LDAP User. The user I chose was amadmin (for the moment).
    I also configued an Agent with agentRootURL=http://<WAS fully qualified domain name>:9080/
    When I try to access the URL of the servlet in the WAR, I am redirected to the SAM's login page
    http://<SAM fully qualified domain name>/amserver/UI/Login?goto=http%3A%2F%2F<WAS fully qualified domain name>%3A9080%2FRoamingApp%2FRoaming
    However, when I enter the amadmin/ <password> error 403 is returned to the browser.
    I've checked the logs on SAM
    From amAuthentication.access
    "2005-07-28 11:58:15" "Login Success" LDAP dc=acme,dc=com INFO uid=amAdm
    in,ou=People,dc=acme,dc=com <WAS IP address> "cn=dsameuser,ou=DSAME Users,dc=acme,
    dc=com" <WAS IP address>
    From amSSO.access
    "2005-07-28 11:58:15" "SESSION CREATE" amSSO.access dc=acme,dc=com I
    NFO uid=amAdmin,ou=People,dc=acme,dc=com <WAS IP address> "cn=dsameuser,ou=
    DSAME Users,dc=acme,dc=com" <WAS IP address>
    From agent.log (Policy Agent on Win 2000)
    [Thursday, July 28, 2005 11:58:15 AM BST] [null]
    Access to http://<WAS fully qualified domain name>:9080/RoamingApp/Roaming denied for user UNKNOWN
    Perhaps I dont have the Policy in SAM configured correctly..... if anyone has come across this kind of problem before, I would greatly appreciate any help they can give me.
    Thanks,
    Justin

    Thanks for getting back to me Jerry.
    I had a look at the role-to-principal mappings you suggested. To do this I added a security constraint to my web.xml file.
    Then I reconfigured WebSphere so that the Active User Registry = LDAP instead of Custom. This allowed me to assign the LDAP group (in SAM) to the role (in web.xml). WAR file installed fine with these new bindings and I restarted WAS.
    Unfortunately, I'm still getting Error 403 in the browser!
    Any ideas as to what I might be doing wrong? Any help you can give me would be much appreciated.
    This is the amFilter log file from the Policy Agent...
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    AmFilter: incoming request =>
    HttpServletRequest: class => com.ibm.ws.webcontainer.srt.SRTServletRequest@1af52898
         Character Encoding     : null
         Content Lenght          : -1
         Content Type          : null
         Locale               : en_IE
         Accept Locales:
              en_IE
         Protocol          : HTTP/1.1
         Remote Address          : 172.20.13.96
         Remote Host          : 172.20.13.96
         Scheme               : http
         Server Name          : dubwrk1589.ie.pri.o2.com
         Server Port          : 9080
         Is Secure          : false
         Auth Type          : null
         Context Path          : /RoamingApp
         Cookies:
              amFilterParam: AQIC5wM2LY4Sfcx0xX1Z1+1tK4SfLh/aCFlbIGuRNEPcAVc=
              amFilterRDParam: AQIC5wM2LY4Sfcwb7v6Sof6MpnvtyR8nae7hiKN7Y11QjCagyWAs9LzbAeB9Q4TP8VjruhK+oYForXxw/qq6TqbMAN1PlT1YOQI3Vy92iAaJ2N9x2bSRaUU7NlwZg8oTti+JOLdiRMTzwO17jIoWwCIx/0CtoQXpkX/meuAoFwf1feyAEp2NvK7AIbE82f/p8o4LxQbhK2NQNec=
              WASReqURL: http://dubwrk1589.ie.pri.o2.com:9080/RoamingApp/Roaming
              JSESSIONID: 0000HRZTVpt84dvtjaLaKWBnwzu:-1
         Headers:
              accept:
                   image/gif
                   image/x-xbitmap
                   image/jpeg
                   image/pjpeg
                   application/msword
                   application/vnd.ms-excel
                   application/vnd.ms-powerpoint
                   application/x-shockwave-flash
              referer:
                   http://sam.digifone.com/amserver/UI/Login?goto=http%3A%2F%2Fdubwrk1589.ie.pri.o2.com%3A9080%2FRoamingApp%2Flogin.jsp
              accept-language:
                   en-ie
              cookie:
                   amFilterParam=AQIC5wM2LY4Sfcx0xX1Z1+1tK4SfLh/aCFlbIGuRNEPcAVc=; amFilterRDParam=AQIC5wM2LY4Sfcwb7v6Sof6MpnvtyR8nae7hiKN7Y11QjCagyWAs9LzbAeB9Q4TP8VjruhK+oYForXxw/qq6TqbMAN1PlT1YOQI3Vy92iAaJ2N9x2bSRaUU7NlwZg8oTti+JOLdiRMTzwO17jIoWwCIx/0CtoQXpkX/meuAoFwf1feyAEp2NvK7AIbE82f/p8o4LxQbhK2NQNec=; WASReqURL=http://dubwrk1589.ie.pri.o2.com:9080/RoamingApp/Roaming; JSESSIONID=0000HRZTVpt84dvtjaLaKWBnwzu:-1
              accept-encoding:
                   gzip
                   deflate
              user-agent:
                   Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
              host:
                   dubwrk1589.ie.pri.o2.com:9080
              connection:
                   Keep-Alive
              cache-control:
                   no-cache
         Method               : GET
         Path Info          : null
         Path Trans          : null
         Query String          : null
         Remote User          : null
         Requested Session ID     : 0000HRZTVpt84dvtjaLaKWBnwzu:-1
         Request URI          : /RoamingApp/login.jsp
         Servlet Path          : /login.jsp
         Session               : true
         User Principal          : null
         Attributes:
              com.ibm.servlet.engine.webapp.dispatch_type: forward
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    FQDNHandler: Incoming Server Name: [dubwrk1589.ie.pri.o2.com] Result: null
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    PatternRule{*/j_security_check}.matchString(/RoamingApp/login.jsp) => false
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    NotEnforcedListManager.isNotEnforced(/RoamingApp/login.jsp) => false
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    AmFilter: Login attempt number: 10
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    AmFilter: SSO Validation failed for null
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    AmFilter: Reseting Cookies in Response
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    WARNING: AmFilter: Login attempt number 10 failed for request URI: /RoamingApp/login.jsp
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    URLFailoverHelper: Checking if http://sam.digifone.com:80/amserver/UI/Login is available
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    URLFailoverHelper: URL http://sam.digifone.com:80/amserver/UI/Login is available
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    URLFailoverHelper: getAvailableURL() => http://sam.digifone.com:80/amserver/UI/Login
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    AmFilter: redirectURL is: http://sam.digifone.com:80/amserver/UI/Login?goto=http%3A%2F%2Fdubwrk1589.ie.pri.o2.com%3A9080%2FRoamingApp%2Flogin.jsp
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    WARNING: AmFilter: redirect attempt limit reached for http://sam.digifone.com:80/amserver/UI/Login?goto=http%3A%2F%2Fdubwrk1589.ie.pri.o2.com%3A9080%2FRoamingApp%2Flogin.jsp, access will be denied
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    AmFilter: Using 403 forbidden to block access
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    getResource: id = 20004
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    AmFilter: result =>
    FilterResult:
         Status      : FORBIDDEN
         RedirectURL     : null
         RequestHelper:
              null
         Data:
              null
    07/29/2005 05:48:44:980 PM IST: Thread[Servlet.Engine.Transports : 2,5,main]
    getResource: id = 20008

  • Session Bean trying to send a message to Websphere MQ5.3

    Hello all,
    I use WSAD5.1 and Websphere MQ 5.3. Websphere MQ is installed on a
    Solaris box with a Queue Manager configured and several queues created on it.
    The WSAD, is running on a different machine. I have written a session bean with a method, putMessage( ).
    Inside this putMessage( ), I'm supposed to send a message to one of the
    queues configured in Websphere MQ running on the solaris box. How should I code in my putMessage( ) method, so that I'm able to send a message to the queue.
    My major doubt is I need to look up for the QueueConnectionFactory and also the queue inside the session bean. I doubt if this is possible using JNDI.
    I'm coding as per EJB2.0 specs.
    Can someone guide me what is the right approach so that I'm able to send a message from sessionbean to a queue.
    If someone could point to some kind of example code, that would be great.
    P.S. I know, how to code if I create the queue and QueueConnectionFactory, in WSAD, i.e., in the Server configuration.
    But what I don't know is, how to code if I'm using MQ Series running
    elsewhere.
    Thanks in advance,
    Pandit.
    Please get back to me if you need any clarifications.

    try this : (you need some mq libraries (search for ma88 in google ( MQSeries classes for Java and MQSeries classes for Java))
    import com.ibm.mq.*; // Include the WebSphere MQ classes for Java package
    public class SendMessageToMQ
    private String qManager = "AIXD004"; // define name of queue // manager to connect to.
    private MQQueueManager qMgr; // define a queue manager
    // object
    public static void main(String args[]) {
    new SendMessageToMQ();
    public SendMessageToMQ() {
        // Set up WebSphere MQ environment
    MQEnvironment.hostname = "192.168.19.41";
    MQEnvironment.port=1415;
    // hostname & channel
    //MQEnvironment.channel = "S_ibcn_c029"; // string directly here!
    //MQEnvironment.properties.put(MQC.TRANSPORT_PROPERTY,MQC.TRANSPORT_MQSERIES);//Connection
    MQEnvironment.properties.put(MQC.TRANSPORT_PROPERTY, MQC.TRANSPORT_MQSERIES_CLIENT);
    MQEnvironment.channel = "SYSTEM.DEF.SVRCONN";
       try {
          // Create a connection to the queue manager
          qMgr = new MQQueueManager(qManager);
          // Set up the options on the queue we wish to open...
          // Note. All WebSphere MQ Options are prefixed with MQC in Java.
          int openOptions = MQC.MQOO_INPUT_AS_Q_DEF |
          MQC.MQOO_OUTPUT ;
          // Now specify the queue that we wish to open,
          // and the open options...
          MQQueue system_default_local_queue =
          //qMgr.accessQueue("ENTEST1.HOST.ASYNC.RECEPCION",
          qMgr.accessQueue("QNO.0002.AIXD004.L",
          openOptions);
          // Define a simple WebSphere MQ message, and write some text in UTF format..
          MQMessage hello_world = new MQMessage();
          hello_world.writeUTF("Hello World!");
          // specify the message options...
          MQPutMessageOptions pmo = new MQPutMessageOptions(); // accept the // defaults,
          // same as MQPMO_DEFAULT
          // put the message on the queue
          system_default_local_queue.put(hello_world,pmo);
          // get the message back again...
          // First define a WebSphere MQ message buffer to receive the message into..
          MQMessage retrievedMessage = new MQMessage();
          // Set the get message options...
          MQGetMessageOptions gmo = new MQGetMessageOptions(); // accept the defaults
          // same as MQGMO_DEFAULT
          // get the message off the queue...
          system_default_local_queue.get(retrievedMessage, gmo);
          // And prove we have the message by displaying the UTF message text
          //String msgText = retrievedMessage.readUTF();
          String msgText = retrievedMessage.readUTF();
          System.out.println("The message is: " + msgText);
          // Close the queue...
          system_default_local_queue.close();
          // Disconnect from the queue manager
          qMgr.disconnect();
      // If an error has occurred in the above, try to identify what went wrong
      // Was it a WebSphere MQ error?
      catch (MQException ex)
      System.out.println("A WebSphere MQ error occurred : Completion code " +
      ex.completionCode + " Reason code " + ex.reasonCode);
      // Was it a Java buffer space error?
      catch (java.io.IOException ex)
      System.out.println("An error occurred whilst writing to the message buffer: " + ex);
    } // end of sample

  • Integrating WebSphere Portal Server with Sun Java System Access Manager

    Hi All,
    Is it possible to Integrate WebSphere Portal Server with Sun java System Access Manager?. If so plz send me any doc or web site link for the same.
    Thanks in Advance
    Rgds,
    Lessly J

    Rushi-Reliance wrote:
    Kindly let us know how to proceed further as we are waiiting some reply from your team.As I already advised in your previous posting (http://forums.sun.com/thread.jspa?threadID=5359095), you are best off re-installing solaris from scratch and installing Communication Suite 6 update 1 if you cannot get Access Manager 7.1 configured.
    Regards
    Shane.

  • Oracle RAC 10g/11g on Solaris 10 OS

    Hi Experts et all
    I am now pretty sure I am confusing my self a lot and probably this solution exist.. or may be not ..
    When we have an ACTIVE - PASSIVE Clustering of, say Veritas Cluster 5.0 on Solaris 10 OS running on SPARC Platform, could we configure an ACTIVE - ACTIVE Oracle database cluster on top of this?
    In other words , I will configrue Node A and Node B in ACTIVE-PASSIVE Configuration using VERITAS Cluster. Then I will want to configure many oracle database on it in such a way that its running on Node A as well as on Node B. Is this possible ? How does the Oracle configuration change here if it is possible?
    I understand that for a database to be ACTIVE, its instance needs to be accessing data files, control files and redo log files continuously.
    So if the Oracle database is to be in ACTIVE-ACTIVE Cluster, all its instances should also be accessing necessary filesystems which have these files.
    When OS Admin says that it is ACTIVE - PASSIVE Clustering from Veritas, I understand the Filesystems are not accessible from Passive node. So I am not able to understand how can the database be active on that node. Is it possible?
    Please share your thoughts, ideas, experiences.. etc.
    Regards!
    Sarat

    Yes.. I absolutely agree with you.. If I need to run ACTIVE - ACTIVE Databases, I must have all these resources available on all clustered nodes. In other words, the OS cluster Solution should also be an ACTIVE - ACTIVE. At least, I will need to use oracle clusterware and configure database on ASM and to make sure we have hardware to support this functionality before hand, if the cluster filesystems are not available.
    When I modify this approach a little bit, I could go ahead configure ACTIVE - ACTIVE Solaris or Veritas Clusters (if thats okay with the clients in terms of cost), and use clusterware additonally before configuring ACTIVE - ACTIVE RAC databases. I will have all databases required by the application to run multiple instances on the cluster. In other words ACTIVE - ACTIVE every thing until the database layer and let the application use them as it would require.
    JDBC Drivers could be a worry factor. I believe the JDBC used by websphere applications behave like thin clients and hence will not be able to utilize the features like load balencing, TAF which are fascinating features Oracle 10g RAC has provided. Perhaps, if I could try get these websphere app behave just like an oracle client/thick client, would be a better answer but these questions will need to go to websphere folks ..
    just in case if one of you have seen this happening?
    I learned some time ago... "Administrators should never leave their hope ..there could always be a new learning round the corner" :-)
    Heartfelt thanks.
    Sarat

  • Report Server RTF on Solaris gives Core Dump

    We have Report Server 6.0.8.11.2 on Solaris.
    We are running reports thru URL and it is working fine for PDF and HTML. When we specify the desformat as RTF it gives Segmentation Fault Core dumped.
    We have tried using rwcli60 thru command line and it gives the same error, while PDF and HTML format is fine.
    Is there a patchset for Solaris for the same or are we missing on some parameter?
    - Tarun

    Hiya,
    Any resolution to this post , we have a native JNI call on a Websphere server running on Solaris 8 .. and same thing happening .. random core dump on the box ..
    No warning , no explanation
    Thanks so much for your help
    (btw . running Sun jvm 1.4.2_13)

  • Core dump before entering main in Solaris 5.7 using SunWS 5.3 compiler

    Hi ..
    I have a test program which links with one of our libraries. Both have been built using SunWS 5.3 compiler on Solaris 5.7 machine.
    CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-19 2003/12/18
    This test application cores even before it enters main(). The gdb stack trace is as follows :
    #0 0xfeff9e94 in __sigprocmask ()
    #1 0xfefef3f4 in _resetsig ()
    #2 0xfefeebb0 in _sigon ()
    #3 0xfeff19a0 in thrpkill ()
    #4 0xff1b95a8 in abort ()
    #5 0xff2741e8 in void __Cimpl::ex_terminate() ()
    #6 0xff274c28 in exthrow_body ()
    #7 0xff358478 in void std::locale::init() ()
    #8 0x4363c in std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >::basic_streambuf #Nvariant 1() ()
    #9 0x416c8 in std::basic_filebuf<wchar_t,std::char_traits<wchar_t> >::basic_filebuf(int) ()
    #10 0x3ae48 in std::__Wide_Init::__Wide_Init() ()
    #11 0x3b044 in __SUNW_init_wiostreams ()
    #12 0xff276364 in void __Cimpl::cplus_init() ()
    #13 0xff277e18 in __cplus_fini_at_exit ()
    #14 0xff3bcff0 in ?? ()
    #15 0xff3bc764 in ?? ()
    #16 0xff3c80c4 in ?? ()
    #17 0xff3b2bf4 in ?? ()
    The dbx stack trace is :
    current thread: t@1
    =>[1] __sigprocmask(0x0, 0xffbef098, 0x0, 0xffffffff, 0xffffffff, 0x0), at 0xfeff9e94
    [2] _resetsig(0xff00cb24, 0x0, 0x0, 0x0, 0x8ac14, 0x8ac18), at 0xfefef3ec
    [3] _sigon(0xff014458, 0xff014438, 0x8ac10, 0xffbef16c, 0x6, 0xff1ce178), at 0xfefeeba8
    [4] thrpkill(0x0, 0x1, 0x6, 0xff00cb24, 0x8ab98, 0xff274818), at 0xfeff1998
    [5] abort(0xff235f84, 0x0, 0xff3b2c28, 0x15888, 0x14620, 0xff2743b8), at 0xff1b95a0
    [6] __Cimpl::ex_terminate(0x0, 0xff358538, 0xff28a940, 0xff3939a0, 0x3760c, 0x1), at 0xff2741e0
    ---- hidden frames, use 'where -h' to see them all ----
    [8] std::locale::init(0x0, 0x0, 0xff00cb24, 0x0, 0x0, 0x2a8), at 0xff358470
    [9] std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >::basic_streambuf(0x86a60, 0x42b7c, 0x0, 0x0, 0x7c, 0x84218), at 0x43634
    [10] std::basic_filebuf<wchar_t,std::char_traits<wchar_t> >::basic_filebuf(0x86a60, 0x0, 0x0, 0x4943c, 0x0, 0x0), at 0x416c0
    [11] std::__Wide_Init::__Wide_Init(0x86ba8, 0x1, 0x0, 0x0, 0x0, 0x0), at 0x3ae40
    [12] __SUNW_init_wiostreams(0xff394214, 0x3b030, 0xffffffff, 0xff394210, 0xff28a08c, 0xff28a820), at 0x3b03c
    [13] __Cimpl::cplus_init(0x0, 0x0, 0x15bb8, 0xfeff68f8, 0xff28a748, 0xfffed858), at 0xff27635c
    [14] 0xff277e10(0x0, 0xff3e6a8c, 0xff3e7004, 0xff3e7004, 0xff3e7004, 0xff3bcfe0), at 0xff277e0f
    [15] call_init(0xff3e86c8, 0xff3e6aa8, 0xff3e6b7c, 0x200000, 0xfefd154c, 0xfefd1548), at 0xff3bcfe8
    [16] setup(0xff3e8a70, 0xff3e6a10, 0x0, 0xff3e6aa8, 0x84890, 0x10074), at 0xff3bc75c
    [17] _setup(0xff3b2774, 0x202, 0x300, 0xffffffff, 0xffffffff, 0xff3b0000), at 0xff3c80bc
    [18] rtboot(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xff3b2bec
    Interestingly, if I compile the same code on a Sun 5.6 machine with the same 5.3 compiler (CC: Sun WorkShop 6 update 2 C++ 5.3 2001/05/15), there is no core.
    Looks like some global object is creating a problem since it is coring before entering main itself.
    Does anybody have an idea of what is the problem ? Do I have to install any patch for this ?
    Thanks in advance.
    Ganesh

    Hi Stephen ..
    Thanks for your reply. I will definitely try what you suggested. But why does this work correctly when I build the library (.so) in Sun 5.6 and build the executable in 5.7 ??
    Here are the ldd outputs for the library after being built on 5.6 and 5.7 respectively.
    On 5.6 :
    libc.so.1 => /usr/lib/libc.so.1
    libposix4.so.1 => /usr/lib/libposix4.so.1
    libthread.so.1 => /usr/lib/libthread.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libaio.so.1 => /usr/lib/libaio.so.1
    /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1
    On 5.7 :
    libc.so.1 => /usr/lib/libc.so.1
    librt.so.1 => /usr/lib/librt.so.1
    libthread.so.1 => /usr/lib/libthread.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libCrun.so.1 => /usr/lib/libCrun.so.1
    libaio.so.1 => /usr/lib/libaio.so.1
    libw.so.1 => /usr/lib/libw.so.1
    /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1
    As you can see, there are slight differences, notable among them being libCrun ad libposix4. Could they be creating any problems ?
    I saw a similar issue in this thread : http://forum.sun.com/thread.jspa?threadID=19986&tstart=150
    It talks about patches which can solve this issue. Do you have an idea which patch can solve this issue ? (if it can :) )
    Your reply is highly appreciated.
    Thanks,
    Ganesh

  • Core dump on solaris 8/7 making JNI call.

    Hi,
    I am running solaris 8 and solaris 7 with Java 1.3.1. I have required solaris patches installed on the machine for java 1.3.1.
    From a C program I am making some JNI calls and when I run the program it core dumps at the very first JNI call. C program that make JNI calls are in a .so file.
    Same C code with Java 1.3.1 is running fine on window 2000, AIX 5.1, RedHat Advanced Server 2.1 and SuSE Enterprise Linux 7.
    Any help will be greatly appriciated.
    Thanks

    Hiya,
    Any resolution to this post , we have a native JNI call on a Websphere server running on Solaris 8 .. and same thing happening .. random core dump on the box ..
    No warning , no explanation
    Thanks so much for your help
    (btw . running Sun jvm 1.4.2_13)

  • Redirection fails on Oracle10gAS on Solaris 8 - SPARC

    Hi all,
    Am facing a strange problem, where the serverside redirection is failing on Oracle10gAS installation on Solaris 8 (tried on two setups). Am getting browser "Page cannot be displayed", also tried with a simple "hello world" example, it fails.
    The application works fine on Oracle10gAS on Windows & Linux and other App servers like websphere and weblogic.
    Are there any configurations to be done OC4J-Apache on Solaris box, apart from the basic installation, for the application to work?
    Any help provided would be highly appreciable.

    The problem got resolved by changing the Apache httpd.conf file property "ServerName". The hostname while installing Solaris was incorrect, which was picked by Apache during Oracle10gAS installation.
    ServerName <hostname>
    Find the description as given by Apache below for ServerName property:
    # ServerName allows you to set a host name which is sent back to clients for
    # your server if it's different than the one the program would get (i.e., use
    # "www" instead of the host's real name).
    # Note: You cannot just invent host names and hope they work. The name you
    # define here must be a valid DNS name for your host. If you don't understand
    # this, ask your network administrator.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    # You will have to access it by its address (e.g., http://123.45.67.89/)
    # anyway, and this will make redirections work in a sensible way.
    # 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. Your
    # machine always knows itself by this address. If you use Apache strictly for
    # local testing and development, you may use 127.0.0.1 as the server name.
    Thanks all for viewing this post :-)

Maybe you are looking for

  • Problem with ioinning multiple Threads

    Hi, I have multiple sub Threads T1, T2, T3.... started by main Thread T. After starting each sub Thread, I stored them in the HashMap. When finish starting all Threads, I want to join each sub Thread to my main Thread. The problem is when T3 join wit

  • Mac loses all users and System Administrator

    i work in a professional recording studio and we have had this happen twice in the past week or so. the computer works fine and then we shut it down and restart and then the login screen appears. the computers are supposed to be set to automatically

  • No of Purchase Orders... BW Report

    Hello I have a report in BW which shows number of purchase orders for a particular Purchase Organisation,Purchasing doc. type and Purch. doc. category. Is there any report / transaction in R3 side where I can see the number of purchase orders for the

  • Using Xcelsius for VC

    Hi All, I am new to Xcelsius. we are using VC (visual composer) in our project, where we didn't find file "Upload UI control". when raised a thread in VC forum and contacted VC profiessional they suggested me to use Xcelsius for developing my own Use

  • Datasource for trial balance

    Hi, I am on BW 7.4 and wated to know if I should use datasource 0FI_GL_10 or 0FI_GL_14 or 0FI_GL_4 to build a report on trial balance. Please let me know. Thanks, Sam