Good stack trace for runtime errors?

Is there any way to get a good stack trace for runtime errors, as in real line numbers and source file text? all i can find via google is posts about 'javap -c', but the posts are a couple of years old. i am hoping we've made some progress in this area.
thanks,
tom arnall
north spit, ca
usa

Right now some of the device menufacturers are providing thier tools for realtime on device debugging. As per my knowledge, Motorola, SonyErricsson & Nokia are providing these types of tools.
Amonst those I have used Motorola KDWP debuger. Its really very helpful. There is one other tool named "MIDWay" which provides trace of debug statments like "System.out.println" on the screen, while running application of the device.

Similar Messages

  • N unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    some one can help me please
    i have no idea what i must to do.
    an unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    The Exception Handler gave all the info that you need. No need to print the whole stack trace.
    The exception handler says
    Exception Details: java.lang.IllegalArgumentException
    TABLE1.NAME
    Look in the session bean (assuming that is where your underlying rowset is). Look in the _init() method for statements similar to the following:
    personRowSet.setCommand("SELECT * FROM TRAVEL.PERSON");
    personRowSet.setTableName("PERSON");
    What do you have?

  • Error Message When I Invoke my web services : Exception source is: mscorlib' , Stack Trace :System.Runtime.Serialization.SerializationException: Type 'System.ServiceModel.ExceptionDetail' in Assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral,

    Exception source is: mscorlib' , Stack Trace :System.Runtime.Serialization.SerializationException: Type 'System.ServiceModel.ExceptionDetail' in Assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked
    as serializable.
       at System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(RuntimeType type)
       at System.Runtime.Serialization.FormatterServices.GetSerializableMembers(Type type, StreamingContext context)
       at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitMemberInfo()
       at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter,
    SerializationBinder binder)
       at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo)
       at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)
       at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)
       at System.Runtime.Remoting.Channels.CrossAppDomainSerializer.SerializeObject(Object obj, MemoryStream stm)
       at System.AppDomain.Serialize(Object o)
       at System.AppDomain.MarshalObject(Object o)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)

    Hi,
    The forum is main about installation problem of .NET Framework. Your problem is out of support in the forum. You should post your thread to the forum:
    https://social.msdn.microsoft.com/Forums/en-US/clr/threads
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Stack trace for debugging transaction problems

    We are using CR 2008 SP2, SQL Server 2000 and VS 2005.  
    We are having issues with deadlocks in our database.  If we run a report which has a stored procedure as its datasource and someone else is inserting a record into the table that the stored procedure needs to read, the stored procedure is the victim in the deadlock. 
    The error message is
    "Error in File OC2 {52EE54E2-54F7-42 etc.}.rpt:  Failed to retrieve data from the database.  Details: [Database Vendor Code 1205]"
    We want to try to debug this issue and we would like to get some information from the RPT or from our application, which is already logging.  Is there anyway to get a stack trace from the DLL that is involved on the Crystal side of this deadlock?
    Thanks.

    I do not think there is anything like that as far as CR is concerned. However a suggestions that came up from Googling the error message:
    You may want to try setting up a stored procedure or a DTS job that will copy your data from the "production" tables over to a set of "reporting" tables and then point all of your reports to the reporting set of tables.  You're less likely to encounter deadlock issues that way because DTS will wait until the lock is released to copy the data and then the Crystal reports will be pulling from tables that aren't being updated.  If you schedule the DTS jobs to run 2 minutes before the reports you should have plenty of time for them to finish before the reports are generated.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Xrunhprof - no stack trace for int[] object

    Before I assume this is something peculiar to my own situation, I want to
    ask if anyone has seen anything like this before. Our web application
    (running on WLS6.1 SP2) has a memory problem. Below is the output from
    running the server with Xrunhprof flag - I did it two times...
    first time... (ran the server for longer)
    SITES BEGIN (ordered by live bytes) Tue Jun 18 12:42:21 2002
    percent live alloc'ed stack class
    rank self accum bytes objs bytes objs trace name
    1 21.72% 21.72% 6140976 186 6140976 186 19514 [B
    2 14.37% 36.09% 4063232 2 4063232 2 0 [I
    second time ....
    SITES BEGIN (ordered by live bytes) Tue Jun 18 14:20:42 2002
    percent live alloc'ed stack class
    rank self accum bytes objs bytes objs trace name
    1 14.60% 14.60% 2773344 84 2773344 84 17463 [B
    2 13.46% 28.06% 2555904 2 2555904 2 0 [I
    I know what the byte array objects are - they are related to OCI / prepared
    statements.
    The second line is what has me more worried - as there is no stack trace
    number, and that it grows while the app is running for longer.
    If any of you has ever encountered something like this, I'd appreciate your
    suggestions.
    Thanks,
    -e.

    This is a bug in the .NET Coherence libraries (Bug      9137660 )
    Example program demo-ing the problem is below:
    Bug      9137660
    Hi, I've created a small example to demonstate the problem with the stack trace. The code is below, the output is:
    78 [10] ERROR LogExample.Program (null) - Tangosol.Net.RequestTimeoutException
    109 [10] ERROR LogExample.Program (null) - LogExample.MyException: Exception of
    type 'LogExample.MyException' was thrown.
    at LogExample.Program.CreateNormalException() in C:\dev\code\LogExample\LogEx
    ample\LogExample\Program.cs:line 59
    at LogExample.Program.Main(String[] args) in C:\dev\code\LogExample\LogExampl
    e\LogExample\Program.cs:line 31
    109 [10] ERROR LogExample.Program (null) - LogExample.MySpecialTimeoutException
    The first and last cases involve Coherence exceptions, yet the second merely subclasses exception. Is this behaviour by design?
    using System;
    using Tangosol.Net;
    using log4net;
    using log4net.Config;
    namespace LogExample
    class Program
    private static readonly ILog _logger = LogManager.GetLogger(typeof(Program));
    static void Main(string[] args)
    BasicConfigurator.Configure();
    //_logger.Info("log4net message from Main()");
    //CacheFactory.Log("log message to coherence from Main()", CacheFactory.LogLevel.Always);
    //Console.WriteLine("log message to console");
    Exception rto = null;
    Exception ex = null;
    try
    CreateRequestTimeout();
    catch (Exception e)
    rto = e;
    _logger.Error(e);
    try
    CreateNormalException();
    catch (MyException e)
    ex = e;
    _logger.Error(e);
    try
    CreateMySpecialTimeoutException();
    catch (MySpecialTimeoutException e)
    ex = e;
    _logger.Error(e);
    Console.ReadLine();
    public static void CreateRequestTimeout()
    throw new Tangosol.Net.RequestTimeoutException();
    public static void CreateNormalException()
    throw new MyException();
    public static void CreateMySpecialTimeoutException()
    throw new MySpecialTimeoutException();
    class MyException : Exception
    class MySpecialTimeoutException : Tangosol.Net.RequestTimeoutException
    }

  • Admin console showing stack trace for JNDI

    A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor 'customResources'"
    The root cause is "javax.management.MalformedObjectNameException: Invalid character ':' in value part of property"
    See the HTML source for more detailed (stack trace) information.
    Below are 2 stack traces to help diagnose the problem. The first is the
    traditional stack trace, the second is a full stack trace to the root cause.
    Stack Trace:
    ================
    com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException while attempting to process a 'error' event for 'customResources'.
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:777)
         at com.sun.enterprise.tools.guiframework.view.BaseServlet.handleException(BaseServlet.java:426)
         at com.sun.enterprise.tools.guiframework.view.BaseServlet.handleException(BaseServlet.java:283)
         at com.sun.enterprise.tools.guiframework.view.BaseServlet.onUncaughtException(BaseServlet.java:202)
         at com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1164)
         at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:639)
         at com.sun.enterprise.tools.guiframework.view.BaseServlet.processRequest(BaseServlet.java:186)
         at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Caused by: java.lang.reflect.InvocationTargetException
         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.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:863)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:775)
         ... 39 more
    Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkError: com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException while attempting to process a 'beforeCreate' event for 'resourceTable'.
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.beforeCreate(DescriptorViewHelper.java:344)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.createChild(DescriptorViewHelper.java:242)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.createChild(DescriptorViewBeanBase.java:125)
         at com.iplanet.jato.view.ContainerViewBase.ensureChild(ContainerViewBase.java:187)
         at com.iplanet.jato.view.ContainerViewBase.getChild(ContainerViewBase.java:541)
         at com.sun.enterprise.tools.guiframework.view.descriptors.ViewDescriptor.registerChildren(ViewDescriptor.java:192)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.registerViewDescriptorChildren(DescriptorViewHelper.java:68)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.registerViewDescriptorChildren(DescriptorViewBeanBase.java:117)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.<init>(DescriptorViewBeanBase.java:60)
         at com.sun.enterprise.tools.guiframework.view.descriptors.ViewBeanBaseDescriptor.getInstance(ViewBeanBaseDescriptor.java:37)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewManager.getView(DescriptorViewManager.java:199)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewManager.getView(DescriptorViewManager.java:159)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewManager.getViewBean(DescriptorViewManager.java:59)
         at com.sun.enterprise.tools.guiframework.event.handlers.NextPageHandler.forwardTo(NextPageHandler.java:38)
         ... 50 more
    Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException while attempting to process a 'beforeCreate' event for 'resourceTable'.
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:777)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.beforeCreate(DescriptorViewHelper.java:337)
         ... 63 more
    Caused by: java.lang.reflect.InvocationTargetException
         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.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:863)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:775)
         ... 64 more
    Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: com.sun.enterprise.tools.guiframework.exception.FrameworkException: com.sun.enterprise.tools.guiframework.exception.FrameworkException: javax.management.MBeanException: Operation 'getCustomResource' failed in 'resources' Config Mbean.
    Target exception message: Invalid character ':' in value part of property
         at com.sun.enterprise.tools.admingui.handlers.CommonHandlers.invokeMBean(CommonHandlers.java:136)
         ... 73 more
    Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: com.sun.enterprise.tools.guiframework.exception.FrameworkException: javax.management.MBeanException: Operation 'getCustomResource' failed in 'resources' Config Mbean.
    Target exception message: Invalid character ':' in value part of property
         at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:57)
         at com.sun.enterprise.tools.admingui.handlers.CommonHandlers.invokeMBean(CommonHandlers.java:123)
         ... 73 more
    Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: javax.management.MBeanException: Operation 'getCustomResource' failed in 'resources' Config Mbean.
    Target exception message: Invalid character ':' in value part of property
         at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:155)
         at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:46)
         ... 74 more
    Caused by: javax.management.MBeanException: Operation 'getCustomResource' failed in 'resources' Config Mbean.
    Target exception message: Invalid character ':' in value part of property
         at com.sun.enterprise.admin.MBeanHelper.extractAndWrapTargetException(MBeanHelper.java:371)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:382)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:272)
         at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:148)
         ... 75 more
    Caused by: javax.management.MalformedObjectNameException: Invalid character ':' in value part of property
         at javax.management.ObjectName.construct(ObjectName.java:529)
         at javax.management.ObjectName.<init>(ObjectName.java:1304)
         at com.sun.enterprise.admin.meta.naming.MBeanNamingDescriptor.createObjectName(MBeanNamingDescriptor.java:360)
         at com.sun.enterprise.admin.config.ConfigMBeanHelper.getConfigBeanObjectName(ConfigMBeanHelper.java:224)
         at com.sun.enterprise.admin.config.ConfigMBeanHelper.getConfigBeansObjectNames(ConfigMBeanHelper.java:213)
         at com.sun.enterprise.admin.config.ConfigMBeanHelper.getChildObjectNames(ConfigMBeanHelper.java:200)
         at com.sun.enterprise.admin.config.ConfigMBeanHelper.converConfigBeansToObjectNames(ConfigMBeanHelper.java:143)
         at com.sun.enterprise.admin.config.ManagedConfigBean.invokeOperation(ManagedConfigBean.java:1281)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:366)
         ... 86 more
    ================
    Full Trace:
    ================
         javax.management.ObjectName.construct(ObjectName.java:529)
         javax.management.ObjectName.<init>(ObjectName.java:1304)
         com.sun.enterprise.admin.meta.naming.MBeanNamingDescriptor.createObjectName(MBeanNamingDescriptor.java:360)
         com.sun.enterprise.admin.config.ConfigMBeanHelper.getConfigBeanObjectName(ConfigMBeanHelper.java:224)
         com.sun.enterprise.admin.config.ConfigMBeanHelper.getConfigBeansObjectNames(ConfigMBeanHelper.java:213)
         com.sun.enterprise.admin.config.ConfigMBeanHelper.getChildObjectNames(ConfigMBeanHelper.java:200)
         com.sun.enterprise.admin.config.ConfigMBeanHelper.converConfigBeansToObjectNames(ConfigMBeanHelper.java:143)
         com.sun.enterprise.admin.config.ManagedConfigBean.invokeOperation(ManagedConfigBean.java:1281)
         com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:366)
         com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         $Proxy1.invoke(Unknown Source)
         com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:272)
         com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:148)
         com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:46)
         com.sun.enterprise.tools.admingui.handlers.CommonHandlers.invokeMBean(CommonHandlers.java:123)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:863)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:775)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.beforeCreate(DescriptorViewHelper.java:337)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.createChild(DescriptorViewHelper.java:242)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.createChild(DescriptorViewBeanBase.java:125)
         com.iplanet.jato.view.ContainerViewBase.ensureChild(ContainerViewBase.java:187)
         com.iplanet.jato.view.ContainerViewBase.getChild(ContainerViewBase.java:541)
         com.sun.enterprise.tools.guiframework.view.descriptors.ViewDescriptor.registerChildren(ViewDescriptor.java:192)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.registerViewDescriptorChildren(DescriptorViewHelper.java:68)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.registerViewDescriptorChildren(DescriptorViewBeanBase.java:117)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.<init>(DescriptorViewBeanBase.java:60)
         com.sun.enterprise.tools.guiframework.view.descriptors.ViewBeanBaseDescriptor.getInstance(ViewBeanBaseDescriptor.java:37)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewManager.getView(DescriptorViewManager.java:199)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewManager.getView(DescriptorViewManager.java:159)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewManager.getViewBean(DescriptorViewManager.java:59)
         com.sun.enterprise.tools.guiframework.event.handlers.NextPageHandler.forwardTo(NextPageHandler.java:38)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:863)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:775)
         com.sun.enterprise.tools.guiframework.view.BaseServlet.handleException(BaseServlet.java:426)
         com.sun.enterprise.tools.guiframework.view.BaseServlet.handleException(BaseServlet.java:283)
         com.sun.enterprise.tools.guiframework.view.BaseServlet.onUncaughtException(BaseServlet.java:202)
         com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1164)
         com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:639)
         com.sun.enterprise.tools.guiframework.view.BaseServlet.processRequest(BaseServlet.java:186)
         com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         java.security.AccessController.doPrivileged(Native Method)
         org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
         com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
         com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
         com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
         com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    ================

    This appears to be a bug. But may I request more information here?
    Are there any resources that have jndi-names with some non-alpha-numeric characters in them? Can you just check the jndi-names that you have defined while creating the resources/connection-pools?
    Thanks,
    Kedar

  • SharePoint ULS Diagnostic Logging for Runtime Error not captured

    Hi Guys,
    I have this weird issue whereby my development SharePoint server 2013 (one single box with DC, SQL, CA, Distributed Cache, Search, User Profile and also Visual Studio installed in it) does not log SharePoint Foundation - Runtime errorf for my web part or
    appliaction pages
    This development server is scheduled to shutdown after 8PM and will only be turn on in the 8AM next day.
    Whenever i hit runtime error (such as my custom web part error), it generate a Correlation ID but when i go into the ULS (LOGS folder) to locate them, it is not being captured at all. 
    There is no additional configuration in the Diagnostic Logging  in the Central Admin. Everything was left default.
    Does anyone face this issue before?
    Cheng

    Hello Cheng,
    there few things you can do, 
    1. first of all confirm that logging is working, log files are getting generated, and sharepoint tracing service is running.
    2. as you have a correlation ID, use
    Merge-SPLog with correlation parameter. 
    3. if step 2 does not give you anything, try enabling logging in verbose mode, go to CA -> monitoring -> configure diagnostic logging -> select all categories and select verbose in both the drop downs.
    4. alternatively, you can try to enabled "callstack" and trun OFF "customerrors", it will display the same error as ULS log.
    happy Troubleshooting :)
    Thanks, Noddy

  • Sqlplus stack trace, dynamic link error.

    When using sqlplus through the Oracle Enterprise Manager, or on the commandline, if I try to query a XMLType table, it dumps a stack trace, failing with the error message:
    Dynamic link error: libxdb.so: cannot open shared object file: No such file or directory
    I've done a full Oracle 9.2.0.1.0 Client installation, but this library isn't in my $ORACLE_HOME/lib. How do I get this file?

    Hi,
    Maybe not much use to you, but on Solaris, with a full Enterprise install, this library is in my $ORACLE_HOME/lib.
    So maybe you can find it on the EE CDROM?
    Regards
    Pete

  • Workaround for Runtime Error

    Hi everybody,
    I've this annoying runtime error when starting iTunes, too. I can start iTunes without this annoying message, when deactivating the network connection. After iTunes successfully booted, you can activated the network connection again and use iTunes as usual…
    I tried to update to 7.3 (currently I’m using 7.2) but when using the apple updater, it stops installation and sys a newer version is already installed. Anyway, reading all the posts about the different sort mechanism, I don’t want to update at all. But how to get rid of this runtime error message?
    Any ideas about these to issues?
    -regards,
    Oliver
    iPod 5th generation   Windows XP Pro   frustrated about Apple

    Hi!
    Reinstalling iTunes (version 7.2, using the repair option of the setup) didn't help in my case. As I wrote before, updating to 7.3 didn't work, too.
    I don't like the idea of uninstalling iTunes completely.
    Oliver
    Windows XP Pro

  • Conditional testing for runtime errors in Clean up

    Hi all,
    I have some code in CleanUp, which I don't want executed if a run time error has occurred in the Main sequence. It is possible to do this? I've noticed there's an option in the RTE window that pops up which allows the program to be terminated without running CleanUp, but I'd still like this to run if the test result is a pass/fail or if the sequence was terminated.
    Appreciate any thoughts.
    Thanks
    Bruce

    Hi Ray
      Thanks for your reply. I’m assuming this precondition in CleanUp would need to include a step error check for each statement in the main sequence? Is there any generic parameter I could test instead? I’m just wondering if it’s possible to avoid having to update this precondition, if the main sequence is modified.
      Regards
    Bruce

  • Stack trace error need help

    Hi guys im getting the following error when im running this on resin:
    What does it mean how do i solve it?
    CODE:
    //Start database connection
                                  try
                             conn = DriverManager.getConnection(url,username,password);                         
                             st2 = conn.createStatement();
                                  insert=columntitle+" "+value;
                                  //out.println(insert);
                                  st2.executeQuery(insert);           
                             conn.close();
                        catch (SQLException e)
                                       System.out.println("Error1: "+e.getMessage());
                                       //out.println("<h3><font color=\"white\">"+e.getMessage()+"</font></h3>");
                                       //Error=1;
                                  //finish database connection
    ERROR:
    Error1: An I/O error occured while reading from backend - Exception: java.net.So
    cketException: Connection reset by peer: JVM_recv in socket input stream read
    Stack Trace:
    java.net.SocketException: Connection reset by peer: JVM_recv in socket input str
    eam read
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:90)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
    at org.postgresql.PG_Stream.ReceiveChar(PG_Stream.java:181)
    at org.postgresql.Connection.openConnection(Connection.java:160)
    at org.postgresql.Driver.connect(Driver.java:122)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at FYP.ReadingCSV4.doPost(ReadingCSV4.java:311)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet
    .java:82)
    at com.caucho.server.http.Invocation.service(Invocation.java:288)
    at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:1
    32)
    at com.caucho.server.http.ServletServer.serviceTop(ServletServer.java:93
    7)
    at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:213
    at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:
    158)
    at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
    at java.lang.Thread.run(Thread.java:484)
    End of Stack Trace
    thanks tzaf

    sorry error is coming from:
    //check whether table already exists
              try
                   conn = DriverManager.getConnection(url,username,password);
         // Gets the database metadata
              DatabaseMetaData dbmd = conn.getMetaData();
         // Specify the type of object; in this case we want tables
         String[] types = {"TABLE"};
         ResultSet resultSet = dbmd.getTables(null, null, "%", types);
         // Get the table names
         while (resultSet.next())
         // Get the table name
         String tableName = resultSet.getString(3);
         //used for testing
         //out.println(tableName+"<br>");
                   if (tableName.equals("studentsele304a"))
                        tableFound++;
                        carryon=1;
                        out.println("table found<br>");
                   else
                        //tableFound=1;
                        out.println("table not found<br>");     
         catch (SQLException e)
              out.println("error4: "+e.getMessage());
         }

  • Crystal Reports 2008 runtime error while running on Windows Server X64

    I have a .NET web application compiled as X86 in Visual Studio 2008 invoking Crystal Reports 2008 SP2 that's running fine at a number of sites running Windows Server 2003 X86.</br>
    </br>
    When deploying this app to Windows Server 2008 X64 I get the error message below. </br>
    </br>
    I'm aware that there is an unanswered question similar to this already in the forum but my application is compiled for X86 and I've tryed installing a variety of run times including "crruntime_12_2_mlb.msi" and "crredist2008_x86.msi".</br>
    </br>
    What combination of compile and run time is needed to get around this issue?</br>
    </br>
    Thanks.</br>
    </br>
    </br>
    ERROR MESSAGE **.</br>
    </br>
    An error has occurred while attempting to load the Crystal Reports run time..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. .</br>
    </br>
    Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information..</br>
    </br>
    Source Error: .</br>
    </br>
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  .</br>
    </br>
    Stack Trace: .</br>
    </br>
    [LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime() +399.</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +218.</br>
    </br>
    [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.].</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0.</br>
       ChartsEnterprise.UI.GenReport.CreateReport(String reportname) +42.</br>
       System.EventHandler.Invoke(Object sender, EventArgs e) +0.</br>
       System.Web.UI.Control.OnLoad(EventArgs e) +132.</br>
       System.Web.UI.Control.LoadRecursive() +66.</br>
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean .</br>includeStagesAfterAsyncPoint) +2428.</br>
    Edited by: PSernz on Mar 25, 2010 3:58 AM

    What combination of compile and run time is needed to get around this issue?
    See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki. I think I may not have that wiki updated up to FP2.5, so the FP2.5 msm is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975182010E/cr2008fp25_mm.zip
    msi is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975312010E/cr2008fp25_redist.zip
    Check the version of the CR assemblies referenced in your project. The use the wiki above to deploy the correct runtime.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Runtime error when calling on SpellUI to enable spelling

    I run into a problem with SpellUI in the Squiggly package that is just released. I am trying to use Squiggly for an Air 2.0 application with Flex 4.0.0 sdk, and my IDE is Flash Builder 4.0.0.
    When I have an event handler method that calls on either SpellUI.enableSpelling() or setSpellingMenuEntries(), no matter the code is in a mxml component or an AS class, an error #1014 will occur during the time when the UI component or the class is loaded from a module that is built as a swf. If I choose to ignore the error and call on the event handler, nothing happens. The following is the stack trace message:
    VerifyError: Error #1014: Class mx.flash::UIMovieClip could not be found.
        at flash.display::MovieClip/nextFrame()
        at mx.core::FlexModuleFactory/deferredNextFrame()[E:\dev\4.0.0\frameworks\projects\framework \src\mx\core\FlexModuleFactory.as:631]
        at mx.core::FlexModuleFactory/update()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\cor e\FlexModuleFactory.as:401]
        at mx.core::FlexModuleFactory/moduleCompleteHandler()[E:\dev\4.0.0\frameworks\projects\frame work\src\mx\core\FlexModuleFactory.as:718]
    I tried to invoke SpellUI in the Air example project "UserDictionaryExample" attached in the downloaded package, I got a similar error as shown below, but the applicaiton still works.
    VerifyError: Error #1014: Class IIMEClient could not be found.
        at flash.display::MovieClip/nextFrame()
        at mx.managers::SystemManager/deferredNextFrame()[E:\dev\4.0.0\frameworks\projects\framework \src\mx\managers\SystemManager.as:267]
        at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\4.0.0\framewo rks\projects\framework\src\mx\managers\SystemManager.as:2460]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx \preloaders\Preloader.as:488]
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
    As I can tell, the major difference between my app and the example is that my app uses spark components, including the top WindowedApplication. Another difference is that my component is loaded from a swf, whereas the exmple does not do that. Is SpellUI tested with Air 2.0, spark, and modules? Does anyone have any idea what the problem could be? Any help would be greatly appreciated!
    Thanks!

    Thanks for your response and tests.
    I figured out the problems and fixed it with a workaround to make it work for spark TextArea as you also tested.
    But the workaround is not the way I want. I have an air application project with several module projects, and at runtime the modules are loaded dynamically as swfs. One of the mudules is built as a runtime shared library. That "class not found" error will go away ONLY IF the SpellUI class is forced to be built into the runtime shared library that loads other modules dynamically, including the one containing the text editor control that uses squiggly for spelling check. Ideally, I should not do that. But it seems the only way I can get rid of the error and make SpellUI work. Interestingly, I don't have this kind of problem with SpellChecker class, which is from a different swc. This seems to me is a build issue, but I am not sure. Do you have any idea why I have to do that and why SpellUI behaves differently than SpellChecker?
    In addition to the above issue, I found SpellUI doesn't work for spark.components.RichEditableText. When I call SpellUI.enableSpelling() on it, nothing happens and no exception is thrown. If RichEditableText is not currently supported, do you have an plan to support RichEditableText in the future?
    Thanks again.

  • GP runtime error

    We are getting a runtime error when a person other than the initial creator of a process tries to initiate the process. Both people have the same roles and permissions within GP.
    It is fine up until the point of clicking the 'initiate' button, that is when the error happens.
    Below is the stack trace of the error.
    Any help would be appreciated.
    Thanks,
    Cindy
    java.lang.NoClassDefFoundError: com/sap/caf/eu/gp/exception/api/GPInvocationException
    at com.sap.caf.eu.gp.ui.rt.wdp.InternalVRuntimeMain.<init>(InternalVRuntimeMain.java:175)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    ... 47 more
    Detailed Exception Chain:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for view com.sap.caf.eu.gp.ui.rt.VRuntimeMain. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.<init>(DelegatingView.java:41)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.createUninitializedView(ViewManager.java:638)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:675)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:560)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:690)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:536)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:770)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.onComponentCreated(ViewManager.java:258)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.fireComponentCreated(ComponentUsage.java:568)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:168)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:134)
         at com.sap.caf.eu.gp.ui.inst.VRuntime.onPlugIPFromInstantiation(VRuntime.java:145)
         at com.sap.caf.eu.gp.ui.inst.wdp.InternalVRuntime.wdInvokeEventHandler(InternalVRuntime.java:130)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:821)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:330)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:297)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:706)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:660)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:228)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:56)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:47)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
         ... 46 more
    Caused by: java.lang.NoClassDefFoundError: com/sap/caf/eu/gp/exception/api/GPInvocationException
         at com.sap.caf.eu.gp.ui.rt.wdp.InternalVRuntimeMain.<init>(InternalVRuntimeMain.java:175)
         ... 51 more

    It was deployed. It was working fine for me, just not the other person. We finally had them log into the portal through my pc and then it worked for them. They then tried it again on their pc and it worked ok. It might have been some sort of caching issue, but they had logged off and closed their browser several times over the course of trying to get it all to work.  This is one error I doubt we could ever reproduce in a fashion to be able to have it diagnosed from the back-end.
    -Cindy

  • Runtime error java.lang.NoClassDefFoundError- FacetDescriptor

    Hi everybody,
    I am trying to use a progressbar component in a page that worked fine just before I dropped this component. Now, I am getting the following exception:
    Exception Details: java.lang.NoClassDefFoundError
    com/sun/rave/designtime/faces/FacetDescriptor
    Possible Source of Error:
    Class Name: com.sun.j2ee.blueprints.ui.design.AbstractBeanInfo
    File Name: AbstractBeanInfo.java
    Method Name: initFacetDescriptors
    Line Number: 366
    I am using the same component in a page in different project and everything is working. This error is not specific to progressbar but to other components I have used. Last time, I had to re-create the project and import all my existing pages to get it resolved.
    Any ideas?? Your help will be highly appreciated.
    Thanks

    Hello there!
    I have tried to do as you said!
    My Libraries are just with DesignTime and Packages with Runtimes.
    What else should i do?
    Just to confirm above is all the stack trace.
    Thanks a lot!
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: java.lang.NoClassDefFoundError
    com/sun/rave/designtime/faces/FacetDescriptor
    Possible Source of Error:
    Class Name: /com.sun.j2ee.blueprints.ui.design.AbstractBeanInfo/
    File Name: /AbstractBeanInfo.java/
    Method Name: /initFacetDescriptors/
    Line Number: /366/
    |Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    |
    Stack Trace:
    |com.sun.j2ee.blueprints.ui.design.AbstractBeanInfo.initFacetDescriptors(AbstractBeanInfo.java:366)
    com.sun.j2ee.blueprints.ui.design.AbstractBeanInfo.initBeanDescriptor(AbstractBeanInfo.java:341)
    com.sun.j2ee.blueprints.ui.autocomplete.AutoCompleteComponentBeanInfo.initBeanDescriptor(AutoCompleteComponentBeanInfo.java:54)
    com.sun.j2ee.blueprints.ui.design.AbstractBeanInfo.(AbstractBeanInfo.java:57)
    com.sun.j2ee.blueprints.ui.design.AbstractValueHolderBeanInfo.(AbstractValueHolderBeanInfo.java:36)
    com.sun.j2ee.blueprints.ui.design.AbstractEditableValueHolderBeanInfo.(AbstractEditableValueHolderBeanInfo.java:44)
    com.sun.j2ee.blueprints.ui.autocomplete.AutoCompleteComponentBeanInfo.(AutoCompleteComponentBeanInfo.java:42)
    sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
    sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    java.lang.Class.newInstance0(Class.java:350)
    java.lang.Class.newInstance(Class.java:303)
    java.beans.Introspector.instantiate(Introspector.java:1432)
    java.beans.Introspector.findExplicitBeanInfo(Introspector.java:410)
    java.beans.Introspector.(Introspector.java:359)
    java.beans.Introspector.getBeanInfo(Introspector.java:159)
    javax.faces.component.UIComponentBase.getPropertyDescriptors(UIComponentBase.java:130)
    javax.faces.component.UIComponentBase.(UIComponentBase.java:92)
    javax.faces.component.UIOutput.(UIOutput.java:83)
    javax.faces.component.UIInput.(UIInput.java:126)
    javax.faces.component.html.HtmlInputText.(HtmlInputText.java:28)
    com.sun.j2ee.blueprints.ui.autocomplete.AutoCompleteComponent.(AutoCompleteComponent.java:57)
    sco.Gestao.CadastroUsuario.(CadastroUsuario.java:350)
    sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
    sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    java.lang.Class.newInstance0(Class.java:350)
    java.lang.Class.newInstance(Class.java:303)
    java.beans.Beans.instantiate(Beans.java:204)
    java.beans.Beans.instantiate(Beans.java:48)
    com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:203)
    com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:298)
    com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:78)
    com.sun.rave.web.ui.appbase.faces.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:96)
    com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:125)
    com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:243)
    com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:173)
    com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:154)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(ViewHandlerImpl.java:753)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(ViewHandlerImpl.java:728)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:278)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)|

Maybe you are looking for