OC4J_HOME and J2EE_HOME settings

hello,
i use oracle 10g enterprise edition and oracle application server 10g. i am not able to view the demos in datasource named mvdemo. probably, my problem is classpath settings. i have to configure the classpath settings for OC4J_HOME and J2EE_HOME. however, i have no idea for which oc4j directory i will do the settings. because there are more than one oc4j directories. these are:
C:\mapviewer1012_qs\mv1012qs\oc4j
E:\oracle\product\10.1.0\Db_1\oc4j
E:\oracle\product\10.1.0\Db_1\inventory\filemap\oc4j
E:\oracle\product\10.1.0\Db_1\inventory\Templates\oc4j
my oracle database in my E partition and mapviewer in C partition. additionally, the situation is not different for the j2ee_home setting. its directories are:
C:\mapviewer1012_qs\mv1012qs\oc4j\j2ee\home
E:\oracle\product\10.1.0\Db_1\oc4j\j2ee\home
i do not know which one will be used? and will i have to configure any extra settings for my oracle 10g database and mapviewer?
if someone could reply, i would be happy..
regards

hello,
my database is set up in : E:\oracle
mapviewer's location is: c:\mapviewer1012_qs
i use standalone oc4j. my problem is adding a new data source. my operating system is windows 200 prof. i added the settings that you specified as oracle_home and oc4j_home in to the "enviroment variables". however, i cannot still add a data source. the code for adding the data source is:
<?xml version="1.0" standalone="yes"?>
<non_map_request>
<add_data_source
name="mvdemo"
jdbc_host="c-0y5wp0jvd2bf8"
jdbc_port="1521"
jdbc_sid="orcl"
jdbc_user="mvdemo"
jdbc_password="mvdemo"
jdbc_mode="thin"
number_of_mappers="3" />
</non_map_request>
the result on the browser:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
     <oms_error>
Message:[MapperConfig] eşleme verileri kaynağı eklenemiyor.
Wed Mar 02 16:28:26 EET 2005
Severity: 0
Description:
     at oracle.lbs.mapserver.core.MapperConfig.addMapDataSource(MapperConfig.java:583)
     at oracle.lbs.mapserver.MapServerImpl.addMapDataSource(MapServerImpl.java:315)
     at oracle.lbs.mapserver.oms.addDataSource(oms.java:1241)
     at oracle.lbs.mapserver.oms.doPost(oms.java:409)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
</oms_error>
and the result on the server console is:
05/03/02 16:27:18 INFO [oracle.lbs.mapserver.oms] oms root path: C:\mapviewer10
12_qs\mv1012qs\oc4j\j2ee\home\applications\mapviewer\web\
05/03/02 16:27:18 Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)
initialized
05/03/02 16:27:18 INFO [oracle.lbs.mapserver.core.MapperConfig] using default co
nfig file: C:\mapviewer1012_qs\mv1012qs\oc4j\j2ee\home\applications\mapviewer\we
b\WEB-INF\conf\mapViewerConfig.xml
05/03/02 16:27:18 WARN [oracle.lbs.mapserver.core.MapperPool] destroying ALL map
maker instances.
05/03/02 16:27:19 INFO [oracle.lbs.mapserver.core.MapperConfig] Map Recycling th
read started.
05/03/02 16:27:19 INFO [oracle.lbs.mapserver.oms] *** Oracle MapViewer started.
05/03/02 16:28:23 INFO [oracle.lbs.mapserver.MapServerImpl] adding a map data sr
c [name=mvdemo]
05/03/02 16:28:25 WARN [oracle.sdovis.ds.nods] java.sql.SQLException: G/╟ istisn
as²: The Network Adapter could not establish the connection
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:137)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:174)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:286)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:321)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
414)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:149)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
n.java:31)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:551)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at oracle.sdovis.ds.NativeOracleDataSource.<init>(NativeOracleDataSource
.java:120)
at oracle.sdovis.ds.DSManager.registerOracleJdbcDS(DSManager.java:86)
at oracle.lbs.mapserver.core.MapperConfig.createMappers(MapperConfig.jav
a:613)
at oracle.lbs.mapserver.core.MapperConfig.addMapDataSource(MapperConfig.
java:582)
at oracle.lbs.mapserver.MapServerImpl.addMapDataSource(MapServerImpl.jav
a:315)
at oracle.lbs.mapserver.oms.addDataSource(oms.java:1241)
at oracle.lbs.mapserver.oms.doPost(oms.java:409)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:810)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:322)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:790)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:270)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:112)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
sableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)
05/03/02 16:28:25 WARN [oracle.sdovis.ds.nods] connecting to database using jdbc
thin driver...
05/03/02 16:28:26 ERROR [oracle.sdovis.ds.nods] java.sql.SQLException: G/╟ istis
nas²: The Network Adapter could not establish the connection
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:137)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:174)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:286)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:321)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
414)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:149)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
n.java:31)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:551)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at oracle.sdovis.ds.NativeOracleDataSource.<init>(NativeOracleDataSource
.java:136)
at oracle.sdovis.ds.DSManager.registerOracleJdbcDS(DSManager.java:86)
at oracle.lbs.mapserver.core.MapperConfig.createMappers(MapperConfig.jav
a:613)
at oracle.lbs.mapserver.core.MapperConfig.addMapDataSource(MapperConfig.
java:582)
at oracle.lbs.mapserver.MapServerImpl.addMapDataSource(MapServerImpl.jav
a:315)
at oracle.lbs.mapserver.oms.addDataSource(oms.java:1241)
at oracle.lbs.mapserver.oms.doPost(oms.java:409)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:810)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:322)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:790)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:270)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:112)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
sableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)
05/03/02 16:28:26 ERROR [oracle.sdovis.ds.nods] java.sql.SQLException: G/╟ istis
nas²: The Network Adapter could not establish the connection
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:137)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:174)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:286)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:321)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
414)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:149)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
n.java:31)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:551)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at oracle.sdovis.ds.NativeOracleDataSource.<init>(NativeOracleDataSource
.java:136)
at oracle.sdovis.ds.DSManager.registerOracleJdbcDS(DSManager.java:86)
at oracle.lbs.mapserver.core.MapperConfig.createMappers(MapperConfig.jav
a:613)
at oracle.lbs.mapserver.core.MapperConfig.addMapDataSource(MapperConfig.
java:582)
at oracle.lbs.mapserver.MapServerImpl.addMapDataSource(MapServerImpl.jav
a:315)
at oracle.lbs.mapserver.oms.addDataSource(oms.java:1241)
at oracle.lbs.mapserver.oms.doPost(oms.java:409)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:810)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:322)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:790)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:270)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:112)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
sableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)
05/03/02 16:28:26 ERROR [oracle.lbs.mapserver.core.MapperConfig] java.lang.Illeg
alArgumentException: Error creating NativeOracleDataSource.
at oracle.sdovis.ds.NativeOracleDataSource.<init>(NativeOracleDataSource
.java:196)
at oracle.sdovis.ds.DSManager.registerOracleJdbcDS(DSManager.java:86)
at oracle.lbs.mapserver.core.MapperConfig.createMappers(MapperConfig.jav
a:613)
at oracle.lbs.mapserver.core.MapperConfig.addMapDataSource(MapperConfig.
java:582)
at oracle.lbs.mapserver.MapServerImpl.addMapDataSource(MapServerImpl.jav
a:315)
at oracle.lbs.mapserver.oms.addDataSource(oms.java:1241)
at oracle.lbs.mapserver.oms.doPost(oms.java:409)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:810)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:322)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:790)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:270)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:112)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
sableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)
i look forward to taking a response..
regards

Similar Messages

  • [865PE/G Neo2 Series] Memory timings and power settings anyone?

    I'm not very good with computers, so I've just played around with the timings on my memory, but have not found one stable setting as of yet.
    The memory is brand new and I've tested it for errors on my brothers computer and there's nothing wrong there.
    Intensive harddrive usage, dvd playing and intense downloading while listening to music are sure ways to crash my system. "..........Not less or equal" is the most common error message, but there are
    many many more.
    Oh, maybe I should point out that overheating's not an issue, cause I've good fans and run my computer without sidepanels.
    I also like to say that I have the first generation of p4 with ht and 533fsb.
    I'm sure there's something I forgot to mention but here below I'll paste the system summary that Sandra gave me.
    Would be forever grateful if someone could help me out with the memory timings and power settings for my board. Setting it to "auto by spd" gives me a very unstable system, so no avail there.
    I'm running the mem at 2.70 and sometimes at 2.65, since these two settings seem to be the ones with least crashes.
    The Memory installed are 4*512mb ,kingston 512 kvr333x64c25 pc2700
    The PSU is a Tagan "TG480-u01" 480w
    Many many thanks in advance guys. 
    SiSoftware Sandra
    Processor
    Model : Intel(R) Pentium(R) 4 CPU 3.06GHz
    Speed : 3.10GHz
    Performance Rating : PR4118 (estimated)
    Cores per Processor : 1 Unit(s)
    Threads per Core : 2 Unit(s)
    Internal Data Cache : 8kB Synchronous, Write-Thru, 4-way set, 64 byte line size
    L2 On-board Cache : 512kB ECC Synchronous, ATC, 8-way set, 64 byte line size, 2 lines per sector
    Mainboard
    Bus(es) : ISA AGP PCI IMB USB FireWire/1394 i2c/SMBus
    MP Support : 1 Processor(s)
    MP APIC : Yes
    System BIOS : American Megatrends Inc. V2.5
    System : MICRO-STAR INC. MS-6728
    Mainboard : MICRO-STAR INC. MS-6728
    Total Memory : 2GB DDR-SDRAM
    Chipset 1
    Model : Micro-Star International Co Ltd (MSI) 82865G/PE/P, 82848P DRAM Controller / Host-Hub Interface
    Front Side Bus Speed : 4x 135MHz (540MHz data rate)
    Total Memory : 2GB DDR-SDRAM
    Memory Bus Speed : 2x 168MHz (336MHz data rate)
    Video System
    Monitor/Panel : Iiyama A201HT VisionMaster Pro 510
    Adapter : RADEON X800 Series   
    Adapter : RADEON X800 Series Secondary
    Imaging Device : CanoScan FB630U/FB636U #2
    Imaging Device : Video Blaster WebCam 3/WebCam Plus (WDM) #2
    Physical Storage Devices
    Removable Drive : Diskettenhet
    Hard Disk : ST3160023AS (149GB)
    Hard Disk : WDC WD1000BB-00CAA0 (93GB)
    Hard Disk : WDC WD1200JB-00CRA1 (112GB)
    Hard Disk : FUJITSU MPG3409AT  E SCSI Disk Device (38GB)
    CD-ROM/DVD : PHILIPS DVDR1640P (CD 63X Rd, 63X Wr) (DVD 8X Rd, 8X Wr)
    CD-ROM/DVD : PLEXTOR CD-R   PX-W4824A (CD 40X Rd, 48X Wr)
    CD-ROM/DVD : AXV CD/DVD-ROM SCSI CdRom Device (CD 32X Rd) (DVD 4X Rd)
    CD-ROM/DVD : AXV CD/DVD-ROM SCSI CdRom Device (CD 32X Rd) (DVD 4X Rd)
    CD-ROM/DVD : AXV CD/DVD-ROM SCSI CdRom Device (CD 32X Rd) (DVD 4X Rd)
    CD-ROM/DVD : AXV CD/DVD-ROM SCSI CdRom Device (CD 32X Rd) (DVD 4X Rd)
    CD-ROM/DVD : AXV CD/DVD-ROM SCSI CdRom Device (CD 32X Rd) (DVD 4X Rd)
    Logical Storage Devices
    1.44MB 3.5" (A:) : N/A
    Hard Disk (C:) : 149GB (101GB, 67% Free Space) (NTFS)
    Xp (D:) : 112GB (2.1GB, 2% Free Space) (NTFS)
    Big (E:) : 93GB (9GB, 10% Free Space) (NTFS)
    Jimjimjim (F:) : 38GB (2.1GB, 5% Free Space) (NTFS)
    Bologna_2 (G:) : 3.9GB (UDF)
    CD-ROM/DVD (H:) : N/A
    Bfv_3 (I:) : 486MB (CDFS)
    Doom 3 roe (J:) : 650MB (CDFS)
    Sims2ep1_1 (K:) : 650MB (CDFS)
    Bf2 dvd (L:) : 1.9GB (UDF)
    CD-ROM/DVD (M:) : N/A
    Peripherals
    Serial/Parallel Port(s) : 1 COM / 0 LPT
    USB Controller/Hub : Intel(R) 82801EB USB Universal Host Controller - 24D2
    USB Controller/Hub : Intel(R) 82801EB USB Universal Host Controller - 24D4
    USB Controller/Hub : Intel(R) 82801EB USB Universal Host Controller - 24D7
    USB Controller/Hub : Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD
    USB Controller/Hub : Intel(R) 82801EB USB Universal Host Controller - 24DE
    USB Controller/Hub : USB-rotnav (hub)
    USB Controller/Hub : USB-rotnav (hub)
    USB Controller/Hub : USB-rotnav (hub)
    USB Controller/Hub : USB-rotnav (hub)
    USB Controller/Hub : USB-rotnav (hub)
    USB Controller/Hub : USB-enhet (sammansatt)
    USB Controller/Hub : Stöd för USB-skrivarport
    FireWire/1394 Controller/Hub : OHCI-kompatibel IEEE 1394-värdstyrenhet
    Keyboard : Logitech HID-Compliant Keyboard
    Keyboard : HID-tangentbordsenhet
    Mouse : HID-compliant MX310 Optical Mouse
    Mouse : HID-kompatibel mus
    Mouse : HID-kompatibel mus
    Human Interface : Logitech WingMan Force 3D USB (HID)
    Human Interface : HID-kompatible konsumentkontrollenhet
    Human Interface : HID-kompatibel enhet
    Human Interface : Logitech Virtual Hid Device
    Human Interface : Logitech Virtual Hid Device
    Human Interface : Logitech USB MX310 Optical Mouse
    Human Interface : Logitech WingMan Force 3D USB
    Human Interface : USB HID (Human Interface Device)
    Human Interface : Internet Keys USB
    MultiMedia Device(s)
    Device : Audigy X YouP-PAX A4 v1.00 Audio Driver(WDM)
    Device : Creative Game Port
    Device : Pinnacle PCTV Stereo PAL Capture Device
    Printers and Faxes
    Model : Microsoft Office Document Image Writer
    Model : Canon PIXMA iP4000
    Model : Adobe PDF
    Power Management
    AC Line Status : On-Line
    Operating System(s)
    Windows System : Microsoft Windows XP/2002 Professional (Win32 x86) 5.01.2600 (Service Pack 2)
    Network Services
    Adapter : Intel(R) PRO/1000 MT Desktop Adapter #2

    Thanks for your answers.
    Danny: 1. Yes, I've put my memory in my brothers computer, and ran memtest there, and it came out ok, but on mine it crashes almost instantly.
              2. Yea, I have 2 fans blowing into the case and one out, so airflow is good, cpu is also cool and seems to be happy ;-)
    Geps:  I can't say I understand all these numbers but there are som specs here as an example, Tagan TG480-U01 480W ATX
    I can't imagine that this psu ain't enough, and if so.....I've been had by the dealer. 

  • How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    No, nothing will prevent the computer from going to sleep when you close its display except third-party hacks that are designed to do exactly that. I strongly advise against using any of those, as they may interfere with successful entry into clamshell mode (and they carry other downside risks as well). Just wait until the computer is asleep (with its sleep light pulsing), then press any key on the keyboard. It sounds as though your setup is working as it's designed to do.

  • How do I transfer my MacBook Air to my wife so she can sync her iTunes account and other settings with her iPad Mini?

    How do I transfer my MacBook Air to my wife so she can sync her iTunes account and other settings with her iPad Mini?

    You can change the account shortname to whatever you wish to use.
    As you can see from my example above. Once you click on the Create User button a new account will be created.
    She will need to get her own Apple ID setup so when she starts with iTunes she can open her own iTunes account unless you both want to share the use of the same Apple ID. This can create a bit of confusion if you have your own iPads or iPhones or iPods. As you have discovered it's pretty much one iDevice with one Apple ID.
    As for the iTunes library that becomes a more complicated issue.

  • My shuffle ,doesnt get syncronized with itunes in my pc,getting audio and video settings error,but able to get it syncronized with my friends pc

    my shuffle ,doesnt get syncronized with itunes in my pc,getting audio and video settings error,but able to get it syncronized with my friends pc    

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar
    The missing apps could have been done by setting the Restrictions that can hid those apps. If the backup was made with those retrictions set the the Restrictions are also restored.
    Thus, if you get it to work restore to factory settings/new iPod, not from backup                               
    You can redownload most iTunes purchases by:        
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Last week, I had no problems streaming my MacBook Pro to my sony Bravia with a logix hdmi cable. I came back from holidays and now it doesn't work anymore.  What settings should my computer be on and what settings should my tv be on?

    Last week, I had no problems streaming my MacBook Pro to my sony Bravia with a logix hdmi cable. I came back from holidays and now it doesn't work anymore.  What settings should my computer be on and what settings should my tv be on?

    TarahCurrie Sep 10, 2014 3:48 PM
    Restore From Time Machine Backup
    Reinstall OS X
    Get Help Online
    Disk Utility
    MacBook Pro, Mac OS X (10.5.8)
    You are running 10.5.8
    Did you try booting off your Install disk holding the c key down.  From here you can get to the drop down menu just a few clicks in (you are not going to install) and run  the Disk Utility>Repair Disk.  See if it will let you do this.

  • How Do I Change an Animated Gif's Iteration and Loop Settings? (Pshop/Image Ready 7.0)

    Background to Issue (NOT a PPT or Windows issue even though It will seem like that at first but read on...): I have to make Animated GIFS to be inserted into Powerpoint. I work on a Mac but the PPT presentation will be shown on PCs (non-negotiable, since I can't ask hundreds of sales reps who will be using this to install an outdated version of PPT). I already learned that I need to insert the Gifs while working on a PC or else it won't work). Fair enough- I can put it together on a PC, again not the issue. BUT, when I do THAT, the gifs still wn't animate unless I am in PPT 2002. Fair enough (Microsif going backwards not a surprise) So it won't work in PPT 2003 which is what the users will all have. But I need to get the presentation to them asap! I got a bit further in researching and found out that the solution is that I need to set my "Loop Flag" and "Iteration Settings" appropriately. See this link (http://www.soniacoleman.com/Tutorials/PowerPoint/animated_gifs/gifs.htm)
    BUT I am trying to find out if one can do this already somehow in Mac Photoshop 7.0 or Mac Image Ready 7.0, where I made the gif and would prefer to keep making my gifs. Maybe I need to upgrade Image Ready or Pshop to CS? SO THE FINAL QUESTION IS: Is there another way to manual do this without this PC Plug-in?
    NOTE: Yes, I know how how to set the loop to "once" or "forever" in Image Ready when I make my Gifs but apparently I need to do this somewhere else...where the iteration setting lives too?

    There is an ImageAnimator so you may not need to use byte array instead.
    ImageAnimator.Animate Method
    http://msdn.microsoft.com/en-us/library/system.drawing.imageanimator.animate(v=vs.110).aspx
    chanmm
    chanmm

  • Error 7 occurred at Copy in ABAPI Dist New VI Library.vi​- ABAPI Dist Chk for Destinatio​ns.vi- ABA​PI Copy Files and Apply Settings.v​i- EBEP_In​voke_Build​_Engine.vi​- EBUIP_Bu​ild_Invoke​.vi- EBUIP​_Build_Inv​oke.vi.Pro​xyCaller

    When I try to build executables in LabView 8.01 I get message:
    Error 7 occurred at Copy in ABAPI Dist New VI Library.vi->ABAPI Dist Chk for Destinations.vi->ABAPI Copy Files and Apply Settings.vi->EBEP_Invoke_Build_Engine.vi->EBUIP_Bu​ild_Invoke.vi->EBUIP_Build_Invoke.vi.ProxyCaller
    Best Regards

    I got the same error as I tried to build my application, the reason was the string I set for the 'Build specification name' property of my build.
    I changed from '3DC - Dlog Data Compacter ' to '3DC' and it worked afterwards..quite strange behaviour..

  • Central Excise and WHT Settings  in CIN Version for 4.6C

    hi sap gurus,
    i need urgent support from your end regarding Central Excise and WHT Settings  in CIN Version for 4.6C. I am new to CIN Version, and now i deputed to the same.
    can any body give the configuration of the Central Excise and WHT Settings  in CIN Version for 4.6C.
    kindly revert back asap.
    thanks and regards,
    raghav

    Hi
    Go to transaction code J1iln you get all the details on CIN or you can go to logistics general > tax on Goods Movement in SPRO
    Anand

  • Facebook notifications and messages and account settings only work in private browsing

    Unable to open Facebook notifications, messages and account settings unless running in private browsing

    This can be a problem with cookies.
    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    See http://kb.mozillazine.org/Clearing_the_cache and http://kb.mozillazine.org/Cookies

  • After upgrading to IOS 5.1 I no longer can see Verizon at the top of my Iphone and under settings general Network says Not Available Why is this? Did the upgrade cause this?

    after upgrading to IOS 5.1 I no longer can see Verizon at the top of my Iphone and under settings>general>Network>says Not Available Why is this? Did the upgrade cause this?
    steve

    See this tip --> http://support.apple.com/kb/TS1559
    If this doesn't resolve it you most likely have a hardware failure. Fortunately, your phone is in warranty, so if you take it to an Apple store they will replace it.

  • I just setup mine and my wife's iphone 4 on new ios5 and icloud settings.  Our phones are both on my account.  Her phone is receiving my contacts, calendars, etc. due to this.  Is there a way I can separate her phone from my account in itunes and icloud?

    I just set up mine and my wife's iphone 4 on new ios5 and icloud settings.  I have both phones on one account and actually she purchases apps/music with my sign in and password on her phone. 
    Now that we are set up on icloud settings, her phone is receiving my calendars, contacts, etc.  she does not want and does not need any of these items on her phone.  How can I separate the two now?  is there a way to have a different login and password for her phone so that it sets up on its own icloud settings?
    Thanks

    She should create her own Apple ID and start using it for everything, including purchasing.
    It starts on the computer in iTunes. There are 2 elements we are dealing with;
    purchasing items from iTunes (apps, music) and playing items in iTunes.
    Only one Apple ID can be signed in at a time for purchasing. But you can "authorize" multiple Apple IDs for playing. As long as iTunes is "authorized" with both your Apple IDs, items purchased with these different accounts can coexhist in one iTunes Library.
    Why this is important, it has to do with back up and being able to transfer purchased items to the computer.
    Once your wife sets up her own account, she will want to connect the iPhone to the computer to back it up and transfer any new purchases, iTunes will need to be authorized for that to happen.     
    With that said, a new feature of iColud is back up. It will back up everything to the cloud. You need to turn it on, it's at the bottom of the iCloud settings on the iPhone. It is limited to 5GB for free, you can buy more. I used all 5GB my first back up, but I have a lot of crap, and there's a lot of things on the iPhone that get backed up that don't count against the 5GB, so it might be plenty of space for you.
    When it comes to the iCloud and contacts/calendars, again your wife needs her own account. (ASAP)  Does she have a computer in her life that has a list of her contacts and calendars. I hope so, because it sounds like her contacts on her iPhone are now mixed with yours. Or I hope there is still an untouched list of contacts on the iPhone that iCloud didn't mix.  Either way Delete your iCloud account from her iPhone. Remove the data, as long as it isn't hers. This will delete all info being synced to the cloud. If she still has a list of her old contacts on the iPhone, great. If not, I hope she has them somewhere else, like her own computer.
    Create her an iCloud account. Enter the account info where ever there is a list of contacts/calendars and get the info onto the cloud, then add the iCloud settings to any other devices. 
    Any new apps/music purchased with her account will back up to the cloud. I don't think apps purchased with your account will. She will also need to enter your password for updating these apps, because they were purchased with your account.
    I hope this helped and didn't make thing more confusing.  Good luck!

  • How do I use Migration Assistant to get my Mail and Keychain settings from

    How do I use Migration Assistant to get my Mail and Keychain settings from my Power Mac G5 2.3Ghz? I just purchased a new 2.5 MacBook Pro which will be delivered tomorrow, and I want to to know how to transfer Mail and Keychain?
    Thank You in advance for your reading and replying.
    Kindest Regards,
    Sebastian

    Rather than using Migration Assistant, which can cause trouble with the PPC to Intel change, simply boot the G5 in FireWire target disk mode and manually transfer the following:
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/com.apple.mail.plist
    You might want to look over Kappy's helpful guide for migrating, which covers the full process for a manual migration (including the above files).
    Hope this helps...

  • My acer Aspire V7-481P touchscreen stopped working. I can no longer find the pen and touch settings on my computer, please help.

    My acer Aspire V7-481P touchscreen stopped working. I can no longer find the pen and touch settings on my computer, please help, I have tried to download all the drivers on the acer website and it is still not working. The touchscreen previously worked before
    but unexpectedly stopped.

    touchscreen don't need driver
    go to device manager, find Human Interface Device, find HID-compliant touchscreen (maybe under USB input device), try to enable it, click yes and restart PC
    If not solved, try to perfrom system restore (back to condition when this PC working fine)
    http://acer.custhelp.com/app/answers/detail/a_id/11564/related/1
    for more details TS, i suggest contact Acer

  • Bluetooth is no longer working on iPhone 4s.  It used to work very well. Not any more. Have tried reset network settings and all settings, no joy.  Never had bluetooth problems before.  Have tried connecting to other peripherics nothing works. Can you hel

    Bluetooth is no longer working on iPhone 4s.  It used to work very well. Not any more. Have tried reset network settings and all settings, no joy.  Never had bluetooth problems before.  Have tried connecting to other peripherics nothing works. Can you help?  Thank you.

    Bluetooth is no longer working on iPhone 4s.  It used to work very well. Not any more. Have tried reset network settings and all settings, no joy.  Never had bluetooth problems before.  Have tried connecting to other peripherics nothing works. Can you help?  Thank you.

Maybe you are looking for

  • Jlaunch restarts in Dev not in PROD - any specific settings

    Hi all In our EP 7.0 SPS 06, when we execute the "Export to Excel" button to export the analysis report to excel, its normally very very slow. But in Development server, it hangs for 1 min and then automatically the jlaunch process gets restarted. Wh

  • Need help with Java, have a few questions about my Applet

    Purpose of the program: To create a mortgage calculator that will allow the user to input the loan principal then select 1 of 3 choices from a combo-box (7 years @ 5.35%, 15 years @ 5.50%, 30 years @ 5.75%). Problem: My program was working properly (

  • Commit sequence in forms

    I have one block with single record and 3 others blocks with multiple records. block1 b2 b3 b4 On SAVE button when_button_pressed trigger Code is declare v_commit number:=0; begin p_insert_test( :block1.p_emp_id ,v_commit --Note : No commit inside pr

  • Annual upgrade pricing?

    I've read that a $49.99 calling plan on any line is required for an annual upgrade. So if your on the 65+ share plan with two lines, your not eligible because it's $40.00 for the primary line and $19.99 for the secondary line. Yet the account owner i

  • Why does Yahoo pop up asking to confirm my password?

    Hi, I don't know if this is happening to anyone else, but I noticed that when I select Notes or just out of no where, a pop up message comes up asking me to confirm my Yahoo email password. I selected cancel and then when I logged on Yahoo mail from