[Solved] Grub after moving from ext2 to ext4

When I boot without a live cd I am staring at the grub1 rescue console.  I followed the instructions here to go from ext2 to ext 4 http://www.ghacks.net/2010/08/11/convert-ext23-to-ext4/
When I got to the part about changing /etc/fstab from ext2 to ext4, I noticed my /etc/fstab was empty.  I suppose that's what I get for meddling with something I don't completely understand but I've consistently followed instructions on the wiki and done fine with plenty of other things I didn't understand. 
Since this epic disaster I've managed to Chroot in and change my /etc/fstab to depict ext4 and mkinitcpio -p linux and change my /etc/default/grub to direct rootfstype=ext4 and run grub-mkconfig -o /boot/grub/grub.cfg.
I feel like this is salvagable but I am at a complete loss as to where to go from here.  My hd layout is as follows, my boot is recognized as a ext4 fs, everything seems to be intact I just cannot boot.  One thing I did notice that is out of place is that the grub console I am booting to is grub-legacy.  I am uncertain as to why because I was using grub2.  I suspect it was due to me using fsarchiver to backup my ext2 boot and then reinsert it onto an ext4 fs or because I am using the arch install disk and the grub-install command put grub1 on it. 
/dev/sda1     /boot     ext4
/dev/sda2                 swap
/dev/sda3     /           btrfs
/dev/sda4     /home   btrfs
I am guessing what probably has to happen is I need to reinstall grub2 onto /dev/sda1 .  Would it be as easy as pacman -S grub2-bios while in chroot?
Last edited by jallenusn (2012-07-09 21:22:52)

I am going down the steps to reinstall grub2 now.  I ran blkid -c /dev/null and it returned this.  the UUID's are actually filled in on what it returns.  I left them blank for obvious reasons. 
/dev/sda1:  UUID: "" TYPE="ext2"
/dev/sda2: UUID: "" TYPE="swap"
/dev/sda3:  UUID: "" UUID_SUB="" TYPE="btrfs"
/dev/sda4:  UUID: "" UUID_SUB="" TYPE="btrfs"
/dev/loop100:  TYPE=squashfs
/dev/loop101:  UUID"" TYPE=ext4
/dev/loop102  type=ext4
/dev/mapper/arch_root-image:  type ext4
/dev/loop103 TYPE=squashfs
/dev/loop104:  UUID TYPE=ext4
/dev/mapper/arch_lib-modules   type=ext4
/dev/loop106  type=squashfs
basically rinse repeat all the way to loop 109 & 110 which are both squashfs.
Edit:  I just ran pacman -S grub2-bios and it returned warnings stating "could not get filesystem information for /bootmnt, /cowspace, /sfs/root-image, /sfs/lib-modules, /sfs/sur-share, /repo/core/x86_64, /rep/core/any, & /bootmnt (in that order)
Last edited by jallenusn (2012-07-08 23:58:16)

Similar Messages

  • After moving from Canada to the US, getting a new iPhone 5C, and restoring my backup from iCloud, I can't update my apps. I get an error message that my account is not valid in the Canadian App store and I must change to the US store. How do I do that?

    After moving from Canada to the US, getting a new iPhone 5C, and restoring my backup from iCloud, I can't update my apps. I get an error message that my account is not valid in the Canadian App store and I must change to the US store. How do I do that?

    Change here:
    Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region.
    You must have a verified billing address & be located in the country whose store you are trying to use.

  • After moving from weblogic 10.0.0 to Weblogic 10.3.3 - JMSException

    After moving from weblogic 10.0.0 to Weblogic 10.3.3, web-application began to raise next exception:
    <Dec 4, 2012 3:52:05 PM CET> <Error> <HTTP> <pl-1> <traffic-1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1354632725104> <BEA-101017> <[ServletContext@518010907[app:XXXX-XXXX module:/XXXXXX-connector-servlet path:/XXXXXX-connector-servlet spec-version:2.5]] Root cause of ServletException.
    javax.jms.JMSException: [JMSPool:169801]The JMS method setMessageListener may not be called inside an EJB or servlet
    at weblogic.deployment.jms.JMSExceptions.getJMSException(JMSExceptions.java:22)
    at weblogic.deployment.jms.WrappedMessageConsumer.preInvocationHandler(WrappedMessageConsumer.java:116)
    at weblogic.deployment.jms.WrappedMessageConsumer_weblogic_jms_client_WLConsumerImpl.setMessageListener(Unknown Source)
    at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.createAndStart(OperatorMessageSession.java:174)
    at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.getWork(XXXXXXXXXServlet.java:265)
    at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.doRequest(XXXXXXXXXServlet.java:168)
    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:100)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3700)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3664)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2276)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2175)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1452)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Could anybody help me with this problem? Maybe there are any standard ways to fix this?

    I've rebuilt my web-application using MDB. For now I got new exception:
    ####<07.12.2012 16:03:06 FET> <Info> <EJB> <pc-XXXXXX> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-00340877198035A73969> <> <1354885386932> <BEA-010227> <EJB Exception occurred during invocation from home or business: weblogic.ejb.container.internal.StatelessEJBHomeImpl@14df37f threw exception: javax.ejb.EJBTransactionRolledbackException: EJB Exception: : java.lang.ClassCastException: com.XXX.XXXX.XXXXXX.persistence.OperatorBean cannot be cast to com.XXX.XXXX.XXXXXX.persistence.SwitchboardBean
         at com.XXX.XXXX.XXXXXX.SwitchboardDataImpl.initialize(SwitchboardDataImpl.java:147) // itsSwitchboardBean = itsEntityManager.find(SwitchboardBean.class, switchboardNumber);
         at com.XXX.XXXX.XXXXXX.SwitchboardDataImpl.create(SwitchboardDataImpl.java:86)
         at com.XXX.XXXX.XXXXXX.SwitchboardDataEJB.create(SwitchboardDataEJB.java:64)
    persistence.xml:
    ...     <persistence-unit name="xxxSwitchboard_PU" transaction-type="JTA">
              <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>
    <jta-data-source>jdbc/xxSwitchboard</jta-data-source>
    <non-jta-data-source>jdbc/xxSwitchboard</non-jta-data-source>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.OwnerBean</class>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.OperatorBean</class>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.SwitchboardBean</class>
              <class>com.XXX.XXXX.XXXXXX.switchboard.persistence.CallBean</class>
              <exclude-unlisted-classes>false</exclude-unlisted-classes>
         </persistence-unit>...
    @Entity
    public class OperatorBean extends OwnerBean
    @ManyToOne(optional = true, fetch = FetchType.EAGER)
    private SwitchboardBean switchboard;
    @Entity
    public class SwitchboardBean extends OwnerBean
    @OneToMany(mappedBy = "switchboard", cascade = CascadeType.PERSIST, fetch = FetchType.LAZY)
    private List<OperatorBean> itsOperators = new ArrayList<OperatorBean>();
    Seems that it also happened due to updating weblogic version. Could you please advice me how to fix this issue?

  • After moving from my home country (Poland) to the Middle East (UAE) with the same computer I can not get connected to Apple Store and iTunes Store.

    After moving from my home country (Poland) to the Middle East (UAE) with the same computer I can not get connected to Apple Store and iTunes Store. Any clue why?
    Regards,
    Maciek

    Click the round flag icon bottom right corner of the App Store window.

  • TS4002 After moving from mobileme to icloud, how do I move my address book?

    After moving from mobileme to icloud, how do I move my address book?

    Welcome to the Apple community.
    Your address book should have migrated along with your move. If it hasn't go to groups, in "on my mac" group select all the contacts that appear on the right-hand side and drag them to your "iCloud" group.
    Once you have done this you can then delete the contacts from your "on my mac" group.

  • Unsupported image format after moving from one project to another

    I scanned several thousands of images to my Aperture library. Went thru all of them providing adjustments to many of them, keywords to all of them and adjust date/time to all of them. All of the pics were visible, format is jpeg.
    This is a managed library (all pics within Aperture db).
    This morning started to restructure the project files (had three of them). After moving couple of hundred images to newly created project file I started seeing "unsupported image format" red screen after clicking the jpeg. 20-30% of the pictures clicked showed on viewer "unsupported image format".
    Tried regenerating the previews. Tried command-option start with first fix the preferences option. Then with rebuild option.
    Tried moving the pictures back to their original project file.
    No joy... Still 20-30% of the pictures show the "unsupported image format".
    Aperture 2.1.
    Amy other tricks I could try?
    Reported this to Apple aperture feedback of course.
    --h

    Link the two Macs together: there are several ways to do this: Wireless Network, Firewire Target Disk Mode, Ethernet, or even just copy the Library to an external HD and then on to the new machine...
    But however you do choose to link the two machines...
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then launch iPhoto. That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.
    +Note: there is no importing involved+
    The thumbs appear, but the images are added 2 or 3 times each and the events are all messed up.
    This happens when you import one Library to another, which you've done by drag and drop:
    Creating a black library and over writing the new with the old.
    Your problem is arising because of the Network Share. iPhoto needs to have the Library sitting on disk formatted Mac OS Extended (Journaled). Users with the Library sitting on disks otherwise formatted regularly report issues including, but not limited to, importing, saving edits and sharing the photos.
    Regards
    TD

  • Keynote slides shrunk after moving from iMac to MacBook Air

    After moving a Keynote (6.5.3) presentation from my iMac to MacBook Air, the slides have shrunk WAY down. Check out this image. Any thoughts on why this should happen?

    Here you go, it's just an option you need to turn on
    http://support.apple.com/kb/HT1777?viewlocale=en_US
    I love Lion, it's been problem free and it has so many useful features (Air Drop for one, multi screen on the MBA for another). I think as with all things that sell on the scale Lion has, some people will always be disappointed and some will always have problems. I am happy to say neither were issues for me and I wouldn't go back to SL now.

  • Kernel panic after converting from ext3 to ext4?

    I'm running Arch 64 on a Lenovo ThinkPad R61.  I did a pacman -Syu this morning and upgraded to 2.6.28-ARCH, among other things.  I rebooted to verify that nothing went amiss with the kernel upgrade.  Indeed, there appeared to be no problems.  I then followed some directions on converting my partition from ext3 to ext4.  (I did a tune2fs and then a fsck.)  After finishing the fsck, I rebooted to find the following error message:
    kinit: Cannot open root device sda2(8,2)
    kinit: init not found
    Kernel panic - not syncing: Attempted to kill init!
    I rebooted twice and got the same result.
    What should I do?

    see http://bbs.archlinux.org/viewtopic.php?id=38136
    i had this prolbem but i resolved
    Last edited by ugaciaka (2009-01-16 17:20:06)

  • RDS (2012 R2, Per User) client issues after moving from TS Licesning (Win 2K3, Per Device)

    I run a XenApp environment (mixed Presentation Server 4.5, XA6.5, XA7.6... I know).
    I've somewhat recently moved our RDS/TS licensing from an old 2K3 TS licensing vm that needed to go to a 2012 R2 RDS licensing vm.
    The 2K3 vm ran with a Per Device mode, and the 2012 R2 vm is using a Per User model.
    RDS is working fine as far as I can tell - handing out licenses to their RD Session hosts, in the proper security group which has the ability to Read/Write the MSLicensing user attributes (Terminal Server License Servers). By GPO, I am telling (and they are
    applying) my XenApp servers to use their new RDS Licensing server and with a Per User model. The issue I
    am seeing is this:
    On a give XenApp server, the eventID 1011 - TerminalServicesRemoteConnectionManager
    The remote session could not be established from remote desktop client
    computername because its temporary license has expired.
    When I hit the Details tab,
    Windows Server 2003 - Terminal Server Per Device CAL Token.
    Which then results in having to remove the MSLicensing registry key. Which is annoying. Anyone else run into this after moving licensing servers and/or models? Feedback would be awesome, danke!

    Hi,
    According to your description, it sounds like a known issue. The workwgoup is to delete the MSLicensing key under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing. (Note: please create a backup of the MSLicensing registry key and its subkeys on the
    client before you remove the original key and subkeys.)
    For more detailed information, you can refer to the similar thread below:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/9eb42798-e75e-4693-9a5d-9e96895e16c8/remote-desktop-license-server-problem?forum=winserverTS
    Best regards,
    Ssie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Time machine backup files disappeared after moving from Osx 10.6 to 10.8.2 .

    I had moved from a 6+ year old iMac to a new one with 10.8.2

    Welcome to the Apple Support Communities
    I don't think that they have disappeared. They are just "hidden" in your Time Machine drive because Time Machine detects your old backups as for a different Mac than the one you are using right now.
    In order to see your old Time Machine backups, read > http://pondini.org/TM/E3.html

  • How to fix Grub after moving arch to new drive [SOLVED]

    I moved my Arch install (/ and /home partitions) to a new drive and I was wondering how to fix Grub so that it knows /boot is on the new drive.  What I've done thus far is
    create partitions on the new drive and dd my current / and /home partitions to them.  The new partitions are bigger than the current ones, so I also re-sized the filesystems to fill the new partitions.  My disk/partition setup is the following
    /dev/sda1        2048 488392703 488390656 232.9G  7 HPFS/NTFS/exFAT   (Storage)
    /dev/sdb1  *         2048    206847    204800  100M  7 HPFS/NTFS/exFAT   (System reserved)
    /dev/sdb2          206848 102402047 102195200 48.7G  7 HPFS/NTFS/exFAT   (Windows 7)
    /dev/sdb3  *    102402048 141472127  39070080 18.6G 83 Linux   (Current Arch /)
    /dev/sdb4       141472128 250069679 108597552 51.8G 83 Linux   (Current Arch /home)
    /dev/sdc2  *       206848 105064447 104857600   50G 83 Linux   (New Arch /)
    /dev/sdc3       105064448 234441647 129377200 61.7G 83 Linux   (New Arch /home)
    After I resized the filesystems, I then created a new grub.cfg file (on /dev/sdb3) that is aware of the new Arch system.  I can boot to both my current and new Arch installs and run them fine, but ultimately I want to remove the current Arch install so I can make more room for my Windows 7 install.  What do I need to do to grub, so it knows to use the new Arch system.
    Last edited by tlawren (2014-08-17 21:42:46)

    @Xyne - Thanks!  Installing grub on my /dev/sdc did the trick.  Because I dd'ed my old setup to a new drive, /boot/grub was already populated, so all I had to do was install and configure grub on the new drive via the following. 
    grub-install --target=i386-pc --recheck --debug /dev/sdx
    grub-mkconfig -o /boot/grub/grub.cfg
    I used os-prober to find the other OS's (Windows 7 and my old Arch).  After some testing, I will wipe my old Arch setup and then resize Windows into the free space.

  • Emails not loading after moving from one Inbox to another

    I was having problems with one of my Mail accounts recently (it would randomly not pull in new emails, go offline, not connect to the SMTP server etc.) and on advice create a new one. When this was up and running, I planned on moving the Inbox and Sent Items from the dusfunctional Mail account over to the new account's Inbox and Sent Items folders.
    After dragging the items from the old to the new folders, I deleted the old Mail account. Before deleting the old account, I checked to make sure that the old emails were listing correctly in the new folders which they did, showing the sender's name and subject line. I however neglected to notice that the Preview text was not showing on some of the messages although it was showing on others. I also did not click on any of the messages to see if they would actually open. I just saw them listed and thought the transfer job was done.
    After deleting the old Mail folder, I am now left with all of the old emails listed in my new Inbox and Sent Items folders, but when I try to open them it just says "Loading" and nothing else happens. I assume that message contents had not yet fully moved over into the new location by the time I deleted the old Mail folder....
    Does anybody know if there is any way in which I might still retrieve the fiull content of the old emails? Does deleting the Mail account also delete all of its emails from my hard drive? Or are they still sitting somewhere?
    All suggestions appreciated.

    Link the two Macs together: there are several ways to do this: Wireless Network, Firewire Target Disk Mode, Ethernet, or even just copy the Library to an external HD and then on to the new machine...
    But however you do choose to link the two machines...
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then launch iPhoto. That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.
    +Note: there is no importing involved+
    The thumbs appear, but the images are added 2 or 3 times each and the events are all messed up.
    This happens when you import one Library to another, which you've done by drag and drop:
    Creating a black library and over writing the new with the old.
    Your problem is arising because of the Network Share. iPhoto needs to have the Library sitting on disk formatted Mac OS Extended (Journaled). Users with the Library sitting on disks otherwise formatted regularly report issues including, but not limited to, importing, saving edits and sharing the photos.
    Regards
    TD

  • Images not showing up after moving from OAS 10g to Weblogic 11g

    We are moving our oracle forms application from OAS10g to weblogic 11g. We have a simple login html page that has an jpg image. This login page is rendered properly under OAS 10g. After following the documentation for configuration, the login functionality works fine but for some reason the images on the html page do not show anymore. The images are located within the same directory as the html page
    C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\server\index.html
    C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\server\myimage.jpg (this does not render).
    Does anyone have any suggestion about this?
    thanks,
    Wes

    I'm just noticing this tonight, too.  I had Lr3 scan for missing photos.  It identified 388 out of about 20,000.  In checking on that, I tried to reconnect one to the current path, but nothing happens.  The entry for that shot stays in the Missing Photographs group, and the "missing" icon remains on the thumbnail.

  • Confused about projects after moving from iPhoto

    Hi
    I recently moved 13k+ photos and 347 projects from iPhoto to A3 primarily for the better editing capabilities of A3.  I shoot for fun , not professionally
    i am reading the A3 manual and their screenshots seem to show another structure in place then mine (see image).
    basically, under the Projects & Albums, I have a duplication of every project that is seen in the Aperture 3 Library, Projects view i.e. a long list of 347 projects  Is this normal?
    if so, I think what is confusing me is why the redundancy since in iPhoto, all i used were Events/Projects and keywords to organize and not sure why each project also appears seperately below in the Projects and Albums section
    I think I understand smart albums and will create using keywords since albums are just a collection of aliases (correct?) so I can create, delete as needed, just like in iTunes
    that being the case, why would I use folders?  often one of my projects could consist of multiple activities (ex. vacation which has hiking, camping, water shots, wildlife, etc) so I am not sure how or why I would use folders.
    I guess I could have a folder labeled Vacations and stick projects in that or could i just also assign a keyword "vacations" and then I could search for photos that are vacations and wildlife?
    If i use folders, then when i import a project, i guess I would need to assign it to a folder?
    Also a project could contain multiple folders and albums?
    maybe i am confused because there too many choices
    thanks for any advice

    Yes, now that we can see your your screenshot it is easier to understand what you are asking. Kirby's brief naming essay will have given you already a very good introduction to the library structure, and I am sure he will elaborate on that when he returns to this thread. Just a few additional pointers  to the different sections of the Inspector window; for coming from iPhoto you might be puzzled; everything seems to be there twice, which can be confusing.
    The upper part of the Inspector panel (With the Heading "Aperture 3 Library and with Projects, Faces, Places, Photos ...) offers different views of your Library: Each view projects (like the vies of a database) the metadata of your images and groups the images in a specific way: in the "Faces View" you can assign names to the faces and browse the images grouped according to persons, in the Places View you assign locations and group according to locations, etc. You use these views for specific tasks.
    The lower part, with the headline "Projects & Albums" organizes your storage structure, like Kirby described in his post.
    A flat structure with 300 projects at the same level will make the access difficult, even if you use smart albums - for you, and or Aperture as well.
    If you think about it, the folder structure is static and created once, when you import your images. That does not need  much processing on Aperture's side when you reopen a Aperture Library.
    The smart albums are dynamic - computed each time you change or assign a metadata tag. And if your smart albums are defined in the scope of the whole library, then each time you change a keyword all of your library has to be processed. So if you are not too fond of watching the beachball spinning, it is wise to be frugal with the use of smart albums and don't use them for tasks that can easily be solved by the static organisation. Also folders can be used to limit the scope of smart albums - why search for images of grizzlies in your Hawaii projects; if all your Alaska projects are contained in one folder, you can define a smart album of bears inside that folder, and thus avoid searching the anniversary images and other vacation shots.
    Bummer - none of the iPhoto keywords seen to have come across
    That really is a bummer - how did you import your iPhoto library?
    Regards
    Léonie

  • Images Corrupted after Moving from Phone Memory to SD Card

    Hi, I have a Sony Xperia Z3 16GB version and Recently I had been to a hiking trip and had used my Xperia Z3 on the trip extensively for photos and vidoes. I have taken as much as 600 photos and few videos of size 2.9 GB. Since the phone memory was getting full, i moved the images,videos using the "Move Files to SD Card" option found under "Settings --> Storage". The Transfer finished successfully and the phone memory was relieved. Now after this transfer, i can't open any images moved to SD card. They all were moved to "DCIM --> 100ANDRO" folder.  The photos seem to be corrupted. ALL OF THEM   This is such a mess and I tried a few tools for recovering the images. They didn't help me any. Can anyone of you have any suggestions on how to recover these photos?  These are memories from a Trip which I can do only once in life time  Please help.  Note: The jpeg image properties show up the File Size clearly which means that the content is still there but somehow corrupted

    You could try a check disk - So with the card connected open a command prompt then type the drive letter of the card then : so for example K: then hit enter - Then type chkdsk /f then hit enter - When finished check your cards files

Maybe you are looking for

  • Código de imposto: será possível importar de uma planilha do excel?

    Olá, Clientes tem várias operações e quer automatizar as operações via determinação de código de imposto em administração | Configurações | Finanças | Impostos | Determinação do código de imposto Cada operação uma CFOP diferente, por exemplo: São 30

  • How to get the values from fileds

    Dear All, Good Afternoon, I want to set the 0 value to the fields at the time of page loading. For this, i tried the following ways pageContext.putParameter("fieldid",0); and OAMessageTextInputBean bean1=(OAMessageTextInputBean) webBean.findChildRecu

  • Can't turn launch in camera raw off

    I use ACR to process many images, both RAW and JPGs and have the PS3 preferences set to open in ACR automatically. I want to turn off the option to batch process files, but unchecking the preference and trashing some preference files has not worked.

  • Should cs5 be uninstalled after install of cs6

    1. cs6 does not recognizes but will not run 3d party plugins that worked on cs5/64 2. should cs5 be uninstalled after upgrade to cs6

  • Workspace and Schema Guidance

    Hi - We're setting up Apex and want to plan out how to handle workspaces and schemas in advance. In previous settings, workspaces were set up by department with one schema. It started to get messy as more applications were built and development and p