I can't load packaged fonts

Hi, I'm trying to open a CS5 Indesign file created on a Mac in CS6 on a PC. The screen shot shows the fonts that were packaged in the folder. I noticed that many of them are 0KB is size. When i tried to drag the bigger ones into the Windows font folder, it gave me a "not a valid font" message. Any ideas?

Salah Fadlabi wrote:
you need TT fonts or OT fonts for cross-platform
Let's clarify this a little more. OpenType fonts are truly cross platform, Windows format TrueType fonts will also work on OSX, but Mac format TT will not work on Windows, and, not well-known, Windows Type 1 postscript fonts can be used by ID on mac if put into the private ID fonts folder.

Similar Messages

  • Can't load truetype font

    I wrote the following program to load a truetype font, write hello in a JPanel, and then draw the alphabet on a BufferedImage and write it to a file, it works fine when I use whatever font my graphics objects default to but when I try to use the font I load I don't get the desired results.
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package topng;
    import java.awt.Color;
    import java.awt.Font;
    import java.awt.FontFormatException;
    import java.awt.FontMetrics;
    import java.awt.Graphics;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import java.awt.geom.Rectangle2D;
    import java.awt.image.BufferedImage;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    import javax.imageio.ImageIO;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    * @author jarl
    public class Main extends JPanel {
         * @param args the command line arguments
        public static class ExitListener extends WindowAdapter {
            @Override
      public void windowClosing(WindowEvent event) {
        System.exit(0);
        private Font font;
        public Main() throws FontFormatException, IOException{
            super();
            File file = new File("Adventure Subtitles Normal.ttf");
         FileInputStream fis = new FileInputStream(file);
            font = Font.createFont(Font.TRUETYPE_FONT, fis);
            //font = font.deriveFont(20);
        @Override
        protected void paintComponent(Graphics g){
            g.setFont(font);
            g.drawString("Hello", 100, 100);
            BufferedImage image = new BufferedImage(1, 1, BufferedImage.TYPE_4BYTE_ABGR);
            Graphics g2 = image.createGraphics();
            g2.setFont(font);
            String alphabet = "abcdefghijklmnopqrstuvwxyz";
            FontMetrics measure = new FontMetrics(g2.getFont()) {};
            Rectangle2D stringDims = measure.getStringBounds(alphabet, g);
            image = new BufferedImage((int)stringDims.getWidth(), (int)stringDims.getHeight(), BufferedImage.TYPE_4BYTE_ABGR);
            g2 = image.createGraphics();
            g2.setFont(font);
            g2.setColor(Color.black);
            g2.drawString(alphabet, 0, (int)stringDims.getHeight()*3/4);
            try {
                ImageIO.write(image, "png", new File("Adventure Subtitles Normal.png"));
            } catch (IOException ex) {
                Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
        public static void main(String[] args) throws FontFormatException, IOException {
            JFrame frame = new JFrame("ToPNG");
            frame.add(new Main());
            frame.setSize(200, 200);
            frame.addWindowListener(new ExitListener());
            frame.setVisible(true);
    }Edited by: Bruhaha on Nov 27, 2009 9:42 PM

    The desired behavior is to load a truetype font, write hello in a JPanel, and then draw the alphabet on a BufferedImage and write it to a file, I thought the poorly indented WindowAdapter would be a minor enough infraction to get away with, I tried the version of createFont that takes a file, and while I've certainly never heard it encouraged I've never heard of not removing IDE comments being poor practice(although I do try to leave my name off the internet), sorry for that. Also, on reflection I guess I could have left out the part about writing a png, it kind of made it's way into the smallest model of what I'm trying to do but the problem is just loading the font.
    Anyway I think I figured it out, the font was created, but it had a size of 1 because when I called the deriveFont method I passed integer values for my size, but that ended up causing the derivedFont method that accepts an integer for a style to be called. I tried font = font.deriveFont(20f); and that solved my problem.

  • Essbase Studio issue report : can't load package 'util'

    22:45:16 10/30/08 INFO Starting up
    22:45:16 10/30/08 INFO Oracle Essbase Studio Server. Version 11.1.1.0.00, Build 1297
    22:45:17 10/30/08 INFO Listening on *:3000
    22:45:18 10/30/08 (system) WARNING Root folder for flat datasource files C:\Hyperion\products\Essbase\EssbaseStudio\Server\.\datafiles has been created
    22:45:18 10/30/08 (system) WARNING Failed to load driver for sap
    22:45:18 10/30/08 (system) WARNING Failed to load driver for mysql
    22:45:18 10/30/08 (system) INFO Exploration time(sec): 0
    22:45:18 10/30/08 (system) WARNING The content of the catalog will be erased in 5 seconds due to the changes in the DB schema
    22:45:23 10/30/08 (system) WARNING No permissions to clear the catalog. The catalog has not been erased
    22:45:25 10/30/08 (system) INFO Exploration time(sec): 0
    22:45:28 10/30/08 INFO Logging to com.hyperion.cp.util.JettyLogger@c7539 via com.hyperion.cp.util.JettyLogger
    22:45:28 10/30/08 INFO jetty-6.0.1
    22:45:28 10/30/08 INFO Started SocketConnector @ 0.0.0.0:9080
    22:46:24 10/30/08 INFO Shutdown completed
    22:46:32 10/30/08 INFO Starting up
    22:46:32 10/30/08 INFO Oracle Essbase Studio Server. Version 11.1.1.0.00, Build 1297
    22:46:34 10/30/08 INFO Listening on *:3000
    22:46:34 10/30/08 (system) WARNING Failed to load driver for sap
    22:46:34 10/30/08 (system) WARNING Failed to load driver for mysql
    22:46:35 10/30/08 (system) INFO Exploration time(sec): 1
    22:46:35 10/30/08 (system) WARNING Error during call of the procedure 'start actions' from the package 'util'
    -------------- Exception --------------
    com.hyperion.cp.vm.VmException: cannot load the package 'util'
         at com.hyperion.cp.vm.VmPackage.loadPackage(VmPackage.java:529)
         at com.hyperion.cp.vm.VmOperatorPath.verify(VmOperatorPath.java:48)
         at com.hyperion.cp.vm.VmControlStatement.verifyCallStatement(VmControlStatement.java:532)
         at com.hyperion.cp.vm.VmControlStatement.verifyAndRunControlStatement(VmControlStatement.java:95)
         at com.hyperion.cp.vm.VmParseTree.verify(VmParseTree.java:428)
         at com.hyperion.cp.vm.VmTask.runCode(VmTask.java:303)
         at com.hyperion.cp.cpl.CplCompilerVm.compileMeAndRun(CplCompilerVm.java:149)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:109)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1299)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:166)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:128)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:202)
    Caused by: com.hyperion.cp.cpl.CompilerException: Compiler result: 5 error(s)
         at com.hyperion.cp.cpl.CplCompilerVm.loadPackage(CplCompilerVm.java:189)
         at com.hyperion.cp.vm.VmPackage.loadPackage(VmPackage.java:524)
         ... 11 more
    Caused by: com.hyperion.cp.cpl.CompilerException: Syntax error near 'nding'. Line = 733 Column = 1
         at com.hyperion.cp.cpl.CplParser.syntax_error(CplParser.java)
         at java_cup.runtime.lr_parser.parse(lr_parser.java:595)
         at com.hyperion.cp.cpl.CplCompilerVm.loadPackage(CplCompilerVm.java:185)
         ... 12 more
    22:46:35 10/30/08 INFO Logging to com.hyperion.cp.util.JettyLogger@164bff9 via com.hyperion.cp.util.JettyLogger
    22:46:36 10/30/08 INFO jetty-6.0.1
    22:46:36 10/30/08 INFO Started SocketConnector @ 0.0.0.0:9080

    Did you fix the problem? What was the solution? Thanks in advance.

  • How can I load PCL font using command line?

    We have a software that requires a signature font to be uploaded to the printer beforehand.  if the printer power cycles, the font is lost and paper is wasted.  This usually happens when a brown out occurs overnight.
    Our font vendor has a command line windows software that can upload the font to the printer.  It costs 100.00. 
    I'd really love to find a way to upload this file using linux.  The page is generated on linux so i could incorporate the command into that process.
    Anyone know of free software to do this on linux or windows?  or maybe programming documentation?

    i think i found the answer on another site
    http://mdn.morovia.com/kb/Download-Select-Remove-PCL-Fonts-10002.html
    Configuration 2: Network Printer Server
    When the printer is connected to a TCP/IP network directly, the best method is to send commands through lpr command. A TCP/IP device may be identified with a full qualified DNS name, or an IP address. In our test lab, we assigned our network printer a fixed IP address 192.168.1.22, and we use this address in the examples below. Inlpr manual page, it is also referred as Printer Name.
    Another name you will need is Queue Name. The queue names are names assigned to the “processors” in the print server. Many print servers and network printers hardcode their queue names. Some allow you to define your own queue. On HP JetDirect printer servers, the raw PCL queues are named as raw, raw1, raw2 and raw3. In this article we use rawas the queue name.
    Note thatlpr command only accepts 1 file at a time. However, the step1 and step2 commands must be sent in one stream, otherwise the printer discards them altogether. As a result, you will need to merge those three files into one first. On Windows, you can use copy command:
    copy /b C80D.txt +mrvcode39_4pitch.sfp +c5F.txt total.bin
    On Linux/Unix platforms, use cat command:
    cat c80D.txt mrvcode39_4pitch.sfp c5F.txt > total.bin
    Now we can send these files (Windows):
    lpr -S 192.168.1.22 -P raw -ol total.bin lpr -S 192.168.1.22 -P raw -ol data.txt
    You need to replace the IP address, the queue name and the file name with the appropriate ones in your environment.
    On Linux/UNIX platforms, things are more complicated. The configuration varies from platform to platform. Generally you need to set up the printer first. On RedHat Linux, this can be done using printtool. You assign a printer name (queue name) in the configuration, and you use this name in lpr command. Assume that the name is HPPrinter, the lpr command on RH Linux becomes:
    lpr -P HPPrinter -o raw total.bin lpr -P HPPrinter -o raw data.txt

  • All our fonts on isilon server show as corrupted in mountain lion, can't load.

    Our font library has thousands of fonts, they all show up as corrupt when viewed in mountain lion.
    In snow leopard they are fine.  Can't load into font manager.
    Is this a network protocol issue or what?

    Even when copying the fonts to the mac desktop, and yes they are type 1 ps fonts, they are corrupt.
    Then I would bet that's what's happening. The new Macs are not seeing the stored resource forks on the server. If you check the size of the files either on the server from those Macs, or the ones you attempt to copy over, they're most likely zero.

  • How can I load font in real device?

    I am building mobile text SMS in my native country language using j2me wireless toolkit. But I face one problem. Without installing font in windows font directory, I did not display my country font. I used Unicode for my project. My question is:
    * How does the real device get my desire font without install it to device.
    * If I want to give fontname.ttf file with my package. Where can I load this file in midlet package/ midlet suite? Does it work on device?
    Please, help me.
    Babu

    Hi,
    U can try this
    http://developers.sun.com/techtopics/mobility/midp/articles/termemulator3/

  • Editting PDF documents that were created by a MAC doesn't work because of font incompatability.  How can we get MAC fonts and load in our Adobe Acrobat Pro 9?

    Editting PDF documents that were created by a MAC doesn't work because of font incompatability.  How can we get MAC fonts and load in our Adobe Acrobat Pro 9?

    If it's a Mac font and you're on Windows, you can't. If you are also on a Mac, you'll need to purchase the fonts (fonts are generally non-transferable, like software. One of the reasons pdf exists), install them and try your edits.
    But it's best to edit the original document and create a new pdf when finished.

  • "Error occurred while packaging the application... Can't load library" in Flash Builder 4.7 (iOS)

    Been struggling to resolve this error since yesterday in Flash Builder 4.7 packaging an app for iOS.
    Error occurred while packaging the application:
    Exception in thread "Main Thread" java.lang.UnsatisfiedLinkError: Can't load library: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot\lib\llvm.dll
              at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1706)
              at java.lang.Runtime.load0(Runtime.java:770)
              at java.lang.System.load(System.java:1004)
              at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:587)
              at adobe.abc.LLVMEmitter.<clinit>(LLVMEmitter.java:597)
              at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:419)
              at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1790)
              at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:378)
              at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:762)
              at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)
              at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:246)
              at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)
              at com.adobe.air.ADT.run(ADT.java:419)
              at com.adobe.air.ADT.main(ADT.java:470)

    Update:
    My previous proposed solution (of installing the 64-bit JRE) resulted in a different problem. After multiple attempts and restarts I was unable to work in the Flash Builder IDE as it became unresponsive on load. Each time I had to use Task Manager to close the application.
    Apparent Solution:
    Close all applications running in Windows
    Uninstall all versions of JRE (Java Runtime Environment)
    Uninstall Flash Builder 4.7
    Reinstall Flash Builder 4.7

  • When I load a XML in a XFA form can I specify the font color?

    When I load a XML in a XFA form can I specify the font color?
    Or can I specify background color, font type(bold, ...).

    Moved to LiveCycle modules and development tools

  • I have no idea why all my user fonts can't load in Adobe CS5

    All of my fonts under user categorise can't load in my illustrator, indesign, and photoshop after i reinstall my OS duel to the facebook is suddenly malfunction and a lot of time it cannot load proper. Does any one got any idea on it? thanks

    You might try searching/posting on Adobe Support:
    Adobe Support

  • Solution for load external FONT sf file to iOS application

    Hi,
    i follow this instruction to load externalHosted sf files to iOS application.
    http://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air- apps-on-ios/#comments
    I need to load external swf files (Font only) on runtime and embed it runtime.
    But I always got the uncompilled action script error on adhoc or release build.
    how can I solve this problem? The Font is not an asset, and I can't load it on runtime on iOS?
    thanks

    Did you try this doc? Packaging and loading multiple SWFs in AIR apps on iOS

  • I can't load X

    i've installed Arch
    but i can't load xorg, after installing with pacman
    gdm gnome gnome-extra hwd xorg alsa-lib alsa-utils nvidia nvidia-utils and another packages like this
    xorg-apps 1.0.3-2
    xorg-font-utils 1.0.3-3
    xorg-fonts-100dpi 1.0.1-1
    xorg-fonts-alias 1.0.1-1
    xorg-fonts-encodings 1.0.2-2
    xorg-fonts-misc 1.0.0-3
    xorg-fonts-type1 1.0.1-1
    xorg-server 1.2.0-5
    xorg-server-utils 1.0.4-2
    xorg-utils 1.0.2-4
    xorg-xauth 1.0.1-1
    xorg-xinit 1.0.7-1 (xorg)
    xorg-xkb-utils 1.0.2-2
    xorg-xsm 1.0.1-2
    i run hwd -d, then nvidia-xconfig, i reboot, but i get a message
    http://www.mediafire.com/?cpmgbjzx9ky
    this is my xorg.conf
    http://www.mediafire.com/?bigadyo5wgx
    the great problem is i couldn't load X even with vesa or nv on xorg.conf
    always errors, i'm a little bit tired of them, i've read wikis and how-to from blogs, but all what i saw i did it, and nothing
    my nvidia card is a Geforce FX5200
    i hope that somebody around here can help me...
    the only good i've made is istall some packages from pacman to win time...

    Sorry I couldn't help you more yesterday, but I had to get some sleep
    The problem was not the configuration of X as such, but the .xinitrc.  X does not load by itself, it needs to load something, and this something needs to be specified in .xinitrc, for example.  Your X was fine, but your .xinitrc didn't specify what should be loaded (gnome, xfce or whatever).  Again, this is just my understanding what was going on...
    I'm glad that you managed to work it out, in either case!
    Welcome to Arch!
    Last edited by fwojciec (2007-10-09 15:07:46)

  • Unable to load package

    I have created an SSIS package in BI dev studio which i can debug and run fine. I have saved the dtsx file to a production server which calls it using dtexec as part of a batch script (we are migrating from foxpro). I am getting the following error that i dont understand.
    I dont know if this is relevant but i cant execute packages by double clicking them as DTexecui is not installed (not sure why as i have installed the client tools and integration server). Hardware is Dell poweredge 2850 dual xeon 2gb ram with win 2k sp4 and sql 2005 sp1.
    Microsoft (R) SQL Server Execute Package Utility
    Version 9.00.1399.06 for 32-bit
    Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
    Started:  12:29:19
    Error: 2006-07-06 12:29:20.75
       Code: 0xC0011007
       Source: {B06EB426-BBE8-4E09-87FC-32ED753A142F}
       Description: Unable to load the package as XML because of package does not ha
    ve a valid XML format. A specific XML parser error will be posted.
    End Error
    Error: 2006-07-06 12:29:20.79
       Code: 0xC0011002
       Source: {B06EB426-BBE8-4E09-87FC-32ED753A142F}
       Description: Failed to open package file "\\SERVER_A\Scripts\CLIENT\Package.dtsx" due to error 0x800C0006 "The system cannot locate the object specified.".  This happens when loading a package and the file cannot be opened or loaded correctly  into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
    End Error
    Could not load package "\\\\SERVER_A\Scripts\CLIENT\Package.dtsx" because of error 0xC0011002.
    Description: Failed to open package file \\SERVER_A\Scripts\CLIENT\Package.dtsx" due to error 0x800C0006 "The system cannot locate the object specified.".  This hap
    pens when loading a package and the file cannot be opened or loaded correctly in
    to the XML document. This can be the result of either providing an incorrect fil
    e name was specified when calling LoadPackage or the XML file was specified and
    has an incorrect format.
    Source: {B06EB426-BBE8-4E09-87FC-32ED753A142F}
    Started:  12:29:19
    Finished: 12:29:20
    Elapsed:  1.719 seconds

     We are having the same problem:
    My team is using SqlServer 2005 SSIS to develop  package for Consolidated Views. This works fine on my machine in Visual Studio when they run it as a script from command prompt from their desktop. However, when they move this package to ETL box, the package runs fine Visual Studio environment but fails when run from the script with the errors: 
    Started:  12:57:45 PM
    Error: 2006-08-04 12:57:45.87
       Code: 0xC0011007
       Source: {519D338B-8874-40A8-A385-0D53E868A57C}
    Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted.
    End Error
    Error: 2006-08-04 12:57:45.87
       Code: 0xC0011002
       Source: {519D338B-8874-40A8-A385-0D53E868A57C}
    Description: Failed to open package file "C:\SM_BI_EXTRACTS_SHARED\Shared\Int
    egrated Views\Integrated Views\CV_Product.dtsx" due to error 0x800C0006 "The system cannot locate the object specified.".  This happens when loading a package a nd the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
    End Error
    Could not load package "C:\SM_BI_EXTRACTS_SHARED\Shared\Integrated Views\Integrated Views\CV_Product.dtsx" because of error 0xC0011002.
    Description: Failed to open package file "C:\SM_BI_EXTRACTS_SHARED\Shared\Integr
    ated Views\Integrated Views\CV_Product.dtsx" due to error 0x800C0006 "The system  cannot locate the object specified.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be  the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
    Source: {519D338B-8874-40A8-A385-0D53E868A57C}
    Started:  12:57:45 PM
    Finished: 12:57:45 PM
    Elapsed:  0.016 seconds
    C:\SM_BI_EXTRACTS_SHARED\Shared>rem "C:\Program Files\Microsoft SQL Server\90\DT
    S\Binn\dtexec" /f "C:\SM_BI_EXTRACTS_SHARED\Shared\SSIS\IntegratedViews\Integrat
    edViews\CV_Sales_Rep.dtsx"
    C:\SM_BI_EXTRACTS_SHARED\Shared>rem "C:\Program Files\Microsoft SQL Server\90\DT
    S\Binn\dtexec" /f "C:\SM_BI_EXTRACTS_SHARED\Shared\SSIS\IntegratedViews\Integrat
    edViews\CV_Sales.dtsx"
    Can someone help us understand the problem? We are new to SSIS. We also want to know exactly what needs to be on the Server that will be running our SSIS ETL programs (that is, what components of SSIS -- SQL Server 2K5 is already loaded).
    We are using SQL 2005 on Dell Servers running Win 2003, with the latest service packs. Microsoft SQL Server Integration Services Designer Version 9.00.2047.00

  • How can I limit the fonts in the Character Map (charmap) and reinitialize the state after use?

    In a WPF application I have a RichTextBox in which users will be inserting text. I also must give the user the ability to insert characters. To do so I have called up charmap.exe using
    Process charProcess = new Process();
    ProcessStartInfo startInfo = new ProcessStartInfo();
    charProcess.StartInfo.FileName = strCharmap;
    charProcess.Start();
    etc., and it works fine. There are several problems I have basically with charmap, however, not with WPF. The first is that because of the subsequent use of the user’s insertion in the RTB, I must restrict the font to “Ariel Unicode
    MS.”  So far all I have been able to do is instruct and warn the user not to change fonts and 
    change back any font change that occurs as a result of use of “Advanced view” features.
    Question number one is, how can I restrict the fonts loaded into charmap to this one font? The second problem is that if another font is called up, or the “Advanced view” state of charmap is closed, or a “Group by” feature is opened, these choices will
    be retained for the next user that opens charmap. How can I initialize the state of charmap for each new user with the correct font and “Advanced view” features showing. It is said,but in old posts, that reinitialization occurs for all but administrative users,
    but this seems to be no longer true. I have tried permission changes in charmap’s Properties, but I can’t get the necessary reinitialization to occur even if user’s don’t have modify permission. Can one use a .ini file, or the .mui file, or make Registry changes
    to accomplish my goals. There seems to be a warning in the .mui file about changing fonts, but is it cancelled? I am using Windows 7 and C#.
    I have looked at other character maps but they are either too complicated for the casual user, or they have no search engine and advanced features, or they have the same problems.
    I am pretty much a novice with respect to the Windows files use and WPF, so please be fairly clear, complete, and prescriptive in your answer. Also so that I and others can learn, it would be nice to have an explanation of why one does whatever you suggest.
    Your help is appreciated.

    Hi,
    Thanks for your post!
    According to your description, I am afraid your problem is out of support in C#language forum. So i move your thread to off-topic forum!
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to &quot;Mark as Answer&quot; the responses that resolved your issue. It is a common way to recognize those who have helped you, and
    makes it easier for other visitors to find the resolution later.

  • Error in loading package in the application

    Hi all,
    We are getting an error in loading packages in our application.We are using oc4j.
    The following is the error message we got.
    Not Found
    The requested URL /credit/pls/cnhcalms/add_new_customer.handleAction was not found on this server.
    Thanks in advance.

    Hi Rajat:
    Thank you for the reply.
    I had the xercers jars in jdk/jre/lib/endorsed directory.
    If I remove these, the ejbql works. I do need these in there for a different reason. Is there any way I can have the xercers jars in jdk/jre/lib/endorsed directory and still the ejbql work on oc4j.
    Thanks,
    Sabu

Maybe you are looking for

  • How to format and backup Mac & Windows to external drive

    I have a LaCie 1 T external drive.  I want to use it to backup both my Mac partition and my Windows 7 partition.  The Windows 7 partition was created using Bootcamp.  I  formatted the drive with exfat from within Lion and then divided the drive into

  • Binding variables

    Hi, I am trying to take the advantage of bind variables in Oracle. The following query: SELECT SIGN(:b) from dual; Bind value: -12 Gives me the invalid character error! What is the correct SQL syntax for binding variables? Thank you, Alan

  • [ANN] e(fx)clipse 2.0 released

    Hi, I know that the announcement is a bit late but we released e(fx)clipse 2.0 two weeks ago but I had no time to write up a blog post [1]. I think e(fx)clipse 2.0 is a great release with many new features you requested or even contributed. So keep u

  • Users and Groups displayed twice in OAM

    We have configured OID in OAM as identity server. Seems successful but I am able to see twice all the users , groups in OAM. Please give some ideas how to trouble shoot the same.

  • 32-bit bridge not working in lion

    OK, I know this is early days for me, given that I only upgraded to Lion today, but I've already come up against a significant problem relating to Logic ( 9.1.6 ) and the 32-bit AU bridge, which worked pefectly well for me in Snow Leopard. Sure, it c