I cannot do checkout operation and login opration on my localhost

Hi,
I don't know if anyone can help me about my problem. I cannot do "checkout"  and "login" operation in my local machine gives me "<b>appbase/runtimeexception.jsp
Runtime Errors
Contact the administrator"
</b>
when I look at the log file I saw the following error :
#1.5#00014AF2C8D200610000009C00000D6C00042F54766AB5DF#1177939717234#System.err#sap.com/tckw_tc#System.err#Guest#0####b35e8fc0f71e11dbb5d100014af2c8d2#SAPEngine_Application_Thread[impl:3]_20##0#0#Error##Plain###Apr 30, 2007 4:28:37 PM     com.sap.kw.framework.XMLConfiguration [SAPEngine_Application_Thread[impl:3]_20] Path: Caught java.io.FileNotFoundException: D:
usr
sap
J2E
JC01
j2ee
cluster
server0
apps
sap.com
tckw_tc
servlet_jsp
SAPIKS2
root
WEB-INF
ApplConfig.xml (The system cannot find the file specified)
     at java.io.FileInputStream.open(Native Method)
     at java.io.FileInputStream.<init>(FileInputStream.java:106)
     at java.io.FileInputStream.<init>(FileInputStream.java:66)
     at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:69)
     at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:156)
     at java.net.URL.openStream(URL.java:913)
     at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:201)
     at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:263)
     at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
     at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
     at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:101)
     at com.sap.engine.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:127)
     at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:151)
     at com.sap.kw.framework.XMLConfiguration.<init>(XMLConfiguration.java:49)
     at com.sap.kw.actions.ApplConfig.init(ApplConfig.java:83)
     at com.sap.kw.framework.FrontController.init(FrontController.java:197)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.addServlet(WebComponents.java:139)
     at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.loadServlets(ApplicationThreadInitializer.java:386)
     at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:110)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
#1.5#00014AF2C8D200610000009E00000D6C00042F54766AB93F#1177939717234#System.err#sap.com/tc~kw_tc#System.err#Guest#0####b35e8fc0f71e11dbb5d100014af2c8d2#SAPEngine_Application_Thread[impl:3]_20##0#0#Error##Plain###Apr 30, 2007 4:28:37 PM      com.sap.kw.framework.FrontController [SAPEngine_Application_Thread[impl:3]_20] Info: FrontController: app init failed ...
#1.5#00014AF2C8D200610000009F00000D6C00042F54766ABB9F#1177939717234#System.err#sap.com/tckw_tc#System.err#Guest#0####b35e8fc0f71e11dbb5d100014af2c8d2#SAPEngine_Application_Thread[impl:3]_20##0#0#Error##Plain###Apr 30, 2007 4:28:37 PM      com.sap.kw.framework.FrontController [SAPEngine_Application_Thread[impl:3]_20] Path: Caught java.lang.RuntimeException: FATAL ERROR: Could not load D:
usr
sap
J2E
JC01
j2ee
cluster
server0
apps
sap.com
tckw_tc
servlet_jsp
SAPIKS2
root
WEB-INF
ApplConfig.xml
     at com.sap.kw.framework.XMLConfiguration.<init>(XMLConfiguration.java:52)
     at com.sap.kw.actions.ApplConfig.init(ApplConfig.java:83)
     at com.sap.kw.framework.FrontController.init(FrontController.java:197)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.addServlet(WebComponents.java:139)
     at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.loadServlets(ApplicationThreadInitializer.java:386)
     at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:110)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: java.io.FileNotFoundException: D:
usr
sap
J2E
JC01
j2ee
cluster
server0
apps
sap.com
tc~kw_tc
servlet_jsp
SAPIKS2
root
WEB-INF
ApplConfig.xml (The system cannot find the file specified)
     at java.io.FileInputStream.open(Native Method)
     at java.io.FileInputStream.<init>(FileInputStream.java:106)
     at java.io.FileInputStream.<init>(FileInputStream.java:66)
     at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:69)
     at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:156)
     at java.net.URL.openStream(URL.java:913)
     at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:201)
     at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:263)
     at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
     at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
     at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:101)
     at com.sap.engine.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:127)
     at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:151)
     at com.sap.kw.framework.XMLConfiguration.<init>(XMLConfiguration.java:49)
     ... 9 more
#1.5#00014AF2C8D200730000001D00000D6C00042F5476F8A44B#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util#
#1.5#00014AF2C8D200730000001E00000D6C00042F5476F8A792#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sapportals.analyzer.plugin.info.SystemInfoPlugin.<clinit>(SystemInfoPlugin.java:31)#
#1.5#00014AF2C8D200730000001F00000D6C00042F5476F8A80F#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)#
#1.5#00014AF2C8D200730000002000000D6C00042F5476F8A88D#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)#
#1.5#00014AF2C8D200730000002100000D6C00042F5476F8A8FE#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)#
#1.5#00014AF2C8D200730000002200000D6C00042F5476F8A96E#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at java.lang.reflect.Constructor.newInstance(Constructor.java:274)#
#1.5#00014AF2C8D200730000002300000D6C00042F5476F8A9DC#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at java.lang.Class.newInstance0(Class.java:308)#
#1.5#00014AF2C8D200730000002400000D6C00042F5476F8AA48#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at java.lang.Class.newInstance(Class.java:261)#
#1.5#00014AF2C8D200730000002500000D6C00042F5476F8AAB6#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sapportals.utilities.analyzer.plugin.PluginCollector.loadClass(PluginCollector.java:745)#
#1.5#00014AF2C8D200730000002600000D6C00042F5476F8ABF2#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sapportals.utilities.analyzer.plugin.PluginCollector.getPluginDescFromXMLFile(PluginCollector.java:303)#
#1.5#00014AF2C8D200730000002700000D6C00042F5476F8AC63#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sapportals.utilities.analyzer.plugin.PluginCollector.loadPluginsFromJarFile(PluginCollector.java:166)#
#1.5#00014AF2C8D200730000002800000D6C00042F5476F8ACD4#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sapportals.utilities.analyzer.plugin.PluginCollector.loadFromExtDirectory(PluginCollector.java:109)#
#1.5#00014AF2C8D200730000002900000D6C00042F5476F8AD44#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sapportals.utilities.analyzer.AnalyzerModel.loadPlugins(AnalyzerModel.java:250)#
#1.5#00014AF2C8D200730000002A00000D6C00042F5476F8ADB3#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sapportals.utilities.analyzer.AnalyzerModel.loadPlugins(AnalyzerModel.java:240)#
#1.5#00014AF2C8D200730000002B00000D6C00042F5476F8AE22#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sapportals.supportplatform.SupportPlatform.init(SupportPlatform.java:54)#
#1.5#00014AF2C8D200730000002C00000D6C00042F5476F8AEBF#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.security.PrivilegedActionImpl.run(PrivilegedActionImpl.java:59)#
#1.5#00014AF2C8D200730000002D00000D6C00042F5476F8AF35#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at java.security.AccessController.doPrivileged(Native Method)#
#1.5#00014AF2C8D200730000002E00000D6C00042F5476F8AFA4#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at javax.security.auth.Subject.doAs(Subject.java:379)#
#1.5#00014AF2C8D200730000002F00000D6C00042F5476F8B012#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.addServlet(WebComponents.java:141)#
#1.5#00014AF2C8D200730000003000000D6C00042F5476F8B083#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.loadServlets(ApplicationThreadInitializer.java:386)#
#1.5#00014AF2C8D200730000003100000D6C00042F5476F8B0F5#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:110)#
#1.5#00014AF2C8D200730000003200000D6C00042F5476F8B165#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)#
#1.5#00014AF2C8D200730000003300000D6C00042F5476F8B1D1#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at java.security.AccessController.doPrivileged(Native Method)#
#1.5#00014AF2C8D200730000003400000D6C00042F5476F8B23E#1177939726531#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)#
#1.5#00014AF2C8D200730000003500000D6C00042F5476F8B2D3#1177939726546#System.err#sap.com/com.sapportals.supportplatform#System.err#caf_gp_svcuser#74####b8b99050f71e11db868600014af2c8d2#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)#
In the exception it said that ApplConfig.xml file cannot be found. But when I control my collegues they also don't have the following file.
I did built, clear cache, Deleted local DCs and took the DCs again and did the XCM configuration. But the problem cannot be solved.
Is anyone have opinion about it?
Thank you very much
Perihan

Perihan,
I think the exception you included in the post is not relevant to your problem. Usually, problems in ISA at checkout are due to an incorrect installation. Can you please check the following:
- that you have installed via NWDI or SDM the CRMDIC SCA. This SCA contains the table definitions required to save shopping baskets and templates
- if for any reason you cannot install the CRMDIC SCA, you can disable the persistence of shopping baskets and templates by changing, in XCM, basket component, the parameter usedatabaseBasket and usedatabaseTemplate to false (they are true by default). This is a workaround, and of course you will not be able to persist shopping baskets/templates until you install the CRMDIC SCA.
Cheers
G

Similar Messages

  • Cannot access to any site with ssl connection and fail to open safari and keychain, unless restart computer and login in with Guest account.

    when Update to 10.7.2 ,I cannot access to any site with ssl connection and fail to open safari and keychain, unless restart computer and login in with Guest account.
    OS:10.7.2
    Macbook Pro 2010-mid 13inch

    I also have the same problem, however if I use Firefox or Opera sites with ssl connection work fine. Still, I can't use Google Chrome (ssl), Safari (ssl), the Mac app store (generally), or the iTunes store (generally). Both the iTunes store, Safari and the app store won't respond, and Chrome displays this error: (net::ERR_TIMED_OUT). The problem persists regardless of what network I'm using. Also, when trying to access the keychain or iCloud, the process will not start (will hang). I didn't have these problems at all before updating to 10.7.2.
    Sometimes rebooting helps, and sometimes not. If the problem disappears by rebooting, then it only lasts a few minutes before it reappears. It is very frustrating, especially since there doesn't seem to be any obvious or consistent way of which to fix it.
    I'm also using a Macbook Pro 13-inch mid 2010.

  • Cannot checkin/checkout html, js, txt, and jsp files in MS Sharepoint Workspace 2010

    I am having issues checkin/checkout html, js and jsp files in Microsoft Sharepoint Workspace 2010. I can access (checkin/checkout) any files in the actual Sharepoint site, but when I am synchronized to the site in Sharepoint Workspace 2010 I cannot access
    html, js, and jsp files. When I try to checkout a html file, a message pops up saying:
    "Can not perform this operation. This document has been checked out or may no longer exist."
    Could this be a synchronization issue, or was Sharepoint Workspace 2010 not design to work with html, js, txt, and jsp files?

    Hi Armando,
    I'm afraid that you posted your question on the wrong forum. This forum is intended for Project Server questions. Please go to this forum in order to have answers from experts: 
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/home?category=sharepoint&filter=alltypes&sort=lastpostdesc
    Cheers.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Changed Ulimits values for the Oracle user and getting error -bash: ulimit: max user processes: cannot modify limit: Operation not permitted when logging in.

    I'm trying to increate the ulimits for max user processes and open files for the oracle user.  I've set the values in limits.conf, /etc/profile and in oracle's environment scripts. Now when I log in as oracle I get the below errors. If I change the ulimits back to the original values errors go away but ulimits aren't changed.
    login as: oracle
    [email protected]'s password:
    Last login: Fri Mar  6 09:56:02 2015 from mtkadmin12
    You are logging onto an Oracle system.
    Kickstarted on: 2014-06-05
    -bash: ulimit: max user processes: cannot modify limit: Operation not permitted
    -bash: ulimit: max user processes: cannot modify limit: Operation not permitted
    [oracle@servername ~]$

    Thanks for the update.
    I modified the /etc/security/limits.d/90-nproc.conf and added a line for oracle and also modifed the oracle.sh file.  The ulimits are setting correctly when I su - oracle but they are still wrong when sshing in as oracle.
    [root@mtkdevorap11d-1 ~]# su - oracle
    [oracle@mtkdevorap11d-1 ~]$ ulimit -Ha
    core file size          (blocks, -c) unlimited
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1030982
    max locked memory       (kbytes, -l) 94371840
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 65536
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) unlimited
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16384
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    [oracle@mtkdevorap11d-1 ~]$
    [oracle@mtkdevorap11d-2 ~]$ ssh mtkdevorap11d-1
    Last login: Mon Mar 16 13:04:16 2015 from mtkdevorap11d-2.conveydev.com
    You are logging onto an Oracle system.
    Kickstarted on: 2014-06-05
    [oracle@mtkdevorap11d-1 ~]$ ulimit -Ha
    core file size          (blocks, -c) unlimited
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1030982
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 4096
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) unlimited
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16384
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    [oracle@mtkdevorap11d-1 ~]$

  • Hello. I don't live in the U.S. and I'd like to buy a new mini IPad retina. But I see it is offered with four mobile operators. Does that mean I cannot use another operator, in my country, with it?

    Hello. I don't live in the U.S. and I'd like to buy a new mini IPad retina. But I see it is offered with four mobile operators. Does that mean I cannot use another operator, in my country, with it?

    Hello. I don't live in the U.S. and I'd like to buy a new mini IPad retina. But I see it is offered with four mobile operators. Does that mean I cannot use another operator, in my country, with it?

  • When I try to download Adobe CreativeCloud with my code I receive this message and cannot succeed the operation. See the message below and help me to finish this  operation and install the soft : Le pays dans lequel cette carte a été achetée ne coïncide p

    When I try to download Adobe CreativeCloud with my code I receive this message and cannot succeed the operation.
    See the message below and help me to finish this  operation and install the soft :
    Le pays dans lequel cette carte a été achetée ne coïncide pas avec votre ID Adobe. Essayez de vous connecter avec un autre ID Adobe ou prenez contact avec nous si nécessaire. Contacter le support technique

    Jkpakpo please utilize a different web browser or install the Adobe Creative applications through the Creative Cloud Desktop application.  You can find more details at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • Your system is low on disk space and elements organizer cannot  perform this operation

    your system is low on disk space and elements organizer cannot  perform this operation is the error message i keep getting. i have emptied my recycle bin and got rid of some software that i don't use and im still getting the error. Any Suggestions?

    As you might be aware, when you apply auto-fix, a new file (of almost equal size) is created on HDD. This issue might arise if you don't have sufficient hard disk space on the drive which contains the source image. Do you have enough storage space available on your HDD?
    ~Andromeda

  • Report server running in integrated mode , but cannot deploy reports again and again prompts for login

    Report server running in integrated mode , but cannot deploy reports again and again prompts for login
    Nur Mondal

    Hello,
    How are you deploying the reports? Via Visual Studio, Report builder or manually uploading RDL files?
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • I'm running OS X 10.4.11 on my PowerMac, and cannot retrieve email.  Does this have to do with iCloud?  I also cannot upgrade my operating system as my computer won't accept it.  Any information about this for me? Thank you!

    I'm running OS X 10.4.11 on my PowerMac, and cannot retrieve email.  Does this have to do with iCloud?  I also cannot upgrade my operating system as my computer won't accept it.  Any information about this for me? Thank you!

    Hi Steve,
    If this is dot mac or Mobile me you can still use IMAP eMail in the iCloud.
    Do not delete the old account yet. sign up for an iCloud account if you haven't.
    MAKE A NEW ACCOUNT - DO NOT TRY TO ALTER YOUR EXISTING ACCOUNT.
    I understand .mac mail will still come through. Do not delete the old account yet.
    You cannot use .mac or MobileMe as type of Account, you have to choose IMAP when setting up, otherwise Mail is hard coded to change imap.mail.me.com to mail.me.com & smtp.mail.me.com to smtp.me.com, no matter what you try to enter.
    iCloud Mail setup, do not choose .mac or MobileMe as type, but choose IMAP...
    On second step where it asks "Description", it has to be a unique name, but you can still use your email address.
    IMAP (Incoming Mail Server) information:
        •    Server name: imap.mail.me.com
        •    SSL Required: Yes
        •    Port: 993
        •    Username: [email protected] (use your @me.com address from your iCloud account)
        •    Password: Your iCloud password
    SMTP (outgoing mail server) information:
        •    Server name: smtp.mail.me.com
        •    SSL Required: Yes
        •    Port: 587
        •    SMTP Authentication Required: Yes
        •    Username: [email protected] (use your @me.com address from your iCloud account)
        •    Password: Your iCloud password
    Also, you must upgrade your password to meet the new criteria:  8 characters, including upper and lower case and numbers.  If you have an older password that does not meet these criteria, when you try to setup mail on your mac, using all of the IMAP criteria listed above, it will still give a server error message.  Go to   http://appleid.apple.com         then follow directions to change your password, then go back to setting up your mail using the IMAP instructions above.
    Thanks to dpepper...
    https://discussions.apple.com/thread/3867171?tstart=0

  • Cannot transfer files to and from WebDav server

    I having much difficulty transferring files to and from our new WebDav server when using Finder's Connect to Server. I am able to connect and authenticate just fine. Although, when dragging and dropping to a mounted drive, I receive the following errors, then subsequently dropped from the sever.
    ...Unexpected Error Occurred - Error code 1407
    ...cannot comple the operation because some data in "" could not be read or written - Error code 36
    ...Unexpected Error Occurred - Error code 1407
    This seems to be an issue affecting all 10.5 users in our university. PC's and 10.4 do not seem to be having this issue. When using CyberDuck and Goliath, I cannot login to the server whatsoever.
    Any thoughts?

    Same problem here with the finder.
    But Cyberduck (ver. 3.2, build 4648) works fine.

  • /etc/profile: line 28: ulimit: max locked memory: cannot modify limit: Oper

    Hi;
    I writed one sh which is checking tablespace size and its working well ( i used this before for someother client) Now i try to run it on one server and i have this error:
    /etc/profile: line 28: ulimit: max locked memory: cannot modify limit: Operation not permitted in /var/spool/mail/root
    Anyone has idea what is problem?
    Thanks

    Well, check line 28 of /etc/profile, and see what command it is trying to execute. If it's a ulimit -l command, check if the value it is trying to set the limit to is higher than the current ulimit value of the current user. If it is, then that operation is not allowed. You can increase the limit for the current user (at login time) by modifying /etc/security/limits.conf . This is documented in the various guides, notes, whitepapers that talk about installing Oracle database on Linux.

  • -bash: ulimit: open files: cannot modify limit: Operation not permitted

    Hi all,
    i´m preparing a linux 64bits environment to install Oracle 10g R2. I´m following the installation manual and there say that:
    Depending on the oracle user's default shell, make the following changes to the default shell startup file:
    For the Bourne, Bash, or Korn shell, add the following lines in the /etc/profile file (or the /etc/profile.local file on SUSE systems):
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    Ok, I did it, so when execute the follow comand I get a error like this.
    tetis:/etc # su - oracle
    -bash: ulimit: open files: cannot modify limit: Operation not permitted
    oracle@tetis:~>
    Can anybody help me ?
    Regards,
    Wander (Brazil)

    The limits for -u and -n are defined in limits.conf, it looks like the -n section is not working (-u is already 16384), just to double check, show us the output for:
    $ more /etc/security/limits.conf | grep oracle
    oracle              soft    nproc   2047
    oracle              hard    nproc   16384
    oracle              soft    nofile  1024
    oracle              hard    nofile  65536
    $ more /etc/pam.d/login | grep pam_limits
    session    required     pam_limits.soEnrique

  • Cannot perform dml operation inside a query

    I have created a function which does some dml opration.
    when I use it in a through a transformation operator, and execute the map,
    it throws the following error:
    cannot perform dml operation inside a query
    how to handle this?

    Hi,
    if you want to execute the dml within a mapping, use the pre or post mapping procress operator. Or use a sql*plus activity in the process flow.
    Regards,
    Carsten.

  • "the finder cannot complete the operation because some data in [name of iMovie file] could not be read or written (Error Code 26)

    Hi all,
    I have an iMovie project in iMovie HD 6.0.3. (Mac OS 10.5.8)
    It plays, but I cannot copy the file (including saving it to a flash drive). I get either a message
    "the finder cannot complete the operation because some data in [name of
    iMovie file] could not be read or written (Error Code 26)" or the
    message "A project file is missing. The file [name of the QuickTime
    movie inside the project.dv] couldn't be opened and is being skipped."
    This happened suddenly, I was able to save a backup version numerous
    times while working on the project.
    I followed some of Karl Petersen's advise on apple discussions. I opened
    the package contents, and everything seems to be there. The source file
    (original QuickTime movie) is there and can be opened and played. I
    replaced the current project file with the backup in the package
    contents, but that did not change anything. I was able to export the
    movie timeline into a new project as a single clip, but would like to be
    able to copy the current project.
    Thanks for any ideas..

    Make sure all drives are formatted as "Mac OS Extended". (Journalling preferred, but not necessary).

  • Cannot move any files into trash to delete them. I get a Trash warning box saying "The Finder cannot complete the operation because some data in 'file name' could not be read or written.(Error code - 36)".Macbook has so much data it is almost not working

    Cannot move any files into trash to delete them. I get a Trash warning box saying "The Finder cannot complete the operation because some data in 'file name' could not be read or written.(Error code - 36)".Macbook has so much data it is almost not working.
    I have tried reseting to factory settings by removing battery and holding down the power switch for more than 5 sec but this does nothing.
    Any ideas would be greatly appreciated as I think with so much unwanted data on the desktop and other places the whole os will crash very soon.
    Thanks, Rick

    The hard drive may be dying anyway, or the directory damaged because it is so full.  You should never let the hard drive get over 85% full.
    A -36 error is a read/write error.
    All you did with the power is reset the SMC.  Does nothing to reset everything to factory settings. 
    Do you have your original 10.4 installer discs for the MacBook?
    Is your data backed up?

Maybe you are looking for

  • Using the A1016 Wireless Keyboard with Windows

    So, this isn't a question, it's more like a 'For What It's Worth'. I found some bad information in some archived posts here, and it seems I'm not allowed to resurrect them lol.  Anyway, the rumor on the forum is that this old keyboard won't work with

  • Integrating CS pages in to existing site

    Hi I am working on an existing site, where we want to make available a couple of new pages that are been fed up from the content server. The documents in the cs are been translated correctly to html via the templates we define in Site Builder. Howeve

  • How do I hide unwanted update downloads

    I want to know how to hide or remove an unwanted update download from Apple, that has no relevance to me or my computer ie: "Digital Camera RAW Compatibility Update 4.07, Security Update 2013-002 1.0", as I do not own any of the cameras that this upd

  • Missing Subtypes of the Infotypes !!

    Hello, When we migrate the system from old version 4.6B to ECC 5.0, some of the customized subtypes of the infotypes(0035 and 0040) are missing in the new version. Only the standard subtypes are displayed. The spro path for the same is SPRO->Personne

  • How to burn MP3s Correctly

    Hey guys, i want to ask, in my iTunes library i have a couple of Playlists such as Dance Music, Rock, Hiphop etc.. and i tried to burn a couple of CDs so i can play the music in my 2011 C300 but i have a problem. i burned already 4 CDs with different