OSB Message Reports - Purge Exception

Hello everybody,
The Purge Messages functionality in the sbconsole (Reporting > Message Reports > Message Reports) results in this Console Exception
Message: javax.naming.ServiceUnavailableException (Root exception is java.net.UnknownHostException: null: null)
Type: java.net.UnknownHostException
with the following stack trace:
(InetAddress.java:1128) java.net.InetAddress.getAllByName0()
(InetAddress.java:1098) java.net.InetAddress.getAllByName0()
(InetAddress.java:1061) java.net.InetAddress.getAllByName()
(RJVMFinder.java:414) weblogic.rjvm.RJVMFinder.getDnsEntries()
(RJVMFinder.java:181) weblogic.rjvm.RJVMFinder.findOrCreate()
(ServerURL.java:154) weblogic.rjvm.ServerURL.findOrCreateRJVM()
(WLInitialContextFactoryDelegate.java:350) weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext()
(Environment.java:307) weblogic.jndi.Environment.getContext()
(Environment.java:277) weblogic.jndi.Environment.getContext()
(WLInitialContextFactory.java:117) weblogic.jndi.WLInitialContextFactory.getInitialContext()
(NamingManager.java:667) javax.naming.spi.NamingManager.getInitialContext()
(InitialContext.java:247) javax.naming.InitialContext.getDefaultInitCtx()
(InitialContext.java:223) javax.naming.InitialContext.init()
(InitialContext.java:197) javax.naming.InitialContext.()
(ReportingUtil.java:64) com.bea.wli.reporting.jmsprovider.utils.ReportingUtil.getContextForCluster()
(ReportingMessagePurgerImpl.java:75) com.bea.wli.reporting.jmsprovider.runtime.ReportingMessagePurgerImpl.__sendPurgeMessage()
(ReportingMessagePurgerImpl.java:36) com.bea.wli.reporting.jmsprovider.runtime.ReportingMessagePurgerImpl.access$000()
(ReportingMessagePurgerImpl.java:54) com.bea.wli.reporting.jmsprovider.runtime.ReportingMessagePurgerImpl$1.run()
(ReportingMessagePurgerImpl.java:53) com.bea.wli.reporting.jmsprovider.runtime.ReportingMessagePurgerImpl$1.run()
(AuthenticatedSubject.java:363) weblogic.security.acl.internal.AuthenticatedSubject.doAs()
(:-1) weblogic.security.service.SecurityManager.runAs()
(SecurityModuleImpl.java:376) com.bea.wli.sb.security.SecurityModuleImpl.runAlsbPrivilegedAction()
(ReportingMessagePurgerImpl.java:52) com.bea.wli.reporting.jmsprovider.runtime.ReportingMessagePurgerImpl.sendPurgeMessage()
(ReportingHelper.java:194) com.bea.alsb.console.oam.reporting.jmsprovider.ReportingHelper.purgeMessages()
(ReportManagementFlow.java:332) com.bea.alsb.console.reporting.jmsprovider.ReportManagementFlow.purge()
(NativeMethodAccessorImpl.java:-2) sun.reflect.NativeMethodAccessorImpl.invoke0()
(NativeMethodAccessorImpl.java:39) sun.reflect.NativeMethodAccessorImpl.invoke()
(DelegatingMethodAccessorImpl.java:25) sun.reflect.DelegatingMethodAccessorImpl.invoke()
(Method.java:585) java.lang.reflect.Method.invoke()
(FlowController.java:870) org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod()
(FlowController.java:809) org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward()
(FlowController.java:478) org.apache.beehive.netui.pageflow.FlowController.internalExecute()
(PageFlowController.java:306) org.apache.beehive.netui.pageflow.PageFlowController.internalExecute()
(FlowController.java:336) org.apache.beehive.netui.pageflow.FlowController.execute()
(FlowControllerAction.java:52) org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute()
(RequestProcessor.java:431) org.apache.struts.action.RequestProcessor.processActionPerform()
(PageFlowRequestProcessor.java:97) org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201()
(PageFlowRequestProcessor.java:2044) org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute()
(ActionInterceptors.java:91) org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction()
(PageFlowRequestProcessor.java:2116) org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform()
(SBConsoleRequestProcessor.java:89) com.bea.alsb.console.common.base.SBConsoleRequestProcessor.processActionPerform()
(RequestProcessor.java:236) org.apache.struts.action.RequestProcessor.process()
(PageFlowRequestProcessor.java:556) org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal()
(PageFlowRequestProcessor.java:853) org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process()
(AutoRegisterActionServlet.java:631) org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process()
(PageFlowActionServlet.java:158) org.apache.beehive.netui.pageflow.PageFlowActionServlet.process()
(ConsoleActionServlet.java:241) com.bea.console.internal.ConsoleActionServlet.process()
(ActionServlet.java:414) org.apache.struts.action.ActionServlet.doGet()
(ConsoleActionServlet.java:130) com.bea.console.internal.ConsoleActionServlet.doGet()
(SBConsoleActionServlet.java:49) com.bea.alsb.console.common.base.SBConsoleActionServlet.doGet()
(PageFlowUtils.java:1170) org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup()
(ScopedContentCommonSupport.java:686) com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction()
(ScopedContentCommonSupport.java:142) com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal()
(PageFlowStubImpl.java:106) com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction()
(NetuiActionHandler.java:107) com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction()
(NetuiContent.java:180) com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction()
(NetuiContent.java:168) com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction()
(NetuiContent.java:223) com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData()
(ControlLifecycle.java:178) com.bea.netuix.nf.ControlLifecycle$2.visit()
(ControlTreeWalker.java:324) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:334) com.bea.netuix.nf.ControlTreeWalker.walkRecursive()
(ControlTreeWalker.java:130) com.bea.netuix.nf.ControlTreeWalker.walk()
(Lifecycle.java:375) com.bea.netuix.nf.Lifecycle.processLifecycles()
(Lifecycle.java:341) com.bea.netuix.nf.Lifecycle.processLifecycles()
(Lifecycle.java:332) com.bea.netuix.nf.Lifecycle.processLifecycles()
(Lifecycle.java:164) com.bea.netuix.nf.Lifecycle.runInbound()
(Lifecycle.java:139) com.bea.netuix.nf.Lifecycle.run()
(UIServlet.java:377) com.bea.netuix.servlets.manager.UIServlet.runLifecycle()
(UIServlet.java:253) com.bea.netuix.servlets.manager.UIServlet.doPost()
(UIServlet.java:194) com.bea.netuix.servlets.manager.UIServlet.service()
(SingleFileServlet.java:266) com.bea.netuix.servlets.manager.SingleFileServlet.service()
(HttpServlet.java:820) javax.servlet.http.HttpServlet.service()
(AsyncInitServlet.java:124) weblogic.servlet.AsyncInitServlet.service()
(StubSecurityHelper.java:226) weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run()
(StubSecurityHelper.java:124) weblogic.servlet.internal.StubSecurityHelper.invokeServlet()
(ServletStubImpl.java:283) weblogic.servlet.internal.ServletStubImpl.execute()
(TailFilter.java:26) weblogic.servlet.internal.TailFilter.doFilter()
(FilterChainImpl.java:42) weblogic.servlet.internal.FilterChainImpl.doFilter()
(RequestEventsFilter.java:26) weblogic.servlet.internal.RequestEventsFilter.doFilter()
(FilterChainImpl.java:42) weblogic.servlet.internal.FilterChainImpl.doFilter()
(WebAppServletContext.java:3393) weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()
(AuthenticatedSubject.java:321) weblogic.security.acl.internal.AuthenticatedSubject.doAs()
(:-1) weblogic.security.service.SecurityManager.runAs()
(WebAppServletContext.java:2140) weblogic.servlet.internal.WebAppServletContext.securedExecute()
(WebAppServletContext.java:2046) weblogic.servlet.internal.WebAppServletContext.execute()
(ServletRequestImpl.java:1366) weblogic.servlet.internal.ServletRequestImpl.run()
(ExecuteThread.java:200) weblogic.work.ExecuteThread.execute()
(ExecuteThread.java:172) weblogic.work.ExecuteThread.run()
Turning on full debug logging for the AdminServer didn't yield any useful information.
Apart from that the OSB seems to work fine in our application so we're wondering what's causing this error?
This is using WebLogic Server 10.0 and ALSB 3.0.
Any help is appreciated.
Cheers,
Jan

Hi,
I am also getting the same error.
I have a standalone instance of OSB .The OS is Red hat linux Enterprise edition.
Regards,
Vivek Kumar

Similar Messages

  • Exception Messages Report / List

    I have been unable to locate an exception messages report, either for production orders, requisitions, or purchase orders. I am looking for a report that will contain all of the exception mesages.
    Ideally, the output would be something like:
    1.   WBS element (project)
    2.   Material number
    3.   Material Description
    4.   Make or buy code
    5.   Recd. / Reqd. Quantity (This would be the qty affected by the exception message)
    6.   Date (e.g. date on which the material is currently expected to be received)
    7.   Purchase order or work order #
    8.   Purchase order line #
    9.   Purchasing group
    10.  MRP Controller
    11. Exception message Number
    12. Exception message Description
    13. Re-Scheduling date
    14. Various additional MM fields
    I have requested the report, but I am told by my IT group that the exception messages do not reside in any table, so they cannot be retrieved, much less exported to excel, so a list of teh applicable tables/fields would also help.
    I assume that this issue has been raised and solved many times, since SAP is not new and my request not unique.
    I welcome any suggestions.
    Thank you.

    HI,
    Why dont you try to list the messages in SE91 and by giving the application area.
    Thanks & Regards,
    Kiran

  • OSB - Couldn't create SOAP message due to exception: Unable to create StAX

    Hi,
    If I call 2 webservices via OSB 10Rg3 in quick succession I get the following fault on the second response :
    <May 6, 2010 5:25:14 PM CEST> <Error> <ALSB Logging> <BEA-000000> < [null, null, null, ERROR] <soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/e
    nvelope/"/><S:Body xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope">
    <faultcode>S:Client</faultcode>
    <faultstring>Couldn't create SOAP message due to exception: Unable to create StAX reader or writer</faultstring>
    </S:Fault>
    </S:Body><con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380001</con:errorCode>
    <con:reason>Internal Server Error</con:reason>
    <con:location>
    <con:node>RouteToTestService</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>>
    Any ideas what could cause this? The provider web services are working fine... and there is no problem if there is a long time delay between calling the 2 web services.

    It seems that one of the providers was mis-configured (the first service called) :
    HTTP Transport Configuration      
    Follow HTTP redirects      DISABLED
    Use Chunked Streaming Mode      ENABLED
    when I enabled the HTTP redirect then the problem went away...
    HTTP Transport Configuration      
    Follow HTTP redirects      ENABLED
    Use Chunked Streaming Mode      DISABLED

  • OSB-error on message reports

    Hi,
    In operations>Message Reports, when i select it, i get this error 'Message     The server encountered an unexpected condition which prevented it from fulfilling the request.'
    What could be the solution as i want to see the messages....
    Thank You.

    Make sure that wlsbjmsrpDataSource data source is up and running on weblogic admin console.
    Regards,
    Anuj

  • Error occurred. Contact the administrator and report the exception ID

    Dear All,
    We are on EP 7 SP8. We just now performed a system copy and are right now done with the post installation activities. All seems fine but we are having a problem in the Navigation Windown Quick Create link on the left hand side. Here I am always getting an error: Error occurred. Contact the administrator and report the exception ID in the log: 001A4B066A940068000001B500002946000433EB006CFEAC
    Can someone please guide me with how to remove this error.
    Please let me know as we are stuck and need to give the system to the client.
    Thanks a lot in advance.
    Best Regards,
    Rajeet

    Hello
    Can you see the defaulttrace file for more details?
    Open up Visual Administrator and go to Log Viewer.  Then open up the Defaulttrace file. Generate the same error message and look in the file for more details.
    What do you see?
    And of course.. What did you do to make this error ?
    Best Regards
    Kristoffer Engh

  • Re : Error Message reported on Exporting a ProjectPlan

    Hi,
    The following problem is endlessly appearing when I am attempting to backup a project plan from a workspace earmarked for backup. I have tried the following.
    Creating a new workspace and including all the plans and theron taking an export. This also fails.
    I am enclosing the error message reported. Can some one guide me to resolve this problem.
    SYSTEM ERROR: Workspace 'BACKUP' could not map ElementId: (-2,0,0)(64,0,68343)
    Class: qqsp_ImplementationException
    Error #: [1101, 736]
    Detected at: qqrp_Session::MapElmIdToInstanceId
    Last TOOL statement: method wsmgr.exportProject
    Error Time: Mon Nov 10 17:08:49
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 9BF77B64-0A62-11D1-BD48-8BB2B251AA77:0x114a:0x1, taskId =
    [9BF77B64-0A62-11D1-BD48-8BB2B251AA77:0x114a:0x1.9]) in application
    "Forte_cl0", pid 40 on node BALA in environment centrale.
    Thanks in advance
    Bala

    Hi mate
    Yes, I know this error
    It appears because of usage not fully compatible disks
    I had the similar issue and could solve this using another DVD from another manufacturer.
    Check this it will help your too..

  • Do you have an option for block all incoming message and request EXCEPTED messages from my contacts?

    Please help!!To whom it may concernDear Madam/Sir who works for Skype & Microsoft  Dear all who can really help,  Do you have an option for block all incoming message and request EXCEPTED messages from my contacts? or Do you have any solution to solve my problem from begin to now in present time?  Even though, I set the Privacy settings: - Allow calls from... "people in my Contact list only"- Automatically received video and share screens with "people in my Contact list only"- Allow IMs from "people in my Contact list only"  I still received unknow users sent me messages in every day, contact requests etc. And they're all clearly spammings and identity thefts.  I only wanna contact with my family and my freinds here with Skype via my Windows device and my mobile phone (w/Android OS).  And this is the only way to contact with them, because they could use Skype only in overseas.  BUT I don't need new friend from other unknow Skype member.   I keep blocked all unknow spammers in every day.  However in this morning, I feel so scared with Skype on my mobile, I looked at my mobile Skype, I saw it automatically showed me the list of all blocked members. BUT they were all unblocked (contact unblocked) by my mobile (Android version) Skype itself automatically, and listed them one by one on the screen, and about 30 seconds later, they all were disappeared suddenly.  I don't know what do to now, is it indicating my account was hacked?And how could I found out all those members again and block them again and delete all of them for ever?  I appreciate if you would improve the privacy protection. Thank you very very very much. 

    Hrm... that may be true and this may be a function of the phone email client that Apple just doesn't do.
    No, I can easily MANUALLY delete the messages. I would prefer if I didn't have to do it twice, tho. Once on the mail server and once on the phone.
    What I think the phone needs to do is, when it checks the POP, anything NOT there should be removed locally. I think you are correct on POP; the phone will poll the mx (mail exchanger) and the mx will pass off the messages to the phone. The phone then keeps ALL of that unitl you manually delete it.
    If, say, I remove a message from the mx, I would like the phone, when next polls, to see that that particular message isn't on the server anymore and remove it locally.
    Perhaps it's just me but if I delete the message on the mx itself, via my ISP's webmail interface, I really don't want to have to remove it again from my phone.
    thxs!
    cheers
    rOot

  • Oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

  • Programmatically adding chart to a report throws exception

    programmatically adding chart to a report throws exception "chart condition fields are not valid".
    Configuration:
    I am using CR4E to create web application, I've added RAS jars (rasapp.jar, rascore.jar, reporttemplate.jar, serialization.jar) to this web application. For designing reports i am using Crystal Reports 2008.
    Code:
    <%
    // Get the previously opened report from the session.
    ReportClientDocument reportClientDocument =
         (ReportClientDocument)session.getAttribute("ReportClientDocument");
    System.out.println(reportClientDocument.getReportDocument().getName());
    // Try to get the report's DataDefinition object.
    IDataDefinition dataDefinition;
    try
         dataDefinition = reportClientDocument.getDataDefController().getDataDefinition();
    // If the DataDefinition object can not be retrieved, redirect the user to an error page.
    catch (Exception e)
         System.out.println("With error1");
        return;
    // Create a new ChartDefinition object and set its type to ChartType.group.
    ChartDefinition chartDefinition = new ChartDefinition();
    chartDefinition.setChartType(ChartType.group);
    Get the conditional field of the report's first group. Set this conditional
    field for the ChartDefinition object using the setConditonalFields method. Notice
    that the conditional field is first placed in a Fields collection because the
    setConditionalFields method takes a Fields object as an argument.
    Fields conditionFields = new Fields();
    if (!dataDefinition.getGroups().isEmpty())
         IField field = dataDefinition.getGroups().getGroup(0).getConditionField();
         System.out.println("Condition field name ->" + field.getLongName(Locale.ENGLISH));
         conditionFields.addElement(field);
    chartDefinition.setConditionFields(conditionFields);
    //Get the summary field name from the form on the previous page.
    String summaryFieldName = URLDecoder.decode(request.getParameter("summaryField"));
    System.out.println("Summary field name ->" + summaryFieldName);
    Loop through all of the report's summary fields until the one matching the name
    above is found. Set this summary field for the ChartDefinition object using the
    setDataFields method. Notice that the summary field is first placed in a Fields
    collection because the setDataFields method takes a Fields object as an argument.
    Fields dataFields = new Fields();
    for (int i = 0; i < dataDefinition.getSummaryFields().size(); i++)
        IField summaryField = dataDefinition.getSummaryFields().getField(i);
         if (summaryField.getLongName(Locale.ENGLISH).equals(summaryFieldName))
              System.out.println("Adding data field ->" + summaryFieldName);
              dataFields.addElement(summaryField);
    chartDefinition.setDataFields(dataFields);
    Create a new ChartObject to represent the chart that will be added.  Set the
    ChartDefinition property of the ChartObject using the ChartDefinition object created
    above.
    ChartObject chartObject = new ChartObject();
    chartObject.setChartDefinition(chartDefinition);
    Get the chart type, chart placement, and chart title strings from the form on the
    previous page. If no chart title was chosen, create a generic title.
    String chartTypeString = request.getParameter("type");
    String chartPlacementString = request.getParameter("placement");
    String chartTitle = request.getParameter("title");
    System.out.println("chartTypeString ->"+ chartTypeString + "<-chartPlacementString->" + chartPlacementString + "<-chartTitle->"+chartTitle);
    if (chartTitle.equals(""))
         chartTitle = "untitled";
    Create a ChartStyleType object and a AreaSectionKind object based on the
    the chartTypeString and chartPlacementString retrieved above. In this example
    possible chart types are bar chart and pie chart. Possible chart placements
    are header and footer.
    ChartStyleType chartStyleType = ChartStyleType.from_string(chartTypeString);
    AreaSectionKind chartPlacement = AreaSectionKind.from_string(chartPlacementString);
    // Set the chart type, chart placement, and chart title for the chart.
    chartObject.getChartStyle().setType(chartStyleType);
    chartObject.setChartReportArea(chartPlacement);
    chartObject.getChartStyle().getTextOptions().setTitle(chartTitle);
    // Set the width, height, and top for the chart.
    chartObject.setHeight(5000);
    chartObject.setWidth(5000);
    chartObject.setTop(1000);
    Get a ReportDefController object that can be used to modify the report's definition.
    ReportDefController reportDefController;
    try
         reportDefController = reportClientDocument.getReportDefController();
    catch (Exception e)
         System.out.println("With Error2");
         return;
    *Create a Section object that represents the section that will hold the chart.
    If the chart placement was set header, get the header section, otherwise, if the
    chart placement was set to footer, get the footer section.
    Section chartSection = null;
    if (chartPlacement.equals(AreaSectionKind.reportHeader))
         IArea reportHeaderArea =
              reportDefController.getReportDefinition().getReportHeaderArea();
         chartSection = (Section)reportHeaderArea.getSections().getSection(0);
    else if (chartPlacement.equals(AreaSectionKind.reportFooter))
         IArea reportFooterArea =
              reportDefController.getReportDefinition().getReportFooterArea();
         chartSection = (Section)reportFooterArea.getSections().getSection(0);
    Add the chart to the section using the ReportDefController object.
    reportDefController.getReportObjectController().add(chartObject, chartSection, 1);
    // Save the changes and close the report.
    reportClientDocument.save();
    reportClientDocument.close();
    session.removeAttribute("ReportClientDocument");
    %>     
    Trace:
    com.crystaldecisions.sdk.occa.report.lib.ReportDefControllerException: The chart condition fields are not valid.---- Error code:-2147213287 Error code name:invalidChartObject
         at com.crystaldecisions.sdk.occa.report.lib.ReportDefControllerException.throwReportDefControllerException(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportObjectController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportObjectController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportObjectController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportObjectController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportObjectController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportObjectController.add(Unknown Source)
         at org.apache.jsp.AddChart_jsp._jspService(AddChart_jsp.java:230)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         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 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
         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:276)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:56)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
         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 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
         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:276)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:218)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:56)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:393)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
         at java.lang.Thread.run(Thread.java:595)

    Please try this code snippet
    var cs:ColumnSeries = new ColumnSeries();
    cs.dataProvider = dp;
    cs.displayName = "Series 2";
    cs.yField = "values";
    chart.series.push(cs);
    OR
    var temp:Array = [];
    var cs:ColumnSeries = new ColumnSeries();
    cs.dataProvider = dp;
    cs.displayName = "Series 2";
    cs.yField = "values";
    temp = chart.series;
    temp.add(cs);
    chart.series = temp;

  • I get a message Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffebayhot/content/lib/Extension.debug.js Line: 366"] using Vista. I don't understand how to delete the "ebay

    Every time I try to use google for a search, I get the following error msg. Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffebayhot/content/lib/Extension.debug.js Line: 366"]. I saw the solution provided for MS XP, but not for Vista. Also, while I saw the solution, I need more explicit instructions on how to "delete the ebay extension".
    == This happened ==
    Every time Firefox opened
    == When I try to load google from Firefox, I get the error message, Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffebayhot/content/lib/Extension.debug.js Line: 366"]

    Tools->Add-ons->Extensions
    At the top of the Firefox window, click on the Tools menu and select Add-ons. The Add-ons window will appear.
    In the Add-ons window, select the Extensions panel.
    Select the add-on you wish to uninstall.
    Click the Uninstall button. When prompted, click Uninstall to confirm.
    Then restart Firefox.
    Read here:
    [[Uninstalling add-ons|#How to uninstall extensions and themes|Uninstalling extensions]]

  • CcBPM, how to capture error message in the exception branch ?

    Hi,
    Can I capture error message in the exception branch ? how to do that ?
    because i want to raise the alert including with the error message ?
    Cheers
    Fernand

    Hello Fernand,
    I hope at the end of this you may get some knowledge on Alerts.
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step XI:Alerts step-by-step. (fundamental Basic)
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i CCMS Monitoring for XI. (CCMS monitoring for XI is enough later
    we configure to Adapter Engine).
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1 Configuring scenario specific E-mail alerts in XI-CCMS: Part-1
    (This is Important)
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2 Configuring scenario specific E-mail alerts in XI-CCMS: Part-2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3 Configuring scenario specific E-mail alerts in XI-CCMS: Part 3
    /people/federico.babelis2/blog/2006/05/03/solution-manager-cen-and-alerting-configuration-guide-for-dummies Solution Manager CEN and Alerting configuration (Advanced)
    Please reward points if it is useful...
    Thanks,
    Satya Kumar

  • (error code = 200; message="Java error"; exception = [java.lang.Exception])

    Hi, I have several times tried to install ABAP Trial, but failed.
    So I need your help.
    As soon as I set up XP, I download and install the newest Java, then started installation of ABAP Trial.
    But at the end I just get an error message as belows.
    I hope you will guide me correct direction.
    Thanks for reading & Have a good day!
    (Jul 11, 2008 7:38:06 AM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err, An error occurred and product installation failed.  Look at the log file C:\SAP\NSP\log.txt for details.
    (Jul 11, 2008 7:38:06 AM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err, ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllInstallationSteps(StepWrapperInstallFiles.java:177)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.install(StepWrapperInstallFiles.java:268)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Jul 11, 2008 7:43:08 AM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct, err, An error occurred and product uninstallation failed.  Look at the log file C:\SAP\NSP\log.txt for details.
    (Jul 11, 2008 7:43:08 AM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err, ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllUninstallationSteps(StepWrapperInstallFiles.java:192)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.uninstall(StepWrapperInstallFiles.java:313)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.processActionsFailed(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Hi YUN SEOK,
    I got the same error than you when I tried to install SAP NetWeaver ABAP Trial Version. 
    Could you help me in giving exactly the link you wrote.
    https://www.sdn.sap.com/irj
    Where is located exactly the answer ?
    I looked at this link but I did not find the answer.
    So could you give me exactly the location in this link ?
    Thanks in advance.
    STD,

  • HOW DO I GET RID OF THIS MESSAGE - ADD SECURITY EXCEPTION you are about to over ride how Thunderbird identifies this site. Location pop.shaw.ca.110 no e-mail

    I KEEP GETTING A BOX WITH THIS MESSAGE - ADD SECURITY EXCEPTION
    you are about to over ride how Thunderbird identifies this site
    LOCATION: pop.shaw.ca.110
    then it asks for a security certificate
    I DO NOT KNOW HOW TO FIX OR BETTER YET GET RID OF THIS MESSAGE

    You're supposed to take a screenshot. The link has instructions about how to do that.
    Then attach the resulting image to your post by using the 'Browse' button right above the 'Post Reply' button.

  • BEA-149218 Attempted to report an exception to DRS and received an error

    I am using Weblogic81 SP2. I have two Managed servers. I am trying to
    start a managed server through Node Manager and I get the following
    error
    ####<Nov 20, 2003 10:09:14 AM EST> <Error> <Deployer> <iolaus>
    <iolaus110> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
    <<WLS Kernel>> <> <BEA-149218> <Attempted to report an exception to DRS
    and received an error.
    NotificationException due to underlying exception
    weblogic.drs.internal.InvalidStateException: Slave update for
    DataIdentifier DataIdentfierID: 1 received a commitFailed() call - this
    can only be called if update is in AwaitingCommitCompletion state
    at
    weblogic.drs.internal.statemachines.slave.SlaveState.commitFailed(SlaveState.java:89)
    at
    weblogic.drs.internal.DataReplicationService.notifyCommitFailure(DataReplicationService.java:375)
    at
    weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:581)
    at
    weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
    at
    weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Does anybody know a solution or a work around please?
    Dharmesh

    Not sure if this applies to all instances, but in our case this issue was caused by an incorrect startup script for the admin node. We had neglected to include the -server flag. Adding the flag resolved the issue for us.

  • Oracle 10G JMS error : Failed to handle dispatch message ... exception ORABPEL-05002

    Hi All,
    We are using a JMS adapter as partner link in a BPEL process to produce messages to JMS Queue.
    We are getting an error while producing a message to a JMS Queue.
    The error comes for 1 or 2 instances among 5 to10 intsances. (all these instances ran with in 1 or 2 seconds).
    We are using Oracle 10G SOA suite.
    This error is getting in the Production environment.
    The error is as follows (took error from server log).
    Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage"; the exception is: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{summary=file:/sw/appaia/product/SOA/bpel/domains/default/tmp/.bpel_CurrencyExchangeListEbizJMSProducer_1.0_4ec528ec93a8a6ff0278fab9701dcc71.tmp/CurrencyExchangeListEbizJMSProducerV1.wsdl [ Produce_Message_ptt::Produce_Message(OutputParameters) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: Adapter Framework unable to create outbound JCA connection.
    file:/sw/appaia/product/SOA/bpel/domains/default/tmp/.bpel_CurrencyExchangeListEbizJMSProducer_1.0_4ec528ec93a8a6ff0278fab9701dcc71.tmp/CurrencyExchangeListEbizJMSProducerV1.wsdl [ Produce_Message_ptt::Produce_Message(OutputParameters) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: oracle.j2ee.connector.proxy.ProxyInterceptException: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: null [Caused by: RollbackException: Transaction has been marked for rollback: null]
    ; nested exception is:
    ORABPEL-12511
    Adapter Framework unable to create outbound JCA connection.
    I tried the below JMS tunings with differnt combination, but no improvement.
                <property name="useJCAConnectionPool">true</property>
                <property name="maxSizeJCAConnectionPool">500</property>
                <property name="retryMaxCount">10</property>
                <property name="retryInterval">60</property>
    Please let me know if any other logs or any other information is required.
    Thanks,
    Pershad

    sorry, I forgot the below things which I tried to tune the JMS.
    <property name="retryMaxCount">10</property>
    <property name="retryInterval">60</property>
    <property name="useJCAConnectionPool">true</property>
    <property name="maxSizeJCAConnectionPool">500</property>
    Thanks.

Maybe you are looking for

  • SAML Sender Vouches Assertion in ABAP only environment

    All u2013 apologies for a length postu2026 subject: Standard logon - SAML Authentication (logon using SAML). We are testing if an external app u2013 like Oralce (consumer), can render a web service via SAML assertion into an AS ABAP (provider) enviro

  • X220 External display problem

    I bought a DisplayPort to HDMI cable to connect my X220 to my TV. It transfers image and audio, but the image on the TV is cut off at all 4 edges. I have tried cycling through over 10 different resolutions, but the problem doesn't go away. I'm wonder

  • Flash Builder 4.5

    Hi Experts, Has the Netweaver Gateway 2.0 present in Flash Builder 4.5 premium or should i have add any Add on`s ..??? Thanks, Arun

  • Workflow to send mail for purchase requisation and approval msg which automatically updates sap

    I am new to workflow,I need to create work flow for purchase requisation and send mail for concern person for approval,like if he clicks approve in mail ,automatically it should get updated in sap if he rejects then he should enter reason for rejecti

  • [solved]A failure occurred in package_linux-nymph-headers 3.15.2-1

    Hi all, Since the problem with the bluetooth driver isn't solved, I tried to rebuild my own kernel with abs, since it isn't updated yet, I did all that local. Now building and patching succeeds, but it fails at  the kernel-headers, with the following