Some light here!

I have installed jdeveloper 11g, but when I try to run my JSF aplication I have this problem all times:
F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\DefaultDomain\bin\startWebLogic.cmd
[waiting for the server to complete its initialization...]
JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m
WLS Start Mode=Development
CLASSPATH=;F:\ORACLE\MIDDLE~1\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;F:\ORACLE\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;F:\ORACLE\MIDDLE~1\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;F:\ORACLE\MIDDLE~1\JDK160~1\lib\tools.jar;F:\ORACLE\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;F:\ORACLE\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;F:\ORACLE\MIDDLE~1\modules\features\weblogic.server.modules_10.3.0.0.jar;F:\ORACLE\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;F:\ORACLE\MIDDLE~1\modules\ORGAPA~1.5/lib/ant-all.jar;F:\ORACLE\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;F:\Oracle\Middleware\jdeveloper\modules\features\adf.share_11.1.1.jar;;F:\ORACLE\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;F:\ORACLE\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;;
PATH=F:\ORACLE\MIDDLE~1\patch_wls1030\profiles\default\native;F:\ORACLE\MIDDLE~1\patch_jdev1111\profiles\default\native;F:\ORACLE\MIDDLE~1\patch_cie660\profiles\default\native;F:\ORACLE\MIDDLE~1\WLSERV~1.3\server\native\win\32;F:\ORACLE\MIDDLE~1\WLSERV~1.3\server\bin;F:\ORACLE\MIDDLE~1\modules\ORGAPA~1.5\bin;F:\ORACLE\MIDDLE~1\JDK160~1\jre\bin;F:\ORACLE\MIDDLE~1\JDK160~1\bin;F:\product\10.1.3.1\OracleAS_3\jdk\bin;F:\product\10.1.3.1\OracleAS_3\ant\bin;D:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Arquivos de programas\ATI Technologies\ATI.ACE\Core-Static;D:\desenvolvimento\Flex Builder 2 Plug-in\Flex SDK 2\bin;D:\desenvolvimento\Java\bin;C:\Arquivos de programas\QuickTime\QTSystem\;C:\Arquivos de programas\VoiceAge\Common;C:\Arquivos de programas\Microsoft SQL Server\90\Tools\binn\;F:\product\10.1.3.1\OracleAS_3\MOBILE\sdk\bin;D:\Arquivos de programas\MKVtoolnix;;C:\PROGRA~1\COMMON~1\MUVEET~1\030625;F:\ORACLE\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http:\\hostname:port\console *
starting weblogic with Java version:
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
Starting WLS with line:
F:\ORACLE\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -DproxySet=false -Djbo.34010=false -Xverify:none -da -Dplatform.home=F:\ORACLE\MIDDLE~1\WLSERV~1.3 -Dwls.home=F:\ORACLE\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=F:\ORACLE\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=F:\ORACLE\MIDDLE~1\JDEVEL~1\system\SYSTEM~1.56\DEFAUL~1 -Doracle.home=F:\Oracle\Middleware\jdeveloper -Doracle.security.jps.config=F:\ORACLE\MIDDLE~1\JDEVEL~1\system\SYSTEM~1.56\DEFAUL~1\config\oracle\jps-config.xml -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Xms1024m -Xmx1024m -XX:MaxPermSize=256m -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=F:\ORACLE\MIDDLE~1\patch_wls1030\profiles\default\sysext_manifest_classpath;F:\ORACLE\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath;F:\ORACLE\MIDDLE~1\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=DefaultServer -Djava.security.policy=F:\ORACLE\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
Error occurred during initialization of VM
Could not reserve enough space for object heap
Process exited.
F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\DefaultDomain\bin\stopWebLogic.cmd
Stopping Weblogic Server...
Error occurred during initialization of VM
Could not reserve enough space for object heap
Done
I´ve edited jdev.conf but nothing happens, please help me in step by step because I searched Google and Find anything!!!!!!!
Help!

That link i saw before post, its not very clear about HOW and WHERE I can do that:
Under certain circumstances, if you do not have enough free memory available, you may receive an error when running an application:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Normally you would resolve this by adding -Xms and -Xmx arguments to the project's Run/Debug profile. However, there are existing entries for these settings in the WebLogic startup that will override the project's settings. The proper way to resolve this error is to add EXTRA_JAVA_PROPERTIES to your environment, as follows:
On Linux
setenv EXTRA_JAVA_PROPERTIES "-Xms512m -Xmx512m"
On Windows
set EXTRA_JAVA_PROPERTIES="-Xms512m -Xmx512m"
Not clear!

Similar Messages

  • Looking to purchase some lighting

    Let me start off by saying that I know, good lighting is expensive, but I have a budget of &300 and need some sort of lighting with umbrellas that will do the job. If you guys have any ideas of some lighting in that range, let me know. Thanks!

    I came across a very good deal on ebay not long ago. The seller was "amvona.com" and they do maintain an ebay store. The kit I bought included heavy duty 2 boom stands (with removable casters), two very nice zipped sand bags, 2 lamp heads, 4 500 lamps and 2 24" x 24" soft boxes complete with egg crate panel for light control - all in a handy dandy case with an extend-able handle and wheels. My winning bid was $158.00 + $40.00 shipping. As I recall the item was way down their list of items with a starting price of $3.00 or something ridiculous like that.
    They sell the same kit on their web site for $475.00.
    Now even at $475.00 I would expect too much from a 2 light kit, but I've been very pleased with the construction and performance of this kit. The 24" softboxes are perfect for talking head shots and other close work.
    The item on their web site is here: http://www.amvona.com/v7/shop/?page=shop/flypage&view=1&product_id=2561
    Or go to ebay.com a do a search for amvona.com as the seller.
    -DH

  • I wanna get some lights like these.

      How easy would it be to attach some lights like these to the back of some speakers? I'm moving my decks to its own table and I will have speakers either side of my laptop that will be in the centre.I want the lights to attach to the back of the speakers and glow against my wall to give off an aura.  Also will prolonged use tint the paint on the wall?

    Well as Pat states the affect will usually only work as seen here if the wall is able to reflect the maximum amount of emitted light.
    LED tubes are good for this effect because the light they give off is of a high intensity but it doesn't travel far, hence the darkness being preserved away from source. Although this picture is obviously edited to exaggerate the contrast, a big screen TV like shown in that picture also helps because the light from that will drown out the light that leaks on to the walls the further away from the source. Think of a gas lighter beside a cars headlights, you won't see the flame from the gas lighter. Turn that TV off and the purple will appear to extend further up the walls.
    It isn't particularly difficult to do, but you will probably go through some trial and error. And think about what colour light you will use... do you really want a purple wall?

  • My Macbook Pro (2009) just turns off sometimes with no warning and for no visible meaning. it switches on again afterwards but is so annoying! Anyone able to shed some light?

    Hi all
    I bought a second hand mac (boo i know but i am a student so cannot afford a new one!) it is a 2009 model, 15" with 8gb memory
    It works fine until a point where it randomly switches itself off! I can be watching something, on photoshop, on iphoto or anything really and it just powers off.
    I have found lots of threads saying the same except my mac switches itself back on automatically afterwards.
    I have had the fans and filters cleaned and checked. It does not overheat (i have a cooling thing it rests on) and i dont have it working for hours on end before it does this, sometimes it will only be within 1o minutes of me turning it on!!!
    Please help!
    is anyone able to shed some light?
    Also, i hope this problem is solvable personally because i dont have any warranty!
    Thanks

    Tried resetting SMC?
    Reset SMC.
    http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • MAC PRO (Early 2008) RAID CARD ISSUE - SYSTEM FREEZEHello (hopefully someone can shed some light on my issue)  I own as above a MAC PRO (Early 2008) this has a RAID card installed along with two 15k.7 cheetah hdd (320gb) and a spare drive, (which i m

    Hello (hopefully someone can shed some light on my issue)
    I own as above a MAC PRO (Early 2008) this has a RAID card installed along with two 15k.7 cheetah hdd (320gb) and a spare drive, (which i made a regular drive)
    a while ago i had to replace the RAID card battery, so i did this, over a year later the same thing happened again, but as previous just left it and the system seemed fine for ages, until last night i was working in PHOTOSHOP and everything just froze and the screen kind of appeared GREEN, could not do a single thing. So restarted the mac, this time grey screen for ages and a message appeared, (macs version of blue screen) (see attached).
    I restarted the machine and this time a flashing question mark folder!
    could not do a thing.
    so i found my copy of snow leopard and got the computer to run this and at least launch the DISK UTILITY and (Interestingly in the drop down menu RAID UTILITY was also in the menu) but it did not matter which utility i used the (RAID or DISK) neither could see any of drives, just the dvd drive.
    so looked around on you tube and various forums and discovered if i take out the RAID CARD and re-plug the main lead from the RAID card back in to the LOGIC BOARD I would be reverting the MAC to a normal regular non-RAID computer.
    After performing this HARDWARE task and inserting all three HDD, and running the DISK utility from the drop down menu via the SNOW LEOPARD disc.
    (interestingly since the RAID card had been removed the RAID UTILITY  from the drop down menu no longer appeared). running disk utility I can now only see the regular (spare) hdd and DVD Drive, but the two RAID HDD , again, still do not show up DISK UTILITY?
    O.K. so i could chuck out the RAID card (AND RAID HDD) and just go with a regular set-up, and run a back restore from Time Machine on a NEW hdd purchased.
    but what is wrong with the RAID, is the card at fault or are both HDD used for the RAID knackered? can i perform any tests, to see whats what?
    thanks for your help in advanced.

    hello people, the issue was in fact the GRAPHICS card nothing to do with the HDD or RAID system ( although this did cause issues with the RAID system it basically lost its way) below is my replay to another similar  problem some one else had!
    working in photoshop and then everything stopped working and the lot froze! only option was to force shutdown (via button).
    and try to restart, hoping all was fine, this was not the case :-(
    I had the added issue of the RAID card system, that i have, this was confused to say the lease and would not behave or work, causing the start up to hang.
    so i thought the HDD must be bust and the root cause. ( but soon learnt it was not the cause )
    ...bought a new HDD removed the RAID card and replugged the cable from RAID card into LOGIC board, ( making the computer act like any normal non-RAID system). I managed to install the OSX, using the snow leopard disk way. once the mac was running, i started to notice the screen would flicker and started to see 'artefacts'. so i started to reveal my symptoms to the web and forums and soon discovered that my graphics card could be the issue all along?.
    (nvidia geforce 8800gt 2x dvi).
    I read up on that a fix, could be either A. reply the thermal paste, as the card could be over heating or B. stick the card in the oven trick.
    Tried option A. first and nothing still issues, so last night took the plunge carried out option B. and ta da it worked! i even managed to run
    from my new HDD my lasted install OS X, absolutely fine. I then thought, maybe i could repair my RAID so replugged all the HARDWARD back in and
    carried out a disk repair and disk permissions on drives( took a small amount of time), via the SNOW LEOPARD disc - (Disk utilities) and this worked and now have my system working as it was just over 6 days ago.
    what was the cost to get this?  bought a new hdd so 40.00gbp and thermal paste and cleaner kit ( your still need to do this ) search video card trick on you tube.
    and renew thermal paste, approx 15.00gbp, technically i don't need the new HDD, but it was all part of the trial and error way i went. ( i do have extra storage as a result!)"

  • Who can shed some light on my ongoing connection problem. After upgrading my iPad Air with IOS 7.06, I could no longer connect to the internet. I have 2 MacBooks Air, 1 ipad mini and one iPhone 4S running on the same network, and they are all connected to

    Who can shed some light on my ongoing connection problem.
    After upgrading my iPad Air with IOS 7.06, I could no longer connect to the internet.
    I have 2 MacBooks Air, 1 ipad mini and one iPhone 4S running on the same network, and they are all connected to the net and function well.
    So I cleaned up the ipad completely, installed the latest firmware and reinstalled my apps : no connection.
    I tried all things of resets and forgets. No result.
    I have been fondling with my Airport Extreme 5 , but that did not help much.
    This morning I went to a neighbor , hooked my ipad air on his network, typed the password and the thing all worked fine.
    I have tried to connect the ipad air as an ethernet client, but that did not work. „Not enough power“ was the statement
    Ideas anyone ?

    Yes I tried this manyfold. But did not work.  Reading on, I took Tesserac's advice. Shut down router and computer.
    Start router after 15 minutes and wait another 10 minutes before starting the computer.
    Et voila.... everything is back in working order,
    Regards form Curacao, Dutch Caribean.
    Pete van Linden

  • Am trying to upgrade iPad 2 to 6.1.2 and it shows error like "Unable to verify Update" you are no longer connected to the internet. But am connect to my wi-fi. Can somebody throw some light on this.

    Am trying to upgrade iPad 2 to 6.1.2 and it shows error like "Unable to verify Update" you are no longer connected to the internet. But am connect to my wi-fi. Can somebody throw some light on this.
    ============================================================
    Throws error saying
    "Unable to Verify Update"
    iOS 6.1.2 failed verification because you are no longer connected to the internet
    ============================================================
    Can anybody please respond

    Try this and see if it resolves the issue.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    Then try again.

  • HT1695 My wife is working in London for 5 weeks and for some reason her ipad will not connect to btfon or btopenzones at her digs, but she has a ethernet socket, so can a wifi only ipad2 be connected to the internet via an ethernet cable

    My wife is working in London for 5 weeks & staying in digs, so we thought it would be a good idea to buy an ipad2 so we could skype each other, she could watch movies from the icloud, access skygo etc,and it wouldn't be as bulky as a laptop. All fine if you can get wifi, but for some reason her ipad cannot locate any btfon or btopenzone hotspots (or provider), IN LONDON??!! We can access them at home in a little village in Northern Ireland. Her digs have an ethernet socket, is it possible to connect her ipad to this socket via an adapter?

    No. She will need to come up with an alternative way to connect. A mobile hotspot perhaps.
    Finding some way to connect to these hotspots would be the ideal situation. I know that you realize that. We know nothing about what is happening, but if you can explain in some detail, maybe somebody here can help.

  • I have lost my photos/videos when i imported from my ipad 2 to my new imac latest version and it's not reading the files.  I have downloaded iMac library manager and can see them. can someone shed some light please ?

    i have lost my photos/videos when i imported from my ipad 2 to my new imac latest version OS X 10.8.4
    and it's not reading the files.  I have downloaded iMac library manager and can see them.  when i go back into iphoto i'm getting the following message :
    Do you want to switch the current iPhoto Library from “iPhoto Library.photolibrary” to “iPhoto Library.photolibrary” and relaunch iPhoto?
    I don't know what to do - please help !!!!
    can someone shed some light please ?

    So it appears you have only one library on the hard drive. Apply the two fixes below in order as needed to that library:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • I have recently bought an iphone 5 and have synced it with my girlfriends laptop and taken some of her music. i have also bought music off my iphone. i want to sync the iphone with my parents imac and take some of my dads music. Is this possible?

    i have recently bought an iphone 5 and have synced it with my girlfriends laptop and taken some of her music. i have also bought music off my iphone. i want to sync the iphone with my parents imac and take some of my dads music. Is this possible without wiping the iphone?

    An iOS device can only be synced with one iTunes library.

  • I'm looking for some inspiration here on how best to set up my TC

    Copied from a post else where, any help greatly appreciated!!
    I'm looking for some inspiration here on how best to set up my TC for my needs & wondering how others do for similar needs....
    I have a 2TB TC that I have set up so that all of mine & my girlfriends photo's, music, movies & documents are on the one location so that we can access it wirelessly from both our MacBooks & also from a MacMini which I'm going to buy in a month or 2. Changing the location for where iTunes & iPhoto look wasn't a problem but browsing through iPhoto in particular is really slow due to the number of previews I presume, and also we are now unable to have any of the media with us when traveling about, synching phones on the move is a disaster as well!
    Anyway,
    is there an easy way of setting up iTunes / iPhoto so that we can have all the data on the TC managed on the MacMini but import small iTunes Playlists & iPhoto Albums to our MacBooks without having to change in preferences where the applications look for data each time we get home?
    Any help anybody can offer would be grand!
    Thanks in advance.........

    You topic might be better suited for the iPhoto or iTunes forums, since your question seems to be with the application(s) functionality, not really the Time Capsules. However, if you start iPhoto or iTunes while holding down on the "option/alt" key, you can manually select a library to access. When you want one of your computers to access the library on the Time Capsule, make sure it's mounted as a shared volume on your Desktop and then open iTunes and point it towards the library on the Time Capsule. If you want to use a smaller library on your computer, open iTunes and point it to the library on your Mac. I've never switched back and forth multiple times between multiple libraries, so you might check in the iPhoto or iTunes forums to see if any issues may arise from doing this repeatedly.
    -Doug

  • Woke up to my iPhone 4 being completely blank. I've tried restarting and resetting it as well as charging it and plugging into my computer. Can anyone shed some light as to what may be wrong or how to fix it? Thanks

    Woke up to my iPhone 4 being completely blank. I've tried restarting and resetting it as well as charging it and plugging into my computer. Can anyone shed some light as to what may be wrong or how to fix it? Thanks

    Hello there, Kyle.Kuz.
    The following Knowledge Base article that provides some helpful pointers to help resolve your issue is:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Specifically:
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIsand corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 15 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • The Apple instructions with no luck. Grateful if anyone can shed some light on this !

    I seem to be unable to locate or play iTunes Radio in iTunes. I have followed the Apple instructoins with no luck. Grateful if anyone can shed some light on this !

    Thanks very much. Now I feel stupid!!

  • Can anyoen shed some light?

    We are house parents at a high school dorm. We are wireless. I have a PB 17" running 10.3.9 with airport card, a brand new iMac with Airport Extreme card. I have tried to get my AE to connect to the wireless. The dorm is using Linksys WRT54G Router. It is in the attic of the house. I have a few questions.
    1. How can I get my AE to show a blinking green light, not amber? I am not savvy when it comes to wireless, I'm OK with the operating system
    2. How can I use my AE basestation to connect my Samsung laser printer so that the PB can print via the newtwork? I have it directly connect via USB to my iMac.
    3. I have been reading about port forwarding and assigning a static IP address. I have tried to launch Airport Adm. Uti. but since I am not using the AE basestation, I can't get to the configure window. I have tried connecting to http://192.168.1.1 but I can't connect to it.
    Can some shed some light? It would be greatly appreciated.
    Leo

    I have tried to get my AE to connect to the wireless.
    By "AE" do you mean AirPort Express? AirPort Extreme? What?
    2. How can I use my AE basestation to connect my Samsung laser printer so that the PB can print via the newtwork? I have it directly connect via USB to my iMac.
    You can connect your printer to the USB port on an AirPort Express or AirPort Extreme base station (AEBS). If it is compatible, you won't have a problem.
    I have tried to launch Airport Adm. Uti. but since I am not using the AE basestation, I can't get to the configure window.
    The AirPort Admin Utility works with AirPort Express or AEBS.

  • Can anybody out there help shed some light on why no audio output using varispeed tempo only

    Can anybody out there help shed some light on why no audio output using varispeed tempo only?
    I am using Logic Pro 9 and finding no problems using the tempo and pitch option but when I just want to vari the tempo only I loose all output.
    This includes no audio meter activity on channells.

    Another worthwhile time/pitch related product is from Prosoniq. The version of Nuendo (not the latest) the University uses ships with the MPEX algorithm, which is related to to their flagship product.
    http://www.prosoniq.com/www/TimeFactory_II.html
    I've used it a bit to create the double-time/+1 octave  Les Paul & Mary Ford guitar sound for a class demo demo and thought it did a very good job.
    Yes, there is a Demo.

Maybe you are looking for