Error while processing /libs/commerce/content/import.html

hello every body;
I wanna import a catalog from hybris to cq5, I fill the form when I click import catalog; it gives me this error:
Error while processing /libs/commerce/content/import.html
thanks for your help;

thanks sham;
ok; it's resoleved now, it was a problem in the version of cq,i was using cq5.4,it dosn't work with this version;
but I have an other problem here where I imported a catalog from hybris; the function getProductPrice(product) doesn't work;in the file /apps/geometrixx-outdoors/components/nav_products/listitem_product.jsp
i the line: final String price = session.getPriceInfo(product); anit gives me the error:
Caused by: java.lang.NullPointerException
          at com.adobe.cq.commerce.hybris.impl.HybrisSessionImpl.getProductPriceInfo(HybrisSessionImpl .java:184)
          at com.adobe.cq.commerce.hybris.impl.HybrisSessionImpl.getProductPrice(HybrisSessionImpl.jav a:211)
          at com.adobe.cq.commerce.hybris.impl.HybrisSessionImpl.getProductPrice(HybrisSessionImpl.jav a:207)
thanks for your help;

Similar Messages

  • Error while processing message to remote system

    Hi,
    I am trying to load the data from flat file to R/3. I am using the file adapter to pick the file and RFC adapter to transfer into R/3. I am getting the success status in the sxmb_moni and adapter framework(green for both the adapters). But when i check the status in the RWB message monitoring, I am getting the error.
    I am using the message interface defined in the software component for R/3 system which has a different namespace. When i am trying to upload data, i am getting the error as namespace missing in RWB. The detailed error in RWB is as follows:
    Exception caught by adapter framework: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: could not get functionname from XML requst: com.sap.aii.af.rfc.RfcAdapterException: failed to read funtionname from XML document: missing namespace declara
    Delivery of the message to the application using connection AFW failed, due to: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: could not get functionname from XML requst: com.sap.aii.af.rfc.RfcAdapterException: failed to read funtionname from XML document: missing namespace declara.
    The previous thread relating this is:
    Process Integration (PI) & SOA Middleware
    Requesting for a solution.
    Regards,
    Raghavendra

    Hi,
    >>><i>So i tried creating a RFC(using sm59)in the R/3,
    When i try to import the RFC i have created, I am not able to see the one i have created.</i>
    In your R/3 system, go to se38, enter your RFC name. Go to attributes tab, and click on the radio button named "remote enabled"
    This will enable your RFC to be called by an application outside the R/3 system.
    >>><i>Can you please let me know as to what is it that it is connecting to the R/3(destination) and why am i not able to find my RFC.</i>
    You are tyring to log on to your R/3 system, from xi, in order to import the RFC that you have created. Hence you are asked for user id and password.
    You are not able to find your RFC since it has not been remotely enabled or has not been activated.
    Regards,
    Smitha.

  • Error: var g_objCurrentFormData_Error : There has been an error while processing the form

    Hi,.
    I have a InfoPath 2010 form which was published to SharePoint 2010.  I migrated the content db to SQL Server 2012 and I have converted the Sharepoint 2010 (windows based) to the SharePoint 2013 claims based site. I have not fully upgraded the site to
    2013 version (Version upgrade to SP 2013) is not done..
    In the InfoPath 2010 form, which is available in SP 2013. I have a button and on click of it, i have the below code:
    XPathNavigator domNav = MainDataSource.CreateNavigator();
    XPathNavigator fldUserurl = domNav.SelectSingleNode("/my:myFields/my:TaskUrl", this.NamespaceManager);
    if (!string.IsNullOrEmpty(fldUserurl.Value))
    string urlToDecode = HttpUtility.UrlDecode(fldUserurl .Value);
    HttpContext.Current.Response.Write("<script type='text/javascript'>window.open('" + urlToDecode + "','_self','left=20,top=20,width=500,height=500,toolbar=1,resizable=0');</script>");
    HttpContext.Current.Response.Flush();
    HttpContext.Current.Response.End();
    The above code works fine in SharePoint 2010, however after moving the Site to SP 2013 Claims mode, I am getting the error as
    "var g_objCurrentFormData_Error = [[[12,"There has been an error while processing the form.","","","guid"]],[],0,"","",1033,"","",["0","","","","","",0,0,"",0,false],"","0",false,"",0,"","http:\u002f\u002ftest-t1.com\u002fs\u002fTestApplication","ltr","http:\u002f\u002ftest-t1.com\u002fs\u002fTestApplication",6.35202885373882E+17"
    In the SP Logs, i found the below:
    Unhandled exception processing request for PostbackPage Microsoft.Office.InfoPath.Server.Util.InfoPathFatalException: Exception of type 'Microsoft.Office.InfoPath.Server.Util.InfoPathFatalException' was thrown.   
     at Microsoft.Office.InfoPath.Server.Util.GlobalStorage.get_CurrentFormId()   
     at Microsoft.Office.InfoPath.Server.Util.GlobalStorage.get_CurrentContext()   
    How to fix this?
    Thanks

    Hi Venkatzeus,
    please let us know your sharepoint 2013 latest cumulative update, if possible please make sure it is March 2013 update or above.
    as i know, between 2010 infopath and 2013 there are difference, perhaps if you can debug your form it may help.
    most probably there are environment settings difference between 2010 sharepoint and 2013 sharepoint. such as the data connection size/length, that causing it failed, or the form data is NULL.
    http://infopathdebugger.codeplex.com/
    http://www.infopathdev.com/forums/t/26330.aspx
    http://social.technet.microsoft.com/Forums/en-US/5c9d2fce-0fd8-439c-a636-bf856eb76e15/how-to-retrieve-term-store-management-values?forum=sharepointgeneralprevious
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • InfoPath form, rich text fields, "There was a form postback error" InvalidOperationException, There has been an error while processing the form

    Using InfoPath 2013 browser enabled form.
    I am getting the above error on ALL Infopath Designed Rich Text fields, where the "Cannot be blank" attribute is set.
    To reproduce it, I create a custom list and custom list form with InfoPath 2013. I add 2 Rich Text fields and enable "cannot be blank". To raise the error, I put some data in the RT field. Skip to another field (so focus is changed and a postback
    occurs), then back to original field to delete the contents (to raise the validation).
    I originally thought it was associated with the HTMLCHKR.DLL not being registered (and I have re-registered it just in case), but the exception I get from the ULS logs reads (it is from a list AFTER I have re-registered the DLL):
    There was a form postback error. (User: 0#.w|myDomain\jc, Form Name: Template, IP: , Request: h t t p ://MyWebApp/MySite/Lists/rtAfterHtmlCHkrReg/Item/newifs.aspx?List=2212ff41-77b4-445b-931b-d7e538c9da91&Source=h t t p://MyWebApp/MySite/Lists/rtAfterHtmlCHkrReg/AllItems.aspx&RootFolder=&Web=3db49106-bdca-47bb-b4cd-a549d2d86aa7,
    Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2015-01-16T21:51:48:853Z, Type: InvalidOperationException, Exception Message: No content generated as the result of the operation.) 8cc5e09c-3665-903b-575a-faaac506c40a
    I noticed that errors associated with the HTMLCHKR.DLL not being registered would have some sort of COM exception (example: TYPE_E_LIBNOTREGISTERED or REGDB_E_CLASSNOTREG)
    I also should mention that this problem started happening about 3 weeks ago. We have extended the web application to handle HTTPS on the intranet zone (we had a reverse proxy project that did not eventuate) - would that cause something? How can I do further
    checking?

    Hi,
    I have done a test in my SharePoint, and I met the same issue with you.
    I created a custom list and custom list form with InfoPath 2013. I added 2 Rich Text fields and enabled "cannot be blank".  I put some content in the RT field, then delete the contents, I got the error message:"there has been an
    error while processing the form."
    Here is a similar post said that executing the command: regsvr32 "C:\Program Files\Common Files\Microsoft Shared\
    OFFICE14\htmlchkr.dll" will solve the issue.
    https://social.msdn.microsoft.com/Forums/en-US/eb2e0f6e-c8e4-4e92-ac5e-a09d72759eda/rich-text-field-error-in-webform?forum=sharepointcustomizationprevious
    But I just disabled "cannot be blank", and it solved the issue.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Error while running 'ldifde.exe' to import the schema file

    Hello,
    I'm doing a practical in exchange server. I have two servers, First one is the domain controller it's a Server 2012 R2 and the Second one is the server planing to install exchange 2010. it has server 2008 R2. My issue is when i'm trying to setup Exchange
    Server 2010 it comes error while installing "error while running 'ldifde.exe' to import the schema file" I tried to fix but i couldn't. Please if anyone know about this error give me a solution. 
    Regards.
    Ashane Deshapriya ( MCP )

    Can you run these commands from an elevated powershell and try to install exchange. 
    Import-Module ServerManager
    Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
    If that also fails please post the error.
    Thanks, MAS
    Please mark as helpful if you find my comment helpful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Error while processing library references. Unresolved application library

    Hi All,
    I created one ADF task-flow,in which I used content from share point, and then I converted portlets and deployed into integrated WLS server.and then I consumed thoese portlets into web-center spaces its working file.
    but i want to deploy those portlets into standalone server while deploying those I am getting following Errors. I am using 11.1.1.1.6 version for all my development.(Jdeveloper,webcenter and all).
    [07:48:08 PM] [Deployer:149193]Operation 'deploy' on application 'SP2010_application1' has failed on 'AdminServer'
    [07:48:08 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application SP2010_application1 on AdminServer.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.content.jcr.sharepoint, Specification-Version: 11.1.1, exact-match: false]..
    [07:48:08 PM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.content.jcr.sharepoint, Specification-Version: 11.1.1, exact-match: false].
    [07:48:08 PM] See server logs or server console for more details.
    [07:48:08 PM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.content.jcr.sharepoint, Specification-Version: 11.1.1, exact-match: false].
    [07:48:08 PM] #### Deployment incomplete. ####
    [07:48:08 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    please take a look into this. resolve me.
    regards
    Siva

    George,
    To solve my problemn I uninstall my JDev, remove all folders (Oracle_home, and JDeveloper folder in users - app data - roaming). Install again, and get Webcenter Bundle from Help - Updates. Before a uninstall I was using a bundle that a have here in my machine.
    Thks

  • Error while processing CMP beans

    Hi,
    I have been trying to deploy my EAR on SunONE 7 since quite some time but still not successful.
    I feel the classpath being printed on the log is not complete, it gets truncated, i can see some special characters at the end of the classpath e.g. D:\Sun\studio5_se\appserver7\domains\domain1\MeterCent-�
    The error log is as follows,
    FINE: Compiling D:\Sun\studio5_se\appserver7\domains\domain1\MeterCentralServer\generated\ejb\j2ee-apps\meterCentralSunO
    NEEJB\com\pb\meterCentral\entity\ModelSerialRangeEntityBean1689415024_JDOState.java ....
    FINE: [EJBC] JAVAC COMMAND:
            -g
            -d
            D:\Sun\studio5_se\appserver7\domains\domain1\MeterCentralServer\generated\ejb\j2ee-apps\meterCentralSunONEEJB
            -classpath
            D:/Sun/studio5_se/appserver7/lib/appserv-rt.jar;D:/Sun/studio5_se/appserver7/jdk/lib/tools.jar;D:\Sun\studio5_se\
         appserver7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\meterCentral.jar;D:
         \Sun\studio5_se\appserver7\domains\domain1\MeterCentralServer\applica
    tions\j2ee-apps\meterCentralSunONEEJB_1\BusKeySessionEJB_jar;D:\Sun\studio5_se\appserver7\domains\domain1\MeterCentralSe
    rver\applications\j2ee-apps\meterCentralSunONEEJB_1\dataPackage.jar;D:\Sun\studio5_se\appserver7\domains\domain1\MeterCe
    ntralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\meterCentral.jar;D:\Sun\studio5_se\appserver7\domains\domain1
    \MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\SessionInfoDetailEntityEJB_jar;D:\Sun\studio5_se\apps
    erver7\domains\domain1\MeterCentralServer\applications\j
    FINE: JDK Directory: D:\Sun\studio5_se\appserver7\jdk
    FINE: fastExe: null
    FINE: javacExe: D:\Sun\studio5_se\appserver7\jdk\bin\javac.exe
    FINE: jdkDir: D:\Sun\studio5_se\appserver7\jdk
    FINE: DPL5302:Process creation failed.
    java.io.IOException: CreateProcess: D:\Sun\studio5_se\appserver7\jdk\bin\javac.exe -g -d D:\Sun\studio5_se\appserver7\do
    mains\domain1\MeterCentralServer\generated\ejb\j2ee-apps\meterCentralSunONEEJB -classpath D:/Sun/studio5_se/appserver7/l
    ib/appserv-rt.jar;D:/Sun/studio5_se/appserver7/jdk/lib/tools.jar;D:/Sun/studio5_se/appserver7/lib/appserv-ext.jar;D:/Sun
    /studio5_se/appserver7/lib/appserv-cmp.jar;D:\Sun\studio5_se\appserver7\imq\lib/imq.jar;D:\Sun\studio5_se\appserver7\imq
    \lib/imqadmin.jar;D:\Sun\studio5_se\appserver7\imq\lib/imqutil.jar;D:/Sun/studio5_se/appserver7/lib/appserv-admin.jar;D:
    /Sun/studio5_se/appserver7/lib/appserv-ideplugin.jar;;D:/Sun/studio5_se/appserver7/pointbase/client_tools/lib/pbclient42
    RE.jar;D:\Sun\studio5_se\appserver7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\Me
    terFinInfoEntityEJB_jar;D:\Sun\studio5_se\appserver7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCent
    ralSunONEEJB_1\dataPackage.jar;D:\Sun\studio5_se\appserver7\domains\domain1\MeterCent-�
            at java.lang.Win32Process.create(Native Method)
            at java.lang.Win32Process.<init>(Win32Process.java:63)
            at java.lang.Runtime.execInternal(Native Method)
            at java.lang.Runtime.exec(Runtime.java:566)
            at java.lang.Runtime.exec(Runtime.java:491)
            at java.lang.Runtime.exec(Runtime.java:457)
            at com.iplanet.ias.ejb.codegen.ProcessRunner.run(ProcessExecutor.java:257)
            at java.lang.Thread.run(Thread.java:536)
    SEVERE: DPL5103: EJBC - compilation failed
    com.iplanet.ias.ejb.codegen.JavaCompilerException: com.iplanet.ias.ejb.codegen.ProcessExecutorException: Abnormal proces
    s termination -- process threw an Exception.
    Attempted command: D:\Sun\studio5_se\appserver7\jdk\bin\javac.exe -g -d D:\Sun\studio5_se\appserver7\domains\domain1\Met
    erCentralServer\generated\ejb\j2ee-apps\meterCentralSunONEEJB -classpath D:/Sun/studio5_se/appserver7/lib/appserv-rt.jar
    ;D:/Sun/studio5_se/appserver7/jdk/lib/tools.jar;D:/Sun/studio5_se/appserver7/lib/appserv-ext.jar;D:/Sun/studio5_se/appse
    rver7/lib/appserv-cmp.jar;D:\Sun\studio5_se\appserver7\imq\lib/imq.jar;D:\Sun\studio5_se\appserver7\imq\lib/imqadmin.jar
    ;D:\Sun\studio5_se\appserver7\imq\lib/imqutil.jar;D:/Sun/studio5_se/appserver7/lib/appserv-admin.jar;D:/Sun/studio5_se/a
    ppserver7/lib/appserv-ideplugin.jar;D:\Sun\studio5_se\appserver7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJ
    WARNING: DPL5035:Error while running ejbc
    com.iplanet.ias.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- -- Error while processing CM
    P beans.
            at com.iplanet.ias.deployment.backend.EJBCompiler.wrapException(EJBCompiler.java:589)
            at com.iplanet.ias.deployment.backend.EJBCompiler.compile(EJBCompiler.java:186)
            at com.iplanet.ias.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:215)
            at com.iplanet.ias.deployment.backend.AppDeployer.deploy(AppDeployer.java:98)
            at com.iplanet.ias.deployment.backend.AppDeployer.doRequest(AppDeployer.java:50)
            at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(
    ManagedServerInstance.java:745)
            at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInsta
    nce.java:667)
            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:324)
            at com.iplanet.ias.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:188)
            at com.iplanet.ias.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:137)
            at com.iplanet.ias.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:222)
            at com.iplanet.ias.admin.servermodel.controllers.SOMRequestDispatcher.invoke(SOMRequestDispatcher.java:88)
            at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceController.doDeploy(AppServerInstanceControlle
    r.java:2244)
            at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceController.deployApplication(AppServerInstance
    Controller.java:1099)
            at com.iplanet.ias.admin.servermodel.AppServerInstance.deployApplication(AppServerInstance.java:249)
            at com.iplanet.ias.admin.server.gui.jato.DeployEARApplicationViewBean.add(DeployEARApplicationViewBean.java:111)Please help me out in deploying my EAR.
    Thanks,
    Sankate

    I am attaching the error from the server.log
    [29/Nov/2003:13:43:41] FINE ( 1764): DPL5302:Process creation failed.
    java.io.IOException: CreateProcess: C:\JDK1.4\bin\javac.exe -g -d D:\Sun\AppServer7\domains\domain1\MeterCentralServer\generated\ejb\j2ee-apps\meterCentralSunONEEJB -classpath D:/Sun/AppServer7/lib/appserv-rt.jar;C:/JDK1.4/lib/tools.jar;D:/Sun/AppServer7/lib/appserv-ext.jar;D:/Sun/AppServer7/lib/appserv-cmp.jar;D:\Sun\AppServer7\share\lib/mail.jar;D:/Sun/AppServer7/lib/appserv-ideplugin.jar;D:\Sun\AppServer7\imq\lib/imq.jar;D:\Sun\AppServer7\imq\lib/jaxm-api.jar;D:\Sun\AppServer7\imq\lib/imqadmin.jar;D:\Sun\AppServer7\imq\lib/imqutil.jar;D:/Sun/AppServer7/lib/appserv-admin.jar;D:\Sun\AppServer7\share\lib/jaxrpc-impl.jar;D:\Sun\AppServer7\share\lib/jaxrpc-api.jar;D:\Sun\AppServer7\share\lib/jaxr-impl.jar;D:\Sun\AppServer7\share\lib/jaxr-api.jar;D:\Sun\AppServer7\share\lib/activation.jar;D:\Sun\AppServer7\share\lib/saaj-api.jar;D:\Sun\AppServer7\share\lib/saaj-impl.jar;D:\Sun\AppServer7\share\lib/commons-logging.jar;D:\Sun\AppServer7\imq\lib/fscontext.jar;D:\Sun\AppServer7\imq\lib/providerutil.jar;D:/Sun/AppServer7/lib/appserv-jstl?
         at java.lang.Win32Process.create(Native Method)
         at java.lang.Win32Process.<init>(Win32Process.java:67)
         at java.lang.Runtime.execInternal(Native Method)
         at java.lang.Runtime.exec(Runtime.java:566)
         at java.lang.Runtime.exec(Runtime.java:491)
         at java.lang.Runtime.exec(Runtime.java:457)
         at com.iplanet.ias.ejb.codegen.ProcessRunner.run(ProcessExecutor.java:257)
         at java.lang.Thread.run(Thread.java:536)
    [29/Nov/2003:13:43:41] SEVERE ( 1764): DPL5103: EJBC - compilation failed
    com.iplanet.ias.ejb.codegen.JavaCompilerException: com.iplanet.ias.ejb.codegen.ProcessExecutorException: Abnormal process termination -- process threw an Exception.
    Attempted command: C:\JDK1.4\bin\javac.exe -g -d D:\Sun\AppServer7\domains\domain1\MeterCentralServer\generated\ejb\j2ee-apps\meterCentralSunONEEJB -classpath D:/Sun/AppServer7/lib/appserv-rt.jar;C:/JDK1.4/lib/tools.jar;D:/Sun/AppServer7/lib/appserv-ext.jar;D:/Sun/AppServer7/lib/appserv-cmp.jar;D:\Sun\AppServer7\share\lib/mail.jar;D:/Sun/AppServer7/lib/appserv-ideplugin.jar;D:\Sun\AppServer7\imq\lib/imq.jar;D:\Sun\AppServer7\imq\lib/jaxm-api.jar;D:\Sun\AppServer7\imq\lib/imqadmin.jar;D:\Sun\AppServer7\imq\lib/imqutil.jar;D:/Sun/AppServer7/lib/appserv-admin.jar;D:\Sun\AppServer7\share\lib/jaxrpc-impl.jar;D:\Sun\AppServer7\share\lib/jaxrpc-api.jar;D:\Sun\AppServer7\share\lib/jaxr-impl.jar;D:\Sun\AppServer7\share\lib/jaxr-api.jar;D:\Sun\AppServer7\share\lib/activation.jar;D:\Sun\AppServer7\share\lib/saaj-api.jar;D:\Sun\AppServer7\share\lib/saaj-impl.jar;D:\Sun\AppServer7\share\lib/commons-logging.jar;D:\Sun\AppServer7\imq\lib/fscontext.jar;D:\Sun\AppServer7\imq\lib/providerutil.jar;D:/Sun/AppServer7/lib/appserv-jstl.jar;;D:/Sun/AppServer7/pointbase/client_tools/lib/pbclient42RE.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\MeterFinInfoEntityEJB_jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\dataPackage.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\meterCentral.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\AgreementLineEntityEJB_jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\dataPackage.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\meterCentral.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\CometSignedRegisterEntityEJB_jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\dataPackage.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\meterCentral.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\AccountExchRateEntityEJB_jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\dataPackage.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\meterCentral.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\JobControlEntityEJB_jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\dataPackage.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\meterCentral.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\CometBoxCertificateEntityEJB_jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\dataPackage.jar;D:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-apps\meterCentralSunONEEJB_1\meterCentral.jar;D:\Sun\AppServer7\domains\domain1
    Output from command:
    -- CreateProcess: C:\JDK1.4\bin\javac.exe -g -d D:\Sun\AppServer7\domains\domain1\MeterCentralServer\generated\ejb\j2ee-apps\meterCentralSunONEEJB -classpath D:/Sun/AppServer7/lib/appserv-rt.jar;C:/JDK1.4/lib/tools.jar;D:/Sun/AppServer7/lib/appserv-ext.jar;D:/Sun/AppServer7/lib/appserv-cmp.jar;D:\Sun\AppServer7\share\lib/mail.jar;D:/Sun/AppServer7/lib/appserv-ideplugin.jar;D:\Sun\AppServer7\imq\lib/imq.jar;D:\Sun\AppServer7\imq\lib/jaxm-api.jar;D:\Sun\AppServer7\imq\lib/imqadmin.jar;D:\Sun\AppServer7\imq\lib/imqutil.jar;D:/Sun/AppServer7/lib/appserv-admin.jar;D:\Sun\AppServer7\share\lib/jaxrpc-impl.jar;D:\Sun\AppServer7\share\lib/jaxrpc-api.jar;D:\Sun\AppServer7\share\lib/jaxr-impl.jar;D:\Sun\AppServer7\share\lib/jaxr-api.jar;D:\Sun\AppServer7\share\lib/activation.jar;D:\Sun\AppServer7\share\lib/saaj-api.jar;D:\Sun\AppServer7\share\lib/saaj-impl.jar;D:\Sun\AppServer7\share\lib/commons-logging.jar;D:\Sun\AppServer7\imq\lib/fscontext.jar;D:\Sun\AppServer7\imq\lib/providerutil.jar;D:/Sun/AppServer7/lib/appserv-jstl?
         at com.iplanet.ias.ejb.codegen.Compiler.c
    [29/Nov/2003:13:43:46] SEVERE ( 1764): ompile(Compiler.java:69)
         at com.iplanet.ias.ejb.codegen.IASEJBC.compileClasses(IASEJBC.java:344)
         at com.iplanet.ias.ejb.codegen.CmpCompiler.compile(CmpCompiler.java:188)
         at com.iplanet.ias.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:806)
         at com.iplanet.ias.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:346)
         at com.iplanet.ias.deployment.backend.EJBCompiler.compile(EJBCompiler.java:177)
         at com.iplanet.ias.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:215)
         at com.iplanet.ias.deployment.backend.AppDeployer.deploy(AppDeployer.java:98)
         at com.iplanet.ias.deployment.backend.AppDeployer.doRequest(AppDeployer.java:50)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:745)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:667)
         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:324)
         at com.iplanet.ias.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:188)
         at com.iplanet.ias.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:137)
         at com.iplanet.ias.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:222)
         at com.iplanet.ias.admin.servermodel.controllers.SOMRequestDispatcher.invoke(SOMRequestDispatcher.java:88)
         at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceController.doDeploy(AppServerInstanceController.java:2244)
         at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceController.deployApplication(AppServerInstanceController.java:1099)
         at com.iplanet.ias.admin.servermodel.AppServerInstance.deployApplication(AppServerInstance.java:249)
         at com.iplanet.ias.admin.server.gui.jato.DeployEARApplicationViewBean.add(DeployEARApplicationViewBean.java:112)
         at com.iplanet.ias.admin.server.gui.jato.IASViewBean.handleOkRequest(IASViewBean.java:235)
         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:324)
         at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
         at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:299)
         at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:811)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:749)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:596)
         at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:772)
         at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:446)
         at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
         at org.apache.catalina.core.StandardWrapperV
    [29/Nov/2003:13:43:46] SEVERE ( 1764): alve.access$000(StandardWrapperValve.java:118)
         at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)

  • HT1451 Getting a -54 error while iTunes is adding content.

    Getting a -54 error while iTunes is adding content. Any ideas on how to recify error. I am trying to rebuild the database without much luck. My media content is kept on a seperate drive than the system.
    Thanks
    Jim

    The CD I imported (in the above post) is now not in my iTunes library. Any help would be appreciated .

  • [J2EE:160149]Error while processing library references

    Hi,
    I have an application which was working 9.2.1. I have deployed this application to 9.2.3. I have modified weblogic-application.xml, but it is giving these erros:
    An error occurred during activation of changes, please see the log for details.
    [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml:
    [Extension-Name: beehive-controls-1.0, Specification-Version: 1, Implementation-Version: 1.0, exact-match: false],
    [Extension-Name: wls-commonslogging-bridge, Specification-Version: 1, Implementation-Version: 1.0, exact-match: false],
    [Extension-Name: weblogic-controls-1.0, Specification-Version: 1, Implementation-Version: 1.0, exact-match: false],
    [Extension-Name: wlp-tools-support-app-lib, Specification-Version: 9.2, Implementation-Version: 9.2.3, exact-match: false],
    [Extension-Name: wlp-webdav-app-lib, Specification-Version: 9.2, Implementation-Version: 9.2.3, exact-match: false],
    [Extension-Name: wlp-services-app-lib, Specification-Version: 9.2, Implementation-Version: 9.2.3, exact-match: false],
    [Extension-Name: p13n-app-lib, Specification-Version: 9.2, Implementation-Version: 9.2.3, exact-match: false].
    How can I resolve these errors?

    Hi,
    Weblogic Server has two clusters and admin server. The referenced libraries didnt targeted to admin server. Because of that it was giving these errors. I have targeted to admin server all referenced libraries and I have deployed it.
    But,
    When I say start my application, I am taking this error:
    [EJB:010127]Incorrect DataSource type detected.
    The DataSource with JNDI name 'weblogic.jdbc.jts.commercePool',
    specified in the RDBMS deployment descriptor for the EJB 'TrackedAnonymous'
    does not support global transactions. The EJB container requires a DataSource
    that supports global transactions to be specified for transactions to be managed correctly.
    Errors were encountered while performing this operation
    [EJB:010127]Incorrect DataSource type detected. The DataSource with JNDI name 'weblogic.jdbc.jts.commercePool', specified in the RDBMS deployment descriptor for the EJB 'TrackedAnonymous' does not support global transactions. The EJB container requires a DataSource that supports global transactions to be specified for transactions to be managed correctly.
    Here are my data sources:
    cgDataSource
    cgDataSource-nonXA
    DSFDS
    IXPOC9DATASOURCE
    NDSDataSource
    p13nDataSource
    portalDataSource
    portalDataSourceAlwaysXA
    portalDataSourceNeverXA
    samplesDataSource
    All of these datasources targeted to NDSCluster, NDSAdminServer.
    How can I solve this problem?

  • NetInstall : Error while processing a command type "WriteSettings" in plug-in "servermgr_netboot"

    Hi guys,
    I have this error  : Error while processing a command type "WriteSettings" in plug-in "servermgr_netboot"
    This happens when I select an image as default in NetInstall, OS X Server 2.1.1
    It happened also in version 2.1
    Otherwise, NetInstall is working fine when I connect from an other mac through my network.
    Every other services work fine too.
    Does someone else have this issue ?
    Thanx for you help

    Hi guys,
    I have this error  : Error while processing a command type "WriteSettings" in plug-in "servermgr_netboot"
    This happens when I select an image as default in NetInstall, OS X Server 2.1.1
    It happened also in version 2.1
    Otherwise, NetInstall is working fine when I connect from an other mac through my network.
    Every other services work fine too.
    Does someone else have this issue ?
    Thanx for you help

  • File to RFC - error while processing message to remote system:com.sap.aii.

    Hi
    i m working on File to RFC scenario. the records are getting displayed in sender CC and receiver CC. But in receiver CC i m also getting the following error:
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: JCO.Exception while calling ZRFC in remote system (RfcClient[CC_RIS_STC_PIMASTER_RECEIVER]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE:      Screen output without connection to user.    
    Error in processing caused by: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: JCO.Exception while calling ZRFC in remote system (RfcClient[CC_RIS_STC_PIMASTER_RECEIVER]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE:      Screen output without connection to user.   
    It was working fine few hours earlier but showing this error now. i was giving a SUBMIT program , but stopped that now.
    But still facing the same problem. and in SXMB_MONI its showing recorded for Outbound processing.
    could anyone help.

    Hi
    I am Facing  Following Error When I am trying to call SAP Screen through JCO.jar
    com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Screen output without connection to user
    Please Guide Whethere it is possible to call SAP screen Through JCO.jar  ot NOT
    Please HELP if it is possible to Call SAP screen through JCO.jar with step and Code
    Thanks
    Vivek

  • Creating database problem with ORA-01519: error while processing file '' ne

    Dear all,
    I am having rough time with creating database manually. can anyone help me with the following errors.
    ALERT LOGFILE:-
    Sun May 31 12:00:39 2009
    Errors in file d:\oracle\product\10.1.0\admin\oracle5\udump\oracle5_ora_3444.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5744
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf'
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Sun May 31 12:00:39 2009
    Errors in file d:\oracle\product\10.1.0\admin\oracle5\bdump\oracle5_reco_3416.trc:
    ORA-01519: error while processing file '' near line
    CREATE DATABASE SCRIPT:-
    create database ORACLE5
    user sys identified by bala
    user system identified by bala
    logfile
    group 1 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo01.log') SIZE 50M,
    group 2 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo02.log') SIZE 50M,
    group 3 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo03.log') SIZE 50M
    maxlogfiles 5
    maxlogmembers 5
    maxloghistory 1
    maxdatafiles 50
    maxinstances 1
    datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5\datafile\system01.dbf' size 200m autoextend on maxsize unlimited extent management local
    undo tablespace UNDOTBS1 datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf' size 10m autoextend on maxsize unlimited
    sysaux datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5\datafile\sysaux01.dbf' size 100m autoextend on maxsize unlimited
    default temporary tablespace temp tempfile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\temp01.dbf' size 10m autoextend on maxsize unlimited
    character set US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    INIT.ORA FILE:-
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Archive
    log_archive_format=ARC%S_%R.%T
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=""
    db_name=oracle5
    # Diagnostics and Statistics
    background_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\bdump
    core_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\cdump
    user_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\udump
    # File Configuration
    #db_create_file_dest=D:\oracle\product\10.1.0\oradata
    db_recovery_file_dest=D:\oracle\product\10.1.0\flash_recovery_area
    db_recovery_file_dest_size=2147483648
    # Job Queues
    job_queue_processes=10
    # Miscellaneous
    compatible=10.1.0.2.0
    # Pools
    java_pool_size=50331648
    large_pool_size=8388608
    shared_pool_size=83886080
    # Processes and Sessions
    processes=150
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=oracle5XDB)"
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=65536
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    control_files=("D:\ORACLE\PRODUCT\10.1.0\ORADATA\ORACLE5\CONTROLFILE\control01.CTL", "D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ORACLE5\CONTROLFILE\control02.CTL")

    Hi,
    undo tablespace UNDOTBS1 datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf' size 10m autoextend on maxsize unlimited
    After ORACLE5 there is a space character. Typo? Create proper directory or delete this character.
    Bartek

  • ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401

    I receive the following error by creating dataabse as below sql:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file '/sisdev04/dbs/users01.dbf'
    ORA-27039: create file failed, file size limit reached
    Additional information: 1
    CREATE DATABASE SISDEV04
         LOGFILE GROUP 1 ('/sisdev04/dbs/log01a.dbf','/sisdev04/dbs/log01b.dbf') SIZE 10M,
              GROUP 2 ('/sisdev04/dbs/log02a.dbf','/sisdev04/dbs/log02b.dbf') SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev04/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev04/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    I have issue df to check the directory sisuat04
    / >df
    Filesystem 512-blocks Free %Used Iused %Iused Mounted on
    /dev/hd4 98304 45664 54% 2446 10% /
    /dev/hd2 2097152 78992 97% 30280 12% /usr
    /dev/hd9var 65536 20536 69% 308 4% /var
    /dev/hd3 294912 262432 12% 147 1% /tmp
    /dev/hd1 49152 5712 89% 1290 21% /home
    /dev/mfcobol 81920 25520 69% 608 6% /mfcobol
    /dev/magiclv 81920 22304 73% 346 4% /usr/magic
    /dev/sispro02lv 6553600 6347792 4% 18 1% /sisdev02
    /dev/sispro03lv 6553600 6347784 4% 19 1% /sisdev03
    /dev/sisappllv 229376 173288 25% 1846 7% /sisappl
    /dev/lvbaklog 98304 85552 13% 68 1% /app/bak_log
    /dev/noteslv0 1048576 541352 49% 2195 2% /notes
    /dev/noteslv1 4194304 1479304 65% 5269 2% /notesrv
    /dev/noteslv2 2097152 898128 58% 51 1% /notesrv/sitesch
    /dev/lvoracle 2097152 237240 89% 8280 4% /opt/oracle
    /dev/u01lv 4194304 128720 97% 11697 3% /u01
    /dev/sisdev01lv 4096000 3021552 27% 27 1% /sisdev04
    Is is still a not enough space problem?

    I receive the following error by creating dataabse as below sql:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file '/sisdev04/dbs/users01.dbf'
    ORA-27039: create file failed, file size limit reached
    Additional information: 1
    CREATE DATABASE SISDEV04
         LOGFILE GROUP 1 ('/sisdev04/dbs/log01a.dbf','/sisdev04/dbs/log01b.dbf') SIZE 10M,
              GROUP 2 ('/sisdev04/dbs/log02a.dbf','/sisdev04/dbs/log02b.dbf') SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev04/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev04/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    I have issue df to check the directory sisuat04
    / >df
    Filesystem 512-blocks Free %Used Iused %Iused Mounted on
    /dev/hd4 98304 45664 54% 2446 10% /
    /dev/hd2 2097152 78992 97% 30280 12% /usr
    /dev/hd9var 65536 20536 69% 308 4% /var
    /dev/hd3 294912 262432 12% 147 1% /tmp
    /dev/hd1 49152 5712 89% 1290 21% /home
    /dev/mfcobol 81920 25520 69% 608 6% /mfcobol
    /dev/magiclv 81920 22304 73% 346 4% /usr/magic
    /dev/sispro02lv 6553600 6347792 4% 18 1% /sisdev02
    /dev/sispro03lv 6553600 6347784 4% 19 1% /sisdev03
    /dev/sisappllv 229376 173288 25% 1846 7% /sisappl
    /dev/lvbaklog 98304 85552 13% 68 1% /app/bak_log
    /dev/noteslv0 1048576 541352 49% 2195 2% /notes
    /dev/noteslv1 4194304 1479304 65% 5269 2% /notesrv
    /dev/noteslv2 2097152 898128 58% 51 1% /notesrv/sitesch
    /dev/lvoracle 2097152 237240 89% 8280 4% /opt/oracle
    /dev/u01lv 4194304 128720 97% 11697 3% /u01
    /dev/sisdev01lv 4096000 3021552 27% 27 1% /sisdev04
    Is is still a not enough space problem? i think you have specified 1050m for users01.dbf file, your file system /sisdev04 has something like
    1.5gb of free space. it failed because of lack of free space. may be you can reduce your datafile size or try to
    create in another filesystem.

  • Object failed to run due to an error while processing on the Job Server

    when i am scheduling a report ith email notification i am getting  below error
    error msg: Object failed to run due to an error while processing on the Job Server
    i have configured email notification in bo cmc and server also SMTP enabled. while scheduling report to ueser i am getting error and even mails are delivered to users as well.

    hi prithvi,
    i am able to schedule reports to other destinations and reports are delivered as per the requirement.
    i am able to telnet SMTP server from Adaptive job server machine on SMTP port.
    have to check errors on log file....
    @ COULD YOU  PLEASE LET ME KNOW USER CAN SEND A MAIL TO USER  IN SAME DOMAIN . WHILE SCHEDULING A REPORT AND AS OPTION AVAILABLE  IN 4.0 LAUNCH PAD CAN HE SEND A MAIL DIRECTLY  AFTER RUNNING REPORT.

  • ERROR while activating the Business Content of Sales Cube 0SD_C03

    Hi,
    iam facing an error, iam getting the  error while activating the Business Content sales info cube and Inventory info cube with the collection option DATA FLOW BEFORE. In my system the service pack was 14, what shall be the approach. Here iam getting the error like some 0DB--  objects are not available in the D version. if u have any solution for this please share with use also.
    Please treat this as an urgent, because we are unable to proceed with the further Business Content Activation.
    Thanks,
    Prabhakar.

    Hi Raj,
    I have searched for those objects in the BI content for activating those objects, but those objects are not available in the BI content.
    In general while activating the info cube if any object is in inactive means we will activate the object seperatly and we will activate the info cube it will resolve the issue. but here those 0DB-- objects are not available in the BI content.
    While activating the sales and inventory info cube it was throughing the short dump, In the short dump it is showing these message.
    ASSIGN_LENGTH_0 " "
    SAPLSNR3 or "LSNR3F01"
    LOCAL_BUFFER
    please treat this as urgent.
    Thanks
    Prabhakar.

Maybe you are looking for

  • ISE 1.2 - Custome Reports

    Hi I can't find customer report in V1.2 - i want to create a report for posture that can show not only compliance state but also rules that matched or not as i configured all my posture rules in audit state and i want to create a detailed report , an

  • How can i unlocked iphone 4

    How can i unlocked my iphone4 for use outside u.s.

  • Syncing between my MacBook, iPhone & iPad.

    My Contacts don't seem to be syncing any longer between my MacBook, iPad & iPhone. I've just updated to iOS 7 - could this be part of the problem?? Help!

  • Itunes frozen after iOS 5 update

    I updated my iPhone 4 to iOS 5.  The update appears to have taken - the phone now works, after several hiccups in the update process.  I appear to have lost my photos, calendar entries, etc.  When I plug the phone into my mac, iTunes sees the iPhone

  • Photoshop cs6 freezing randomly.

    Hi Guys. Happy Xmas My PSCS6 randomly frezees from 2-5 mins, for no apparent reason. Im so desperated right now, i don't what else to do. This is what ive done so far and hasn't worked: - Downloaded and installed latest update via aplication manager