Website not found error within CRM application

Hi,
One of our user says he is getting 'Web site not found' error within CRM application. What could be the issue ?
We are using CRM 5.0

Hello,
What application is your user trying to access ? Is it the ICWC or PCUI?
regards
Mark Foley

Similar Messages

  • Website not found error

    Hi,
    One of our user says he is getting 'Web site not found' error within CRM application. What could be the issue ?
    We are using CRM 5.0

    Hi SAPMAN,
    this is a duplicate ticket, please check the other one, which is answerred just now.
    thanks & regards,
    Hongyan

  • Page not found error in webdynpro Application

    Hi All,
    While we are opening a links getting Page not found error. This is  webdynpro ABAP application ,through Launch pad it is configured.
    We have recently upgarded our portal , previously it was working fine.
    R/3 is not upgraded .
    Regards,
    Krishna.

    Hi Krishna,
    Hope you are doing good.
    Kindly run the web diag tool as outlined in  note 1045019 or SAP Note No. 1332726 (depending on your version) and reproduce the issue.
    This will give you the exact reason why the issue occurs. Attach it here if you have any issues.
    Thank you!
    Kind Regards,
    Hemanth
    SAP AGS

  • Shell Commands not found error when running application

    Hello,
    Im using MonoDevelop IDE in my Mac, before it used to work fine but after few days, now when I'm opening the application nothing happens., i checked the Console  for the log and it says this
    May  9 21:29:39 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x52052].com.ximian.monodevelop[1510]: /Applications/MonoDevelop.app/Contents/MacOS/monodevelop: line 17: dirname: command not found 
    May  9 21:29:39 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x52052].com.ximian.monodevelop[1510]: /Applications/MonoDevelop.app/Contents/MacOS/monodevelop: line 31: //mono-version-check: No such file or directory
    May  9 21:29:39 Sri-Vishnu-Totakuras-MacBook-Pro com.apple.launchd.peruser.501[599] ([0x0-0x52052].com.ximian.monodevelop[1510]): Exited with code: 1
    I thought may be some error with the "dirname" command, so i commented it in the code and gave the path of directory myself and then the console shows up like this.
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 19: grep: command not found 
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 19: cut: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 20: cut: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 21: cut: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 22: cut: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: /Applications/MonoDevelop.app/Contents/MacOS//mono-version-check: line 31: osascript: command not found
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: Cannot launch MonoDevelop
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro [0x0-0x56056].com.ximian.monodevelop[1532]: MonoDevelop requires the Mono Framework version 2.10.4 or later.
    May  9 21:34:12 Sri-Vishnu-Totakuras-MacBook-Pro com.apple.launchd.peruser.501[599] ([0x0-0x56056].com.ximian.monodevelop[1532]): Exited with code: 1
    I opened the contents of the application and run the shell script for opening aplication there it worked very fine and application started working.. But if i open application directly through launchpad or finder it doesnt show up and console
    I tried running those commands in the terminal directly there they work.. But dunno whats wrong in here. and even if try to open the application through the terminal it all opens fine.. what could be the possible problem, is it with my mac..?

    i finally figured out the problem.. it is with the environmental variables.  the path for all those commands like "grep" is not being set for the GUI applications.  that is why i got that error. 
    for those GUI applications which require path, we have to set path in the file /etc/launchd.conf  the environmental variables set in here are used by the gui applications and those which are launched through spotlight.
    that file may bot be present in most of the macs. No problem even if not present,we can create one and use.
    so  type in terminal
              $ sudo vi /etc/launchd.conf     
    and in the editor add these lines
              setenv PATH = /new/path
    and save.  Note: replace /new/path with the path which you need to have for the commands used in the script.
    remeber that you need to restart your mac for applications to use these environmental variables.

  • Getting class not found error running java application using OIM libraries

    Hi,
    I have created a java application in which I access OIM libraries to fetch user list and then assign user roles. As i run the application it generates exception and program crashes. However, I am using the same libraries in OIM adapters and it is working fine. Following is the exception message i am getting.
    Caused by: java.lang.NoClassDefFoundError: org/springframework/jndi/JndiTemplate
    at oracle.iam.platform.OIMClient.<init>(OIMClient.java:83)
    at RoleAssignment.RoleAssignment.getUserAndChangePassword(RoleAssignment.java:143)
    at RoleAssignment.RoleAssignment.execute(RoleAssignment.java:81)
    at RoleAssignment.RoleAssignment.main(RoleAssignment.java:36)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: org.springframework.jndi.JndiTemplate
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)

    Hi,
    I resolved the problem by making spring.jar part of my executable jar file. I have added oimclient.jar, spring.jar, wlfullclient.jar, commons-logging.jar, and eclipselink.jar part of my executable jar. Now I am getting the error below. I googled it and it mentioned that i should add path of authwl.conf in my run configuration in eclipse. So i added the following line in " -Djava.security.auth.login.config=/u01/oracle/Middleware/Oracle_IDM1/server/CustomExec/authwl.conf " under the VM Arguments section of run configuration, but it continues to give the same error.
    java.lang.SecurityException: Unable to locate a login configuration
         at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:93)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at javax.security.auth.login.Configuration$3.run(Configuration.java:247)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.Configuration.getConfiguration(Configuration.java:242)
         at javax.security.auth.login.LoginContext$1.run(LoginContext.java:237)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.init(LoginContext.java:234)
         at javax.security.auth.login.LoginContext.<init>(LoginContext.java:403)
         at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(weblogicLoginHandler.java:58)
         at oracle.iam.platform.OIMClient.login(OIMClient.java:134)
         at oracle.iam.platform.OIMClient.login(OIMClient.java:129)
         at com.infotech.tra.organization.RoleAssignment.getUserAndChangePassword(RoleAssignment.java:213)
         at com.infotech.tra.organization.RoleAssignment.execute(RoleAssignment.java:149)
         at com.infotech.tra.organization.RoleAssignment.main(RoleAssignment.java:49)
         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:597)
         at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
    Caused by: java.io.IOException: Unable to locate a login configuration
         at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:250)
         at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:91)
         ... 24 more

  • "website not found"

    I am trying to help a teacher with her free 60 day trial .mac account and iWeb site. She was able to publish on her first attempt, no problems, looked great. She had a Welcome page and a podcast page for each of her 6 classes.
    She had to update some of the podcasts she had already published, but when she went to Publish again, she got the Unknown Error message. After reading some posts, she decided to delete the Site podcast pages she had changed and begin them anew. When she went to publish, it all seemed to be going well, then .mac said she was out of space. Knowing she has limited space, she went about eliminating some of the entries on the podcast pages and attempted to publish again.
    Now, when we go to look at her site, we get the "website not found" error. When I logged into her account looked at her iDisk storage in her .mac account I see she has data in her Web/Sites folders for her Welcome page and 3 of 6 of her podcast pages. The iDisk says she has used 34% of the disk and has 16MB still free...
    Anyone know why her web address would suddenly give the "not found" message and how we can get it back for her? She is thinking of buying a year's subscription for her class...but wanted to test drive it first...
    She has Tiger and the latest iWeb

    We had the correct address. It was a problem with her iDisk. Files that should have been dumped when she published her updated iWeb site were still residing on the iDisk and this was causing all her problems. When we physically moved the files to her desktop and trashed them ourselves, the updated site published again just fine.
    Alls well that ends well.
    Thanks anyway.

  • Apple application support was not found error 2

    I originally had a problem with my iTunes and went to the Apple website to find a solution and I was encouraged to uninstall and reinstall iTunes. Well, I made the mistake of uninstalling the Apple Application Support and now every time I download iTunes, it will not start. I tried looking through other discussions to fix my problem but the only thing I could find that was someone saying to download a free thing and then use it to run iTunes. Everyone said that it worked for them but the home page of the website is a copious amount of external links and it's really annoying as well as confusing. When I found a link that would allow me to download it, it wanted me to complete a task in which I would have to sign up for something (for example, Audible.com) in order to get to the free software. I would just like to download the program required and I am really sick of iTunes at the moment.

    i am currently experiencing the exact same problem. ive done everything and researched it completely. nothing has solved this. and I did as you said and downloaded quicktime separately, still nothing..keep getting the same message about "apple application support not found, error 2"..and that cant be, because it DOES in fact have that apple support when I downloaded the quicktime... im beyond frustrated with this! if ANYONE has a solution please help!!!!

  • PCUI Application Not Found eRROR

    I would like to use the PCUI, so I was advised to go to transaction se80 select BSP Application from the drop down,type in CRM_BSP_FRAME, click the display button and then click on Pages with Flow Logic. Right click on select.htm and click on test.
    This is suppossed to open a browser window where I can find list of BSP Application. Unfortunately whenever click on test I get an error "Application Not Found" together with the url whihc was meant to lead me to
    the BSP.
    Could anyone help me on this one, we are implementing CRM 4.0 and need it for case management as as other pcui business processes.
    We also are implementing the Enterprise Portal, just letting you maybe you caould advise on how best to go about this scenario.

    Thank you so much Manuel, Frederick, and SAP Addict for the assistance, you know what I think it’s my computer that has a problem, because I decided to login from another machine and fortunately when I tried to open the PCUI it did not give me the “No Application Error Found message”. Instead it is giving me a “Network Access Message” Error.
    On the other hand when I use the machine upon which the <i>Enterprise Portal</i> is being developed, I receive the following error:
    <i>"This browser is not supported"</i>of which the default browser is Mozilla. We changed it back to Internet Exp, and the error this time after I logged using my GUI user name and password was a RABAX30 error.
    So with regards my error <i>"Application Not Found eRROR"</i> what could be the possible cause, could it be that there are some GUI componentes missing or what???????
    Oh I rewarded points to each of you guys, may you please continue with the support will sure reward points

  • "Page NOT FOUND ERROR" when i launching application through IE

    Hi Siebel Guru,
    We have installed Siebel CRM 8.1.1 on windows 2003.successfully. I am able to connect ecomuniction through shortcut from windows start menu. If I just type the URL in browser I getting issue with "Page NOT FOUND ERROR".
    I just want to launch application through explorer without starting it from shortcut and session should not expire.
    Am unable to launch siebel application through my local machine also.
    My application server is up and running and am able to connect my webserver on localmachine.
    pls do needfull.
    Regards
    Prabhat

    Hi Goud,
    thanks for co-ordiantion
    Same issue page not found .
    http://ssipl-srvr-35/ecommunications_enu/start.swe.
    even local machine same issue page not found.
    when i launching application trough webclint my application is opening.
    i dont know wht the issue.
    why my application is not running direct (IE).
    because end User interests to access application their local machine.
    pls help me out to solve this issue.
    Regards
    Prabhat

  • Overwriting old website in FTP - 404 page not found error!!! Heeelllp! :(

    Hi there,
    I recently re-designed my website on Adobe Muse. It was originally designed in iWeb. For the iWeb website I used a 3rd party FTP application (Transit) to upload the site.
    I wanted to overwright the old iWeb website with my new Adobe Muse website. So I deleted the files from the iWeb website on Transit, and used the inbuilt Adobe Muse FTP option to upload the new website.
    Now, no matter what I do, all I get is the 404 'page not found' error when I try to visit my site.. What am I doing wrong? Are my settings on Muse incorrect? Should the site pages have a specific name? The home page that I want is titled 'selected artwork' in Muse... should that have something to do with the home directory link?
    I'm so lost and frustrated! Please help!
    Any help or advice would be so much appreciated!
    Cheers,
    Harriet.

    Hi Parikshit!
    Thank you so much for your response!
    My site is www.harrietbody.com and yes, I did change the name of my pages... I changed everything... I've asked my hosting people to reset my account with them because I think I may have made a mistake deleting everything from the old website...
    I will try exporting as HTML and uploading with Transit and see how I go...
    I'm sorry if this is a really silly question, but how do I check if I'm uploading to the correct directory? I have a feeling this is where my problem is... how do I know which directory I am uploading to?
    Thank you again!
    Harriet.

  • FILE not found error: j2ee/home/applib/applications-mapping.xml (No such fi

    Hi EveryBody
    i have my applications-mapping.xml file already in the applib directory, but when i try to conect to a remote ejb i had this error[b]
    FILE not found error: j2ee/home/applib/applications-mapping.xml (No such file or directory)
    can anyone help??

    gday
    Is the error on the client or server?
    What role in the application does applications-mapping.xml fulfill?
    How are you loading the file in?
    -steve-

  • File not found error after log on to ADF application

    Hi
    I just took over an ADF application, after clicking on log in button, in the application_log, there is always a login.jspx -- file not found error message, the directory is not even exist. somehow the application had 'registered ' an directory for the login page, common\skin\login.jspx, the actural log in page is under common\login.jspx.
    there is a loginfilter.java created and has a entry in web.xml. the login Filter has let httpServerRequest object to know that the login file directory is ..\common\login.jspx
    so why the app server would be looking at the wrong directory? how should I do to correct it?
    Thanks in advance.

    Hi
    I just took over an ADF application, after clicking on log in button, in the application_log, there is always a login.jspx -- file not found error message, the directory is not even exist. somehow the application had 'registered ' an directory for the login page, common\skin\login.jspx, the actural log in page is under common\login.jspx.
    there is a loginfilter.java created and has a entry in web.xml. the login Filter has let httpServerRequest object to know that the login file directory is ..\common\login.jspx
    so why the app server would be looking at the wrong directory? how should I do to correct it?
    Thanks in advance.

  • I tried updating to itunes 10.5 and now when i try to open itunes i get a message saying "Apple application support was not found" error 2 (windows error 2)

    Ok so I went to update my itunes 9 to itunes 10.5 and now I get and error message "Apple application support was not found" error 2 (windows error 2) when ever I try to run itunes and iv been trying to fix this for like a month and let me tell you iTunes for windows is **** and I really want Icloud for my iphone 4 and yes iv tried uninstalling everything by apple in the correct order and reinstalling them after restart atleast honestly 20 - 30 times but nothing worked so if anyone can please help me I have windows 7 and a hp intel pentium computer 

    Install 7-Zip (free), or a free trial of WinRAR, and use one of them to extract the contents of the iTunesSetup.exe or iTunesSetup64.exe installer file, then try installing AppleApplicationSupport.msi as a standalone component. Even if it won't install you may get a more useful error message as to why not.
    tt2

  • Page not found error getting while access endeca application

    Hi All,
    I am trying to create an application in endeca. Created application , ran neccessary scripts and created pages in experience manager.
    but when i try to call the application in browser . i am getting page not found error. There are some other application which is created by copying discover electronics ,
    which works fine. Please help me how can i resolve this issue. I am using endeca 3.1.0.
    Thanks
    Mark

    There's not much to go on here, but it sounds like you're trying to view changes in a "live" application. To confirm this, you should execute the configuration promotion script and then check the same application URL. You can run the promote script from inside workbench. Log in as admin, then look under "Workbench Home > Administration > Admin Console > Scripts." You should execute the "PromoteAuthoringToLive" script. Once this script is complete, then test your page again.
    If this works, then it means that your application is configured such that it doesn't get immediately notified of new configuration changes, i.e. it's configured in "live" mode.

  • TS3297 I have installed, reinstalled, repaired, retarted and followed all trouble-shooting tasks; Now I am getting "Apple Supprt Application not found: error 2(Windows 5). Please uninstall and reinstall itunes.  I have done that. It is listed in my progra

    I am trying to install itunes on my computer (Windows Vista).  After initial instillation I got an error  42404 A required itunes componenet is not installed; please repair or re-intall itunes and error 50, cannot access itunes store at this time.  Please try later. I have done that multiple times; uninstalled all components, reinstalled all components, repaired all components, restarted my computer.  I have changed firewall settings to allow acess to all of the apple components.  I have made sure the required ports are open.  All of the components are showing on the installed programs section of my control panel.
    I am now getting an error message that says that Apple Support Application is not found error 2 (windows 5).  It is listed in the installed programs and I have repaired it.
    I am out of options.  And help would be appreciated.

    'The installer has insufficient privileges to modify this file C:\Program Files (x86)\Common Files\Apple\Apple Application Support\Web kit.resources\inspector\Images\Spinner Inactive Selected.gif.'
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

Maybe you are looking for

  • 3D Box (bevel) effect in InDesign CS4

    I am trying to make a 3D effect drop shadow look for the images at the request of a client. Attached PDF is a sample. I do not want to do this for each image that I have on file for a job. Is there a script, plug-in or object style that I can use to

  • I can't open a pages document since installing Pages 5.2

    I've read that I should remove 5.2 from my dock and reinstall Pages '09 to my dock. Then right click on a doc-get info-open with-Pages '09-click "change all" to set "09 as default. I don't know how to do the removal and reinstallation..

  • How to make a spinning globe with flashMX

    Does anyone knows how to make an animated spinning globe with flashMx? Or, Is it possible? P.S. I need a link of how to get a free spinning globe to add on my Web! Georgeslys,

  • E-Mail sending with payload field in the topic and / or in the body

    Hello all, I have follow question: For a project, we need follow functionallity: If we get a Purchase Oder Message into the SAP XI for the customer: 1.) XI have generating an E-Mail, which the topic contains the Order Number, or in the body of the E-

  • "Table Name" in customizing SUS:"make field control settings for tables"?

    Hi Gurus, In the following customizing node, I can find the table name such as :      ORDER.DET.EDIT +     ORDER.DET.VIEW+ +     ORDER.HISTORY.DETAIL+ +     ORDER.ITEM.EDITH+ +     ORDER.ITEM.EDITL+ +     ORDER.ITEM.EDITL.WO.OR+ +     ORDER.ITEM.EDIT