Problems with Verity under ColdFusion MX 6.1

Hi,
I am having problems with Verity collection under ColdFusion
MX 6.1. I do a query and then try to index the results of that
query using the CFINDEX tag:
<cfquery name="qryContent"
datasource="#application.datasource#">
SELECT *
FROM table
</cfquery>
<cfoutput>#qryContent.RecordCount# pages being
indexed...<br></cfoutput> ----- here I get 1468 records
<cfindex
collection="Main_Content"
action="refresh"
type="custom"
query="qryContent"
body="cntContent"
key="pg"
urlpath="/info.cfm?"
custom1="content" >
<cfsearch
name = "search_results"
collection = "CoM_Main_Content">
<cfdump var="#search_results#">
<cfabort>
When I do the <CFSEARCH and then <CFDUMP the number of
records in the collection is 1409 - hence 59 records less than the
query returns...I have deleted the collection numeruos times and
re-created it, I have also increased the JVM settings on the
ColdFusion server and no difference at all...
I am out of ideas on how to solve this problem so I am hoping
somebody can recommend the solution to this...
Any ideas would be much appreciated.....
Thanks,
Vlad

Odds are it's nothing to do with the Coldfusion upgrade, it
has to do with MSIE 7. We were in the middle of a Site Rewrite
project when Windows XP started automatically updating users to
MSIE 7. They "fixed" so many things in 7, we had to re-QA the whole
site and fix a bunch of CSS issues so that the site would work and
display correctly in 7.
You might also verify that your Windows 2003 server has all
the current service packs and hotfixes. IIRC, there was at least
one that threw our servers for a loop until we applied another
hotfix.

Similar Messages

  • Problems with ViaVoice under Leopard, especially key mapping problems

    ViaVoice's behavior has changed considerably under Leopard. First I will discuss the key mapping problem, since I'm eagerly looking for an answer to this problem. At the end of this post, I will voice some of the other problems I've experienced for those who may be interested. The key mapping problem may be specific to the fact that I use a foreign keyboard with a US version of ViaVoice.
    INTRO:
    I have used ViaVoice on my Mac for years, more or less without problems (ViaVoice's bugginess is notorious).
    Those who know ViaVoice will know that one has two general options for dictation. One can dictate into ViaVoice's so-called SpeakPad, which allows special formatting, editing and dictation error correction within the dictated text, or one can dictate into "external" software such as Microsoft Word, in which case ViaVoice just sends a string of characters to that software. SpeakPad appears to make strong use of the operating system's built-in functionality for character formatting, document formatting, etc.
    *MY PROBLEM*
    I have a German keyboard on my PowerBook, yet dictate in US English. When I dictated into SpeakPad under Tiger, all characters appeared correctly. However, when I dictated into Microsoft Word using Tiger, I had to switch the keyboard mapping from German to US to get all characters (that means including the characters that are located at different positions on a German keyboard than they are on a US keyboard such as y, z, apostrophes and parentheses) to appear correctly.
    Under Leopard, things have changed. Now it doesn't matter whether I dictate into SpeakPad or Word; the results are the same and many characters do not appear correctly.
    If set to a German keyboard, y and z appear as expected. To name a few irregularities:
    "(" appears as ")"
    ")" appears as "="
    apostrophes appear as "#" and
    ";" appears as ","
    If set to a US keyboard, y and z are interchanged. "(" and ")" appear as expected. Apostrophes appear as "\" and ";" appears as ","
    By comparison, if typed (as opposed to dictated, as in the examples above) "correctly" (i.e. based on the letters printed on the keyboard) on a German keyboard set to imitate a US keyboard:
    y and z are interchanged
    apostrophes appear as "|"
    "(" appears as "*"
    ")" appears as "(" and
    ";" appears as the symbol for "less than"
    Since I don't have a US keyboard, I can't say how it would behave if set to imitate a German keyboard, i.e. if there's a correlation to the results I get when I dictate.
    Since I was previously able to dictate correctly into SpeakPad by setting the keyboard to "German" and into Word by setting the keyboard to "US," I presume that this is a problem in Leopard, not ViaVoice.
    *OTHER PROBLEMS WITH VIAVOICE UNDER LEOPARD*
    In addition to the aforementioned key mapping problems (that may be specific to those of us with foreign keyboards), ViaVoice appears to have lost considerable functionality in Leopard. I cannot access SpeakPad's Preferences and the correction window. Moreover, the traffic-light like window buttons have disappeared from the VoiceCenter (although they work if you click where they should be). SetupAssistent appears to function.
    I've written to Nuance about these problems, but have little hope that they will invest the time in producing a patch since they haven't released any updates since 2003.

    Thrums1,
    I've never had to "register" ViaVoice after updating the system. I thus suspect you haven't fully followed my above, three-step advice (particularly step 3).
    1) Reinstall ViaVoice from CD.
    2) Update to the latest version (using the patch downloadable from Nuance's website).
    3) Replace the “temp” and “users” folders (in the "ViaVoice" folder at the upper level of your home directory) by a previous copy thereof. When I say previous copy, I mean a copy from when ViaVoice was still working properly, e.g. a copy from when it was running under Tiger.
    As I said, I've gotten ViaVoice to survive several system updates by following the above steps. To my knowledge, the last step is critical since it saves you from having to reconfigure ViaVoice under the new operating system (in this case Leopard). I suspect that ViaVoice is crashing on your system because it's trying to start some module of the SetUpAssistant that is incompatible with Leopard (as many are). If you instead use old copies of the "temp" and "users" folders (from the previous system), then ViaVoice doesn't have to go through the initial "registration" process; ViaVoice doesn't need the SetUpAssistant; and all is (more or less) fine.
    Good luck!
    BTW, to my knowledge, Dictate only runs on Intel Macs. It thus won't run on a G4 iBook, just as it won't run on my PowerBook G4.

  • Problem with clob_write under client 9.2.0.6: UnsatisfiedLinkError

    Hi all,
    I'm running Oracle client 9.2.0.4 on Windows XP and Java 1.4.1_3.
    Writing or reading clob's works pretty well.
    As i tried to update to Oracle client 9.2.0.6, i got the error
    Communication failed: java.lang.UnsatisfiedLinkError: clob_write when i tried to write a clob. The same error appears when i tried to read a clob.
    Is there a specific problem with clobs under this client?
    All other JDBC operations work as good as before.
    Thanks.

    Here is another hint.
    In your classpath, use the jdbc driver that's under your oracle installation to which you are trying to connect to (ie, <ORACLE_HOME>\ora92\jdbc\lib\ojdbc14.jar).
    I had the same problem in 9.2.0.6 and its gone when I replaced the ojdbc14.jar. I copied the ..\ora92\jdbc\lib\ojdbc14.jar to my java client program's classpath, and ran the java client without getting the UnsatisfiedLinkError.
    It looks like the ocijdbc9.dll under ora92\bin has to match correctly with the jdbc drivers you would be using. I got this idea from this link:
    http://episteme.arstechnica.com/groupee/forums/a/tpc/f/6330927813/m/705001068631/inc/-1
    Hope this helps.

  • Problems with over/under absorption on production cost centers - GBB AUI

    Hi,
    I have a problem with over/under absorption on production cost centers after month end closing.
    We are using material ledger CKMLCP and actual activity rates from direct cost centers are settled directly to products using GBB AUI account determination.
    Unfortunately from time to time there appears a significant balance on production cost centers after running CKMLCP. What might be the reason? I have analysed line items on cost centers but cannot find any answers.
    We are using assignment of cost elements to particular activity types (function splitting), and I have checked that all cost elements are assigned to proper activity types.
    Best regards,
    Karol

    Hi,
    DP90 is used for Resource related billing, is broad term basically when you performing service that time you have to raise billing on the basis of resources which you had spend for perticular service
    DP90 is run on the basis of DYNAMIC ITEM PROCESSOR,
    http://help.sap.com/saphelp_di471/helpdata/en/59/54fc37004d0a1ee10000009b38f8cf/frameset.htm
    I will tell you one process from the prspective of CS module
    Create notification >> Create service order >> Confirm service order >> Resource releted billing (genrates sales document) >> Invoice to customer with refrance to sales document.
    Now here DP90 is used to determine material,IN SALES DOCUMENT because CS module don't have billing feature as like SD Billing.
    In CS module activities/Operation,but in SD module we speciefy material codes
    So DIP determines XYZ activity/operation is ABC material in SD
    kapil

  • Problems with USB under 10.6.7

    I have a Macbook Pro 1,1. After the upgrade to OS X 10.6.7, I started seeing frequent, unpredictable disconnects, with the resulting admonition to alway eject my removable drives. At first I thought these were due to problems with cables or my hub, but it happened equally often with flash drives plugged directly into the ports. I downgraded to 10.6.6 several weeks ago and have not had a single problem with disconnects.
    I prefer to have my system upgraded to the most recent version. Is there any solution to this, or is a fix coming up?

    It is interesting (though I haven't read all of it yet, I will continue reading), but it doesn't completely answer my question...which in itself is less complete than I intended.
    Though the drive disconnects under 10.6.7 are a problem, they aren't the only symptom. I also have problems with my Alphasmart Neo, a simple, self-contained word processor. It connects via USB to allow plain-text documents to transfer to and from a computer, and under 10.6.7 I simply cannot reliably transfer data to it. Its management software doesn't reliably connect, resulting in corrupted data or a complete inability to send or receive information. The device works perfectly under 10.6.6.

  • Problems with dbx under linux

    Hi everybody,
    I'm using Oracle Solaris Studio 12.2 under Linux, and i'm trying to debug a Fortran application with dbx.
    When I use it to step through the code, there always pops up a messagebox that says
    dbx: internal error: cannot convert 'AGGREGATE' to 'ARRAY' ...
    dbx: internal error: cannot convert 'AGGREGATE' to 'ARRAY' ...
    dbx: internal error: cannot convert 'AGGREGATE' to 'ARRAY' ...
    dbx: internal error: cannot convert 'AGGREGATE' to 'ARRAY' ...
    too many errors
    after a random number of steps (perhaps after about 10 steps). Then, the execution stops, and I'm forced to restart the process, with a breakpoint somewhere further down the code.
    Does anybody know what I could do to prevent that from happening?
    Thanks in advance,
    Christoph

    Hi Isaac,
    thanks for your reply. I'm using the debugging from the studio.
    Unfortunately, the code I'm working on is a CFD program of some 100.000 lines, and I think I'd have to post the whole thing. I've been trying to reproduce the problem with a model program, but to no avail: dbx/SunStudio works like a charm with every program I write myself.
    It is definitely a problem with evaluating local variables: If I watch a debugging tab different from "variables", it doesn't crash; neither does it while stepping through the main program. It only crashes somewhere deep in some modules, where pointers on big allocated arrays are passed around in the seventh or so stack level. Anyway, it seems to be more a problem with the code than with a particular debugger: I've tried gdb, and it shows similar problems.
    Regards,
    Christoph

  • Problem with return a ColdFusion query object from a Java class

    Hi!
    I need to return a ColdFusion query object from a Java class
    using a JDBC result set ( java.sql.ResultSet);
    I have tried to pass my JDBC result set in to the constructor
    of the coldfusion.sql.QueryTable class with this code:
    ColdFusion code
    <cfset pra = createObject("java","QueryUtil").init()>
    <cfset newQuery = CreateObject("java",
    "coldfusion.sql.QueryTable")>
    <cfset newQuery.init( pra.getColdFusionQuery () ) >
    My java class execute a query to db and return QueryTable
    Java code (QueryUtil.java)
    import coldfusion.sql.QueryTable; // (CFusion.jar for class
    QueryTable)
    import com.allaire.cfx //(cfx.jar for class Query used from
    QueryTable)
    public class QueryUtil
    public static coldfusion.sql.QueryTable
    getColdFusionQuery(java.sql.ResultSet rs)
    return new coldfusion.sql.QueryTable(rs);
    but when i run cfm page and coldfusion server tries to
    execute : "<cfset pra =
    createObject("java","QueryUtil").init()>" this error appears:
    Object Instantiation Exception.
    An exception occurred when instantiating a java object. The
    cause of this exception was that: coldfusion/sql/QueryTable.
    If i try to execute QueryUtil.java with Eclipse all it works.
    Also I have tried to return java.sql.ResultSet directly to
    coldfusion.sql.QueryTable.init () with failure.
    Do you know some other solution?

    ok
    i print all my code
    pratica.java execute a query to db and return a querytable
    java class
    import java.util.*;
    import java.sql.*;
    import coldfusion.sql.*;
    public class Pratica {
    private HashMap my;
    private String URI,LOGIN,PWD,DRIVER;
    private Connection conn=null;
    //funzione init
    //riceve due strutture converite in hashmap
    // globals
    // dbprop
    public Pratica(HashMap globals,HashMap dbprop) {
    my = new HashMap();
    my.put("GLOBALS",globals);
    my.put("DBPROP",dbprop);
    URI = "jdbc:sqlserver://it-bra-s0016;databaseName=nmobl";
    LOGIN = "usr_dev";
    PWD = "developer";
    DRIVER = "com.microsoft.sqlserver.jdbc.SQLServerDriver";
    try{
    // Carico il driver JDBC per la connessione con il database
    MySQL
    Class.forName(DRIVER);
    /* Connessione alla base di dati */
    conn=DriverManager.getConnection(URI,LOGIN,PWD);
    if(conn!=null) System.out.println("Connection Successful!");
    } catch (ClassNotFoundException e) {
    // Could not find the database driver
    System.out.print("\ndriver non trovato "+e.getMessage());
    System.out.flush();
    catch (SQLException e) {
    // Could not connect to the database
    System.out.print("\nConnessione fallita "+e.getMessage());
    System.out.flush();
    //funzione search
    //riceve un hash map con i filtri di ricerca
    public QueryTable search(/*HashMap arg*/) {
    ResultSet rs=null;
    Statement stmt=null;
    QueryTable ret=null;
    String query="SELECT * FROM TAN100pratiche";
    try{
    stmt = conn.createStatement();// Creo lo Statement per
    l'esecuzione della query
    rs=stmt.executeQuery(query);
    // while (rs.next()) {
    // System.out.println(rs.getString("descrizione"));
    catch (Exception e) {
    e.printStackTrace();
    try {
    ret = Pratica.RsToQueryTable(rs);
    } catch (SQLException e) {
    e.printStackTrace();
    this.close();
    return(ret);
    // ret=this.RsToQuery(rs);
    // this.close(); //chiude le connessioni,recordset e
    statament
    //retstruct CF vede HashMap come struct
    //METODO DI TEST
    public HashMap retstruct(){
    return(my);
    //conversione resultset to querytable
    private static QueryTable RsToQueryTable(ResultSet rs)
    throws SQLException{
    return new QueryTable(rs);
    //chiura resultset statament e connessione
    private void close(){
    try{
    conn.close();
    conn=null;
    catch (Exception e) {
    e.printStackTrace();
    coldfusion code
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>Test JDBC CFML Using CFScript</title>
    </head>
    <body>
    <cftry>
    <cfset glb_map =
    createObject("java","java.util.HashMap")>
    <cfset dbprop_map =
    createObject("java","java.util.HashMap")>
    <cfset glb_map.init(glb)> <!---are passed from
    another page--->
    <cfset dbprop_map.init(glb["DBPROP"])>
    <cfset pra =
    createObject("java","Pratica").init(glb_map,dbprop_map)>
    <cfset ourQuery
    =createObject("java","coldfusion.sql.QueryTable").init(pra.search())>
    <cfcatch>
    <h2>Error - info below</h2>
    <cfdump var="#cfcatch#"><cfabort>
    </cfcatch>
    </cftry>
    <h2>Success - statement dumped below</h2>
    <cfdump var="#ourQuery#">
    </body>
    </html>
    error at line <cfset pra =
    createObject("java","Pratica").init(glb_map,dbprop_map)>
    An exception occurred when instantiating a java object. The
    cause of this exception was that: coldfusion/sql/QueryTable.
    -----------------------------------------------------------------------

  • Problem with Canvas3D under java3d1.3.1

    Hello,
    I've got a problem with Canvas3D if I use the new java3d1.3.1-version.
    I simply create the Canvas3D as the following:
    GraphicsConfiguration c = SimpleUniverse.getPreferredConfiguration();
    Canvas3D c = new Canvas3D(c);
    With the older Version java3d1.2.1_04 this works fine, but with java31.3.1 I get a NullPointerException. In the documentation of Cancas3D you can read this:
    Constructor Canvas3D
    Parameters:
    graphicsConfiguration - a valid GraphicsConfiguration object that will be used to create the canvas. This object should not be null and should be created using a GraphicsConfigTemplate3D or the getPreferredConfiguration() method of the SimpleUniverse utility. For backward compatibility with earlier versions of Java 3D, a null or default GraphicsConfiguration will still work when used to create a Canvas3D on the default screen, but an error message will be printed. A NullPointerException or IllegalArgumentException will be thrown in a subsequent release.
    Now is my Question:
    HOW can I get a VALID GraphicsConfiguration? The following code snipplet does not work, too:
    GraphicsConfigTemplate3D tmpl = new GraphicsConfigTemplate3D();
    GraphicsEnvironment env = GraphicsEnvironment.getLocalGraphicsEnvironment();
    GraphicsDevice device = env.getDefaultScreenDevice();
    GraphicsConfiguration config = device.getBestConfiguration(tmpl);
    Canvas3D c = new Canvas3D(config);
    And why does this code work with java3d1.2.1_04 but not with java3d1.3.1? Is it perhaps a bug in the new java3d1.3.1? Has anyone an idea?
    Thanks
    Alex

    Hi,
    It seems a similar note has been sent by Weisheng Li in the Java3D mailing list the 11th of June 2003 and not satisfying replies have been sent so far.
    Here a copy of the mail ([JAVA3D] Off screen rendering hangs, though the rendering res ult is perfect.)
    "I am trying to rendering the 3d view into the image file without any GUI. If I do not extend the program from an AWT or Swing component, the program will not exit after processing (so, holds the memory. The rendering result is perfect). Does any one know how to deal with this?
    Here is the sample code (if you run it in command line, you will see that it will hangs there forever):
    public class Devicetest{
        /** Creates a new instance of Devicetest */
        public Devicetest() {
            GraphicsConfigTemplate3D template =
              new GraphicsConfigTemplate3D();
            GraphicsEnvironment env
                 =GraphicsEnvironment.getLocalGraphicsEnvironment();
            GraphicsDevice dev = env.getDefaultScreenDevice();
            GraphicsConfiguration gc =dev.getBestConfiguration(template);
            System.out.println(gc + " " + "End");
         public static void main(String argv[]) {
           Devicetest dd =3D new Devicetest();
    }However, the following works (but extends from Applet):
    public class Devicetest extends Applet{
        /** Creates a new instance of Devicetest */
        public Devicetest() {
            GraphicsConfigTemplate3D template =
                new GraphicsConfigTemplate3D();
            GraphicsEnvironment env = 
                =GraphicsEnvironment.getLocalGraphicsEnvironment();
            GraphicsDevice dev = env.getDefaultScreenDevice();
            GraphicsConfiguration gc = dev.getBestConfiguration(template);
            Canvas3D canvas = new Canvas3D(gc, true);
            System.out.println(gc + " " + "End");
         public static void main(String argv[]) {
           Frame frame =3D new MainFrame(new Devicetest(), 256, 256);
    I can confirm that I've reproduced the same problem using Java 1.3.1 on Windows using DirectX and OpenGL version.
    I've tried to narrow the scope of the problem by doing the following:
    public class DeviceTest
       /** Creates a new instance of Devicetest */
      public DeviceTest()
        GraphicsEnvironment env =
               GraphicsEnvironment.getLocalGraphicsEnvironment();
        GraphicsDevice dev = env.getDefaultScreenDevice();
        GraphicsConfigTemplate3D template = new GraphicsConfigTemplate3D();
        System.out.println(
            template.getBestConfiguration(dev.getConfigurations()));
      public static void main(String argv[])
        DeviceTest dd =  new DeviceTest();
    }The program is also hanging. Some threads are launched by calling getBestConfiguration from the GraphicsConfigTemplate3D and are never killed (deadlock ?), explaining why the program is not returning.
    This is very annoying especially if you want to do offscreen rendering in a servlet for example where you cannot call System.exit(0).
    I think this is a bug in Java3D. Perhaps some insights from the Java3D team could help. Any help would be appreciated to bypass this problem.
    Best regards
    Stephane Fellah

  • Font problem with MX under Snow Leopard

    Anybody know what might cause an app built with Director MX not to display an installed (not embedded) custom font under Snow Leopard?
    The program was built quite some time ago but was tested under previous Mac OS X.x versions and worked fine. What might have changed that could cause this problem?
    Complicating this is that I don't have Snow Leopard myself to test it directly, but here's what I do know:
    The font is definitely installed and available to other apps.
    Everything else about the app works fine.

    I noticed the same jumbled text problem.
    When I went to look at Font Book, I see that those fonts are no longer installed. It must've happened when I loaded Snow Leopard last weekend.
    Anyway, I went to reinstall fonts, and I see I've got a bunch that got uninstalled. But when I try to reinstall them, like Calisto and Caligula to name the first couple I tried, Font Book reports that there were serious errors when trying to load them.
    Does anyone have insights into the vague message: "System Validation" as the serious problem? I don't see a way to get more details about the problem than that.

  • Problems with JSSE under Weblogic 5.1 sp9

    I have a java application which uses JSSE to communicate with a WebMethods server
    and it works great. However, when I take the same code block and run it under
    Weblogic 5.1 sp11, I receive a bad certificate error. After spending a lot of
    time reading through various postings, I fixed the problem where Weblogic was
    intercepting HTTPsURLConnection, but still have the bad_certificate error.
    My setup is as follows:
    - Keys stored using keytool in keystores outside of Weblogic
    - Service pack 9 is installed (also tested SP10)
    - Code runs fine as an isolated java application, but will not run when called
    from within weblogic.
    - JDK1.3.1_02
    - Modified the weblogic.policy file with the following line:"permission java.net.NetPermission
    "specifyStreamHandler";"
    Source Code:
    System.getProperties().put("java.protocol.handler.pkgs",
    "com.sun.net.ssl.internal.www.protocol");
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    System.out.println("\n\nHandler = "+System.getProperty("java.protocol.handler.pkgs"));
    URL server = new URL(null, "https://B2bserver.quadrem.com:4443/invoke/wm.tn/receive",
    new com.sun.net.ssl.internal.www.protocol.https.Handler());
    System.out.println("Connecting to : "+server.toExternalForm());
    char[] password = "weblogic".toCharArray();
    SSLContext context = SSLContext.getInstance("SSL");
    KeyManagerFactory keyManagerFactory = KeyManagerFactory.getInstance("SunX509");
    KeyStore keystore = KeyStore.getInstance("JKS");
    keystore.load(new FileInputStream("x:/jpkeystore"), password);
    keyManagerFactory.init(keystore, password);
    context.init(keyManagerFactory.getKeyManagers(), null, null);
    HttpsURLConnection conn = (HttpsURLConnection)server.openConnection();
    conn.setDoInput( true );
    conn.setDoOutput( true );
    conn.setAllowUserInteraction(false);
    conn.setUseCaches( false );
    conn.setDefaultUseCaches ( false );
    conn.setRequestMethod("POST");
    conn.setRequestProperty("Content-Type","text/xml");
    conn.setRequestProperty("Host", remoteHost);
    conn.setRequestProperty("Content-Length", "" + (XML_HEADER.length()+doc.length()));
    DataOutputStream out = new DataOutputStream (conn.getOutputStream());
    out.writeBytes(XML_HEADER);
    out.write(doc.getBytes());
    out.flush();
    out.close();
    All help will be appreciated.
    thanks
    Mark Johnson
    781-993-9212 x375
    [email protected]

    Mark,
    Can you post the complete exceptionand stack trace here ?
    Mark Johnson wrote:
    I have a java application which uses JSSE to communicate with a WebMethods server
    and it works great. However, when I take the same code block and run it under
    Weblogic 5.1 sp11, I receive a bad certificate error. After spending a lot of
    time reading through various postings, I fixed the problem where Weblogic was
    intercepting HTTPsURLConnection, but still have the bad_certificate error.
    My setup is as follows:
    - Keys stored using keytool in keystores outside of Weblogic
    - Service pack 9 is installed (also tested SP10)
    - Code runs fine as an isolated java application, but will not run when called
    from within weblogic.
    - JDK1.3.1_02
    - Modified the weblogic.policy file with the following line:"permission java.net.NetPermission
    "specifyStreamHandler";"
    Source Code:
    System.getProperties().put("java.protocol.handler.pkgs",
    "com.sun.net.ssl.internal.www.protocol");
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    System.out.println("\n\nHandler = "+System.getProperty("java.protocol.handler.pkgs"));
    URL server = new URL(null, "https://B2bserver.quadrem.com:4443/invoke/wm.tn/receive",
    new com.sun.net.ssl.internal.www.protocol.https.Handler());
    System.out.println("Connecting to : "+server.toExternalForm());
    char[] password = "weblogic".toCharArray();
    SSLContext context = SSLContext.getInstance("SSL");
    KeyManagerFactory keyManagerFactory = KeyManagerFactory.getInstance("SunX509");
    KeyStore keystore = KeyStore.getInstance("JKS");
    keystore.load(new FileInputStream("x:/jpkeystore"), password);
    keyManagerFactory.init(keystore, password);
    context.init(keyManagerFactory.getKeyManagers(), null, null);
    HttpsURLConnection conn = (HttpsURLConnection)server.openConnection();
    conn.setDoInput( true );
    conn.setDoOutput( true );
    conn.setAllowUserInteraction(false);
    conn.setUseCaches( false );
    conn.setDefaultUseCaches ( false );
    conn.setRequestMethod("POST");
    conn.setRequestProperty("Content-Type","text/xml");
    conn.setRequestProperty("Host", remoteHost);
    conn.setRequestProperty("Content-Length", "" + (XML_HEADER.length()+doc.length()));
    DataOutputStream out = new DataOutputStream (conn.getOutputStream());
    out.writeBytes(XML_HEADER);
    out.write(doc.getBytes());
    out.flush();
    out.close();
    All help will be appreciated.
    thanks
    Mark Johnson
    781-993-9212 x375
    [email protected]

  • Performance problems with CS2 under Vista

    I used to run CS2 under XP and everything was fine! A technical fault with the PC caused the hard drive to wipe itself, and for some silly reason I installed Vista when I reinstalled everything.
    The PC is very powerful and has plenty of RAM, but CS2 runs very badly on it. It can run normally, usually for the first few seconds of use, but will inevitably slow down. Anything to do with an onscreen image, such as marking an area, painting, anything. I mean it really slows to a crawl. Positioning the cursor on a location and rapidly moving it to one side, there can be a delay of several seconds before it moves! This really makes the software unusable. Thing is, I cant tie down what it causing it. The CPU use hits 100% which is the obvious reason, but why it is, I dont know. There doesnt seem to be any disc access. Also, it doesnt depend on how large or small the image is. It happens even editing an image as small as 400x400. If there is one thing, then it may well be that it is when the image is enlarged so that it is bigger than the window it is displayed in. In other words, the scroll bars are present. It never seems to happen when they are not present. Does anyone have any ideas? All the drivers are fully up to date, nothing is causing problems. the machine scores 5.9 on the vista performance test and it has 4GB of ram.

    Am I looking in the wrong place?
    Were can it be modified?
    I was adjusting it in the window color and appearance. Advanced. The only problem was that I couldn't adjust the color of the window frames under aero. Specifically things like the status bar. I currently use an old style windows setup because I can set everything to mid gray, including scroll barss, status bars and so on. It may be boring, but is best for the type of work I do.
    By the way, I have cured the problem. Under Performance Visual Effects, I disabled all the silly stuff that is hardly ever used like "Slide theTask barar Buttons" and the problem went away. Some of these are not actually used unless you use Aero anyway. I don't know which one was causing the problem, but anyway, it's gone!
    I would still like to be able to set all the colors under aero, so if anyone can tell me how, would be greatly appreciated.

  • Problems with GUI under Windows-NT

    Hi friends,
    I've created a Java-Application which works fine under Windows 2000, Windows XP, Linux and Solaris.
    The only problem I have is with Windows NT.
    When the application starts, the window will open but doesn't display any content. The application is
    working (as I can use keybord-input, keybord-shortcuts and so on), but no display besides an empty
    window...
    I tried different Look&Feels, but no change....
    Do you have any ideas what could be wrong?
    Thanks a lot,
    Chris
    P.S.: JDK is 1.4.2_04

    Try adding the argument -Dsun.java2d.noddraw=true on the launcher.

  • Problem with "Messages" under 10.8.2

    Hello!
    Since the upgrade to MacOS 10.8.2 Messages is unable to connect to the Messages Server.
    I get the Note that the Server is having some problems and that i should try again later.
    (Exact German Error Message is:
    Anmeldung bei iMessage fehlgeschlagen.
    Der Server meldet einen Fehler bei der Verarbeitung einer Anforderung.
    Versuchen Sie es später erneut).
    Ok, i tried again later (over the last few days) as told in the error message.
    I changed my Apple-ID password, i also deleted the Messages Preferences to set it up from scratch
    and i checked all security settings with no lead, how to get it to work.
    As it worked well with 10.8.1 (and nothing has changed besides the OS upgrade)
    i finally downloaded the combo update 10.8.2 today and overinstalled with no change of the problem.
    It also cant be a an Apple-ID issue because Messages works and syncs quite well using my Apple-ID on
    iPod Touch (2nd), iPad2 and iPhone5. I also tried Bonjour and AIM Accounts on 10.8.2 Messages,
    wich works as desired.
    Has anybody an idea?
    Thanks!
    Frank

    Hi,
    At OS X 10.8.2 the Messages app receives and update (to become version 7.0.1)
    At this point it needs the Mac Serial Number to be present on the Logic/Mother board.
    You can check in the Apple Menu > About this Mac.
    Click twice on the line that tell you  the OS X level.
    It will change to the Build Number then to the Serial Number.
    If it is not present then you will need to Visit an Apple Store or Apple Authorised Service Provider (AASP).
    9:57 pm      Wednesday; December 25, 2013
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Problems with WebUtil under Sun Java plugin

    Hi,
    I have a Forms application using WebUtil which works fine under Oracle jinitiator for years. It works with both MS IE and Mozilla Firefox (some other browsers were also successfully tested). Now when Mozilla released Firefox 3.6 requiring next generation Java (http://blogs.oracle.com/stevenChan/2010/01/firefox_36_ebs.html) Oracle jinitiator (Java version 1.3.1.22) cannot work and I was forced to download and install the latest JRE plugin version (http://java.sun.com/update/1.6.0/jinstall-6u18-windows-i586.cab). I provided required formsweb.cfg modifications:
    jpi_classid=clsid:CAFEEFAC-0016-0000-0018-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6u18-windows-i586.cab#Version=1,6,0,18
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_18
    Now my application starts (previously it required a plugin installation) but fails with the error:
    oracle.forms.webutil.cApi.CApiFunctions bean not found. WEBUTIL_C_API.REBIND_PARAMETER will not work
    See full Java console log below:
    Java Plug-in 1.6.0_18
    Using JRE version 1.6.0_18-b07 Java HotSpot(TM) Client VM
    User home directory = C:\Users\ilia
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Loaded image: http://kenya:7777/forms/java/fls_logo.gif
    Loaded image: http://kenya:7777/forms/java/fls_bgnd.gif
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: oracle.forms.webutil.clientInfo.GetClientInfo
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/clientInfo/GetClientInfo.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.file.FileFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/file/FileFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.host.Host
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/host/Host.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.session.SessionFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/session/SessionFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.fileTransfer.FileTransfer
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/fileTransfer/FileTransfer.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.ole.OleFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/ole/OleFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.cApi.CApiFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/cApi/CApiFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.browser.BrowserFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/browser/BrowserFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    This happens on the very first call to WebUtil function in the ON-NEW-FORM-INSTANCE trigger.
    My questions are:
    - May I configure WebUtil for both jinitiator and Sun Java plugin usage?
    - What is missed in jpi configuration preventing WebUtil normal execution?
    Thank you in advance,
    Ilia

    Hi All,
    Thank you for your responds.
    The following separate configuration section is used in this situation:
    [jpiadm280]
    baseHTMLJInitiator=basejpi.htm
    envFile=InPlan.2.80.env
    pageTitle=InMind Administration Utilities v. 2.80
    width=950
    height=680
    form=CEDB_main_menu
    background=/forms/java/fls_bgnd
    logo=/forms/java/fls_logo
    splashScreen=no
    lookAndFeel=oracle
    colorScheme=teal
    imageBase=codeBase
    WebUtilArchive=frmwebutil.jar,jacob.jar_
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljpi.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar,fls_icons.jar,FormsGraph.jar
    archive=frmall.jar
    otherparams=useSDI=no
    jpi_classid=clsid:CAFEEFAC-0016-0000-0018-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6u18-windows-i586.cab#Version=1,6,0,18
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_18
    Please see highlighted with bold parameters to make sure that all recommendations were taken into account. Nevertheless the error message shows that CApiFunctions.class was not found and this class is within frmwebutil.jar, which is also referred within this configuration section (highlighted with bold undrline). So it looks like a sort of incompatibility of frmwebutil.jar with Sun JRE plugin 1.6.0_18. Do I need another version of frmwebutil.jar to run with next generation Java?
    Thanks in advance,
    Ilia

  • Razer Abyssus Problems with wow under MP early 2008

    Yeah I got this new mouse wich is really awesome for gaming called Razer Abyssus, in the finder and other apps it works perfectly, but when im under world of warcraft the mouse keeps jumping everytime it'S really getting on my nervers tried various third party apps to try to resolve the issue since there is no driver for this mouse on the Razer site. I evern tried the program called ''SteerMouse'' didn't worked either, I'Ve tried adjusting the speed under the mouse that varies between 450dpi, 1800dpi or 3500dp, or the frequency wich is 125h or 1000h wich I don't evne know what the ''h'' do just notice one of the other goes slower depending on the sensitivty I choose and still didn't do the job, like I said under other applications or the finder it self its smooth and fast and really precise. Even in boot camp under windows vista it works perfectly nice precision in some games and what not and smooth and fast even in World of Warcraft under Windows, but World of Warcraft under Mac... Nah nothing keeps jumping and it's really boring, cuz I can't target nothing with that even the sensivity of the game I've tried to changed it and yet nothing can some1 help??? Please
    here is the link of the mouse:
    http://store.razerzone.com/store/razerusa/en_US/pd/productID.169414800/categoryI d.35208800

    I've got the same issue with the Razer DeathAdder, though if I try & switch back to my magic mouse, it doesn't seem to make it any better.

Maybe you are looking for

  • .png transparency- problem with underlying layer control

    I have an opaque orange rectangle with a clear uneven square cut into it through which I am displaying a slideshow (Spry Image Slideshow) and it works fine except that I cannot control the slideshow with my cursor. I can control the slideshow fine wh

  • How to identify a point on mapview like Esri

    Hi I developed an application depend on Oracle Map JS api v1, my application have multilayer, when I click on the map view all FOIs attributes should posted on a div; i.e: I need to identify a point like esri do, can you help? kind Regards,

  • Laptop keeps shutting off

    I bought my MacBook about three weeks ago, and in the past week, it's started to randomly turn off when I'm using it. And sometimes when I turn it on, it will shut down within a few seconds...sometimes the screen lights up and I can hear it turning o

  • Web analysis

    i was wondering what is the maximum value of records that i can set in web analysis for hyperion 11.1.2.1 and from where i can set the value ? and some times when i create report in web analysis from relational database it doesn't show in the result

  • Logical file names in your application programs

    hi all , how  i used FILE_GET_NAME function module in my program ,to logical file name for platform-independent files. thank you.