Error while trying to open Transport Object in portal

Hi,
I want to move some pcd objects from my DEV server to PROD server.
I created a transport object in the pcd but when I try to open it for editing, I get the following exception:
Date : 06/18/2008
Time : 20:01:49:094
Message : Exception ID:05:01_18/06/08_0066_222946050
[EXCEPTION]
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Component : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.export
Component class : com.sapportals.portal.pcd.admintools.export.ExportMain
User : MAYAS
     at java.lang.Throwable.<init>(Throwable.java:194)
     at java.lang.Exception.<init>(Exception.java:41)
     at java.lang.RuntimeException.<init>(RuntimeException.java:43)
     at com.sapportals.portal.prt.runtime.PortalRuntimeException.<init>(PortalRuntimeException.java:81)
     at com.sapportals.portal.prt.component.PortalComponentException.<init>(PortalComponentException.java:54)
     at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:200)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:115)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:177)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:201)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:633)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:200)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:115)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:177)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:561)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:107)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:438)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:404)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:79)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
     at com.sapportals.appdesigner.appdesignerfw.TabContentComponent.doOnNodeReady(TabContentComponent.java:110)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:386)
     at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:155)
     at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:306)
     at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:292)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:561)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:107)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:438)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:404)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:79)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:332)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:0)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:335)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:963)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:249)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:0)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:92)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:30)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:35)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:101)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
Caused by: java.lang.NoClassDefFoundError: com/sapportals/portal/pcd/admintools/export/ExportGeneric
     at java.lang.Throwable.<init>(Throwable.java:194)
     at java.lang.Error.<init>(Error.java:49)
     at java.lang.LinkageError.<init>(LinkageError.java:36)
     at java.lang.NoClassDefFoundError.<init>(NoClassDefFoundError.java:40)
     at com.sapportals.portal.pcd.admintools.export.ExportJndi.getSemanticObject(ExportJndi.java:92)
     at com.sapportals.portal.pcd.admintools.export.ExportCompContext.isUnitAvailable(ExportCompContext.java:414)
     at com.sapportals.portal.pcd.admintools.export.ExportCompContext.setIntialContext(ExportCompContext.java:43)
     at com.sapportals.portal.pcd.admintools.export.ExportMain.doContent(ExportMain.java:27)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:166)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:111)
     ... 42 more
Severity : Error
Category : /System/Server
Location : com.sap.portal.portal
Application : sap.com/irj
Thread : SAPEngine_Application_Thread[impl:3]_10
Datasource : 222946050:/usr/sap/YED/JC22/j2ee/cluster/server0/log/defaultTrace.trc
Message ID : 00145EC6C66B005E00000CED0000997600044FF3D1028EED
Source Name : com.sap.portal.portal
Argument Objs : com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Component : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.export
Component class : com.sapportals.portal.pcd.admintools.export.ExportMain
User : MAYAS
     at java.lang.Throwable.<init>(Throwable.java:194)
     at java.lang.Exception.<init>(Exception.java:41)
     at java.lang.RuntimeException.<init>(RuntimeException.java:43)
     at com.sapportals.portal.prt.runtime.PortalRuntimeException.<init>(PortalRuntimeException.java:81)
     at com.sapportals.portal.prt.component.PortalComponentException.<init>(PortalComponentException.java:54)
     at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:200)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:115)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:177)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:201)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:633)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:200)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:115)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:177)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:561)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:107)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:438)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:404)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:79)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
     at com.sapportals.appdesigner.appdesignerfw.TabContentComponent.doOnNodeReady(TabContentComponent.java:110)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:386)
     at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:155)
     at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:306)
     at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:292)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:561)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:107)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:438)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:404)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:79)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:332)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:0)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:335)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:963)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:249)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:0)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:92)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:30)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:35)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:101)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
Caused by: java.lang.NoClassDefFoundError: com/sapportals/portal/pcd/admintools/export/ExportGeneric
     at java.lang.Throwable.<init>(Throwable.java:194)
     at java.lang.Error.<init>(Error.java:49)
     at java.lang.LinkageError.<init>(LinkageError.java:36)
     at java.lang.NoClassDefFoundError.<init>(NoClassDefFoundError.java:40)
     at com.sapportals.portal.pcd.admintools.export.ExportJndi.getSemanticObject(ExportJndi.java:92)
     at com.sapportals.portal.pcd.admintools.export.ExportCompContext.isUnitAvailable(ExportCompContext.java:414)
     at com.sapportals.portal.pcd.admintools.export.ExportCompContext.setIntialContext(ExportCompContext.java:43)
     at com.sapportals.portal.pcd.admintools.export.ExportMain.doContent(ExportMain.java:27)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:166)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:111)
     ... 42 more
Arguments : com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Component : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.export
Component class : com.sapportals.portal.pcd.admintools.export.ExportMain
User : MAYAS
     at java.lang.Throwable.<init>(Throwable.java:194)
     at java.lang.Exception.<init>(Exception.java:41)
     at java.lang.RuntimeException.<init>(RuntimeException.java:43)
     at com.sapportals.portal.prt.runtime.PortalRuntimeException.<init>(PortalRuntimeException.java:81)
     at com.sapportals.portal.prt.component.PortalComponentException.<init>(PortalComponentException.java:54)
     at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:200)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:115)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:177)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:201)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:633)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:200)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:115)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:177)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:561)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:107)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:438)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:404)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:79)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
     at com.sapportals.appdesigner.appdesignerfw.TabContentComponent.doOnNodeReady(TabContentComponent.java:110)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:386)
     at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:155)
     at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:306)
     at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:292)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:561)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:107)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:438)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:404)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:79)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:332)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:0)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:335)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:963)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:249)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:0)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:92)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:30)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:35)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:101)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
Caused by: java.lang.NoClassDefFoundError: com/sapportals/portal/pcd/admintools/export/ExportGeneric
     at java.lang.Throwable.<init>(Throwable.java:194)
     at java.lang.Error.<init>(Error.java:49)
     at java.lang.LinkageError.<init>(LinkageError.java:36)
     at java.lang.NoClassDefFoundError.<init>(NoClassDefFoundError.java:40)
     at com.sapportals.portal.pcd.admintools.export.ExportJndi.getSemanticObject(ExportJndi.java:92)
     at com.sapportals.portal.pcd.admintools.export.ExportCompContext.isUnitAvailable(ExportCompContext.java:414)
     at com.sapportals.portal.pcd.admintools.export.ExportCompContext.setIntialContext(ExportCompContext.java:43)
     at com.sapportals.portal.pcd.admintools.export.ExportMain.doContent(ExportMain.java:27)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:166)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:111)
     ... 42 more
Dsr Component : DEVQA.YAFORA_YED_222946050
Dsr Transaction : 144e38f03d5811ddb67400145ec6c66b
Dsr User : MAYAS
Indent : 0
Level : 0
Message Code :
Message Type : 1
Relatives : /System/Server
Resource Bundlename :
Session : 8815
Source : com.sap.portal.portal
ThreadObject : SAPEngine_Application_Thread[impl:3]_10
Transaction :
User : MAYAS
The error occurs only on the DEV server.
My Portal is EP7 SP15.
How do I solve this?
Thanks,
Omri

Solved it on my own by restarting the portal.

Similar Messages

  • Excel service and OWA - getting ERROR while trying to open/edit Excel documents

    Hi All,
    We have configured SharePoint 2013 with Excel Service and OWA (Office Web Apps).
    After configuring, we are able to view/edit Word or PowerPoint documents from the browser (as OWA is configured). But we are getting errors while trying to open/edit Excel documents.
    We are not able to view/edit the excel workbook from the browser (through OWA).
    To open the excel in the browser, decision has to be taken at the farm level on what to be used – Excel Service or OWA Server? Is it possible to do setting at site collection level?
    Error details are given below:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 3/25/2013 1:29:08 PM
    Event time (UTC): 3/25/2013 7:59:08 AM
    Event ID: fc2e0530f493493896e6c8b6297a0423
    Event sequence: 10
    Event occurrence: 3
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/2/ROOT/x-1-130086717598089315
        Trust level: Full
        Application Virtual Path: /x
        Application Path: C:\Program Files\Microsoft Office Web Apps\ExcelServicesWfe\
        Machine name: VHYDMANTHSTP-02
    Process information:
        Process ID: 1252
        Process name: w3wp.exe
        Account name: NT AUTHORITY\NETWORK SERVICE
    Exception information:
        Exception type: ArgumentException
        Exception message: An entry with the same key already exists.
       at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
       at System.Collections.Generic.SortedDictionary`2..ctor(IDictionary`2 dictionary, IComparer`1 comparer)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.GetInstalledUICultures()
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.IsUICultureSupported(String cultureTag, CultureInfo& cultureInfo)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICulture(String cultureTag, Boolean useOleo, Boolean allowCustomFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICultureFromFrontEnd(String uiCultureTag, Boolean allowFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentCulturesFromFrontEnd(String uiCultureTag, String dataCultureTag)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.SetCurrentCulturesFromContext(HttpContext context)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.PreProcessRequest(HttpContext context)
       at Microsoft.Office.Excel.WebUI.XlPreview.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Request information:
        Request URL:
    http://mysrevr/x/_layouts/xlpreview.aspx?ui=en-US&rs=en-US&WOPISrc=http://myservernames1/_vti_bin/wopi.ashx/files/f36d669ceb814d67bdad0e1e1f98e466&wdSmallView=1
        Request path: /x/_layouts/xlpreview.aspx
        User host address: 10.81.138.92
        User: 
        Is authenticated: False
        Authentication Type: 
        Thread account name: NT AUTHORITY\NETWORK SERVICE
    Thread information:
        Thread ID: 13
        Thread account name: NT AUTHORITY\NETWORK SERVICE
        Is impersonating: False
        Stack trace:    at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
       at System.Collections.Generic.SortedDictionary`2..ctor(IDictionary`2 dictionary, IComparer`1 comparer)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.GetInstalledUICultures()
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.IsUICultureSupported(String cultureTag, CultureInfo& cultureInfo)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICulture(String cultureTag, Boolean useOleo, Boolean allowCustomFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICultureFromFrontEnd(String uiCultureTag, Boolean allowFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentCulturesFromFrontEnd(String uiCultureTag, String dataCultureTag)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.SetCurrentCulturesFromContext(HttpContext context)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.PreProcessRequest(HttpContext context)
       at Microsoft.Office.Excel.WebUI.XlPreview.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    I have the same issue while opening the file , i have checked every thing twice. but unable to fix this thing . can any one help.
    One more thing which is i am wondering none of the MS representative replied on this post which is originally posted on March 27-2013.
    is microsoft alive??
    Imran Bashir Network Administrator MCP, JNCIA-EX,ER,JNIOUS +92-333-4330176

  • Error while trying to remove an object with dsrm command

    hello,
    i get an error while trying to delete an object computer with the command line tool, DSRM. i get this view:
    actually, it's a one of hundreds of commands, that help cleaning the active directory of the obsolete objects. it is saying : "Access Denied" (in french, accès refusé). i say that the account used to execute this command, is a member of domain
    admins group, and enterprise admins group too. so i cannot believe it's a mater of some missing rights... :/
    thanks in advance, for your help,
    regards
    Lotfi BOUCHERIT

    Hi,
    I was able to reproduce your issue when using a non-elevated command prompt in a 2008R2 box. So please try to elevate your command prompt and your command will most likely go through.
    In addition to above, I'd suggest you look in to PowerShell instead, which in most cases is more effective.(and doesn't need to run in an elevated prompt to make AD-Changes)
    The same as above could be done with the powershell cmdlet Remove-AdComputer.
    Remove-AdComputer -Identity "Distinguishedname"
    Hope this helps you!
    Microsoft Certified Trainer
    MCSE: Desktop, Server, Private Cloud, Messaging
    Blog: http://365lab.net

  • Error while trying to open RME home in Ciscoworks LMS 3.2

    Dear friends,
    I get the following error while trying to open RME home.
    "Error occurred while fetching Out-of-Sync count"
    Here's the exact error message:
    HOME0004: Error occurred while fetching Out-of-Sync count. Check RMEHome.log for more details.
    Pls advise.
    Thanks a lot
    Gautam

    Dear Jason,
    Now, i dont get this error and the home page opens but i get the following message in red text for some portions of RME:
    You are not authorized to view the detailsI also tried creating another user with full privileges and used his login but still i see the same results.I had installed LMS the first time in non-ACS mode and the second time i re-installed on top of the previous installation again because i got some Apache errors. I dont think that the reinstall prompted me for the ACS mode but from what i see, it is local and not ACS.Do you think that i should try to reinstall again Ciscoworks? Is reinstall better or uninstall and a subsequent fresh install?

  • Error while trying to open the discoverer connections page

    Dears,
    please your kindly help!!!
    Error while trying to open the discoverer connections page
    When I tried to open the link http://192.168.4.222:7778/discoverer/viewer
    I received the error:
    An error occurred while handling the event. See the application log for more details.
    A fatal application error has occurred. Please consult with your OracleAS administrator or look at the application log file.
    I checked the OC4J application.log file and I found the following:
    10/03/11 10:34:16 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.
    GlobalExceptionHandler.execute null
    java.lang.NullPointerException
    at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.awt.Font$2.run(Font.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Font.createFont(Font.java:600)
    at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
    at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
    at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forward(ServletRequestDispatcher.java:222)
    at oracle.discoverer.applications.viewer.url.URLServlet._process(Unknown Source)
    at oracle.discoverer.applications.viewer.url.URLServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFil
    ter(ResourceFilterChain.java:65)
    at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.proces
    sRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor
    $MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    10/03/11 10:34:16 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.
    ApplicationController._logException error.handling.event
    oracle.discoverer.applications.framework.ApplicationException: error.handling.event
    at oracle.discoverer.applications.framework.GlobalExceptionHandler.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:553)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forward(ServletRequestDispatcher.java:222)
    at oracle.discoverer.applications.viewer.url.URLServlet._process(Unknown Source)
    at oracle.discoverer.applications.viewer.url.URLServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFil
    ter(ResourceFilterChain.java:65)
    at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.proces
    sRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor
    $MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
    at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.awt.Font$2.run(Font.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Font.createFont(Font.java:600)
    at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
    at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
    at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    ... 21 more
    10/03/11 10:34:16 discoverer: TemplateUINode, localName='documentTemplate': /u01/oracle/ias/j2ee/OC4J_BI_Forms/applications/d
    iscoverer/discoverer/cabo/styles/dc-blaf.xss: Parsing error, line 5, column 22: <laf> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/style) is set incorrectly. This may also be an issue with the syntax of its parent element.
    Please anyone can help.
    Best Regards ,
    Yasser

    Welcome to the forums !
    Pl see if MOS Doc 360403.1 (Launcing Discoverer Plus Fails With Error "Oracle.Discoverer.Applications.Framework.Globalexceptionhandler.Execute Null" in Application.log File) is applicable in your case
    HTH
    Srini

  • Error while trying to open edge-code-quick-edit.png

    Hi,
    I just installed Edge Code, looks great! A couple of issues I noticed when I started using it:
    1. When tried opening one of the files (edge-code-quick-edit.png) displayed in the file explorer on the left side. I get an error while trying to do so.
    2. The error dialog's text doesn't seem to be selectable, will be great if error messages can be selected and copied.
    thnx
    -mayank

    I think Peter's reply above might have been to a different thread.
    Brackets doesn't support opening binary files yet. This includes images. See https://github.com/adobe/brackets/issues/148
    Good point. I've filed a bug. Due to some issues with our architecture and focus management, this doesn't work currently. https://github.com/adobe/brackets/issues/1708

  • Getting error while trying to open the b2b console

    Hi All,
    I have installed weblogic server 10..3.1.0 and SOA 11.1.1.1.0. After installation I started the admin server and managed servers. While trying to open b2b console after login I am getting the following error message
    access denied (oracle.security.jps.service.policystore.PolicyStoreAccessPermission context=APPLICATION,name=b2bui getApplicationPolicy)
    Can anyone suggest whst could be the issue with this.

    hi,
    Suppose if you are installing linux system...
    Once try to change the permissions to your specfied user!
    try this way may be your problem is solved!
    Regards,
    Bala satish Kamma
    Edited by: 932483 on Jun 11, 2012 7:02 PM

  • ITunes error while trying to open

    After installing iTunes on this computer I have received the same error multiple times while trying to open it. The error is simply "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience" and then gives me the things I can do to fix it which include debugging, sending an error report, or not sending an error report. After uninstalling and re-installing the program several times I still get this same error, any help would be grealy appreciated.

    You should post in the proper forum.
    http://discussions.apple.com/category.jspa?categoryID=150

  • Error While Trying to open any version of Jdeveloper 10 or 11

    While trying to open any version of Jdeveloper Either 10 or 11
    this message Appear
    Unable to create an instance of Java Virtual Machine
    Located at path :
    D:\program files\java\jdk 1.6.0_01\jre\bin\client\jvm.dll
    although from two days jdeveloper was opening normally with no problem
    but i don't know why jdeveloper stopped opening
    i searched google for solution but nothing
    please i want solution for this problem
    this is the error img
    http://img381.imageshack.us/img381/5244/jdevelopererroryx2.jpg

    It seems that you set up JDeveloper to use a JRE - it needs a full JDK installation.

  • Error while trying to configure Resource Object in Design Console

    Hi,
    I am getting the following error while trying to update any value in Resource Object(checking/unchecking any checkbox)
    Description: Allow Multiple option cannot be changed from true to false. : Allow Multiple option cannot be changed from true to false.
    Any clue as to what is happening?

    We are on OIM 11.1.1.3 BP 6

  • Time out error while trying to open workbook

    Hi all,
            In analyzer open workbook While trying to open the JT dashboard, timeout error is coming. Please give suggestion on that.
    Thanks & Regards
    R. saravanan

    Hi sri,
              User input option itself not coming, open that workbook itself it taking more time and throwing time exit error, I am new to this
    kind of issue, can u suggest where and all step by step i have to check.
    thanks

  • "There isn't enough memory to read worksheet" error when tried to open xlsx object from Powerpoint 2010

    Hi,
    I have a powerpoint presentation (will call it A.PPTX) which has an embedded spreadsheet object (B.XLSX). I was able to double click the object in "A" and open "B.XLSX" as and when necessary.
    today, i opened B from the A and inserted another spreadsheet C.XLSX as an object in B. Closed all the files and saved A.PPTX. when i tried double click and tried to open B.XLSX from the powerpoint, i am getting an error "There isn't enough memory to
    read worksheet"
    Unfortunately, i don't have a backup of B.XLSX as I always edited it by opening it from the presentation. is there a way to recover it?
    Note: 
    1. read through similar threads in the forum about errors while inserting objects or similar error in Powerpoint 2003. the solution provided did not help

    Hi
    By the description, you want to recover the embedded worksheet in PowerPoint.
    Try following methods:
    1.Click to the presentation file
    2.Change the file extension from pptx to zip
    3.Open the file, locate to ppt>embeddings
    4.There you will see the embedded worksheet
    5.Save the file to another path and open it
    If the worksheet is still corrupted, following these steps to recover an Excel file:
    1.Change the file extension from xlsx to zip
    2.Open the file, locate to xl>workbook.xml
    3. These XML files contain the data of each spreadsheet.
    4.Copy the data to a new worksheet and save
    Regards
    Tylor Wang
    TechNet Community Support

  • Getting `No such file or directory` error while trying to open bdb database

    I have four multi-threaded processes (2 writer and 2 reader processes), which make use of Berkeley DB transactional data store. I have multiple environments and the associated database files and log files are located in separate directories (please refer to the DB_CONFIG below). When all these four processes start to perform open and close of databases in the environments very quickly, one of the reader process is throwing a No such file or directory error even though the file actually exists.
    I am making use of Berkeley DB 4.7.25 for testing out these applications.
    The four application names are as follows:
    Writer 1
    Writer 2
    Reader 1
    Reader 2
    The application description is as follows:
    &lsquo;*Writer 1*&rsquo; owns 8 environments and each environment having 123 Berkeley databases created using HASH access method. At any point of time, &lsquo;*Writer 1*&rsquo; will be acting on 24 database files across 8 environments (3 database files per environment) for carrying out write operation. Where as reader process will be accessing all 123 database files / per environment (Total = 123 * 8 environments = 984 database files) for read activities. Similar configuration for Writer 2 as well &ndash; 8 separate environments and so on.
    Writer 1, Reader 1 and Reader 2 processes share the environments created by Writer 1
    Writer 2 and Reader 2 processes share the environments created by Writer 2
    My DB_CONFIG file is configured as follows
    set_cachesize 0 104857600 1   # 100 MB
    set_lg_bsize 2097152                # 2 MB
    set_data_dir ../../vol1/data/
    set_lg_dir ../../vol31/logs/SUBID/
    set_lk_max_locks 1500
    set_lk_max_lockers 1500
    set_lk_max_objects 1500
    set_flags db_auto_commit
    set_tx_max 200
    mutex_set_increment 7500
    Has anyone come across this problem before or is it something to do with the configuration?

    Hi Michael,
    I should have included about how we are making use of DB_TRUNCATE flag in my previous reply itself. Sorry for that.
    From writers, DB truncation happens periodically. During truncate (DB handle is not associated with any environment handle i.e. stand-alone DB
    ) following parameters are passed to db-&gt;open function call:
    DB-&gt;open(DB *db,                    
    DB_TXN *txnid,          =&gt; NULL
    const char *file,          =&gt; file name (absolute DB file path)
    const char *database,  =&gt; NULL
    DBTYPE type, =&gt; DB_HASH
    u_int32_t flags, =&gt; DB_READ_UNCOMMITTED | DB_TRUNCATE | DB_CREATE | DB_THREAD
    int mode); =&gt; 0
    Also, DB_DUP flag is set.
    As you have rightly pointed out, `No such file or directory` is occuring during truncation.
    While a database is being truncated it will not be found by others trying to open it. We simulated this by stopping the writer process (responsible for truncation) and by opening & closing the databases repeatedly via readers. The reader process did not crash. When readers and writers were run simultaneously, we got `No such file or directory` error.Is there any solution to tackle this problem (because in our case writers and readers are run independently. So readers won't come to know about truncation from writers)?
    Also, we are facing one more issue related to DB_TRUNCATE. Consider the following scenario:
    <ul><li>Reader process holds reference of database (X) handle in environment 'Y' at time t1
    </li>
    <li>Writer process opens the database (X) in DB_TRUNCATE mode at time t2 (where t2 &gt; t1)</li>
    <li>After truncation, writer process closes the database and joins the environment 'Y'</li>
    <li>After this any writes to database X is not visible to the reader process</li>
    <li>Once reader process closes the database X and re-joins the environment, all the records inserted from writer process are visible</li>
    </ul>
    Is it the right behavior? If yes, how to make any writes visible to a reader process without closing and re-opening the database in the above-mentioned scenario?
    Also, when [db_set_errfile|http://www.oracle.com/technology/documentation/berkeley-db/db/api_c/db_set_errfile.html] was set, we did not get any additional information in the error file.
    Thanks,
    Magesh

  • Error while trying to open Postinstall.exe in Windows 7

    I am using Cisco Agent Desktop ver 7.6(2) and Windows 7 (32 bit ). While tyring to open Postinstall .exe from  bin folder I get the following error message :
    "The procedure entry point NetApiBufferAllocate could not be located in the dynamic link library netutils.dll ".
    Can some one help with solution or suggest a workaround ?

    Hi Pragati,
    no firewall or antivirus software running on the machine?
    Out of curiosity did you try running CAD as an administrator? 
    Are you trying to run postinstall.exe from this path "c:\program files\cisco\desktop\bin" ?
    According to the CRS comp matrix,
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_compatibility/matrix/crscomtx.pdf
    Supported windows 7 for CAD/CSD/CDA Client OS15:
    Windows 7 (Ultimate, Enterprise, and Professional)
    Windows 7 x64bit with WoW64(Ultimate, Enterprise, Professional )
    Thanks,
    Anand

  • Getting error while trying to open the web forms in classic planning app

    hello,
    I am new to OTN forum. can someone please help me to resolve my issue in classic planning application.
    i have created two web forms in classic planning . but while i am trying to open the web forms ,its showing the error like
    the" data form Report1(Report name) is invalid. Check log for details.
    i have checked the log file also but was not able to understand the errors.
    Before this i have tried lots of things to make this issue fixed like updated JVM size then in task manager i have checked the memory usages for process .
    but these were not helpful to solve.
    Kindly anyone suggest me the solution.......

    It is probably worth refreshing the metadata to see if that fixes the problem; error message might indicate that the form has members on that have not yet been passed to Essbase.
    You dont give the version you are using, but for v11.1.2.1 you do this through Workspace, menu options Administration/Application/Refresh Database - tick Database and Refresh. Its advised that you back up your Outline and data before refreshing.
    Hope this helps.
    JB

Maybe you are looking for