64 vs. 32 bit

Can someone explain to me the main differences between using Safari in 64 bit mode vs. 32 bit mode?
I'm using it in the standard 64 bit mode in Snow Leopard, but an application that I use requires me to step it back to 32 bit mode in order to use one of the functions associated with it. I'd like to use this function, but am hesitant to switch to 32 bit mode.
Thanks,
Mac

Safari 4.0.4 with Flash 10 didn't allow me to hear audio 'clips' on some music sites, including eMusic, whilst Flash videos on some sites wouldn't play. After trying everything under the sun, I found that switching Safari to 32-bit fixed the problem, with no discernible loss of speed. Most input managers (associated with browser plug-ins) are only 32-bit compatible, so switching to 32-bit is often essential. Oddly enough, although switching to 32-bit operation solved my Flash problem, it didn't allow me to use the Cooliris plug-in, even though it's meant to work in 32-bit mode. This is probably because I used Xslimmer to remove unecessary code!

Similar Messages

  • How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit

    How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit
    I ran Coldfusion 8 on SBS 2003 Premium for 6 months with no problems.  When we finally decided to cut over to SBS 2008, that’s when everything went to hell.  I tried for weeks to get Coldfusion 8 to install properly on the new SBS 2008 64-bit box.  During the course which, I found bits and pieces of information for Vista 64-bit and Windows Server 2008 64-bit installations.  There are some distinct differences, however, with SBS 2008 since it runs core Web applications like OWA, RWW and Companyweb.  After countless unsuccessful attempts, one of which completed corrupted the box, I found the solution.
    I have attempted in this white paper to detail the steps to assist others who may be in a similar situation.  I don’t make any warranty for the information, but so long as you follow the steps carefully you should be fine.  BTW, for those of you who say Adobe offers free technical support for licensed users, that’s not entirely true.  Like I said, I purchased CF8 and originally installed it on an SBS 2003 Premium box.  After we cut over to SBS 2008 and encountered problems, Adobe wouldn’t provide any technical support without charging.  Moreover, based on my initial conversations with Adobe’s technical team, no one seemed to know much about running 64-bit on SBS.
    From my understanding, only two versions of Coldfusion 8 can be installed in 64-bit: Enterprise and Developer.  The “normal” install (which I paid a grand for) can only be deployed in 32-bit mode – gee, THANKS Adobe!  By the way, in Developer mode only two distinct IPs can access the site in addition to the localhost.  Any additional IPs will result in a CFML error message stating that the maximum number of IPs have been exceeded.  At any rate, take your time and follow the steps to achieve a successful installation. 
    PRE-INSTALLATION TASKS
    Back Up SBS
    It’s always a good practice to backup your server before deploying any kind of major system changes.  Although this step is optional, I recommend it in case you need to restore your server for any reason.  Bear in mind, if your system ever gets totally corrupted, you cannot restore back from the twice daily incremental backup images alone.  You will need a full backup with system recovery information to restore.  Here are the basic steps:
    Click: Start > Programs > Administrative Tools.  Right-click “Windows Server Backup” and choose “Run as administrator”.
    Click “Backup Once” under Actions in the right-hand pane.
    Choose the “Different Options” radio button under Backup Options.
    Choose the “Custom” radio button.  What we’re primarily interested in here is backing up the OS – not your data partitions or attached drives.
    Select the “SYSTEM (C)” checkbox, uncheck any others.  Also, ensure that the “Enable system recovery” checkbox is selected before continuing on.
    Under ‘Specify Destination Type’, I usually select the “Local drives” radio button and point it to a Terrabyte USB drive I use for backups.  You can point this to a tape drive, or select the “Remote shared folder” radio button if you map to a UNC path to store your backup images.  Just remember, make sure that whatever path you select can readily be accessed in the event of an emergency.  Also, make sure the “Verify after writing (recommended)” checkbox is selected.
    Under ‘Specified Advanced Option’, I usually select the “VSS full backup” radio button instead of the default since I don’t use a 3rd party backup product.  If like me you rely solely on SBS for your backups, choose the full backup option.
    Confirm everything and click “Backup”.  This process may take several hours depending on the size of your system.
    Verify ISAPI Filters:
    In IIS Manager, double-click the server instance in the left-hand pane.
    In the center pane under IIS, double click the “Modules” icon to verify that the ISAPI native modules are already installed for IIS.  If it’s set up correctly you should see two entries:
    IsapiFilterModule              %windir%\System32\inetsrv\filter.dll
    IsapiModule                        %windir%\System32\inetsrv\isapi.dll
    If either of these modules are missing, you will need to re-install these (google for a solution).
    Set Up Development Environment
    Create a directory for your CFML files outside of the default Windows location (e.g., default is usually C:\inetpub\wwwroot\).  For the purpose of our install, I created a directory on a separate disk called: D:\DEV.
    Copy and paste your CFML files and directories into the new DEV root Web directory.  This will eventually be the directory where the Coldfusion installer places the CFIDE and CFDOCS folders. 
    Open IIS Manager and double-click the server instance in the left hand pane.  Expand the “Sites” folder.  Right-click the Sites folder and select “Add Web Site”.
    Enter a name in the “Site Name” box (e.g., “test-site”).  You will notice that the system will automatically create a corresponding Application Pool with the same name.  NOTE: this is important to prevent conflicts between the DefaultAppPool (needed for SBS Web apps like OWA, RWW, etc.) and the application pool needed for Coldfusion to function properly in SBS 2008.
    Point the “Physical Path” to the directory you created in step #1 above (e.g., “D:\DEV”).
    Don’t worry about testing the connection.  If you click “Test Settings” you may receive a warning that IIS cannot verify access to path (D:\DEV).  Don’t worry about this for the time being.
    Under “Host name”, enter a DNS path to your site (e.g., “dev.test-site.com”).  Click “OK”.
    Configure Application Pools for Installation
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “False” to “True”, and then click “OK”.  NOTE: if you skip this step, Coldfusion will not properly create the required mappings during the install. We will change this setting back after the installation completes – more on this later.
    Modify the application.host.config File for 64-Bitness
    Click: Start > Programs > Accessories.  Right-click “Notepad” and choose “Run as administrator”.
    Open the config file from within Notepad – default location: C:\Windows\System32\inetsrv\config\applicationHost.config
    Do a search and change this one line from:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
    To this:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64" />
    Restart the IIS Admin service.
    Set HTTP Compression
    According to some threads I read, the http compression module can cause errors if you don’t disable it globally. To remedy this, perform the following:
    Click: Start > Programs > Accessories.  Right-click “Command Prompt” and choose “Run as administrator”.
    At the command prompt, change directory to intetsrv by typing: cd inetsrv
    Run the following command:
    C:\Windows\system32\inetsrv>appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
    This will turn off HTTP compression for all sites in IIS.
    In IIS Manager, double-click the server instance in the left-hand pane.  Double-click the “Compression” icon in the IIS section of the center pane.
    Uncheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Recheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Restart the IIS Admin service.  This should enable compression and coldfusion to work at the same time.
    NOTE: if for some reason you need to reverse this, run the following command from the command prompt:
    C:\Windows\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
    INSTALLATION TASKS
    Download the 64-bit installation package from Adobe – filename: coldfusion-801-wind64.exe.
    Right-click the file and select “Run as administrator”.
    Accept the terms of the License Agreement.
    If you have an Enterprise license, enter it.  For our purposes, just click the “Developer Edition” checkbox.
    Select “Server configuration” – the default radio button.
    I deselected all subcomponents and can’t guarantee that you’ll arrive at the same results if you select additional items like “.NET Integrated Services”.  It should be fine, particularly if you install documentation.  My preference was to keep the install as plain vanilla as possible.
    Select the directory path for Coldfusion to install into – default is :C\Coldfusion
    THE NEXT TWO STEPS ARE CRITICAL TO YOUR SUCCESS.  Unselect “All IIS Websites” and select the “Configure specific IIS Website or another web server” radio button.  Click “Add”, and then select your test Web site (e.g., “test-site”) under “IIS Web Site”.  Hit “OK”.
    Do NOT use the default directory path for the CF Administrator location (e.g., default path: “C:\inetpub\wwwroot”).  Instead, point the installer to your new DEV root Web directory (e.g., “D:\DEV”).  The bottom line, you want the installer to place the CFIDE directory and files within this folder, alongside your other CFML files and folders.
    Enter an Administrator password.
    Choose to Enable RDS, or not.  I enable this by preference but it is not required.  This allows you to make updates to files using a CFML editor directly vs. having to move/FTP the files over if you’re working remotely.  Opponents to this argue that it’s potentially less secure, but for a lower environment I don’t see this as a major concern.
    Confirm everything to kick off the install.
    If all goes well you should see a message at the end stating that the install was successful.  I recommend you uncheck the box that asks you to open the CF Administrator in the default Web browser after the install.  NOTE: we will open it a different way during the post-installation tasks.  The worst thing that will happen if you forget to uncheck the box is that you might receive an error that the command prompt hung – not a big deal – just close it and move on to the next (final) steps.
    POST-INSTALLATION TASKS
    Verify CF Installation:
    The installation will create a new folder in your program group: Start > Programs > Adobe > Coldfusion 8.  The default “Administrator” link will not work because it points to the wrong path: http://127.0.0.1/CFIDE/administrator/index.cfm. The “127.0.0.1” or “localhost” path as you may recall in IIS, points by default to the “C:\inetpub\wwwroot” directory.  Our CFIDE files, however, are located within: D:\DEV.
    To bring up the CF Administrator logon page, open up a Web browser and replace the “http://127.0.0.1” part of the path with the DNS path name to your CF environment (e.g., http://dev.test-site.com/CFIDE/administrator/index.cfm).
    This should bring up the Coldfusion Administrator Login screen.  Enter in the Administrator password you created during the install to log in and configure your application server.
    Verify that your test-site renders correctly by typing in your test URL into a Web browser (e.g., http://dev.test-site.com).
    Fix Application Pool Defaults to Re-enable SBS Web Applications:
    At this point, Coldfusion Administrator and your test CMFL Web site should be working properly.  The problem is, default SBS Web applications like OWA, RWW and Companyweb will throw errors and fail to start.  Fortunately, this is easily remedied by performing the following steps:
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “True” to “False” this time.  This should re-enable the SBS applications, which would otherwise result in 500 errors (e.g., OWA, RWW, Companyweb, etc.).  There is no need to restart IIS.
    Open a Web browser and test that you can once again connect to OWA, RWW and Companyweb successfully.
    In IIS click to highlight the application pool for your new site (e.g., “test-site”).  In the right-hand pane, click “Advanced Settings”.  Ensure that “Enable 32-Bit Applications” – second item from the top – is set to “True” for this application pool specifically.
    Lastly, jump up and down for joy!  Hopefully now, everything is working.  Best of luck!! ..Paul D (MCP).

    First, it would be a good idea for you to specify what distro of Linux you're using, as not all are supported by Adobe.
    Second, this is probably your problem right here:
    http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing
    In a nutshell, CF expects the 32-bit version of libc.so.6 to be in /lib, but it's probably not. You might be able to modify the installer to point to the correct location for that file, or you might be able to create a symlink to the file - but as the above link describes, creating a symlink might have negative consequences.
    As for installing CF 8 64-bit, that's only available with Enterprise, not Standard. If you want CF Standard 64-bit, you need to upgrade to CF 9.
    Dave Watts, CTO, Fig Leaf Software

  • I install iTunes on Windows 7 64-bit, it opens, it crashes

    The subject says it all, pretty much.
    - I install the latest iTunes (downloaded 01/31/2014)
    - I open it, then go to iTunes store, and it hangs itself after login
    OR
    - I open it, then close it, then hold SHIFT and double-click, as I want the library on a separate drive. I can select the drive, but in the meantime, the program hangs itself. In this case, onlt for about 30 minutes. Then it asks if I want to see the tutorials. I try to close it. It's been running in this state for over 8 hours now.
    I've tried uninstalling everything related to itunes, even removing all files from the registry. Each time I install, I get the same result. I have not prior install history left on this PC, as no install had been ever authorized when I had it on this machine for a few days back 3-4 months ago. The machine I used before has been repurposed, and doesn't have the software anymore... But it's also Windows 7 64-bit
    Any help will be greatly appreciated.

    When I run the iTunes64setup.exe it says: "The thingy is not a valid win32 application."
    That generally indicates that the installer has been getting damaged on the download.
    What web browser have you been using for downloading the iTunes64Setup.exe? Does it make any difference if you use Firefox instead of IE for the download (or vice versa)?

  • Bit locker Mutliple Drives Mutliple OS's

    I have a laptop with two hard drive in it.  The primary has Windows 7 Enterprise and is a member of the corporate domain.  The secondary has Server 2008 R2 and is a member of the lab domain.  There is no trust or association between domain. 
    The laptop does the Windows multi-boot off the primary drive.  I want to enable bit locker to secure the drives.
    If the two windows environments were exclusively separate, setting up bit locker on each drive independently would be pretty straight forward, but when I'm in one OS, I will frequently need to get files and data from the other drive (and no, making each
    drive big enough to hold all it's own data is not an option, plus the synchronization headache).  Both drives will need to be bit locked to their respective OS, but the other drive will need to be accessible.
    And not to make things too easy, the secondary drive, which i put in an optical drive bay carrier, routinely gets pulled (not while the system is running, of course) out and popped into a USB case to be used as a library transfer drive. 
    So....
    the Windows 7 drive needs to be natively bit locked.  and be accessible when running Windows 2008 from the second drive.
    the Windows 2008 R2 drive needs to be natively bit locked, and be accessible when running Windows 7 from the first drive, and be accessible when run as a stand-alone USB drive on another system.
    I would appreciate any wisdom you can share to make this all work.  And please presume that i know next to nothing about installing and running bit locker, because that's pretty much true.
    Let me know if you need more information about my configuration.
    Thanks

    Hi,
    "and be accessible when run as a stand-alone USB drive on another system."
    Firstly, if you enable bitlocker for one drive, it will be encrypted always until you decrypt it. Thus after you insert it to any system, it need to enter the credential to access it.
    And then, if you want to access one drive in another computer, you need to get the shared permission. After you' re granted the sufficient permission, you could access it no matter if it's encrypted. Of course, another computer must be started.
    Karen Hu
    TechNet Community Support

  • Bit locker drive encryption failed due to power failer and hard disk corrupted

    I ran Bitlocker drive ecryption drive D. My pc is windows 7 ultimate, while it was in progress of 1% due to power failer the encryption failed, when power resume the drive didn't showed the file format nor the size but it shows the size in disk management.
    It showed like this in My computer
    I do Have the recovery code password and back of recovery password so I ran the "manage-bde-_unlock D:-rp[my code ]
    and my pc got hang  no other option rather than to press the restart button. 
    then I used commang "repair-bde -force D:I:-rp[my rp] and following info showed but it stucked in 1% about 8 hours, and there was no increase in the pecentage
    I also connected the hardisk to mac but all othe partation showed but didn't showed the encrypted one.
    I had lots of memorable picture and other backups so any one kindly help me to get out of this problem. Thanks for help

    Hi,
    The BitLocker encryption and decryption processes can be interrupted by turning the computer off, and it will resume where it left off the next time Windows starts. This is true even if the power is suddenly unavailable.
    Bitlocker-repair (repair-bde)  tool
    can't repair a drive that failed during the encryption or decryption process.
    In addition, could you please explain a bit for what drive you are trying to deal with? external one?
    When you first restart your PC, have you seen any signs that indicate that the encryption is in process?
    Regarding your scenario, please take a look to see if the following articles could help here:
    Scenario 11: Recovering Data Protected by BitLocker Drive Encryption (Windows 7)
    Besides, when running manage-bde command, did we followed the steps mentioned in the below article?
    Scenario 14: Using a Data Recovery Agent to Recover BitLocker-Protected Drives (Windows 7)
    Best regards
    Michael Shao
    TechNet Community Support

  • Data Recovery from Partitioned and formatted Bit Locker Encrypted Drive

    Recently because of some issues in windows 7 installation from windows 8 installed OS. it was giving as the disc is dynamic windows can not be installed on it. so at last after struggling hard no other solution i partitioned and formatted my whole
    drive so all data gone included the drive which was encrypted by bit lockers.
    For recovery i used many software such as ontrack easy recover, get data back, recovery my files professional edition but still i couldnt able to recover my data from that drive. then i found some suggestion Using CMD to decrypt my data first 
    http://technet.microsoft.com/en-us/library/ee523219(WS.10).aspx
    where it shows it successfully decrypt my data at that moment my drives were in RAW format excluding on which windows is installed and then in CMD i check Chdsk which also shows no problem found. but now problem is still i coudnt able to recover
    my data then i format the drive D and again tried to recover data using above software after decryption still no result. 
    Now i need assistance how i can recover my encrypted drive as it was partitioned and also formatted but decrypted also as i have its recovery key too. thanks

    Hi ,
    I am afraid that we cannot get the data back if the drive has been formatted even if use the
    BitLocker Repair Tool.
    You’d better contact your local data recovery center to try to get data back.
    Tracy Cai
    TechNet Community Support

  • FORMAT WINDOWS 7(64) BY MISTAKEN NOW HOW I RECOVER ERASED DATA WHICH I HAD LOCKED DRIVE BY BIT LOCKER

    i'm using windows 7 (64 bit) but experiment to install mac on my PC (i 5-4 GB ddr 3-500sata sea gate).by mistaken its format my whole hard drive which is 500 GB sea gate sata.after this i'm confused and install windows 8.1 and then again i had install windows
    7 (64 bit) now after 2 time partition erased i'm trying to recover my data 50 percent data but which drive i had locked with windows 7 bit locker it cant recover any thing I've remember its password.
    any one help me to get back my data from this locked drive ?
      

    RB
    If the drive was both formatted and bit locked you cannot recover your data.
    Wanikiya and Dyami--Team Zigzag

  • I am trying to Integrate EBS-12.1.3 with Endeca on  RHEL5-64 bit

    Hi, am new to Endeca i m doing a Ebs connection with Oracle endeca but i m not been able to do it.
    I done setup of (./envSetup.sh)Database, Domains but when i start (./startAllEndeca.sh) Endeca Components Endeca Studio Managed Server (5) giving error..
    Starting Studio Managed Server ...
    Server is taking much time to start? you can force close by hitting Ctrl + C or check log file at /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/bin/studio.log
    Endeca Admin Server didn't start properly!, please check log file at /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/bin/studio.log
    I dont Knw Oracle EBS and New in Oracle Endeca so pls can anyone guide me to solve....
    ************************************************************error.log**********************************************************
    <Nov 26, 2014 10:49:52 AM IST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at '/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/lib/uddi.war'.>
    <Nov 26, 2014 10:49:52 AM IST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at '/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/lib/uddiexplorer.war'.>
    studio.log
    JAVA Memory arguments: -Xms256m -Xmx512m  -XX:MaxPermSize=512m
    WLS Start Mode=Production
    CLASSPATH=/home/oracle/Ext/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/home/oracle/Ext/Oracle/Middleware/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/Ext/Oracle/software/java/jdk1.6.0_43/lib/tools.jar:/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/Ext/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.6.0.jar:/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/home/oracle/Ext/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/Ext/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/Ext/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar
    PATH=/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/bin:/home/oracle/Ext/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/home/oracle/Ext/Oracle/software/java/jdk1.6.0_43/jre/bin:/home/oracle/Ext/Oracle/software/java/jdk1.6.0_43/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/u01/Oracle/software/java/jdk1.6.0_43/bin/java/bin
    *  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_43"
    Java(TM) SE Runtime Environment (build 1.6.0_43-b01)
    Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01, mixed mode)
    Starting WLS with line:
    /home/oracle/Ext/Oracle/software/java/jdk1.6.0_43/bin/java -server   -Xms256m -Xmx512m  -XX:MaxPermSize=512m -Dweblogic.Name=StudioManagedServer -Djava.security.policy=/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy  -Dweblogic.ProductionModeEnabled=true -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl  -da -Dplatform.home=/home/oracle/Ext/Oracle/Middleware/wlserver_10.3 -Dwls.home=/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server  -Dcommon.components.home=/home/oracle/Ext/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain -Djrockit.optfile=/home/oracle/Ext/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/config/fmwconfig/servers/StudioManagedServer -Doracle.domain.config.dir=/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/config/fmwconfig  -Digf.arisidbeans.carmlloc=/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/config/fmwconfig/carml  -Digf.arisidstack.home=/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/home/oracle/Ext/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/home/oracle/Ext/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dweblogic.threadpool.MinPoolSize=25 -Dweblogic.management.discover=false -Dweblogic.management.server=t3://localhost:7002  -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/home/oracle/Ext/Oracle/Middleware/patch_wls1036/profiles/default/sysext_manifest_classpath  weblogic.Server
    <Nov 26, 2014 10:47:39 AM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Nov 26, 2014 10:47:39 AM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Nov 26, 2014 10:47:40 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.14-b01 from Sun Microsystems Inc.>
    <Nov 26, 2014 10:47:41 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Nov 26, 2014 10:47:44 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 26, 2014 10:47:44 AM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Nov 26, 2014 10:47:44 AM IST> <Notice> <Log Management> <BEA-170019> <The server log file /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/logs/StudioManagedServer.log is opened. All server side log events will be written to this file.>
    <Nov 26, 2014 10:49:27 AM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Nov 26, 2014 10:49:27 AM IST> <Notice> <Security> <BEA-090083> <Storing boot identity in the file: /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/security/boot.properties>
    <Nov 26, 2014 10:49:52 AM IST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at '/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/lib/uddi.war'.>
    <Nov 26, 2014 10:49:52 AM IST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at '/home/oracle/Ext/Oracle/Middleware/wlserver_10.3/server/lib/uddiexplorer.war'.>
    <Nov 26, 2014 10:49:54 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Nov 26, 2014 10:49:54 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 26, 2014 10:51:00 AM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Nov 26, 2014 10:51:02 AM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    Loading zip:/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/WEB-INF/lib/portal-impl.jar!/system.properties
    Loading file:/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/WEB-INF/classes/system-ext.properties
    Loading zip:/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/WEB-INF/lib/portal-impl.jar!/portal.properties
    Loading file:/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/WEB-INF/classes/portal-ext.properties
    Loading file:/home/oracle/Ext/Oracle/Middleware/user_projects/domains/portal-ext.properties
    2014-11-26 10:54:54,395 WARN  [DataSourceFactoryBean] A JNDI data source is not configured. For security reasons it is strongly recommended to configure Studio's database connection via JNDI rather than setting database connection parameters directly in Studio's configuration file.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserIdMapperImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.LayoutSetImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.endeca.portal.liferay.ext.metadata.model.impl.MetadataPropertyRecordImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PortletItemImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserGroupRoleImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsAssetImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalStructureImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tasks.model.impl.TasksReviewImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PortletPreferencesImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.endeca.portal.liferay.ext.bookmarks.model.impl.PortletStateRecordImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.SubscriptionImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.endeca.portal.liferay.ext.metadata.model.impl.MetadataRecordImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.blogs.model.impl.BlogsEntryImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.AddressImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBThreadImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalArticleImpl]; using defaults.
    Nov 26, 2014 10:54:59 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ServiceComponentImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalArticleResourceImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.expando.model.impl.ExpandoValueImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.blogs.model.impl.BlogsStatsUserImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalArticleImageImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.ratings.model.impl.RatingsEntryImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.endeca.portal.liferay.ext.bookmarks.model.impl.BookmarkRecordImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.imagegallery.model.impl.IGImageImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.imagegallery.model.impl.IGFolderImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalFeedImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PasswordPolicyImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ResourceImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PasswordPolicyRelImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.RoleImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.LayoutImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.MembershipRequestImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.CompanyImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsSourceImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBMessageImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ListTypeImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.EmailAddressImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ImageImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PasswordTrackerImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.AccountImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.WebsiteImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ResourcePermissionImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsPropertyImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBDiscussionImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.calendar.model.impl.CalEventImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PortletImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ClassNameImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tasks.model.impl.TasksProposalImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.expando.model.impl.ExpandoRowImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.ratings.model.impl.RatingsStatsImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalTemplateImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.GroupImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.endeca.portal.liferay.ext.bookmarks.model.impl.DataSourceStateRecordImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsEntryImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.expando.model.impl.ExpandoColumnImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserGroupImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBMailingListImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.BrowserTrackerImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PluginSettingImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PermissionImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.expando.model.impl.ExpandoTableImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ShardImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.tags.model.impl.TagsVocabularyImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.announcements.model.impl.AnnouncementsFlagImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.PhoneImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBMessageFlagImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.journal.model.impl.JournalContentSearchImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFileVersionImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.CountryImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ResourceCodeImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ContactImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserTrackerImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBCategoryImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.ResourceActionImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.messageboards.model.impl.MBBanImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.RegionImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portal.model.impl.UserTrackerPathImpl]; using defaults.
    Nov 26, 2014 10:55:00 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl]; using defaults.
    Nov 26, 2014 10:55:01 AM net.sf.ehcache.hibernate.EhCacheProvider buildCache
    WARNING: Could not find a specific ehcache configuration for cache named [org.hibernate.cache.StandardQueryCache]; using defaults.
    Loading zip:/home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/WEB-INF/lib/portal-impl.jar!/captcha.properties
    2014-11-26 10:55:03,071 INFO  [PortalImpl] Portal lib directory /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/WEB-INF/lib/
    Nov 26, 2014 10:55:11 AM org.quartz.core.QuartzScheduler <init>
    INFO: Quartz Scheduler v.1.6.0 created.
    Nov 26, 2014 10:55:11 AM org.quartz.impl.jdbcjobstore.JobStoreSupport initialize
    INFO: Using thread monitor-based data access locking (synchronization).
    2014-11-26 10:55:11,307 INFO  [DBUtil] Using dialect org.hibernate.dialect.Oracle10gDialect
    Nov 26, 2014 10:55:11 AM org.quartz.impl.jdbcjobstore.JobStoreSupport cleanVolatileTriggerAndJobs
    INFO: Removed 0 Volatile Trigger(s).
    Nov 26, 2014 10:55:11 AM org.quartz.impl.jdbcjobstore.JobStoreSupport cleanVolatileTriggerAndJobs
    INFO: Removed 0 Volatile Job(s).
    Nov 26, 2014 10:55:11 AM org.quartz.impl.jdbcjobstore.JobStoreTX initialize
    INFO: JobStoreTX initialized.
    Nov 26, 2014 10:55:11 AM org.quartz.impl.StdSchedulerFactory instantiate
    INFO: Quartz scheduler 'QuartzSchedulerEngineInstance' initialized from an externally provided properties instance.
    Nov 26, 2014 10:55:11 AM org.quartz.impl.StdSchedulerFactory instantiate
    INFO: Quartz scheduler version: 1.6.0
    Nov 26, 2014 10:55:11 AM org.quartz.core.QuartzScheduler <init>
    INFO: Quartz Scheduler v.1.6.0 created.
    Nov 26, 2014 10:55:11 AM org.quartz.simpl.RAMJobStore initialize
    INFO: RAMJobStore initialized.
    Nov 26, 2014 10:55:11 AM org.quartz.impl.StdSchedulerFactory instantiate
    INFO: Quartz scheduler 'org.springframework.scheduling.quartz.SchedulerFactoryBean#1ce2e307' initialized from an externally provided properties instance.
    Nov 26, 2014 10:55:11 AM org.quartz.impl.StdSchedulerFactory instantiate
    INFO: Quartz scheduler version: 1.6.0
    Nov 26, 2014 10:55:11 AM org.quartz.core.QuartzScheduler setJobFactory
    INFO: JobFactory set to: [email protected]9
    Nov 26, 2014 10:55:11 AM org.quartz.core.QuartzScheduler start
    INFO: Scheduler org.springframework.scheduling.quartz.SchedulerFactoryBean#1ce2e307_$_NON_CLUSTERED started.
    2014-11-26 10:55:11,833 INFO  [ServerDetector] Detected server weblogic
    Nov 26, 2014 10:55:16 AM com.sun.portal.container.service.ServiceManagerContextListenerImpl contextInitialized
    INFO: PSC_CSPCS001 : Started initializing ServiceManager
    Nov 26, 2014 10:55:16 AM com.sun.portal.container.service.ServiceManager addService
    INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.CoordinationService, Implementation: com.sun.portal.container.service.coordination.impl.CoordinationServiceImpl
    Nov 26, 2014 10:55:16 AM com.sun.portal.container.service.ServiceManager addService
    INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.CachingService, Implementation: com.sun.portal.container.service.caching.impl.CachingServiceImpl
    Nov 26, 2014 10:55:16 AM com.sun.portal.container.service.ServiceManager addService
    INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.ClientCachingService, Implementation: com.sun.portal.container.service.caching.impl.ClientCachingServiceImpl
    Nov 26, 2014 10:55:16 AM com.sun.portal.container.service.ServiceManager addService
    INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.DeploymentService_Local, Implementation: com.sun.portal.container.service.deployment.impl.DeploymentServiceLocalImpl
    Nov 26, 2014 10:55:16 AM com.sun.portal.container.service.ServiceManager addService
    INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.ContainerEventService, Implementation: com.sun.portal.container.service.coordination.impl.ContainerEventServiceImpl
    Nov 26, 2014 10:55:16 AM com.sun.portal.container.service.ServiceManager addService
    INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.PolicyService, Implementation: com.liferay.portal.portletcontainer.PolicyServiceImpl
    Nov 26, 2014 10:55:16 AM com.sun.portal.container.service.ServiceManagerContextListenerImpl contextInitialized
    INFO: PSC_CSPCS002 : Finished initializing ServiceManager
    Nov 26, 2014 10:55:16 AM com.sun.portal.portletcontainer.impl.PortletContainerContextListenerImpl contextInitialized
    INFO: PSPL_PCCSPCPCI0003 : Starting PortletContainer 2.1
    Nov 26, 2014 10:55:17 AM org.apache.struts.tiles.TilesPlugin initDefinitionsFactory
    INFO: Tiles definition factory loaded for module ''.
    Starting Oracle Endeca Information Discovery Studio 3.0 (Cupcake / Build 30017631 / Mon, 7 Jul 2014 06:40:33 -0400)
    Nov 26, 2014 10:55:19 AM org.quartz.impl.jdbcjobstore.JobStoreSupport recoverJobs
    INFO: Freed 0 triggers from 'acquired' / 'blocked' state.
    Nov 26, 2014 10:55:19 AM org.quartz.impl.jdbcjobstore.JobStoreSupport recoverJobs
    INFO: Recovering 0 jobs that were in-progress at the time of the last shut-down.
    Nov 26, 2014 10:55:19 AM org.quartz.impl.jdbcjobstore.JobStoreSupport recoverJobs
    INFO: Recovery complete.
    Nov 26, 2014 10:55:19 AM org.quartz.impl.jdbcjobstore.JobStoreSupport recoverJobs
    INFO: Removed 0 'complete' triggers.
    Nov 26, 2014 10:55:19 AM org.quartz.impl.jdbcjobstore.JobStoreSupport recoverJobs
    INFO: Removed 0 stale fired job entries.
    Nov 26, 2014 10:55:19 AM org.quartz.core.QuartzScheduler start
    INFO: Scheduler QuartzSchedulerEngineInstance_$_NON_CLUSTERED started.
    2014-11-26 10:55:22,438 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/ext/boxy-ne.png
    2014-11-26 10:55:22,438 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/ext/boxy-nw.png
    2014-11-26 10:55:22,438 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/ext/boxy-se.png
    2014-11-26 10:55:22,438 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/ext/boxy-sw.png
    2014-11-26 10:55:22,439 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/loan_calculator.png
    2014-11-26 10:55:22,439 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/message_boards.png
    2014-11-26 10:55:22,439 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/image_gallery.png
    2014-11-26 10:55:22,440 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/polls_display.png
    2014-11-26 10:55:22,440 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/search.png
    2014-11-26 10:55:22,440 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/login.png
    2014-11-26 10:55:22,440 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/page_ratings.png
    2014-11-26 10:55:22,440 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/rss.png
    2014-11-26 10:55:22,441 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/blogs_aggregator.png
    2014-11-26 10:55:22,441 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/recent_documents.png
    2014-11-26 10:55:22,441 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/recent_bloggers.png
    2014-11-26 10:55:22,441 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/bible_gateway.png
    2014-11-26 10:55:22,441 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/default.png
    2014-11-26 10:55:22,441 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/calendar.png
    2014-11-26 10:55:22,442 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/currency_converter.png
    2014-11-26 10:55:22,442 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/blogs.png
    2014-11-26 10:55:22,442 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/refresh-icon.png
    2014-11-26 10:55:22,442 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/random_bible_verse.png
    2014-11-26 10:55:22,442 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/quick_note.png
    2014-11-26 10:55:22,443 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/announcements.png
    2014-11-26 10:55:22,443 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/polls.png
    2014-11-26 10:55:22,443 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/icons/communities.png
    2014-11-26 10:55:23,062 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/common/Oracle_logo.png
    2014-11-26 10:55:23,065 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/dock/welcome_arrows.png
    2014-11-26 10:55:23,065 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/dock/center_bg.png
    2014-11-26 10:55:23,069 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/portlet/restore.png
    2014-11-26 10:55:23,070 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/portlet/minimize.png
    2014-11-26 10:55:23,070 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/portlet/options.png
    2014-11-26 10:55:23,071 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/portlet/maximize.png
    2014-11-26 10:55:23,071 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/portlet/options_selected.png
    2014-11-26 10:55:23,072 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/portlet/close.png
    2014-11-26 10:55:23,073 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/close_modal.png
    2014-11-26 10:55:23,074 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/generic-blue-heading.png
    2014-11-26 10:55:23,074 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/page-background-gradient.png
    2014-11-26 10:55:23,075 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/classic/images/generic-orange-heading.png
    2014-11-26 10:55:23,080 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/common/Oracle_logo.png
    2014-11-26 10:55:23,083 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/portlet/restore.png
    2014-11-26 10:55:23,084 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/portlet/options_selected.png
    2014-11-26 10:55:23,084 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/portlet/options.png
    2014-11-26 10:55:23,085 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/portlet/minimize.png
    2014-11-26 10:55:23,085 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/portlet/close.png
    2014-11-26 10:55:23,086 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/portlet/maximize.png
    2014-11-26 10:55:23,088 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/dock/welcome_arrows.png
    2014-11-26 10:55:23,088 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/dock/center_bg.png
    2014-11-26 10:55:23,094 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/close_modal.png
    2014-11-26 10:55:23,095 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/page-background-gradient.png
    2014-11-26 10:55:23,095 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/generic-blue-heading.png
    2014-11-26 10:55:23,096 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/control_panel/images/generic-orange-heading.png
    2014-11-26 10:55:23,102 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/portlet/close.png
    2014-11-26 10:55:23,103 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/portlet/options_selected.png
    2014-11-26 10:55:23,104 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/portlet/options.png
    2014-11-26 10:55:23,104 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/portlet/minimize.png
    2014-11-26 10:55:23,104 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/portlet/maximize.png
    2014-11-26 10:55:23,105 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/portlet/restore.png
    2014-11-26 10:55:23,112 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/common/Oracle_logo.png
    2014-11-26 10:55:23,114 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/dock/welcome_arrows.png
    2014-11-26 10:55:23,114 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/dock/center_bg.png
    2014-11-26 10:55:23,115 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/generic-blue-heading.png
    2014-11-26 10:55:23,116 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/generic-orange-heading.png
    2014-11-26 10:55:23,116 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/close_modal.png
    2014-11-26 10:55:23,116 WARN  [SpriteProcessorImpl] Unable to process /home/oracle/Ext/Oracle/Middleware/user_projects/domains/endeca_domain/servers/StudioManagedServer/stage/studio-portal/studio-portal/endeca-portal/html/themes/landing_page/images/page-background-gradient.png
    2014-11-26 10:55:23,428 INFO  [HotDeployUtil] Initializing hot deploy manager 642389332
    2014-11-26 10:55:23,533 ERROR [PortletAutoDeployer]
    java.io.FileNotFoundException: /tmp/liferay/com/liferay/portal/deploy/dependencies/liferay-portlet.tld (Too many open files)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
        at com.liferay.portal.deploy.DeployUtil._getResourcePath(DeployUtil.java:160)
        at com.liferay.portal.deploy.DeployUtil.getResourcePath(DeployUtil.java:93)
        at com.liferay.portal.deploy.auto.PortletAutoDeployer.<init>(PortletAutoDeployer.java:56)
        at com.liferay.portal.deploy.auto.PortletAutoDeployListener.<init>(PortletAutoDeployListener.java:43)
        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:513)
        at java.lang.Class.newInstance0(Class.java:357)
        at java.lang.Class.newInstance(Class.java:310)
        at com.liferay.portal.events.GlobalStartupAction.getAutoDeployListeners(GlobalStartupAction.java:70)
        at com.liferay.portal.events.GlobalStartupAction.run(GlobalStartupAction.java:145)
        at com.liferay.portal.events.EventsProcessorImpl.processEvent(EventsProcessorImpl.java:117)
        at com.liferay.portal.events.EventsProcessorImpl.process(EventsProcessorImpl.java:69)
        at com.liferay.portal.events.EventsProcessorUtil.process(EventsProcessorUtil.java:43)
        at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:415)
        at javax.servlet.GenericServlet.init(GenericServlet.java:241)
        at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
        at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
        at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
        at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
        at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
        at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
        at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
        at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
        at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java: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)
    2014-11-26 10:55:23,545 ERROR [ThemeAutoDeployer]
    java.io.FileNotFoundException: /tmp/liferay/com/liferay/portal/deploy/dependencies/liferay-theme.tld (Too many open files)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
        at com.liferay.portal.deploy.DeployUtil._getResourcePath(DeployUtil.java:160)
        at com.liferay.portal.deploy.DeployUtil.getResourcePath(DeployUtil.java:93)
        at com.liferay.portal.deploy.auto.ThemeAutoDeployer.<init>(ThemeAutoDeployer.java:55)
        at com.liferay.portal.deploy.auto.ThemeAutoDeployListener.<init>(ThemeAutoDeployListener.java:41)
        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:513)
        at java.lang.Class.newInstance0(Class.java:357)
        at java.lang.Class.newInstance(Class.java:310)
        at com.liferay.portal.events.GlobalStartupAction.getAutoDeployListeners(GlobalStartupAction.java:70)
        at com.liferay.portal.events.GlobalStartupAction.run(GlobalStartupAction.java:145)
        at com.liferay.portal.events.EventsProcessorImpl.processEvent(EventsProcessorImpl.java:117)
        at com.liferay.portal.events.EventsProcessorImpl.process(EventsProcessorImpl.java:69)
        at com.liferay.portal.events.EventsProcessorUtil.process(EventsProcessorUtil.java:43)
        at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:415)
        at javax.servlet.GenericServlet.init(GenericServlet.java:241)
        at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      

    I see this error in your output:
    2014-11-26 10:55:23,583 ERROR [ThemeAutoDeployer]
    java.io.FileNotFoundException: /tmp/liferay/com/liferay/portal/deploy/dependencies/liferay-theme.tld (Too many open files)
    I'm not across what the EBS recommended setting for this is, or if there is one.  But try running:
    ulimit -n
    ... and if the number is low, edit /etc/security/limits.conf , add some entries for increased "soft nofile" and "hard nofile" and run sysctl -p.  See Linux & Java tips: Too many open files .

  • I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto will not open.  Here's the message  that I get. Process:         iPhoto [3543] Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier:

    I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto (along with Idvd, garage band, imovie) will not open.  Here is the message that I get.
    Process:         iPhoto [3543]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-4750000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [109]
    Date/Time:       2011-06-10 21:48:59.821 -0500
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -4164908 sec
    Crashes Since Last Report:           8
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      45357CCD-011B-482E-A2EA-CF42096F1321
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.53f13
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528ASQ, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x24300000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000
    USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x0901, 0x26400000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000

    Please let me know when you find a fix. I did the same thing and have tried every suggestion I can find online. The message I get is...
    Process:         iPhoto [4991]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-6070000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    Date/Time:       2011-06-13 23:39:38.485 +1200
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -1643976 sec
    Crashes Since Last Report:           35
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      D4811036-EA8D-479D-8D9F-11E2FC8F6D4C
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898, 3.5 GB
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000
    I have reinstalled Mac OSX 10.6.3 and done the updates from there.
    I have reinstalled ilife 11 from disk and done the updates.
    I have deleted all the suggested files and then redone install and updates.
    I have tried just reinstalling iphoto and doing updates.
    Is there any way to get a replacement -  /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    file with the right architecture?

  • Can't update Norton after upgrading to Lion...holding 3 and 2 during startup didn't correct issue (Lion is 64 bit)

    how do i get my older mac to allow norton to update virus definitions...error says i need to startup with 32 bit kernel but i tried it and still can't do it (i held 3 and 2 down during startup per Apple.com instructions)

    I meant to include this info from the System Profile:
    Maybe easier to read:
    Canon MF4400 Series:
      Status:          Idle
      Print Server:          Local
      Driver Version:          1.1.0
      Default:          Yes
      Shared:          Yes
      URI:          usb://Canon/MF4400%20Series?serial=0122F5200302
      PPD:          Canon MF4400 Series
      PPD File Version:          1.1.0
      PostScript Version:          (3010.000) 550
    (3010.000) 651
      CUPS Version:          1.6svn (cups-327)
      Scanning support:          Yes
      Scanning app (bundleID path):          -
      Scanning app version:          -
      Scanner UUID:          00000000-3031-3232-4635-323030333032
      Printer Commands:          none
      CUPS filters:
    capdftopdl:
      Path:          /Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl
      Permissions:          rwxr-xr-x
      Fax support:          No
      PDEs:
    BasicSettingsPDE.plugin:
      Sandbox compliant:          Yes

  • HT4865 So who believes Apple should be a bit more cautionary about the sharing of iMessages and other content when several members of a family share the same iCloud account and unknowing can audit each other's iMessages, Contacts, and god only knows what

    I think Apple should be a bit more cautionary about iCloud and privacy.  My family shares the same iCloud account as we all enjoy the music we collectively purchase on iTunes; we paid Apple for this feature with some kind of grouped account.  We didn't know, however that this joins our devices so that iMessages, contacts, pictures and just about everything else is shared too.  The unprivate default seems to be to share everything between all devices vs. to allow access by exception or by choice (or by password?).  Sure, when my kids get all my texts I can go figure out why and fix it but that is in my mind the antithesis of privacy and could be quite embarrassing for any family.  I guess it is good for stalking the kids or parents though if they don't know about the partyline approach to privacy.  Maybe a tech solution would be to have the iPhone show somehow the extent of its audience to its user.

    No argument from me about the vagaries of using and sharing Apple IDs.  This can lead to unintended consequences, especially in a family situation.
    If you're sharing the same ID for FaceTime, you might want to go to Settings>FaceTime, tap the ID, sign out, then sign in with separate IDs there too.  Otherwise, you'll end up getting each other's FaceTime calls.
    Also, if you need to migrate everyone's devices to separate iCloud accounts to keep your synced data separated, you can do this by saving any photo stream photos you wish to keep to your camera roll (unless already there) by opening your my photo stream album, tapping Select, tapping the photos, tap the share icon (box with upward facing arrow), then tapping Save to Camera Roll.  If you are syncing notes with iCloud, you'll need to open each of your notes and email them to yourself so you can later copy and paste the text into new notes created in your new account.  Then go to Settings>iCloud, tap Delete Account (which only deletes it from this device, not from iCloud), choose Keep on My iDevice and provide the password to turn off Find My iPhone.  Then sign back in with a different Apple ID to create your new account and choose Merge to upload your data.  Once everyone's devices are on separate accounts, you can go to icloud.com and delete each other's data from your accounts.

  • Office 2013 Packager failed: Office (32-bit) not packaging because of Office (64-bit)

    Hello,
    I used ODT to download Office 2013 Pro 32-bit and now I am trying to create a package from those files. I use the command line:
    Setup.exe /packager configuration.xml "E:\Office 2013 Pro App-v"
    When I try to run this, I immidiatly get the following message:
    "We found a problem! We're sorry, Office (32-bit) couldn't be installed because you have these 64-bit Office programs installed on your computer. Microsoft Office 2013. 32-bit and 64-bit versions of Office programs don't get along, so you can only have
    one type installed at a time. Please try installing the 64-bit version of Office instead, or uninstall your other 64-bit Office programs and try this installation again."
    I checked my installed programs on the server, but I don't have Office 2013 64-bit installed. I did in the past create packages for Office 2013 64-bit , but it's currently not in published/installed on the server. I checked with revo uninstaller to be sure.
    Is there a registry setting, or something that is misleading App-V to believe I still have Office 2013 64-bit somewhere installed? I really need to stream MS Access 32-bit to users. But cannot solve this issue.
    Thanks in advance,

    Hello,
    Thanks for replying. Your solution works, BUT I'm immidiatly running into a second problem. The .appv package that is created, cannot be published. The error I get is:
    An unexpected error occurred while retrieving AppV package manifest. Windows error code: 1465 - Windows was unable to parse the requested XML data.
    I think this has to do with issues in the september releases of Office 2013. I'm gonna try downloading a previous versin using ODT. Changing the configuration.xml file to:
    <Configuration>
      <Add SourcePath="E:\DGI Applicaties\DGI Office 2013 Pro" OfficeClientEdition="32"
    Version="15.0.4631.1002" >
        <Product ID="ProPlusVolume">
           <Language ID="nl-nl" />
     <ExcludeApp ID="Excel" />
     <ExcludeApp ID="Groove" />
     <ExcludeApp ID="Infopath" />
     <ExcludeApp ID="Lync" />
     <ExcludeApp ID="OneNote" />
     <ExcludeApp ID="Outlook" />
     <ExcludeApp ID="Powerpoint" />
     <ExcludeApp ID="Project" />
     <ExcludeApp ID="Publisher" />
     <ExcludeApp ID="SharePointDesigner" />
     <ExcludeApp ID="Visio" />
     <ExcludeApp ID="Word" />
        </Product>
      </Add> 
         <Updates Enabled="False" />
         <Display Level="None" AcceptEULA="TRUE" /> 
       <Logging Name="Office2013_package.txt" Path="%temp%" />
      <Property Name="AUTOACTIVATE" Value="1" />
    </Configuration>

  • Office 2013 & IE 64-bit: BAD combo to use with SPS (2010 & 2013)

    Few weeks ago I have installed Office 2013 in my office Win7.  Since then, whenever I click on a document in SPS 2010, it’s open TWICE!
    I was very annoyed because when I had Office 2010, I didn’t have this problem.
    After some search, I found that I’m not alone because some people have a similar problem with SPS 2013.
    After some intensive tests, I have found out the cause of the problem: IE 10 which is implicitly in
    64bit!
    Let me be clear, if I have the following combination, I have the “doubly open” problem:
    Win7 Pro 64bit + OS domain joined + Office 2013 64bit + IE 9 or 10 64bit
    If I have the following combination, I have NO such problem:
    Win7 Pro 64bit + OS domain joined + Office 2013 64bit + IE 9 32bit
    I have no idea if other combinations would lead or avoid my problem.  If anyone is interested to narrow down the combination, he’s welcome to do so :)
    The current solution is to downgrade IE 10 to IE 9 in order to have IE in  32bit.  There is no solution if one has to keep IE 10.  Hope this post of mine could help others in the same situation of me and hope Microsoft developers
    quickly fix the bug.

    Hi Horinius,
    Did you try to use IE 10 32-bit for this issue?
    In 64-bit Windows 7, Internet Explorer 10(IE 10) has 32-bit and 64-bit together in one browser now. If you turn on “Enhanced Protected Mode” , you will have 64-bit tabs by default for IE 10, and vice versa.
    For avoiding  your problem, you are able to enable 32-bit for IE 10.
    Here are some articles for you to take a look:
    http://www.sevenforums.com/tutorials/280434-internet-explorer-10-enable-32-bit-64-bit-ie10-windows-7-a.html
    http://www.ngohq.com/news/23295-how-to-enable-64-bit-internet-explorer-10-in-windows-7-a.html
    http://superuser.com/questions/561036/unable-to-open-ie-10-in-32-bit-mode
    I hope this helps.
    Thanks
    Wendy
    Wendy Li
    TechNet Community Support

  • Error While Creating Windows Server 2008 SP2 32-BIT Virtual Machine

    I am facing an error while creating a Virtual Machine on the Cloud. The Error is below:
    Error (610)
    Virtual Machine Manager was unable to find a value for the required Sysprep parameter ProductKey.
    Recommended Action
    Add the missing Sysprep parameter either to the answer file or to the operating system configuration, and then try the operation again.
    My Template does not have the Product Key defined.  The OS is Windows Server 2008 SP2 32-BIT.  Is defining Product Key absolutely necessary?  I have other Templates for other Operating Systems and they are working fine.  Only facing problem
    with this.
    Any help would be appreciated.

    In the SCVMM world a 'template' is composed of the following: a VHD with an OS that has been generalized (sysprep), virtual hardware profile (settings), and an OS profile.
    The OS profile is required to have a product key.  A MAC activation key at the minimum.  But the key is required.
    If you deploy a VM from a VHD, the same customization assumptions are not at play.  Which is why it succeeds.  (there is no template in this case, there is also no requirement that the OS in the VHD be sysprep'd).
    SCVMM has rules.  And lots of things don't make sense until you begin to understand them and play within them. (I am not saying that the SCVMM rules are a good thing, just saying they exist)
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • I am using Windows 7 Pro, 64 bit on a brand new PC, and cannot connect to the iTunes store using iTunes version 10.  HELP!!

    Ok, so after purchasing a new computer, with windows 7 pro, 64 bit, I tried downloading the newest iTunes, which at the time was 10.2.1 (i believe).  After installation, everything seemed to work, except that iTunes was unable to securely connect to the internet, use home sharing, or validate my computer.
    As troubleshooting, I first ran msconfig, and then turned OFF all programs that boot at start up EXCEPT itunes and quicktime.  After a restart, i opened itunes again, and got the same result.  That led me to believe that iTunes was NOT being blocked by another program on my machine.  I am currently running itunes 10.7 successfully on a Windows 7 32 machine at work.  Anyhow, for grins, I tried to install version 9 on the new computer, and it installed perfectly, and immediately connected to the itunes store, leading me to believe that there is nothing wrong with my software configuration (not sure if this is a safe assumption or not).  I then tried to let iTunes update itself using the automated update function.  It tried to update itself to the most current version, then 10.6.  Again, iTunes was unable to connect to the iTunes store.  I HAVE tried disabling the anti-virus software (AVG), but that made no difference. 
    I have since gone back and reinstalled iTunes 9.  Here's the catch though.  When I reinstalled using version 9, I had to redo all my library files.  I'm about 1/2 way through my CD's, and now have a substantial library file going.  The last time I let iTunes update itself to 10.6, once I realized that it was not going to connect to the store, I uninstalled iTunes, and reinstalled ver. 9.  However, when I did this, it told me it could no longer open the library file, because it was a newer .itl or .xml (i believe it was one of those two extensions) library file.  At that point, I basically started everything over again, using version 9, and have been importing CD's like a madman at night.
    Here are my questions:
    1) Is there a way to make a copy of the files that store my library info, so that if my upgrade to ver 10 IS NOT SUCCESSFUL, I can restore ver 9, but still have all of the album art work, playlists (when I import music, I create a playlist with the artists' name, and store things that way), etc. in tact? 
    2) What else can I try (firewall settings, internet options, etc.) to try and get version to to successfully install?  I would really like to get all the benfits of the newer versions.
    3) When I tried to get apple tech support before, they wanted me to pay a ridiculous 69$ fee for phone support.  I just bought an iphone 5....this should entitle me to a fresh 90 days of phone support, right?  The reason I ask here is that I could hardly understand the "tech" that answered the phone when I called for tech support last time, and to be honest, it really ****** me off that they wanted to try and milk me for another 69 bucks....I've purchased every iPhone since the 3Gs came out (pre-ordered at that), and have nearly gone broke purchasing music from their iTunes store....heck, maybe they're doing me me a favor not letting me into the store, huh?
    Any help or ideas would be greatly appreciated,
    -Brian

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • ITunes 7.7 errors in Vista 64-bit are drivin me crazy.

    Alright, I'll break down and ask for help. For the past month, my iTunes has been unable to sync with my phone. I'll try to detail the problem as much as I can.
    I upgraded my iTunes from 7.6 to 7.7, and after, my iPhone wouldn't sync, saying "This iPhone cannor be used because the required software is not installed. Run the iTunes installer to remove iTunes, then install the 64-bit version."... even though I ran the 64-bit version. So, I tried uninstalling iTunes so I could install again... but wait, it won't uninstall properly! When the uninstall process is almost finshed, it rolls everything back and says that it couldn't complete sucessfully.
    Odd. Alright, so, I manually go through and delete all the iTunes data I can find, run CCleaner to get rid of traces in the registry, and use Windows Install Cleanup. Sweet, no sign of iTunes on my system, I'll try again... Hmm, now Windows Installer is crashing at 'Registering Modules'... iTunes still runs, but I get the same error message as before!
    Alright, back to square one. Hey, how about we try changing the directory it installs to just for laughs.... and that causes the installer to crash too. Sweet.
    I'm stumped. Help me Gods of the Apple Forums, you're my only hope.
    An edit: When i try running the Repair option in the installer, it crashes on "Publishing Product Information".
    Message was edited by: ShadowRuneZero
    Message was edited by: ShadowRuneZero

    I am having the same problem. The installer crashes when "Publishing product information". I can open iTunes even after the crash and it seems to be working fine, but I get the "install the 64-bit version" error when trying to connect my iPhone.
    Sorry I don't have a solution for you, just wanted to let you know you're not alone.

Maybe you are looking for

  • How to get custom formating to show in export as HTML CS4

    Using a copy of CS4, I am exporting an indesign document that has custom formated words. That is some words are italicized and don't conform to the paragraph style (I have to do this as I get all my documents from Microsoft Word Files). The italicize

  • Handling RAW images in Photoshop vs. Photoshop Elements

    Currently I am running trial versions of Photoshop CS4 and PSE7. For a great deal I am impressen about the functionality of PSE w.r.t. to its price/performance, but I miss some easy things that Photoshop has. Or am I doing things wrong? When I open a

  • Screws for Mac mini

    Does anyone know what size the four screws are for the Mac mini and if they are available anywhere ? There are three (3) short screws and one (1) longer one that connect the drive cage (DVD/HD) to the systemboard.

  • Confirmation of Service activity Thru Service Entry sheet.

    Hi! We are releasing Purchase Requsitions thru service activity in our projects.Subsequently these PRs are converted to POs & finally we are maintaining service entry sheet for acceptance of service in service entry sheet. Our issue is that we want t

  • Inbound Processing With BDC

    Hi!    Can any one tell me why there is a need to go for BDC in Inbound IDOC Processing.    We can directly take the data from Fun Module & update the database why there is need for BDC.   Thanks    Rahul