Warning: Missing charsets in String to FontSet conversion

Hi ,
I just installed eclipse on a linux box abd while running eclipse i get the folowwing error -
Warning: Missing charsets in String to FontSet conversion
and the font looks distorted with blocks between alphabets

did you fix this problem? I'm getting the same error :
[bmollett@hextall ~]$ Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-*-*-medium-r-*-*-*-120-*-*-*-*-*-*" to type FontSet
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
Warning:
Name: FONTLIST_DEFAULT_TAG_STRING
Class: XmRendition
Conversion failed. Cannot load font.
Warning:
Name: FONTLIST_DEFAULT_TAG_STRING
Class: XmRendition
Conversion failed. Cannot load font.
Warning:
Name: FONTLIST_DEFAULT_TAG_STRING
Class: XmRendition
Conversion failed. Cannot load font.
Warning: No font found.
Warning:
Name: FONTLIST_DEFAULT_TAG_STRING
Class: XmRendition
Conversion failed. Cannot load font.
Warning:
Name: FONTLIST_DEFAULT_TAG_STRING
Class: XmRendition
Conversion failed. Cannot load font.
Warning:
Name: FONTLIST_DEFAULT_TAG_STRING
Class: XmRendition
Conversion failed. Cannot load font.
JVMDG217: Dump Handler is Processing Signal 11 - Please Wait.
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to /home/bmollett/javacore.20050804.102118.11000.txt
JVMDG215: Dump Handler has Processed Exception Signal 11.
I've tried both motif and gtk2 versions ...

Similar Messages

  • Error Warning: Missing charsets in String to FontSet conversion

    Hi
    I was installed aqualogic BPM version 6.0 MP4 for weblogic on solaris 10 SPARC
    when i ran albpmadmcenter i got an error
    bash-3.00$./albpmadmcenter
    Warning: Missing charsets in String to FontSet conversion
    Warning: Missing charsets in String to FontSet conversion
    any solution?
    thanks.

    I just found this on the web at http://www-01.ibm.com/support/docview.wss?uid=swg21146408.
    When I ran "export LC_ALL=C" and then ran xclock, I did not get the message. This might work for you.
    Paul

  • Missing charsets in STring to FontSet conversion

    Hi,
    After installed SUn OS 10, I am trying to install SMC and I got a warning error: Missing Charsets in String to FontSet conversion. Cannot convert string "-monotype_arrial-regular-r-normal --*-140-*-*-p-*-iso8859-2" to type FonsStruct
    and so on, with different font types. etc....
    How can I find out which fontset in the Unix box? How can I permanent set it back to UTF-8 w/o re install OS again?
    Thanks
    HS

    Too bad Lily didn't follow up on TommyReynolds' suggestion. I'm also having the same problem ( I think ).
    TommyReynolds does say how to get the installed list, but doesn't say how to find out what's missing.
    My settings:
    [root@OEL5u4DB11gR2 X11]# rpm -qa 'xorg*font*' | /bin/sort
    xorg-x11-fonts-100dpi-7.1-2.1.el5
    xorg-x11-fonts-75dpi-7.1-2.1.el5
    xorg-x11-fonts-base-7.1-2.1.el5
    xorg-x11-fonts-ISO8859-1-100dpi-7.1-2.1.el5
    xorg-x11-fonts-ISO8859-1-75dpi-7.1-2.1.el5
    xorg-x11-fonts-misc-7.1-2.1.el5
    xorg-x11-fonts-truetype-7.1-2.1.el5
    xorg-x11-fonts-Type1-7.1-2.1.el5
    xorg-x11-font-utils-7.1-2
    [root@OEL5u4DB11gR2 X11]# uname -a
    Linux OEL5u4DB11gR2 2.6.18-164.el5 #1 SMP Thu Sep 3 02:16:47 EDT 2009 i686 i686 i386 GNU/Linux
    [root@OEL5u4DB11gR2 X11]# xclock &
    [1] 5950
    [root@OEL5u4DB11gR2 X11]# Warning: Missing charsets in String to FontSet conversion
    I would greatly appreciate any input.
    Kind regards,
    UFP1701

  • Mod_plsql: /pls/apex/f HTTP-400 Missing '=' in query string or post form

    This is the message when I click the logout button. It destroys the session though. It should redirect to login page after clicking logout button.
    We are on Apex 4.1
    Bad Request
    Your browser sent a request that this server could not understand.
    mod_plsql: /pls/apex/f HTTP-400 Missing '=' in query string or post form
    Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server Server at xxxx.xxxxx.edu Port 443
    Edited by: 965704 on Oct 30, 2012 11:42 AM

    It has been fixed but the new problem is: After signout, if I move back to previous page and click some link using <- sign then I suppose to get the login page, but i am getting
         ORA-44004: invalid qualified SQL name error message.
    The source for my login page is
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':1'
    );

  • Problem with String to Int conversion

    Dear Friends,
    Problem with String to Int conversion
    I am having a column where most of the values are numeric. Only 4 values are non numeric.
    I have replaces those non numeric values to numeric in order to maintain the data type.
    CASE Grade.Grade  WHEN 'E4' THEN '24'  WHEN 'E3' THEN '23'  WHEN 'E2' THEN '22' WHEN 'E1' THEN '21' ELSE Grade.Grade  END
    This comes the result as down
    Grade
    _0_
    _1_
    _10_
    _11_
    _12_
    _13_
    _14_
    _15_
    _16_
    _17_
    _18_
    _19_
    _2_
    _20_
    _21_
    _22_
    _23_
    _24_
    _3_
    _4_
    _5_
    _6_
    _7_
    _8_
    _9_
    Refresh
    Now I want to convert this value to numeric and do some calculation
    So I changed the formula as below
    cast (CASE Grade.Grade  WHEN 'E4' THEN '24'  WHEN 'E3' THEN '23'  WHEN 'E2' THEN '22' WHEN 'E1' THEN '21' ELSE Grade.Grade  END as INT)
    Now I get the following error
    View Display Error
    _     Odbc driver returned an error (SQLExecDirectW)._
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    _State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 1722, message: ORA-01722: invalid number at OCI call OCIStmtFetch. [nQSError: 17012] Bulk fetch failed. (HY000)_
    SQL Issued: SELECT cast ( CASE Grade.Grade WHEN 'E4' THEN '24' WHEN 'E3' THEN '23' WHEN 'E2' THEN '22' WHEN 'E1' THEN '21' ELSE Grade.Grade END as Int) saw0 FROM "Human Capital - Manpower Costing" WHERE LENGTH(CASE Grade.Grade WHEN 'E1' THEN '20' WHEN 'E2' THEN '21' WHEN 'E3' THEN '22' WHEN 'E4' THEN '23' ELSE Grade.Grade END) > 0 ORDER BY saw_0_
    Refresh
    Could anybody help me
    Regards
    Mustafa
    Edited by: Musnet on Jun 29, 2010 5:42 AM
    Edited by: Musnet on Jun 29, 2010 6:48 AM

    Dear Kart,
    This give me another hint, Yes you are right. There was one row which returns neither blank nor any value.
    I have done the code like following and it works fine
    Thanks again for your support
    Regards
    Code: cast (CASE (CASE WHEN Length(Grade.Grade)=0 THEN '--' ELSE Grade.Grade END) WHEN 'E4' THEN '24' WHEN 'E3' THEN '23' WHEN 'E2' THEN '22' WHEN 'E1' THEN '21' when '--' then '-1' ELSE Grade.Grade END as Int)

  • I have proubleam with string to date conversion, i out put date fromat is 2012-04-30T23:48:55.727-07:00 . so please help me the format conversion

    i have proubleam with string to date conversion, i out put date fromat is 2012-04-30T23:48:55.727-07:00 . so please help me the format conversion.
    i wrote the method but it not workig
    My method is
    -(NSDate *)dateformstr:(NSString *)str
    NSString *date = [str stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
        NSDateFormatter *dateFormate = [[NSDateFormatter alloc] init];
      [dateFormate setDateFormat:@"yyyy-MM-dd'T'HH:mm:sssZZZZ"]
    // NSDate *formatterDate = [dateFormate  dateFromString:str];
        return formatterDate;
    but i did not the value and if i try othere formate i is working but my requiremet format is 2012-04-30T23:48:55.727-07:00.
    can any help it out in this senario.

    Sorry Butterbean, but I'm interested in the answer to your question myself.
    I've spent a few hours transfering my library from one computer to another and then find out that my ratings didn't transfer. Like you, I've spent many hours rating my 2000+ songs. I'm sure you have more, nevertheless, I want to find out how to get those ratings. They still show in my iTunes on my laptop but, when I go to the iTunes folder and display the details of at song, no rating is there. If you find out how to get them to display there in the iTunes folder, it seems that would be the key.
    Hope you get your answer soon.

  • PKG-Building: WARNING: missing directory entry for /tmp

    Hi,
    After I ran the 'pkgmk -o -r / -d /tmp/pkg -f my.prototype' I got followings:
    ## Building pkgmap from package prototype file.
    ## Processing pkginfo file.
    WARNING: missing directory entry for </tmp>
    WARNING: missing directory entry for </tmp/test>
    ## Attempting to volumize 4 entries in pkgmap.
    part  1 -- 167 blocks, 16 entries
    ## Packaging one part.
    /tmp/pkg/WChen/pkgmap
    /tmp/pkg/WChen/pkginfo
    /tmp/pkg/WChen/root/tmp/test/test1.txt
    /tmp/pkg/WChen/root/tmp/test/test2.txt
    /tmp/pkg/WChen/root/tmp/test/test3.txt
    ## Validating control scripts.
    ## Packaging complete.
    What does here "WARNING: missing directory entry for </tmp>" mean? Though this is not critical, I want to know if it's possible to get rid of it.

    you want add this into pacmans path
    Server = ftp://ftp.archlinux.org/tur/hapy
    then
    pacman -S gnomad2
    its so much easier
    but if your current like if you ran pacman -Suy after oct 1 i belive
    then it probably wont work
    mine did till the new upgrades
    ive not been able to build it from source like your doing ive tried many times
    i read some where in the read me files bout jsut adding  modprobe njbfs then mount it like
    a mass storage device im gonna try looking into that today
    i also posted ? to the forum on this

  • Checkstyle warning: Missing package-info.java file

    Hi,
    I'm getting a checkstyle warning for a simple class which looks like:
    package tools.interprocess;
    * Class for testing RMI.
    * @author spinth
    public final class RMITest {
         * Private constructor.
        private RMITest() {
         * Main method.
         * @param args User arguments
        public static void main(final String[] args) {
    }The warning message says: Missing package-info.java file
    I really couldn't figure out what this means and how I can fix it. Do I have to add something to the source tree?
    I'm using Eclipse for development and Eclipse-cs as my checkstyle plug-in.
    Thanks.
    Edited by: spinth on Apr 15, 2010 12:37 PM

    If you don't want that warning then simply turn it of.
    A package-info.java file is there mostly to attach JavaDoc to the package itself.
    If you don't need/want that, then the checkstyle warning is useless. Checkstyle (and similar tools) are meant to be tweaked to your needs and not used blindly.

  • WHY are there pages missing in my HTML to PDF conversion?!?

    Hello all~
    upon converting/saving webpages to a PDF file (using the "Convert Webpage to PDF" command), there are pages occasionally missing after the conversion. Sometimes the pages are completely gone & sometimes you can see the pysical page, but it is emply/blank! I've adjustted the settings & such without any success. Please, if anyone can help me, it would be MUCH appreciated!
    Thanks in advance~ Joey

    Greetings~
    I perhaps should have been more specific, as to the particular details surrounding my problem. Actually, "graffity" got me pointing in the right direction. 1st of all, the webpage I was trying to convert to PDF was an email hosted by HotMail. So when I tried to print it using the print icon on my "Command Bar," I would had missing information. Then I noticed a printer icon contained within HotMail. Once I clicked on that icon, it reconfigured the page, whereby I was then able to select the "Convert Webpage to PDF" with the DESIRABLE RESULTS.
    In short, if anyone elst has problems saving ALL THE DATA contained within their HotMail, then you MUST 1st click on the printer icon contained WITHIN HotMail... & then you can either print to Adobe OR Convert Webpage to PDF (providing you have the toolbar add-on.
    Ciao~

  • Missing Method getColumnIndex(String columnName) in ResultSetMetaData?

    Hi,
    I'm looking for some Methods in the ResultSertMetaData-Interface, can't find them and ask me why.
    First: there is a method "getColumnName(int columnIndex)" but the Method "getColumnIndex(String columnName)" is'nt.
    Second: the Method "getTableName(int columnIndex)" exists but "getTableName(String columnName)" is missing.
    I ask me why, i think the most implementations of the ResultSetMetaData got something like a map under the covers and it would be no Problem to integrate the methods.
    some ideas?
    best regards, Tim

    First: there is a method "getColumnName(int columnIndex)" but the Method
    "getColumnIndex(String columnName)" is'nt.
    The column names can be duplicated, so it wouldn't
    make any sense to have such a method. Whereas the
    indexes cannot be duplicated.but in the ResultSet-Interface, there is a "getString(String columnName)" Method. If you're right, what about that? Normally you have to qualify the Column-Name by prefix it with the Table-Name (or Alias if you want). If there are no duplicate Columnnames in your query you able to use the name without table or alias.
    Why do you need this functionality, and why
    can't you just iterate through the column indices
    yourself? If you really feel you need it, log an RFE
    and you'll probably find out whether there's a good
    reason for it.I work on a project where the orginal JDBC-Driver is wrapped within some custom classes. For example "MyResultSet" implements the ResultSet-Interface an holds the orginal ResultSet. Most of the methods looking like this:
    public String getString(int index){
      return this.orginalResultSet.getString(index);
    }Some methods do somthing else, like logging and other stuff that would go beyond the scope of this posting. Now i want to do something if a particular column from a particular table is requested. Therefor i need to modify the "getString(int)" and the "getString(String)" method from "MyResultSet". In the first method i'm able to get the table and the columnname by resultsetmetadata, in the second method i'm not, because i miss the two methods we talking about.
    Sure i could collect the names and indexes in a map and look it up myself, but i'm still not gettin' why they are not in.
    Sorry for that, but what is a "RFE"?

  • String to Lomg conversion

    I have a string that starts with 0(zero). i want to convert this to a long primitive value. My problem is that when I convert it to long value, the zero is missing at the beginning. The number starts with the second digit. Is there any way I can get the long value with zero as the prefix?
    I used the Long.parseLong(String str) method.

    Long values only have a numerical value. They have no idea that they might be represented using any number of leading zeros so if you only got the value as long you've already lost your information about the leading zero. So let's take a look at the facts:
    - you need information about some value, including if there is a leading zero
    - if you convert any value to long you'll loose any information you might have had about leading zeroes.
    What does that tell us? To me it looks like a pretty direct hint that you don't want to store your value in a long if a long can't hold all the information you need.

  • Unavailable Fonts Preview-Information-Warning Missing SC5

    Chris Cox suggested I start a new on this subject when I mentioned it in another thread.
    CS5 12.0.1 — 10.6.4:
    I open a layered .psd with a text layer (font not available on system).
    Ps opens and gives missing font error.
    Ps displays a substituted font.
    Type layer shows no warning of missing font.
    Type layer does not clue me what the missing font is — I can only guess:(
    +++++++
    CS4 11.0.2 — 10.4.11
    I open the layered .psd with a text layer (font not available on System).
    It opens and gives missing font error.
    Ps displays missing font properly.
    Ps Type layer displays warning.
    When I click in the text to edit — it calls out the missing font by name and warns me the font is missing and will be substituted.
    +++++++
    Am I the only one with this problem?

    - Please turn off Automatic font activation & Alert me if system fonts change in Preference from Font Book first.
    Hi, I am not sure what you mean, if you mean turn FAP Auto font activation off, I removed the FAP plugins from Ps so I believe that would turn Auto activation off?
    I don't recall ever opening Font Book and I don't understand what change in preference from FB you are talking about.
    Your missing font text layer shows yellow icon, correct?
    If you double click the yellow icon, missing font name should show.
    With the FAP plugins installed in Ps 12.0.1 (10.6.4), I don't have the yellow missing font warning icon in my font layer (Ps just loads a substituted font and there is no way for me to call it up) — but I know exactly what you are referring to, the yellow icon is just not there with FAP plugins loaded.
    If this is a bug as I suspect the lag I discovered, you should be able to reproduce it with ease on YOUR machine:
    10.6.4
    Install FAP 4.120
    Install Ps CS5 Plugins pictured below (these aren't available yet on fFAP website)
    open a file
    create a text layer, save file as .psd
    remove font from system
    reopen .psd
    okay missing font warning
    original font displays for a moment then is replaced
    layers pallet> font layer does not show yellow icon or recover missing font info
    quit Ps
    remove FAP plugins from Ps
    reopen .psd
    you have yellow icon warning back with missing font info...
    BTW i dont see ur email

  • Warning : Missing Statistics

    Hi,
    I was doing some tests with AdventureWorks2012 and using 'big' tables from Adam Machanic (http://sqlblog.com/blogs/adam_machanic/archive/2011/10/17/thinking-big-adventure.aspx) and I found something that I didn't understood.
    When I did this query below :
    select * from bigTransactionHistory 
    where transactionDate between '2008/06/01' and '2008/06/30' and productid=1370
    I received a warning in the plan about missing statistics in transactionDate field. But the bigTransactionHistory table has a composite index over productid and transactionDate. As you can see, productid field is on the query, so why query optimizer is complaining
    about missing statistics for the 2nd field ?
    What would be the usage for this statistic ? So, when we use composite index we still need individual statistic in each field ?
    Thank you in advance,
    Dennes - Se resolveu, classifique a mensagem, por favor - [http://www.bufaloinfo.com.br] NOVO DVD Segurança no ASP.NET : http://www.bufaloinfo.com.br/LearingSeriesSegurancaASPNET2.asp

    Hello,
    Because statistics related to indexes with multiple columns only have histograms for the first column and not for the other
    columns. The other columns have density information only.
    Please make sure that AUTO_CREATE_STATISTICS and AUTO_UPDATE_STATISTICS are on, and you won’t have these warnings anymore.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • HELP: String to double conversion?

    Hello,
    I want to convert a String to a double, and then use this double for a calculation. The conversion seems to be ok, but I get an error with the calculation... Please HELP!
    A part of my code:
    double angle;
    Double converted_angle;
    angle=jTextField2.getText();
    converted_angle= Double.valueOf(angle);
    double theta = cos(Math.PI/180*converted_angle);
    ERROR: "operator * cannot be applied to double,java.lang.Double"
    Thanks in advance.

    This is happening because you want to multiply a Double object, instead of a double value. Do this:
    Double converted_angle; should be double converted_angle;
    converted_angle= Double.valueOf(angle); should be changed to converted_angle = Double.parseDouble(angle);
    angle should probably be a String.
    check this link for your options:
    http://java.sun.com/j2se/1.4/docs/api/java/lang/Double.html

  • Missing Exposure EXIF Metadata After RAW Conversion

    I am running Photoshop CS6 on a 64-bit Windows 7 PC.  Since upgrading from CS5 I have noticed that the Exposure EXIF metadata as viewed in Bridge vanishes after RAW conversion/adjustment of my images.  I've read at least one other posting to the forums describing a similar situation, however, I've not seen an acknowledgement of an issue or bug in Bridge.  Clearing the RAW conversion settings restores the missing EXIF metadata.
    Regards,
    TonyQ

    Have you seen this post?  http://forums.adobe.com/thread/1014540?tstart=30

Maybe you are looking for

  • Got my Mac back from Apple Repair... now TimeMachine is messed up!

    I'm hoping this is something "routine" and some of you smart folks can help me out. I recently had to send my MacBook Pro to Apple Care for repair (a whole other story! The LCD died...), when I got it back I noticed a couple of strange things: 1. my

  • Why does InDesign keep crashing when I scroll past a particular spread?

    If I scroll past it quickly its fine but when I try to scroll to it to edit it, it just freezes and then crashes. Please help!!! I am receiving the following error report: Process:               Adobe InDesign CS6 [3568] Path:                  /Appli

  • [Solved... (3AM and split pkgbuild are bad)]can't build this package

    I was updating my package to be splited so it could be easier to only install what the user want but for some reason here in my machine not build. I alone cant find a why to these error. # Maintainer: Pablo Lezaeta <[email protected]> pkgbase=chromeo

  • Field order on cards (and iPhone)

    Each time Address Book is open, the custom fields appear in a different order on the card. This is a new bug with Snow Leopard. Actually, I keep my database in FileMaker, and then weekly export to file / import in Address Book in order to sync with m

  • Trouble with App updates in iTunes 10.2.1

    Installed iTunes 10.2.1. After clicking on "Check for updates" for Apps, the iTunes Store opens and displays the Apps that have updates. Clicking on an App icon, to view what the update contains, no longer works. Also, clicking on the "Download All F