What is the problem? Why cannot runs successfully?

I created the Interact project and CoherenceCache class according to the guide of Tutorial for Oracle Coherence (Chapter 7).
I also made the cache-config.xml file according to the tutorial and added it to the Run/Debug/Profile the CLASSPATH.
I added the coherence.jar and oracle JDBC jar file to the project library.
But when I ran the CoherenceCache class with JDeveloper tool, it show the following error message:
G:\jdeveloper10\jdk\bin\javaw.exe -client -classpath "G:\jdeveloper10\jdev\mywork\AppInteract\ Interact\classes;G:\jdeveloper10\jdbc\lib\ojdbc14dms.jar;G:\jdeveloper10\jdbc\lib\orai18n.jar;G:\jdeveloper10\jdbc\lib\ocrs12.jar;G:\jdeveloper10\diagnostics\lib\ojdl.jar;G:\jdeveloper10\lib\dms.jar;F:\coherence\coherence\lib\coherence.jar" -Dtangosol.coherence.cacheconfig=G:\jdeveloper10\jdev\mywork\AppInteract\Interact\cache-config.xml com.oracle.coherence.handson.CoherenceCache
2009-11-02 16:11:44.437/0.437 Oracle Coherence 3.5/459 <Info> (thread=main, member=n/a): Loaded operational configuration from resource "jar:file:/F:/coherence/coherence/lib/coherence.jar!/tangosol-coherence.xml"
2009-11-02 16:11:44.437/0.437 Oracle Coherence 3.5/459 <Info> (thread=main, member=n/a): Loaded operational overrides from resource "jar:file:/F:/coherence/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
2009-11-02 16:11:44.453/0.453 Oracle Coherence 3.5/459 <D5> (thread=main, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
2009-11-02 16:11:44.453/0.453 Oracle Coherence 3.5/459 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
Oracle Coherence Version 3.5/459
Grid Edition: Development mode
Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Exception in thread "main" (Wrapped: Failed to load the factory) java.lang.reflect.InvocationTargetException
     at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
     at com.tangosol.net.CacheFactory.getConfigurableCacheFactory(CacheFactory.java:607)
     at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:686)
     at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:664)
     at com.oracle.coherence.handson.CoherenceCache.putCache(CoherenceCache.java:11)
     at com.oracle.coherence.handson.CoherenceCache.main(CoherenceCache.java:21)
Caused by: java.lang.reflect.InvocationTargetException
     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:494)
     at com.tangosol.util.ClassHelper.newInstance(ClassHelper.java:662)
     at com.tangosol.net.CacheFactory.getConfigurableCacheFactory(CacheFactory.java:602)
     ... 4 more
Caused by: (Wrapped: Failed to load configuration resource: G:\jdeveloper10\jdev\mywork\AppInteract\Interact\cache-config.xml) java.io.IOException: Configuration is missing: "G:\jdeveloper10\jdev\mywork\AppInteract\Interact\cache-config.xml", loader=null
     at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfigAsResource(DefaultConfigurableCacheFactory.java:392)
     at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfig(DefaultConfigurableCacheFactory.java:343)
     at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfig(DefaultConfigurableCacheFactory.java:315)
     at com.tangosol.net.DefaultConfigurableCacheFactory.<init>(DefaultConfigurableCacheFactory.java:143)
     ... 10 more
Caused by: java.io.IOException: Configuration is missing: "G:\jdeveloper10\jdev\mywork\AppInteract\Interact\cache-config.xml", loader=null
     at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfigAsResource(DefaultConfigurableCacheFactory.java:376)
     ... 13 more
Process exited with exit code 1.

Thank you for your reply.
After removing the space, now it is running successfully.
But I have a question: I create all the related files using JDveloper tool and the space (in the directory) is created automatically by JDeveloper.
Is it a bug of JDeveloper?
2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Management with senior member 1
2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistributedCache with senior member 1
2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service ReplicatedCache with senior member 1
2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service OptimisticCache with senior member 1
2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service InvocationService with senior member 1
2009-11-03 11:57:17.222/2.563 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 2 joined Service Management with senior member 1
2009-11-03 11:57:17.300/2.641 Oracle Coherence GE 3.5.2/463 <D5> (thread=Invocation:Management, member=3): Service Management joined the cluster with senior service member 1
2009-11-03 11:57:17.393/2.734 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=3): TcpRing: connecting to member 1 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/192.168.16.83,port=8088,localport=3213]}
2009-11-03 11:57:17.987/3.328 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache, member=3): Service DistributedCache joined the cluster with senior service member 1
2009-11-03 11:57:18.003/3.344 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache, member=3): Service DistributedCache: received ServiceConfigSync containing 258 entries
2009-11-03 11:57:18.050/3.391 Oracle Coherence GE 3.5.2/463 <D4> (thread=DistributedCache, member=3): Asking member 1 for 128 primary partitions
Hello Cache
Process exited with exit code 0.

Similar Messages

  • Why the following command cannot run successfully?

    Why the following command cannot run successfully?
    SQL> exec DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE;
    BEGIN DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE; END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to
    'EVOLVE_SQL_PLAN_BASELINE'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    Here is an example how you can invoke it:
    SET SERVEROUTPUT ON
    SET LONG 10000
    DECLARE
        report clob;
    BEGIN
        report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE(
                      sql_handle => 'SYS_SQL_593bc74fca8e6738');
        DBMS_OUTPUT.PUT_LINE(report);
    END;
    /With kind regards
    Krystian Zieja
    http://www.projectenvision.com

  • TS1702 What is the problem why I cannot purchase?

    I'm trying to make a purchase and it keeps referring me back to iTunes support

    Have you Contacted iTunes Support as requested...
    http://www.apple.com/support/itunes/contact.html

  • I have a mac 15" non retina and i didn't upgrade it to mavericks .. when i run photoshop my pc becomes very slow and i don't know why!! the performance on photoshop is up to 70% so i think is good .. what is the problem?

    i have a mac 15" non retina and i didn't upgrade it to mavericks .. when i run photoshop my pc becomes very slow and i don't know why!! the performance on photoshop is up to 70% so i think is good .. what is the problem?

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

  • When I start mozilla firefox web browser, sometimes I see a message saying that "a Mozilla Firefox is already running, please close it or restart your program", while I don't have one running at that time. What is the problem?

    When I start mozilla firefox web browser, sometimes I see a message saying that "a Mozilla Firefox is already running, please close it or restart your system". As a matter of fact, there is no firefox browser running at that time. Since I cannot do anything about it, I have to restart my computer before I can use the web browser, which bothers me dearly. What is the problem?

    Plug-in and tasks started by Firefox may continue after attempting to close Firefox. The "X" in the upper right-hand corner closes the Window (same as Ctrl+Shift+W) but even if it is the last Firefox window, it does not necessarily close Firefox .
    '''The only proper way to exit Firefox is to use Exit through the File menu''', not the "X" in the upper right corner of last Firefox window.
    ''Menus hidden: then use Alt+F then X.''
    '''Firefox hangs''' | Troubleshooting | Firefox Support ''(some extensions cause a problem)''
    * http://support.mozilla.com/kb/Firefox%20hangs#w_hang-at-exit
    Use the '''Windows Task Manger''' to remove all running firefox.exe in the "Processes"
    tab of the Windows Task Manager, then restart Firefox.
    "'''Restartless Restart'''" extension for Firefox 4.0 only (2 KB download )
    * https://addons.mozilla.org/firefox/addon/249342/
    use to close and restart Firefox after enabling or disabling an extension, switching
    to a new theme, or modifying configuration files, then you don't have to worry
    about delay or have to look in the Task Manager to see if Firefox is closed yet.
    Uses keyboard shortcut "'''Ctrl+Alt+R'''" or a file menu option.
    '''Windows 7''' users can use '''Ctrl+Shift+Esc''' to get to the Windows Task Manager quicker than starting with Ctrl+Alt+Del.

  • Hi ... i want to ask why i can't download (whatsapp,skype,faceboo)on my iphone ???? and why always appear message my password error when i want doing download ??? if my password error i can't sign in here !!!! what's the problem???

    hi ... i want to ask why i can't download (whatsapp,skype,faceboo)on my iphone ???? and why always appear message my password error when i want doing download ??? if my password error i can't sign in here !!!! what's the problem???

    Errors 3000-3999 (3004, 3013, 3014, 3018, 3164, 3194, and so on): Error codes in the 3000 range generally mean that iTunes cannot contact the update server (gs.apple.com) on ports 80 or 443.
    Update to the latest version of iTunes.
    Verify the computer's date and time are accurate.
    Check that your security or firewall software is not interfering with ports 80 or 443, or with the server gs.apple.com.
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    An entry in your hosts file may be redirecting requests to gs.apple.com (see "Unable to contact the iOS software update server gs.apple.com" above).
    Internet proxy settings can cause this issue. If you are using a proxy, try without using one.
    Test restoring while connected to a known-good network.

  • While upgrading from OS 10.4.1.1 to Leopard, I get a message that I can't upgrade because my computer is not running OS 10.4 which I clearly am.  What's the problem?

    I purchased a Mac OS X Leopard on Amazon to upgrade my 2006 Apple iMac.  After inserting the CPU Drop-in DVD, and clicking the Leopard OS 10.5 installation icon, I get a message that the upgrade cannot happen because the upgrade installer cannot find OS 10.4 or later on my computer.  My system profiler indicates that my iMac is running OS 10.4.1.1.  What is the problem?

    I came upon the solution in another discussion thread.  The solution is to simply wait 8 to 10 minutes on the language selection dialog box allow the install program time to find my OS 10.4.1.1..  I then clicked on "Continue" and the install proceeded without any problems.  I know am running Leopard OS 10.5.8., So far with no cliches..."knock on wood".  Thanks to all who responded to my original question.

  • HT201210 When I try to restore my ipod, I get a dialogue box that pops up that says the restore has failed because the requested resource cannot be found. What is the problem, and how can I fix it?

    When I try to restore my ipod, I get a dialogue box that pops up that says the restore has failed because the requested resource cannot be found. What is the problem, and how can I fix it?

    Hi IG viper,
    Placing your iPod into recovery mode should allow you to successfully restore the device.
    You might see these error messages if any of these are true:
    Your device has a beta version of iOS.
    You're trying to install an earlier version of iOS (downgrading).
    Your device has unauthorized modifications to iOS, also called "jailbreaking."
    Use recovery mode to restore your device to the latest version of iOS.
    Resolve iOS update and restore errors
    http://support.apple.com/en-us/TS3694
    Sincerely,
    Allen

  • TS1541 ''Finder cannot be opened -10810'''. What is the problem?

    Hai, When starting my IMac desktop is shown but no apple-sign on top left and i can't open programs. If I open finder it says dat ''Finder cannot be opened -10810'''. What is the problem?

    If that doesn't work...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    If all the above fails, then it appears to be time for a relatively painless Archive & Install, which gives you a new/old OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space and no Disk corruption, and is relatively quick & painless...
    http://docs.info.apple.com/article.html?artnum=107120
    Just be sure to select Preserve Users & Settings.

  • HT204411 Why isn't music, games etc. available to South Africans, what is the problem?

    I know that we as South Africans don't have access to purchasing music, videos and books on iTunes, this has been made very clear.  However, I would like to know why? What seems to be the problem why we cannot have access to these items?
    Many of us have spent a lot of money on purchasing our i devices and would like to use them to their full potential.
    Regards
    T

    The thing is, I have tried to contact Apple directly, but to know avail.  It's like their dodging their users questions and it's not right.  When I was using Nokia, their Ovi Store had know restrictions in terms of content, so I seriously don't think it's got anything to do with government control or licensing issues, especially since we can download and access music and games etc. online via my desktop computer.
    I just think it's a case of Apple discriminating against certain countries and making assumptions of countries that's not fair or true.  Don't get me wrong, I love Apple devices and will not use anything else, but it would be nice to have full access to all content regardless of the country your living in.  I have spent close to $250 US Dollars on apps that is only available in my country, can you imagine how much money the US will make out of me if they open their store up to other countries.
    It would seriously be awesome if an Apple Management would come onto this forum and address these issues themselves or are they TO CHICKEN. 

  • Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again

    Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again and keep getting the same message.  Please help !

    See Troubleshooting issues with iTunes for Windows updates.
    For downloading issues see the further information area and use a different browser and/or the direct links.
    tt2

  • My MacBook Pro turns on but not all the way, it gives me an icon of a grey folder with a question mark in the middle, and won't go further that that. Anyone knows why, or what's the problem?

    My MacBook Pro turns on but not all the way, it gives me an icon of a grey folder with a question mark in the middle, and won't go further that that. Anyone knows why, or what's the problem?

    If these do not resolve the issue or if you are not comfortable with proceeding through these steps then take your Mac to an Apple store or an Apple Authorized Service Provider.  An Apple store will perform these initial steps, diagnose the problem, and give an estimate for repairs (if needed).  If the Mac is less than one year old or is covered by AppleCare any repairs would be free.
              Genius reservation http://www.apple.com/retail/geniusbar/ .
              or find an Apple Authorized Service Provider https://locate.apple.com/country

  • HT204053 When i try to sign in iCloud from my pc, i get a error message telling that "you can't sign in because of a server error". Why is it so? what is the problem?

    When i try to sign in iCloud from my pc, i get a error message telling that "you can't sign in because of a server error". Why is it so? what is the problem?

    Hi spillgar,
    If you are having issues signing in to iCloud from your Windows machine, you may find the following articles helpful:
    iCloud: Account troubleshooting
    http://support.apple.com/kb/ts3988
    iCloud: If you can’t sign in to iCloud.com
    http://support.apple.com/kb/ph2611
    Regards,
    - Brenden

  • When using Java Wizard with Firefox 3.6.23 on a Mac OS X 10.6.8 it keep getting an error message: "The Java Wizard cannot run. Please configure your browser to allow Java applets to access the filesystem." Have NO idea how to fix this problem.

    When trying to upload files I received the following error: "The Java Wizard cannot run. Please configure your browser to allow Java applets to access the filesystem."

    If the problem is with a site that is hosted using MOVEit DMZ by Ipswitch, please notify the site owner of the issue and ask them to apply the patch that is available on the support site to resolve the issue.
    This is a better resolution than downgrading your version of Java that was updated due to security issues.

  • Why is my Apple ID working on the Apple Website on the computer but not restoring my ipad... What is the problem with it????

    Why is my Apple ID working on the Apple Website on the computer but not restoring my ipad... What is the problem with it????

    LeesaHeeley wrote:
    When I go to settings/iTunes App Store my Apple ID is not there. When I enter my ID and password it does not save or link to account.
    When fist setting up your new iphone you will be asked to log in with an apple id and password. If this did not happen you can then do as you suggested going to settings to itunes and app store and add your apple id login. This apple id login must have already been created for the iphone to accept it. If this apple id is already created but is not being accepted by your iphone you then should shut down your iphone and restart the device.
    Good luck.

Maybe you are looking for

  • Can you use a single webhelp file to display different help for two apps?

    I have updated a WebHelp project for a Windows app (let's call it App1). Now the Dev team is creating a separately installed app (lets call it App2) that shares some of the same Help information as the original app. Both apps can be installed on the

  • DB XML version 2.5.13, php 5.2.10

    Not sure what the problem is, but I'm not getting the XML content with this piece of code: function getXmlDocumentByNameAsStringV1($documentName, $containerName){ $container = $this->mgr->openContainer($containerName); $xmlDocument = $container->getD

  • Using application toolbar push buttons in report

    Hello folks, I'm new to ABAP and so i'm facing some problems with my code. I have copied a standard program to my Z program (ZXXXXX). I have added few push buttons to the application toolbar of the Z program (ZXXXXX) and now on click of the 1st butto

  • Landwide(pasta) report gets chopped off on right hand side

    Hi I am printing a report(Transaction Register) in landwide(HPW drivder), using Pasta and the report is getting chopped off on the right-hand-side. What do I need to do to fix this?

  • App Store Crashes After Loading

    I tried restoring it 2x but still happens and my iPod is new and updated to IOS 6.