Extension of file not found

Hi all,
I have the following problem.
When I try to execute a jsp, the server responds:
Error: 404 SC_NOT_FOUND
Extension of file not found, while displaying static content
This problem doesn't ocurred with all jsp's, it seems that only ocurrs
with the jsp's that call EJB's or JavaBean's.
Anyone has encountered with the same problem?
Any idea?
We are using Iplanet Application Server 6.0 SP3 and IPlanetWebServer 4.1
SP7.
Thanks in advance !
Jordi Lucas Essi Projects
Ingeniero de desarrollo
[email protected] t +34 977 221 182
http://www.essiprojects.com f +34 977 230 170
??????????????????????????????????????????????????

Hello,
I am experiencing the same problem too. My jsp accesses a javabean. I
noticed, most of the times, I thought, it happened when session was timed
out. But it also happended before the time-out too. I had it set as default
at 30 minutes.
If you find out a solution or some high lights please let me know.
Thanks a lots.
ThuThien Ho
[email protected]
(703) 428-2856
Jordi Lucas wrote:
Hi all,
I have the following problem.
When I try to execute a jsp, the server responds:
Error: 404 SC_NOT_FOUND
Extension of file not found, while displaying static content
This problem doesn't ocurred with all jsp's, it seems that only ocurrs
with the jsp's that call EJB's or JavaBean's.
Anyone has encountered with the same problem?
Any idea?
We are using Iplanet Application Server 6.0 SP3 and IPlanetWebServer 4.1
SP7.
Thanks in advance !
Jordi Lucas Essi Projects
Ingeniero de desarrollo
[email protected] t +34 977 221 182
http://www.essiprojects.com f +34 977 230 170

Similar Messages

  • IPlanet 6.0 and struts (Extension of file not found, while displaying stati

    i am trying to launch the strut appln in iPlanet 6.0 when i am making a reqest for jsp i am getting a message saying Error: 404 SC_NOT_FOUND
    Extension of file not found, while displaying static content . i do not have any clue on this why i am getting this message.
    Could anybody help me regarding this

    Hello,
    I am experiencing the same problem too. My jsp accesses a javabean. I
    noticed, most of the times, I thought, it happened when session was timed
    out. But it also happended before the time-out too. I had it set as default
    at 30 minutes.
    If you find out a solution or some high lights please let me know.
    Thanks a lots.
    ThuThien Ho
    [email protected]
    (703) 428-2856
    Jordi Lucas wrote:
    Hi all,
    I have the following problem.
    When I try to execute a jsp, the server responds:
    Error: 404 SC_NOT_FOUND
    Extension of file not found, while displaying static content
    This problem doesn't ocurred with all jsp's, it seems that only ocurrs
    with the jsp's that call EJB's or JavaBean's.
    Anyone has encountered with the same problem?
    Any idea?
    We are using Iplanet Application Server 6.0 SP3 and IPlanetWebServer 4.1
    SP7.
    Thanks in advance !
    Jordi Lucas Essi Projects
    Ingeniero de desarrollo
    [email protected] t +34 977 221 182
    http://www.essiprojects.com f +34 977 230 170

  • SERVLET-fileext_not_set: Extension of file not found, while displaying static content

    I got the above-mentioned error when the application tries to display a JSP
    page. Any idea what it could be due to? I'm using iAS.
    Christopher Lam

    Hi All,
    Sorry for the false alarm, I finally found out that this problem is due to
    an exception in my bean which was not handled properly, resulting the JSP
    does not know what to display. Now it is OK after the bean is corrected.
    Thanks anyway.
    Christopher Lam
    "Christopher Lam" <[email protected]> wrote in message
    news:9tfpon$[email protected]..
    I got the above-mentioned error when the application tries to display aJSP
    page. Any idea what it could be due to? I'm using iAS.
    Christopher Lam

  • File not found error from scheduler

    Hi,
            We have a scheduler file with .cfa extension  in the cf scheduler  which trigger some mails to certain recipients on execution.
    At the bottom option fo the scheduled task, we have checked the option to 'save output to file' and has given the file
    path. On direct execution of the given url, the  file is executed successfully and mails are fired.
    But while trying to execute the same via scheduler it is not firing the mails. On investigation of the output file,
    found the error message 'File not found'.
    Is it possible that the file get  executed when directly browsing the url and shows 'file not found' error
    while executing via cf scheduler?(CF 8 is used.)

    To be more specific,
    the url format given in the cf admin scheduler is like this:
    "http://www.domainname.com/myfolder/myfile.cfa"
    A file path to log the output is also given to publish.
    If we copy the above url to a browser and execute, the file gets executed and mails are fired.
    If we set the interval or run the scheduler from the administrator,mails are not sent.On examination of log file given in the scheduler section, it is
    showing error '/myfolder/myfile.cfa' file not found.

  • File not found error when tried to open Document ID settings page

    Hi
    when i open sitesettings>site collection administratin >Document
    ID settings
    it shows
    file not found error
    adil

    Hi,
    first we need to figure out the error. change the web.config so that you can see the error on browser
    1) Obtain the complete call stack instead of the default error page:
    <SafeMode MaxControls="200" CallStack="false"/>
    to
    <SChangeafeMode MaxControls="200" CallStack="true"/>
    2) CustomeErrors mode value (in the system.web section) is set to Off:
    <customErrors mode="On">
    to
    <customErrors mode="Off">
    Change these value in "c:\inetpub\wssroot"  CA dirctory web.config and
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\web.config .
    now again try to do the action. you will get the error on screen.
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • Http404-File not found  - again

    First let me say I've scoured this forum and cannot solve my problem.
    I was attempting to expose my server to the internet and appear to have done a fine job of messing things up. I have been using AppEx 1.6, 10g db and the Http server from the companion cd since January. Now all I get is the 404- file not found error.
    Here's my DAD which I just created because it originally was blank:
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    Alias /i/ "D:\oracle\product\10.2.0\db\htmldb\images/"
    <Location /htmldb>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDatabasePassword <mypassword>
    PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
    PlsqlDefaultPage htmldb
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlAuthenticationMode Basic
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8MSWIN1252
    </Location>
    my most recent access_log:
    192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET / HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET /ohs_images/portals.css HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET /ohs_images/home_banner_2.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET /ohs_images/space.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET /Tab_files/asytlse.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asytrsm.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asytrnse.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/green-green.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asysrt.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asylrhs.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asybase.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /ohs_images/tree_document.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/lowerbox.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/relatedapps_cctitle.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/slieghright.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /Tab_files/blue-content.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /Tab_files/green-content.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/bisspace.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/art3.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/welcomeHTTP.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /Tab_files/upperbox.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/rhshadow.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /Tab_files/asysrtb.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:41 -0500] "GET /Tab_files/asylttb.gif HTTP/1.1" 304 -
    192.168.1.20 - - [26/Apr/2006:20:04:45 -0500] "GET /pls/htmldb/f?p=4550:1:6413350672579291785 HTTP/1.1" 404 338
    my most recent error_log:
    [Wed Apr 26 19:56:24 2006] [notice] FastCGI: process manager initialized
    [Wed Apr 26 20:04:45 2006] [error] [client 192.168.1.20] [ecid: 1146099885:192.168.1.20:2844:1976:3,0] File does not exist: d:/oracle/product/10.2.0/db/apache/apache/htdocs/pls/htmldb/f
    When I try to access http://valued-cb7d4c82:7777/pls/htmldb all I get is the 404 message. I can access the Http Server Welcome page.
    Could someone please look at these. I'm at a loss after two days. Thanks.
    Message was edited by:
    calysto10

    Usually if an image in a page cannot be retrieved, Firefox does not redirect the entire page to an error message; the area of the image is just left blank. So this is not normal.
    On the error page, what do you see in the address bar, if anything?
    To test whether one of your extensions might be the culprit, could you test some problem pages in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • ConfigurationException during deploy "CONFIGURATION FAILED! File not found"

    Hello All,
    The deployment of my adf app. is failing with the following error. Although till yesterday also, it was failing but atleast it was going much farther than this. What is causing this error? I did make changes to config.xml but then restored it. Any help is appreciated. This is critical.
    ####<Sep 14, 2011 1:23:36 PM CDT> <Info> <J2EE Deployment SPI> <brksvw379> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <u00w669> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae49> <1316024616200> <BEA-260121> <Initiating deploy operation for application, myProject [archive: F:\Oracle\Middleware\user_projects\domains\BPEL_DEV\servers\AdminServer\upload\myProject.ear], to AdminServer .>
    ####<Sep 14, 2011 1:23:47 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <u00w669> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae49> <1316024627386> <BEA-149038> *<Initiating Task for myProject : [Deployer:149026]deploy application myProject on AdminServer.>*
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <J2EE> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630053> <BEA-160170> <Imported library Extension-Name: adf.oracle.domain, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 for Application myProject>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <WorkManager> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630069> <BEA-002903> <Creating WorkManager from "wm/SOAWorkManager" WorkManagerMBean for application "myProject">
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149059> <Module weblogic.xml.registry.XMLModule of application myProject is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149060> <Module weblogic.xml.registry.XMLModule of application myProject successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149059> <Module empty.jar of application myProject is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149060> <Module empty.jar of application myProject successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630272> <BEA-149059> <Module mySubProj of application myProject is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:23:50 PM CDT> <Info> <HTTP> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024630771> <BEA-101363> <Application: myProject, WebApp: mySubProj has context-root specified in application.xml: "mySubProj". The context-root specified in weblogic.xml: "mySubProj" will be ignored.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001ae5c> <1316024693171> <BEA-149060> <Module mySubProj of application myProject successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149059> <Module weblogic.xml.registry.XMLModule of application myProject is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149060> <Module weblogic.xml.registry.XMLModule of application myProject successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149059> <Module empty.jar of application myProject is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149060> <Module empty.jar of application myProject successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149059> <Module mySubProj of application myProject is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:53 PM CDT> <Info> <Deployer> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024693312> <BEA-149060> <Module mySubProj of application myProject successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 14, 2011 1:24:54 PM CDT> <Warning> <HTTP> <brksvw379> <AdminServer> <[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a01b3820e693e909:-2d9cadd5:132642becba:-8000-000000000001aeac> <1316024694451> <BEA-101162> *<User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! File not found.*
    java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! File not found
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:294)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! File not found
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.io.FileNotFoundException: File not found
    at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:117)
         at java.util.jar.JarFile.<init>(JarFile.java:135)
         at java.util.jar.JarFile.<init>(JarFile.java:72)
         at com.sun.faces.facelets.util.Classpath.getAlternativeJarFile(Classpath.java:262)
         at com.sun.faces.facelets.util.Classpath.search(Classpath.java:115)
         at com.sun.faces.facelets.util.Classpath.search(Classpath.java:92)
         at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.loadURLs(MetaInfFacesConfigResourceProvider.java:159)     
    at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.getResources(MetaInfFacesConfigResourceProvider.java:107)
         at com.sun.faces.config.ConfigManager$URLTask.call(ConfigManager.java:1096)
         at com.sun.faces.config.ConfigManager$URLTask.call(ConfigManager.java:1064)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:642)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:309)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    I did some more research and found out that method loadURLs of class MetaInfFacesConfigResourceProvider.java is throwing IOException. Is this some kind of class path issue? Please help!
    private Collection<URL> loadURLs(ServletContext context) throws IOException {
    154
    155 Set<URL> urls = new HashSet<URL>();
    156 for (Enumeration<URL> e = Util.getCurrentLoader(this).getResources(META_INF_RESOURCES); e.hasMoreElements();) {
    157 urls.add(e.nextElement());
    158 }
    159 urls.addAll(Arrays.asList(Classpath.search("META-INF/", ".faces-config.xml")));
    160 // special case for finding taglib files in WEB-INF/classes/META-INF
    161 Set paths = context.getResourcePaths(WEB_INF_CLASSES);
    162 if (paths != null) {
    163 for (Object path : paths) {
    164 String p = path.toString();
    165 if (p.endsWith(".taglib.xml")) {
    166 urls.add(context.getResource(p));
    167 }
    168 }
    169 }
    170 return urls;
    171
    172 }
    173
    Edited by: user12054715 on Sep 14, 2011 2:13 PM

    I did a couple of things ( gathered from various posts on OTN). I am not sure which one did the trick but the error is gone now. I am mentioning the steps that I took. Later when I have more time, I will narrow down to exactly what worked.
    1. The following was missing from my web.xml (Thanks Rene!) Added it
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    2. Removed any mention of 'Anonymous-User' from Jazn-data.xml.
    Application tab -> Secure -> Configure ADF Security -> Jazn-data.xml (source tab and removed block of code referring to anonymous user)
    Hope this will help others.

  • File not found:  includes/common/lib/file_upload/KT_FileUpload.asp Please upload the includes/ folder to the testing server.

    The cooperative I am a part of have a homepage made with Dreamweaver several years ago. Suddenly some of the pages stopped working with this error message:
    File not found: 
    includes/common/lib/file_upload/KT_FileUpload.asp
    Please upload the includes/ folder to the testing server.
    I checked, and the file is actually missing from the web server. Do i need to purchase Dreamweaver to download this file, and is this a path worth pursuing?
    Dreamweaver version: I don't know which or how to check this, could check if given the proper instructions.

    The page that you have shown uses one of the InterAkt extensions for Dreamweaver. Unfortunately, InterAkt was bought out by Adobe who in turn did nothing with it. The latest version was about 5 years ago and was called ADDT.
    Maybe someone here can help you Friends of Interakt: Home Page

  • AS3 URL Request file not found

    Hi
    I just learned last night from Ned Murphy how to code a btn in AS3.
    Trouble is, when testing the Dreamweaver frameset website, site name: URLRequest on the C drive with my default browser F12, I get a problem loading the page / file not found.
    Here is the btn AS3 code.
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    function btn1Click(evt:MouseEvent):void {
       var url:String = "C:\WebSites\FrameSets\URLRequest\mainFrame1.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);
    Just for comparison here is the AS3 btn code Ned copy pasted to my Thread last night.
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);
    What is it that is stopping my browser from directing to "C:\WebSites\FrameSets\URLRequest\mainFrame1.html";
    Is it the var url:String?
    Thanks for reading
    Sabby76

    Re Kglad Thank you
    I copy pasted the URL into a browser and it junked to: file:///C:/WebSites/FrameSets/URLRequest,mainFrame1.html I don't know what is the correct name for file:/// probably just the O.S directories proxy? Using the file:///  in the btns function out-works perfectly. Now the rest of the websites frame set extensions directories will not pull up after the index for example: file:///C:/WebSites/FrameSets/URLRequest/index.html/mainFrame2.html I think a re-thread in the DW forum will be the next step, any clues?
    Cheers
    Sabby76

  • Cferror won't catch file not found

    I am using Ben Forte's example cferror system to track errors
    on our site. I was testing it and ran into a problem. I setup this
    link as a test case:
    <a href="errors/testerror.cfm">
    Test the error tracking system
    </a>
    This file testerror.cfm does not exist. This generates a
    normal cold fusion error page stating that the template is missing
    but its is supposed to go to my cferror page. Clearly the parser
    has trapped the error. Why can't I get control.
    I tried to surround the link with a <cftry> and a
    <cfexception type="COM.Allaire.ColdFusion.HTTPFileNotFound" also
    with no joy.
    We use coldfusion 7 and have a site that while constantly
    being updated is also somwhat mature. By this I mean that most of
    our errors are not cfml errors they are file not found errors when
    someone uploads new versions of documents with new names. We at
    times have to chase multiple links to these files. I desperately
    want to capture this information and also want to eliminate the
    scary messages on our user's screens.
    Here are the lines I put in our application.cfm
    <cferror type="Request"
    template="/errors/cf_static_error.cfm" mailto="[email protected]">
    <cferror type="Exception" exception="Any"
    template="/errors/cf_exception_error.cfm"
    mailto="[email protected]">
    Any help would be GREATLY appreciated.
    Thanks in advance.
    Terry

    If you have access to your web server and are running it on
    IIS here's a simple and robust solution for providing custom 404
    pages.
    On your web server open IIS and go to the Custom Errors tab.
    Point the 404 error to your page.
    Next go to the Home Directory tab and click on the
    Configuration button. Then click on your application extensions and
    check the box that says Verify File Exists.
    Done and done. Now go to the pub and congratulate yourself on
    your new mastery of the 404 error.
    Cheers

  • "File not found: /Adobe_CFC_Generator/handlers/index.cfm"

    Ok I know this is going to turn out to be something silly.  But I cannot seem to get the Extensions to function.  I get the error "File not found: /Adobe CFC Generator/handlers/index.cfm" every time I attempt to use the CFC generator and similar errors for ther other extensions.
    I am using ColdFusion 9 Standalone Server and Apache 2.2.x on Windows XP SP3.
    ColdFusion is installed to:  C:\ColdFusion9
    Apache is installed to C:\Apache
    The Apache Documents folder is mounted to C:\wwwroot rather then the traditional htdocs.
    All Websites are within the wwwroot and set up using VirtualHosts and all sites run off of port 80.  I am using a hosts file to make the domain names back to this development system.
    When installing coldfusion the document root was set to C:\wwwroot thus the CFIDE is within that director.
    The Server is configured to use the local systems hostname on Port 80.
    Server Home = C:\coldfusion9
    Document Root = C:\wwwroot
    Version 9.0.X
    I have access to the RDS Dataview and fileview.
    I have attempted to use a virtualhost mapping to the extensions already.  I have also changed the name of the folder to Adobe_CFC_Generator and set a host setting for it to resolve to the systems static ip address and then used the virtualhost mapping.  No luck so far.  The files are there in the c:\wwwroot directory.  When I first looked a the settings for the extension it stated that the path was C:\wwwroot/Adobe CFC Generator. (Note the slashes.)  So I modified the servers document root to be C:/wwwroot.  Still no go.
    The extensions install location is currently C:/wwwroot/Adobe_CFC_Generator.
    Again I am sure this is something stupid simple.  Anyone have any idea what I am missing?

    I did each.  The files were accessable.  However it still would not function and then I noticed that in the application log file there was a note that the location it was looking for the files were in the CFIDE directory.
    So I copied the folders into that directory and mode no other changes and Bing!  It worked.
    This may be related to my development setup.  It is perhaps not a normal setup.  I have apache, cf9 and the wwwroot folder all off the root of the c: drive.  I use a hosts file to map the actual IP address of my system to the domain names rather then using the loopback.   Apache uses virtual hosts to locate each site.   When coldfusion is installed I use that wwwroot to place the cfide directory.
    The error that it was showing in the application log was:
    "Error","jrpp-9","07/22/09","20:45:11",,"File not found: /Adobe_CFC_Generator/handlers/index.cfm The specific sequence of files included or processed is: C:\wwwroot\CFIDE\Adobe_CFC_Generator\handlers\index.cfm'' "
    The Adobe CFC Generator was attempted both with and without spaces.  The CFIDE directory being in the path even though the actual install location was C:\wwwroot\Adobe_CFC_Generator seemed a little odd so I tried simply locating the generator files in the CFIDE and everything seems to be working.
    Also note that I had attempted to create a mapping to the Adobe CFC Generator files in ColdFusion and through a VirtualHost and both did not work because of the spaces in the name.  Which Is why I tried the _'s.  It still did not work though.
    Not sure if this is a bug or (more likley) that my configuraiton is just odd but as long as it continues to work I am cool with it.
    Any thoughts?

  • HELP!!!! I Have one specefic folder that when I try to open in PS to edit, says File not found.

    When I open this folder to go to PS it says file not found, I dont know how to fix this but need it solved ASAP

    Look at the file name closely for errors.  Should have "show extension" enabled in OS.  Look for more than one dot like boat.jpg.jpg

  • Error Handler (File not Found) missing .cfm

    Hi,
    I have multiple applications on my server. For each
    application I would like an error handler that will catch missing
    .cfm files. If a user types in www.abc.com/test.cfm, and test.cfm
    does not exist, each site will use its own "errorHandler.cfm" file
    for example.
    I already can handle .htm and .html files in IIS, basically
    when the 404 error happens, it calls my html error handler. I also
    tried checking the option in IIS where you see a list of file
    extensions, you go to .cfm (this is all in IIS), and there is a
    checkbox that says "check if file exists", so I have checked and
    unchecked this, but not luck.
    In CFAdmin there is an area where you can specify a missing
    template handler. This seems to apply to the whole server. Each of
    our application are very different, I would like to have an
    individual error handler in each application.
    I am getting a CF error, (File not Found) not an IIS error
    when you type a file in the url string as mentioned above. I tried
    using <cferror> in my Application.cfm file, but to no avail.
    I tried using try/catch to no avail. I have heard of others having
    this frustration as well.
    Help is greatly appreciated
    -Westside

    I've not tried this, but consider having the server-wide
    error handler look at the CGI.HTTP_REFERER variable to see what
    application threw the error. Then do a <CFLOCATION> to the
    application-specific error handler.

  • Could not load plugins: File not found. Any solution to that?

    I am using a macbook-pro 2009 which, recently upgraded to Mavericks. Since the upgrading I have been unable to open "video clips" from several sites, with the message : "Could not load plugins: File not found". I have made sure of getting the latest Adobe flashplayer and Java, but the problem is still there. Does anyone experience the same? Any solution, please .....

    If you use extensions (Firefox/Tools > Add-ons > Extensions) that can block content (e.g. Adblock Plus, NoScript, Flash Block, Ghostery) then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Logic X EXS24 - audio file not found

    I know this question crops up often and is usually a Garageband/missing downloadable contents issue but that's not the case here.
    I'm a long time Logic user (pre Apple)  and can usually work my way around issue or find answers online, but I'm completely stuck with this one.
    I've been running my current setup for about eight months now (new Mac Pro, latest versions of Logic Pro and OS) with no problem at all.
    I have an extensive sound library stored on external drives (Pegasus2) via Firewire and everything has been zipping along, then yesterday for no know reason EXS24 suddenly gives me the "audio file not found" message when trying to create a new instrument.
    All previously created EXS24 instruments load just fine as the audio files were copied onto the project drive, but Logic no longer sees the library on my external drive.
    The external drive is working just fine (troubleshooting shows no errors or issues) and I can access it just fine, load sounds into other applications etc), I can also manually drag individual samples into my EXS24 instrument so that it "sees" them, but very impractical to do this with so many audio files, and obviously that's not how it's supposed to work.
    I thought I had found a workaround yesterday by making an alias of the folder containing the sound library and copying the alias to User/Music/Audio Music Apps and that worked while I was working yesterday, but on loading Logic today the problem is back.
    I've reindexed the drive in question with Spotlight..
    As mentioned, this setup has worked for months (and for years on my previous hardware) but suddenly Logic can no longer see those files via EXS24.
    Any suggestions as to why this suddenly happened, and more importantly, on a permanent fix?
    B.

    It doesn't really matter where you put the samples, as the EXS will search for them when you try to load an instrument that references them.
    The reason why the "davidfelton" bit is in there, is that the location of the samples is stored inside EXS files. At load time, if the samples are not at that location, the EXS will search for them, and once found, will write the new location back to the EXS file so it doesn't have to search next time.
    If the EXS cannot find your samples, then open the EXS preferences and make sure your default search locations will find the files (ie you don't have it set to look on one drive, when the samples are on a different one).
    Or you can use the project managers "resolve" function to update the sample locations to all the EXS files in one go.
    Any probs, post back...

Maybe you are looking for

  • GR/IR - Vendor information

    Hi, When create PO and IV in SAP, it would generate the postings as below, DR inventory/expense   CR  GR/IR DR GR/IR   CR Vendor We have added the offsetting information in vendor line item, but it would only show the GR/IR account, user wants to sho

  • Prompt Labels missing on the dashboard after upgrade to 11.1.1.6.9

    We upgraded to 11.1.1.6.9 and all the dashboard prompt labels where the labels are not customized are missing. Has anyone else encountered this issue? Thanks Edited by: 947403 on Mar 20, 2013 9:06 AM

  • Help-multiple ipods on one computer

    my husband and i each have an ipod with seperate user accounts on itunes. we would like to open his ipod on my computer and bring up all his songs without overwriting or adding my songs to his. does anyone know how to do this?

  • How to compile and deploy an ejb into Sun ONE app.server 7.0

    I am new to Sun ONE application server. I Have .java files and deployment descriptor files with me. How should proceed. When i tried to use asant it is saying that build.xml not found. I copied build.xml from some other directory to the current direc

  • Adding a customer infotype in PPOME

    Hello experts, I'am trying to add a new customer infotype to PPOME, which should be displayed for all nodes of type "O" - so far, so good. I created the Structure HCI9600 and then I used PPCI without any problems. The new infotype is a part of PPOME,