Not loading the Static content from the iPlanet document base

Hi,
I have configured I-planet and BEA 7.4 successfully. The document base for my
iplanet has the pict directory.
so when i try to access the pict directory from the browser say http://<>/pict/s.gif
I get a Error 404--Not Found. I believe the web-server should serve my /pict directory
by itself . Why is it that my requests are going to Web-logic..
<Object name="hppreg" ppath="*/servlet/*">
Service fn="wl_proxy" WebLogicHost="xxx.ffc.com" WebLogicPort="7001"
</Object>
I assume only the request with the /servlet should go to Web-logic.
Any help is greatly appreciated
Thanks,
Nag

The oracle driver library isn't on your classpath. It's normally called something like classes12.zip under the Oracle client installation directory.
If you're working with Tomcat you need to copy the class library into common/lib and rename it to give it a .jar extension.

Similar Messages

  • MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe" - Deploying from Linux

    Hi there, I'm facing the following error when deploying node.js application to azure websites. I have read enough articles which points me to install visual studio. I'm on a linux desktop and i'd like to use the git to deploy website. I tried changing to
    .NET 3.5/4.5  in the config but no help there. I've enabled python 2.7 aswell I have added the following to the query string to the handler_mappings in the portal but it isn't working. How do i go about fixing the same?
    PATH C:\Program Files\Microsoft Visual Studio 9.0\VC\vcpackages
    remote: Using start-up script server.js from package.json.remote: Generated web.config.remote: The package.json file does not specify node.js engine version constraints.remote: The node.js application will run with the default node.js version 0.12.0.remote: ..................................remote: remote: > [email protected] install D:\home\site\wwwroot\node_modules\mariasqlremote: > node-gyp rebuildremote: remote: remote: child_process: customFds option is deprecated, use stdio instead.remote: D:\home\site\wwwroot\node_modules\mariasql>node "c:\Program Files (x86)\npm\2.5.1\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild remote: Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.remote: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.  [D:\home\site\wwwroot\node_modules\mariasql\build\binding.sln]remote: gyp ERR! build error remote: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.  [D:\home\site\wwwroot\node_modules\mariasql\build\binding.sln]remote: gyp ERR! stack Error: `msbuild` failed with exit code: 1remote: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.  [D:\home\site\wwwroot\node_modules\mariasql\build\binding.sln]remote: gyp ERR! stack     at ChildProcess.onExit (c:\Program Files (x86)\npm\2.5.1\node_modules\npm\node_modules\node-gyp\lib\build.js:267:23)remote: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.  [D:\home\site\wwwroot\node_modules\mariasql\build\binding.sln]remote: gyp ERR! stack     at ChildProcess.emit (events.js:110:17)remote: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.  [D:\home\site\wwwroot\node_modules\mariasql\build\binding.sln]remote: gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:1067:12)remote: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.  [D:\home\site\wwwroot\node_modules\mariasql\build\binding.sln]remote: gyp ERR! System Windows_NT 6.2.9200remote: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.  [D:\home\site\wwwroot\node_modules\mariasql\build\binding.sln]remote: gyp ERR! command "node" "c:\\Program Files (x86)\\npm\\2.5.1\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"remote: gyp ERR! cwd D:\home\site\wwwroot\node_modules\mariasqlremote: gyp ERR! node -v v0.12.0remote: gyp ERR! node-gyp -v v1.0.2remote: gyp ERR! not ok remote: npm ERR! Windows_NT 6.2.9200remote: npm ERR! argv "D:\\Program Files (x86)\\nodejs\\0.12.0\\node.exe" "D:\\Program Files (x86)\\npm\\2.5.1\\node_modules\\npm\\bin\\npm-cli.js" "install" "--production"remote: npm ERR! node v0.12.0remote: npm ERR! npm  v2.5.1remote: npm ERR! code ELIFECYCLEremote: remote: npm ERR! [email protected] install: `node-gyp rebuild`remote: npm ERR! Exit status 1remote: npm ERR! remote: npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.remote: npm ERR! This is most likely a problem with the mariasql package,remote: npm ERR! not with npm itself.remote: npm ERR! Tell the author that this fails on your system:remote: npm ERR!     node-gyp rebuildremote: npm ERR! You can get their info via:remote: npm ERR!     npm owner ls mariasqlremote: npm ERR! There is likely additional logging output above.remote: remote: Failed exitCode=1, command="D:\Program Files (x86)\nodejs\0.12.0\node.exe" "D:\Program Files (x86)\npm\2.5.1\node_modules\npm\bin\npm-cli.js" install --productionremote: npm ERR! Please include the following file with any support request:remote: An error has occurred during web site deployment.remote: npm ERR!     D:\home\site\wwwroot\npm-debug.logremote: remote: Error - Changes committed to remote repository but deployment to website failed

    Hello,
    From your description, this issue seems to be related with azure development, i move it to the azure forum there are azrue experts will help you. The current forum is for .NET class libraries.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • My problem is a sudden loss of ability to get to PSE12 Organizer when I tried to load a saved scan. Had been using the Organizer and the Editor with no problems for several hours just before that.     Can not load the Organizer from the icon at the bottom

    My problem is a sudden loss of ability to get to PSE12 Organizer when I tried to load a saved scan. Had been using the Organizer and the Editor with no problems for several hours just before that.  
    Can not load the Organizer from the icon at the bottom of  Editor screen, from the icon on the MacBook Air dock (OS 10.10.2),  nor from the file in applications located with Finder.
    I have tried without success to access Organizer after turning off and on the scanner, turning off and on the computer, loading a fresh copy of PSE12 from the CD, and restoring default preferences.  I have searched on line for other options but not  found any. 
    Can you help me?

    Not Charge
    - See:    
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. The cable for 5G iPod (lightning connector) seems to be more prone to failure than the older cable.
    - If a 5G iPod               
    Iphone 5 lightning port charging problem - SOLUTION!
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • Since yesterday my Apple TV will not load the movies or tv at all. I select it from the home screen, it goes black, tries to load then goes back to the home screen. YouTube and Netflix works though.  I've reset the Apple TV and the modem. No change. help?

    Since yesterday my Apple TV will not load the movies or tv at all. I select it from the home screen, it goes black, tries to load then goes back to the home screen. YouTube and Netflix works though.  I've reset the Apple TV and the modem. No change. Any ideas what the problem is?

    Apple TV: Unable to access Movies, TV Shows, or other iTunes features after updating
              http://support.apple.com/kb/TS4526

  • Firefox is not loading the flash from the Firefox home page

    Firefox is not loading the flash from the Firefox home page

    That is not Flash, but a WebM movie.
    <pre><nowiki>
    <video xmlns="http://www.w3.org/1999/xhtml" poster="data:image/png;base64,<base64 data>" src="https://snippets.cdn.mozilla.net/media/files/e29ada39-11f4-4157-ae1c-1340d9455692.webm"></video></nowiki></pre>
    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

  • Will not load the webpage.

    It will not load the web page. It doesn't give an error message or say it timed out. The circle on the tab will spin for a little while then just stop, and nothing comes up. I'm uninstalled it, then re-installed it and still giving me this problem. I've checked for updates and I'm running the latest version.

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    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
    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to install for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • Azure Media Encoder could not load the preset Preset.xml

    Hi, have a question about Processing Job on azure, when i processing video on localhost the porcessing is working fine,but when i create windows services and install on server it show's up this error
    Error Code:ErrorProcessingTask , Error Message:Azure Media Encoder could not load the preset Preset.xml on source 
    282f62b9-ef50-4ef8-a8d7-f86ebd2819ff.wmv:File type isn't supported.
    Can someone help me to find solution for this error.
    i appriciate your's help. 

    Media Services defines a set of encoding presets you can use when creating encoding jobs.
    You can either use one of the task preset strings defined
    here.
    Here are examples that show you how to use the preset strings.
    Or, you can create your own XML-based presets (using UTF-8 or UTF-16 encoding) that are based on pre-defined presets. You
     can find topics that contain XML-based presets under
    this node. Or, you can get the XML preset files from
    here.
    Once you are ready to load the custom preset, you can use the following .NET SDK code.
    static public IAsset EncodeToAdaptiveBitrateMP4Set(IAsset inputAsset)
    var encodingPreset = "H264 Adaptive Bitrate MP4 Set 720p";
    IJob job = _context.Jobs.Create(String.Format("Encoding WMV {0} to {1}",
    inputAsset.Name,
    encodingPreset));
    var mediaProcessors =
    _context.MediaProcessors.Where(p => p.Name.Contains("Media Encoder")).ToList();
    var latestMediaProcessor =
    mediaProcessors.OrderBy(mp => new Version(mp.Version)).LastOrDefault();
    string configuration = File.ReadAllText("H264 Adaptive Bitrate MP4 Set 720p.xml");
    ITask encodeTask = job.Tasks.AddNew("Encoding", latestMediaProcessor, configuration, TaskOptions.None);
    encodeTask.InputAssets.Add(inputAsset);
    encodeTask.OutputAssets.AddNew(String.Format("{0} as {1}", inputAsset.Name, encodingPreset), AssetCreationOptions.None);
    job.StateChanged += new EventHandler<JobStateChangedEventArgs>(JobStateChanged);
    job.Submit();
    job.GetExecutionProgressTask(CancellationToken.None).Wait();
    return job.OutputMediaAssets[0];
    Please let us know if using one of the preset strings or the custom preset XMLs is not working for you.
    thank you,
    Julia
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Web Logic 10.3.6 (64bit) - Could not load the sitemesh filter and library

    Installed Web Logic 10.3.3 (32bit) and Java JDK 1.6.0_21 (32bit) in a customer's server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu.
    However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed with header and side menu, it is just displayed with a blank background. Refer to the below "ERROR LOG", found the application could not load the sitemesh filter and library properly. We are using sitemesh-2.3.jar.
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu.
    Please assist on this issue. Thanks.
    Below is the sitemesh that is declared and configured.
    WEB-INF/web.xml
    <filter>
    <filter-name>sitemesh</filter-name>
    <filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>sitemesh</filter-name>
    <url-pattern>/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>INCLUDE</dispatcher>          
    </filter-mapping>
    WEB-INF/decorators.xml
    <decorators defaultdir="/template/decorators">
    <decorator name="plain" page="plain.jsp"/>
    <decorator name="printable" page="printable.jsp"/>
    <decorator name="standard" page="page_template_std.jsp">
    <pattern>/*.jsp</pattern>
    </decorator>
    <excludes>
    <pattern>/include/*</pattern>
    <pattern>/js/*</pattern>
    <pattern>/Login.jsp*</pattern>
    </excludes>
    </decorators>
    WEB-INF/sitemesh.xml
    <sitemesh>
    <property name="decorators-file" value="/WEB-INF/decorators.xml"/>
    <excludes file="${decorators-file}"/>
    <page-parsers>
    <parser content-type="text/html"
    class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
    <parser content-type="text/html;charset=ISO-8859-1"
    class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
    </page-parsers>
    <decorator-mappers>
         <mapper class="com.opensymphony.module.sitemesh.mapper.PageDecoratorMapper">
              <param name="property.1" value="meta.decorator" />
              <param name="property.2" value="decorator" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.FrameSetDecoratorMapper">
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.AgentDecoratorMapper">
              <param name="match.MSIE" value="ie" />
              <param name="match.Mozilla [" value="ns" />
              <param name="match.Opera" value="opera" />
              <param name="match.Lynx" value="lynx" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.PrintableDecoratorMapper">
              <param name="decorator" value="printable" />
              <param name="parameter.name" value="printable" />
              <param name="parameter.value" value="true" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.RobotDecoratorMapper">
              <param name="decorator" value="robot" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.ParameterDecoratorMapper">
              <param name="decorator.parameter" value="decorator" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.FileDecoratorMapper">
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.ConfigDecoratorMapper">
              <param name="config" value="/WEB-INF/decorators.xml" />
         </mapper>
    </decorator-mappers>
    </sitemesh>
    ERROR LOG
    ####<May 8, 2012 5:38:49 PM SGT> <Error> <HTTP> <BHQKPK10060> <cms_cimbmy> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1336469929804> <BEA-101165> <Could not load user defined filter in web.xml: com.opensymphony.module.sitemesh.filter.PageFilter.
    com.opensymphony.module.sitemesh.factory.FactoryException: Cannot construct Factory : com.opensymphony.module.sitemesh.factory.DefaultFactory: java.lang.reflect.InvocationTargetException
         at com.opensymphony.module.sitemesh.Factory.getInstance(Factory.java:50)
         at com.opensymphony.module.sitemesh.filter.PageFilter.init(PageFilter.java:87)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         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:671)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Do you see any further nested exceptions OR errors in the log file.
    Considering that the same WLS-JDK combination works on one machine and does not work on another machine, it indicates an environmental issue.
    "However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed....
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu."
    I am suspecting if it has to do anything with the native libraries being loaded JAVA_LIB_PATH.
    Please review the server log file again for identifying differences in LIB_PATH or PATH or any messages saying "Unable to load native.. performance pack.."
    Arun

  • How can I burn a copy of my project to a DVD . I do not have IDVD because I have the Lion os. I did purchase Wondershare for burning but it will not load the iMovie events or projects

    How can I burn a copy of my project to a DVD . I do not have IDVD because I have the Lion OS. I did purchase Wondershare for burning but it will not load the iMovie events or projects

    There is no proper substitute for iDVD.
    Why is there no iDVD on my new Mac?
    https://discussions.apple.com/docs/DOC-3673
    UPDATE & ADDENDUM:
    But even though you can still buy iLife 11 that includes iDVD 7 from Amazon, Apple now make it difficult to install:
    Poster jhb21939 posted this in another thread:
    “when I attempted to load iDVD into a new iMac. A notice came up on the screen stating that the 'Authorisation Licence' had expired on 25 March this year (2012).
    I contacted the Apple support team and eventually, I was told that the Licence had been withdrawn and could no longer be used.”
    In other words Apple are now so adamant that we don’t use iDVD that they have tried to make it impossible to install.
    In response, Old Toad posted this solution:
    “You can still use it one all of your Macs.  If you get an invalid certificate message just set your Mac's clock to sometime before early 2011 and run the installer.  After you're done reset the time back to the correct time.” He added this comment:
    “It began after iDVD and iWeb were discontued and they were dropped from the Apple Store. All I can think of is the certificate was set to expire after a certain time period after the intitial iLife disc was released.
    I've been able to use the installer even without setting back the date.  I just clicked on the Continue button and it would work as expected.  For some it would not continue unless the date was set back.”
    The latest anorexic iMacs just announced do not even include a CD drive! Proof positive that Apple virtually prohibit the use of DVDs - although the newly announced Mac Minis do include a Superdrive.
    Yet, they still include iMovie! Heaven alone knows or understands what you are supposed to do with your newly edited masterpiece - except make a low quality version for YouTube?

  • Windows 7 does not load the ipad bluetooth drivers

    I am trying to connect my ipad 2 to a windows 7 computer and the computer will not load the ipad blutooth drivers so a connection is never made.

    Hi Phil,
    It's funny that you say that Reflector runs on Wifi and not Bluetooth. I thought the same thing and that's why I was having a difficult time with getting this to work...on top of the bluetooth drivers not installing properly.
    When you initially connct your iPad device to your computer through bluetooth, your PC installs bluetooth drivers...you can see this by the little notifictaion you get that says this. Setting up your device...installing drivers. So you can't tell me that there are no iPad bluetooth drivers.
    You have to enable bluetooth on your ipad to get to the mirroring icon. (double tap your home button and scroll to the left. The mirroring icon should be visible and only visible if you have bluetooth turned on. Now if you run Reflector, then you should see the name of your PC that you shared through Reflector. Then you click on the mirroring app on your iPad and select the shared name on your PC and slide the mirroring toggle button to turn it on.
    I have tested this on another laptop running Windows 7 and everything installed perfectly fine...even the bluetooth drivers.
    So my conlusion is that it is the bluetooth drivers at fault here, since they didnt install properly. No matter how many times I remove the device and readd it, the bluetooth drivers do not install and I see red x's beside them.
    Not sure what is keeping the drivers from being installed.
    BTW...thanks for your reply Phil...see posting to this year old thread did me some good as you replied
    cheers,
    Tom

  • Server could not load the class

    I m trying to create a new adapter task bt when i select xliACE.jar from the dropdown box, its trowing an error " Server could not load the class"
    Below is the server log--
    ERROR,04 Dec 2007 09:18:48,217,[XELLERATE.JAVACLIENT],Class/Method: tcADPClient/introspect encounter some problems : RemoteException occurred in server thread; nested exception is:
    java.rmi.ServerError: Unexpected Error; nested exception is:
    java.lang.UnsatisfiedLinkError: no ACEUser in java.library.path
    java.rmi.ServerException: RemoteException occurred in server thread; nested exce
    ption is:
    Could any one provide some help
    Thanks

    Should compile java code with the same jdk as being used by OIM

  • I have been using Adobe Photoshop since 1998. I recently replaced my computer and placed the Adobe Photoshop 5.0 CD in to install, and found that could not load the software, and referred me to Adobe. What should I do?

    I have been using Adobe Photoshop since 1998. I recently replaced my computer and placed the Adobe Photoshop 5.0 CD in to install, and found that could not load the software, and referred me to Adobe. What should I do?

    According to this forum post from the time of the shutdown, it is only those directly affected.
    Activation server shut down for Creative Suite 2, Acrobat 7, and Macromedia products
    Here is a list from that link
    If your software is affected by the activation server shut down then you will receive an error that the Activation server is unavailable.  The specific affected products are as follows:
    Acrobat 7.0 - Windows
    After Effects 7.0
    Audition 3.0
    Captivate 1.0
    Contribute 2.0
    Contribute 3.0
    Creative Suite 2.0
    Director MX 2004
    Dreamweaver MX 2004
    Fireworks MX 2004
    Flash Paper 2.0
    Freehand MX
    GoLive CS2
    GoLive 9.0
    Illustrator CS2
    InCopy CS2
    InDesign CS2
    Macromedia Studo MX 2004
    Photoshop CS
    Photoshop CS2
    Photoshop Elements 4.0
    Photoshop Elements 5.0
    Premiere Pro 7.0
    Production Studio Premium

  • Premiere Elements 9 not loading the workkspace or projects

    Hi, I am new to the forum.
    Have recently pruchased Premiere Elements 9 along with Photoshop Elements 9 and installed. PE9 works perfectly. Premiere Elements worked once but since then will not load the Workspace or a Project. Have uninstalled and re-installed in various modes as suggested by Adobe Support to no avail. Have downloaded the Trial Version also and this also will not load a workspace. Have 2 conmputers, a Desktop and a Laptop and as far as I am aware they are both up to date but perhaps I am not computer literate enough to know.  Adobe Support suggest I try the forum so perhaps they are as confused as I am. Any help out there.

    Bill
    Many thanks for your advice over the last few days.
    I use both a Laptop and a Desktop, but all my video editing is done on my
    Laptop. This allows me to take my projects with me when at my Caravan or to
    the video club that I am a member of.
    The problem appears to be that on my Laptop my HDD capacity is only 100GB
    and my free space is only 15GB even without installing Premiere Elements 9.
    All my files are stored on my external HDD and its drive letter is set at G:
    Itr's capacity is 700GB with currently 522GB free space. I delete all files
    after completing a project and defragment
    I also wanted to instal Premiere Elements 9 on my desktop but the HDD
    Capacity on C: Drive is only 60GB with 14 GB free space and on the D: drive
    again it is only 60GB with free space of 44GB.
    I think your advice suggests that I need new computers?
    Regards
    Frank
    Frank,
    I do not recall if you have a laptop, or desktop computer, but if the
    latter, adding another, physical HDD (Hard Disk Drive) is quite easy, and
    inexpensive.
    With SATA HDD's, when one gets to about 70% of capacity, they begin to slow
    down. At 90%, the slowdown is quite noticeable, regarding the I/O
    performance. Near 100%, drive failure is common.
    The general recommended amount of defragmented free space is 20 - 30 GB, and
    I recommend around 40 - 60 GB, to allow the drive some headroom to work with
    the large working files, necessary in video-editing. This is above the Video
    Assets, and the output AV files.
    An external HDD is very useful when editing, but some considerations must be
    made. A USB external is good for archiving, but little else. That connection
    is very slow, and many users also experience read/write errors, when trying
    to edit to/from those. In severe cases, this has resulted in the total loss
    of all data on those USB externals. FW-400 is more stable, albeit still very
    slow. FW-800 has worked very well for me, and eSATA is even better,
    providing real-world performance akin to internal SATA HDD's.
    If editing to/from the FireWire, or eSATA external, one should set its drive
    letter permanently in the OS of the computer, so that it always appears as
    the same drive letter.
    Good luck,
    Hunt

  • PE 5.0.2 - Could not load the FastCore Routines module because the file could not be found.

    The "view and organize photos" mode seems to work just fine, but when I attempt to open the "edit and enhance photos" mode, I get an error box with this message: "Could not load the FastCore Routines module because the file could not be found", and then it shuts down after I click ok. I have installed the 5.0.2 patch and have uninstalled and reinstalled the program, to no avail. I had no firewall running when installing the program, nor do I own the program "Clean Sweep". What can I do?
    Thanks for any help
    OS = Windows Vista.

    CANNOT LOAD FASTCORE ROUTINES, MMX CORE ROUTINES,
               MULTIPROCESSOR SUPPORT NOT FOUND
              SUCCESSFULLY REPAIRED - STEP BY STEP
    I made the repair for Elements 5 on an XP version Operating System PC by doing this:
    I went to....
    Start / All Programs / Accessories / Windows Explorer
    and selected.....
    My Computer / C:
    which is my drive with its operating system where Photoshop is installed.
    I then clicked....
    Documents and Settings  
    Then - in each - of the three icons I found.....
    All Users, Default User, and Owner
    I went into....
    Application Data / Adobe / Photoshop Elements
    In that last file I removed ALL the contents.... IN EACH !
    After rebooting, my Photoshop Elements 5 started to work.
    I think with research and all I invested five hours. May this save you 4 1/2.
    I was paranoid and put the contents of each file into a new file I identified
    clearly in case it I have to replace one of the parts out in the future.
    I hope this is of help to some future reader.
    Other comments here seem to indicate that this solution has
    worked in version 4 and up and fixed early versions of Vista.
    This appears to be a common problem after a drive repair or partitioning.
    Why they can't just tell us this is a mystery to me.
    -- Bon Courage! --
                                      Ken

  • Udev not loading the right driver for usbtmc device

    I have a usb beam profiler  and I'm trying to get it to work on arch linux. It works using NI-VISA, so I should be able to communicate with it using usbtmc. However, when I plug it in, it does not show up in /dev.
    I think the problem is that udev is not loading the tmc interface driver when I plug it in.
    Here's a snippet of the output from lsusb -v:
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 4
    bInterfaceClass 255 Vendor Specific Class
    bInterfaceSubClass 0
    bInterfaceProtocol 0
    iInterface 0
    I believe that bInterface* should look something like:
    bInterfaceClass 254 Application Specific Interface
    bInterfaceSubClass 3 Test and Measurement
    bInterfaceProtocol 1 TMC
    iInterface 5 TMC488
    Is there a way to force udev to load the right interface? Or is the problem that I'm missing something from my kernel?

    Could you post the entire output of lsusb -v for the device?
    Bus 001 Device 013: ID 1313:8019 ThorLabs
    Couldn't open device, some information will be missing
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    idVendor 0x1313 ThorLabs
    idProduct 0x8019
    bcdDevice 0.00
    iManufacturer 1
    iProduct 2
    iSerial 3
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 46
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0x80
    (Bus Powered)
    MaxPower 500mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 4
    bInterfaceClass 255 Vendor Specific Class
    bInterfaceSubClass 0
    bInterfaceProtocol 0
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x02 EP 2 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x04 EP 4 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x86 EP 6 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x88 EP 8 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 0
    What device node name are you expecting?
    Not sure, but probably /dev/usbtmc0
    Is there a chance that it is being instantiated as a HID device?  Does /dev/usbhid0 appear?
    Nope, don't have a /dev/usbhid0
    What does the journal say when the device has been attached?
    I'm not sure what you mean, but dmesg says:
    [ 6095.219400] usb 1-1.2: new high-speed USB device number 14 using ehci-pci
    and udevadm monitor says:
    KERNEL[6098.321484] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2 (usb)
    KERNEL[6098.321887] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0 (usb)
    UDEV [6098.324333] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2 (usb)
    UDEV [6098.325356] add /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0 (usb)

Maybe you are looking for

  • Programming JSP using JDeveloper 10.1.3 and JSTL

    Hello, I new in JDeveloper. I am creating a web proyect and I am programming a JSP. This JSP includes JSTL 1.1 Core, exactly the next line: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> When I compile my proyect, obtain the next err

  • OOPS abap

    hi experts, I want to learn OOPS ABAP. Starting from classes , objects , their syntax , i have seen lot of documents but i am not ablre to understand the syntax, plz guide me with useful informations or you can send me material related to this on [em

  • Al11 file name with spaces

    Hello all I'm trying to create file on server that have spaces, but name is being cut. For example instead of creating file '/usr/tmp/file name.txt'  I'm getting  '/ust/tmp/file'. Does anybody know what cause this and how to resolve this problem?

  • Seagate Barracuda 7200.9 400GB HD - Any good? Opinions?

    Hi. I've got Mac Pro dual 2ghz w/ 2gigs of RAM - 250gb main HD for programs. I just picked up a 2nd hard drive that I'm going to use for audio production - basically keep all my sounds/files on it - Using Logic Express 7.2 and Soundtrack pro. I got a

  • Release all phases and tasks if project definition is released

    Hello, I have several phases and tasks in a project and when I release the project only the first phase is also released. I am not working with approvals. Is the a possible to release all phases when the project is released? Thank you and have a nice