OIM 11g Client not working

I am trying to log into design console and getting the following error
Exception in thread "main" java.lang.UnsupportedClassversionError: com/thrtech/xl/client/base/tcAppWindow(unsupported
major.minor version 50.0
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLCLassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unnown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPriveleged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

It is because you are using older version of java. verify java version (java -version) and try to update it 1.6
--nayan                                                                                                                                                                                                                                                   

Similar Messages

  • Custom OIM java client not working

    Hi all,
    I am trying to execute a custom OIM java client in my server. The java file just has the code to connect to the OIM server and it is failing at the line
    ConfigurationClient.ComplexSetting config = ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    The basic content of the java file OIMTry.java is given below:
    env.put("java.security.auth.login.config", "/u01/apps/resetpwd/config/auth.conf");
    env.put("java.security.policy", "/u01/apps/resetpwd/config/xl.policy");
    env.put("XL.HomeDir", "/u01/apps/resetpwd");
    ConfigurationClient.ComplexSetting config = ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    env = config.getAllSettings();
    I have set the OIM related jar files in classpath in .bash_profile and able to echo the classpath as well.
    However, the file is executing perfectly in Eclipse tool but not from command prompt.The file is getting compiled properly at command prompt.
    I have tried various options of executing the java file as shown below.
    java -Djava.security.manager -DXL.HomeDir=/u01/apps/oim_server/xellerate -Djava.security.policy=/u01/apps/oim_server/xellerate/config/xl.policy -Djava.security.auth.login.config=/u01/apps/oim_server/xellerate/config/auth.conf -Djava.naming.provider.url=jnp://oim_server_host:12401/ OIMTry
    java -Dclasspath=/u01/apps/resetpwd/lib/xlUtils.jar:/u01/apps/resetpwd/lib/xlAPI.jar:/u01/apps/resetpwd/lib/xlCrypto.jar OIMTry
    The error we are getting is given below:
    Exception in thread "main" java.lang.NoClassDefFoundError: while resolving class: com.thortech.xl.util.config.ConfigurationClient
    at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
    at JvResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
    at OIMTry.main(java.lang.String[]) (Unknown Source)
    Caused by: java.lang.ClassNotFoundException: javax.crypto.Cipher not found in [file:/u01/apps/resetpwd/lib/activation.jar, file:/u01/apps/resetpwd/lib/ojdbc14.jar, file:/u01/apps/resetpwd/lib/XLCustomClient.ear, file:/u01/apps/resetpwd/lib/commons-beanutils.jar, file:/u01/apps/resetpwd/lib/oscache.jar, file:/u01/apps/resetpwd/lib/xlDataObjectBeans.jar, file:/u01/apps/resetpwd/lib/commons-collections.jar, file:/u01/apps/resetpwd/lib/sax.jar, file:/u01/apps/resetpwd/lib/xlDataObjects.jar, file:/u01/apps/resetpwd/lib/commons-dbcp-1.2.1.jar, file:/u01/apps/resetpwd/lib/wlXLSecurityProviders.jar, file:/u01/apps/resetpwd/lib/xlDDM.jar, file:/u01/apps/resetpwd/lib/commons-digester.jar, file:/u01/apps/resetpwd/lib/xalan.jar, file:/u01/apps/resetpwd/lib/xlGenConnector.jar, file:/u01/apps/resetpwd/lib/commons-logging.jar, file:/u01/apps/resetpwd/lib/XellerateClient.jar, file:/u01/apps/resetpwd/lib/xlGenericUtils.jar, file:/u01/apps/resetpwd/lib/commons-pool-1.2.jar, file:/u01/apps/resetpwd/lib/xercesImpl.jar, file:/u01/apps/resetpwd/lib/xliGCProviders.jar, file:/u01/apps/resetpwd/lib/commons-validator.jar, file:/u01/apps/resetpwd/lib/xerces.jar, file:/u01/apps/resetpwd/lib/xlInputPreprocessor.jar, file:/u01/apps/resetpwd/lib/crimson.jar, file:/u01/apps/resetpwd/lib/XIMDD.jar, file:/u01/apps/resetpwd/lib/xlInstaller.jar, file:/u01/apps/resetpwd/lib/csv.jar, file:/u01/apps/resetpwd/lib/XL10SecurityProviders.jar, file:/u01/apps/resetpwd/lib/xlLogger.jar, file:/u01/apps/resetpwd/lib/dom.jar, file:/u01/apps/resetpwd/lib/xlAdapterUtilities.jar, file:/u01/apps/resetpwd/lib/xlRemoteManager.jar, file:/u01/apps/resetpwd/lib/ejb.jar, file:/u01/apps/resetpwd/lib/xlAPI.jar, file:/u01/apps/resetpwd/lib/xlRequestPreview.jar, file:/u01/apps/resetpwd/lib/jakarta-oro-2.0.8.jar, file:/u01/apps/resetpwd/lib/xlAttestation.jar, file:/u01/apps/resetpwd/lib/xlSampleApp.jar, file:/u01/apps/resetpwd/lib/javagroups-all.jar, file:/u01/apps/resetpwd/lib/xlAuditor.jar, file:/u01/apps/resetpwd/lib/xlScheduler.jar, file:/u01/apps/resetpwd/lib/jaxp-api.jar, file:/u01/apps/resetpwd/lib/xlAuthentication.jar, file:/u01/apps/resetpwd/lib/xlUtils.jar, file:/u01/apps/resetpwd/lib/jhall.jar, file:/u01/apps/resetpwd/lib/xlBackOfficeBeans.jar, file:/u01/apps/resetpwd/lib/xlVO.jar, file:/u01/apps/resetpwd/lib/log4j-1.2.8.jar, file:/u01/apps/resetpwd/lib/xlBackofficeClient.jar, file:/u01/apps/resetpwd/lib/xlWebClient.jar, file:/u01/apps/resetpwd/lib/mail.jar, file:/u01/apps/resetpwd/lib/xlCache.jar, file:/u01/apps/resetpwd/lib/xlWSCustomClient.jar, file:/u01/apps/resetpwd/lib/oc4jclient.jar, file:/u01/apps/resetpwd/lib/xlCrypto.jar, file:/u01/apps/resetpwd/lib/xml-apis.jar, file:/usr/share/java/libgcj-3.4.6.jar, file:./, core:/]
    at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
    at gnu.gcj.runtime.VMClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.5.0.0)
    at JvFindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
    at JvBytecodeVerifier.type.compatible(_Jv_BytecodeVerifier.type&, JvBytecodeVerifier) (/usr/lib/libgcj.so.5.0.0)
    at JvBytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.5.0.0)
    at JvVerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.5.0.0)
    at JvPrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    at JvWaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    ...3 more
    Please let me know if I have to set something else in the environment to get rid of this error.
    Thanks,
    Mahendra.

    Hi,
    We were unable to create tcUtilityFactory instance when the env variables are set using the hashmap.
    Instead it is working when we set using System.setProperty() as shown below:
    System.setProperty("XL.HomeDir", "/u01/apps/OIMPwdReset");
    System.setProperty("java.security.policy", "/u01/apps/OIMPwdReset/config/xl.policy");//server or client
    System.setProperty("java.security.auth.login.config", "/u01/apps/OIMPwdReset/config/auth.conf");//server or client
    Hope this helps other guys..
    -Mahendra.

  • Oim 11g can not install connector

    Hi All,
    i have installed oim 11G.
    trying to install the dbum connector,
    according to the manual, I have copied all the installation files and directories to OIM_HOME/server/ConnectorDefaultDirectory
    but when I press the install connector on the oim admin console, the window opens ...but i can not see any connector in the LOV ,
    meaning i can not install the connector, even tried bouncing the WL and OIM , not much help.
    does any of you know of some error alike? / solution ?
    (with v9 of oim I did nit have any problem with the same) .
    Cheers
    S.

    Off-course it works, make sure the folder structure is correct.
    */ConnectorDefaultDirectory/<Connector-Installation-Media-Parent-Folder>/*
    Now all the connector folder should be directly in there like configuration, lib etc

  • Client not working after upgrade

    Hi,
    I am upgrading my SAP 8.8 SP:00 Pl 10 to PL 16. with the help of upgrade wizard all the SAP items are upgraded from PL 10 to Pl 16.
    When i was login in through SAP client it asked for upgrade i clicked yes after some time the upgrade stop and the SAP client logo on the server disappear. Now i am not able to login since there is no client to login.
    I tried to install client from set up file but it gives following error
    Error Number: 0x80040702
    Description: Failed to load Dll: creator Dll
    I have refered SAP Note: 1408662 and also refered other thread but its not working
    I tried to uninstall client from add/ remove program but i am not able to do so
    Pls provide solution since i am not able to login.

    Hi,
    I have already installed the recommended c++ version as per SAP note, still it is not working. I tried to uninstall the client from
    B1SHR folder but it gives me error.
    The server is properly upgraded and problem exists on 3 of client machines.
    I have to any how remove this client file or make it working to acces SAP else i wil have to format system which i dont want to do.

  • Oracle 11g XE not working with oracle BI publisher 10g after enabling ACL

    Hello,
    I previously work with oracle 10gXE and Oracle BI publisher 10g and it work fine. now i install oracle 11g XE and try to configure it with oracle Bi Publlisher, it show this error
    "ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1324 ORA-12570: TNS:packet reader failure" after runing the ACL package to neable network service.
    on the database.
    Please can any body tell be why this is not working. Tanx.

    You'll need to add the apex engine owner to the ACL (Access Control List). Depending on your version of apex the user name varies. i.e. 4.0 is APEX_040000
    See Joel's blog for info about the ACL and APEX.
    [http://joelkallman.blogspot.com/2010/10/application-express-network-acls-and.html]

  • OIM USR Triggers Not Working

    HI OIM Experts,
    we are using OIM 10g.
    We are facing a issue in OIM like the task that is mapped to lookup.USR.triggers is not working.
    Problem Description:
    We have around 10 provisioning resources.Each resource has a task "Modify Status".
    Whenever the USR_UDF_STATUS field is updated(ENABLED/DISABLED),we are triggering the "Modify Status" task.
    I could see the task is getting triggered for 9 resources but for one resource the task is not getting triggeered.
    Note:There is no mismatch in spelling or spacing issues.
    What could be the possibilities?

    Does this modify user process task is same as others?
    Can you please verify if Disable manual Insert is unchecked?
    Can you see anything from logs that this task is invoked?

  • DCNM LAN JAVA Client Not working

    Hi , 
    Recently i installed the DCNM server , we are using nexus 7k in dc environment . I  purchased the DCNM server license and assigned it to  switches thourgh web dcnm client . Login in Java DCNM LAN is  not working , It says check your username/password . Only with SAN its working Fine , Authetication to the dcnm is configured to check the TACACS server  . Can you help on this. 
    Thanks , Vedagiri Gopinath

    Duplicate posts.  :P
    Go here:  http://supportforums.cisco.com/discussion/12164196/dcnm-lan-java-client-not-working

  • OIM 11g requestDataset not reflected

    All,
    I am using OIM 11g. I want to provide resouce attr details during provision request. I have created a dummy resource object with field name employeeid. firstname,lastname,Created a dataset as ProvisionDummyResouceDataSet.xml
    Dataset -->
    <?xml version="1.0" encoding="UTF-8"?>
    <request-data-set xmlns="http://www.oracle.com/schema/oim/request"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.oracle.com/schema/oim/request"
         name="ProvisionDummyResourceDataset" entity="DummyResource" operation="PROVISION">     
         <AttributeReference name="EmployeeID" attr-ref="EmployeeID" type="String" length="50" widget="text" required="true" available-in-bulk="false"/>     
         <AttributeReference name="First Name" attr-ref="First Name" type="String" length="50" widget="text" required="false" available-in-bulk="false"/>
         <AttributeReference name="Last Name" attr-ref="Last Name" type="String" length="50" widget="text" required="false" available-in-bulk="false"/>     
    </request-data-set>
    I have modified the weblogic properties file as below,
    wls_servername=oim_server1
    application_name=OIMMetadata
    metadata_from_loc=D:/Oracle/Middleware/Oracle_IDM1/temp/import
    When i run the weblogicImportMetaData.bat import is succesful and i am also able to see the entry in MDS database in the table MDS_PATHS. . However I am not seeing the above attributes usename while I am raising request for Dummy resource. Is there any other configuration required which i have missed? Any help is appreciated.
    Thanks in Advance,
    Swati Pandey

    Hi,
    I created the below ProvisionResourceICFADDataset.xml and did an import. However, when I try to create a request template for provisioning the resource, there is no information about the attribute "Roles". I even tried rasing a request but it does not ask me to enter value for "Roles". Is there anything that I am missing
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <request-data-set xmlns = "http://www.oracle.com/schema/oim/request"
    xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
    operation = "PROVISION"
    entity = "ICFAD Resource"
    name = "ProvisionResourceICFAD Resource"
    xsi:schemaLocation = "http://www.oracle.com/schema/oim/request">
    <AttributeReference
    name="Roles" attr-ref="Roles" type="String"
    length="30" widget="lookup" required="false" available-in-bulk="true"
    lookup-code="Lookup.ICFAD.Roles"/>
    </request-data-set>

  • Oracle 10g Client not working from Vista Business

    Hi,
    I have installed Oracle 10g Rel2 DB on my desktop (OS Vista Ultimate X64 bit) and try to connect from my new laptop (OS Vista business) after installing the client software which does not work, whereas I am able to connect to same database from my other laptop using Windows XP. The tnsnames.ora files on both laptops have the same contents. Moreover, the SQL Plus is also not working on the vista laptop, I mean when I try to login the window closes down itself it doesn't stay open even to give any error message. . . Any ideas would be a great help . . .thx

    Did you install the Vista specific Oracle client?
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10204_winx64_vista_win2k8.html

  • [T400] Cisco VPN client not working over wireless adapter (but works on cabled connection)

    I have a very strange problem. 
    I need to connect to my work via the cisco vpn client (version 5.0.00.0340). 
    My previous laptop (T43 , windows XP) worked well through both wired / wireless connections.  My desktop machine (vista) works via wired connection (it has no wireless connection). 
    On my new T400, the VPN client works via a wired connection but not via the wireless adapter.  
    On the wireless apapter, the vpn seems to connect OK, but when I try to access resources via the VPN there is little response.
    I get this in the vpn log...
    405   08:56:57.073  04/16/09  Sev=Warning/2 IPSEC/0xE3700003
    Function CniInjectSend() failed with an error code of 0xa4510009 (IPSecDrvCB:846)
     I've tried disabling the firewall (in both the T400 and the router), removed access connections, and disabling tcp v6. I've rebooted everything too. 
    But, nothing seems to work.   I suspect the problem is on the t400 somewhere, because the old laptop used to work OK via wireless.
    I've seen some google links on cisco vpn not working via  wireless but nothing seems to apply to my exact situation yet. 
    Anyone else had this problem or know of a fix? Thanks in advance. 
    Solved!
    Go to Solution.

    all good now, got it working. 
    The Deterministic network thing was not installed on the wireless adapter for some reason.
    So, I installed the latest wireless driver, reinstalled the vpn and all is good now.  

  • Driver to email client not working

    For my class we are attempting to write our own email client. Our professor gave us the following driver. However when I attempt to compile the driver I get these errors:
    MailClient.java:125: cannot find symbol
    symbol  : variable envelope
    location: class MailClient.SendListener
                   SMTPConnection connection = new SMTPConnection(envelope);
                                                                  ^
    MailClient.java:126: cannot find symbol
    symbol  : variable envelope
    location: class MailClient.SendListener
                   connection.send(envelope);Admittedly it could be something with the SMPTConnection code, as that is what we had to write. However I would have expected it to throw some sort of exception in there and it does not. Any help to figure out why the driver is not working would be appreciatted.
    Code:
      import java.io.*;
       import java.net.*;
       import java.awt.*;
       import java.awt.event.*;
    /* $Id: MailClient.java,v 1.7 1999/07/22 12:07:30 kangasha Exp $ */
    * A simple mail client with a GUI for sending mail.
    * @author Jussi Kangasharju
        public class MailClient extends Frame {
        /* The stuff for the GUI. */
          private Button btSend = new Button("Send");
          private Button btClear = new Button("Clear");
          private Button btQuit = new Button("Quit");
          private Label serverLabel = new Label("Local mailserver:");
          private TextField serverField = new TextField("", 40);
          private Label fromLabel = new Label("From:");
          private TextField fromField = new TextField("", 40);
          private Label toLabel = new Label("To:");
          private TextField toField = new TextField("", 40);
          private Label subjectLabel = new Label("Subject:");
          private TextField subjectField = new TextField("", 40);
          private Label messageLabel = new Label("Message:");
          private TextArea messageText = new TextArea(10, 40);
         * Create a new MailClient window with fields for entering all
         * the relevant information (From, To, Subject, and message).
           public MailClient() {
             super("Java Mailclient");
          /* Create panels for holding the fields. To make it look nice,
          create an extra panel for holding all the child panels. */
             Panel serverPanel = new Panel(new BorderLayout());
             Panel fromPanel = new Panel(new BorderLayout());
             Panel toPanel = new Panel(new BorderLayout());
             Panel subjectPanel = new Panel(new BorderLayout());
             Panel messagePanel = new Panel(new BorderLayout());
             serverPanel.add(serverLabel, BorderLayout.WEST);
             serverPanel.add(serverField, BorderLayout.CENTER);
             fromPanel.add(fromLabel, BorderLayout.WEST);
             fromPanel.add(fromField, BorderLayout.CENTER);
             toPanel.add(toLabel, BorderLayout.WEST);
             toPanel.add(toField, BorderLayout.CENTER);
             subjectPanel.add(subjectLabel, BorderLayout.WEST);
             subjectPanel.add(subjectField, BorderLayout.CENTER);
             messagePanel.add(messageLabel, BorderLayout.NORTH);     
             messagePanel.add(messageText, BorderLayout.CENTER);
             Panel fieldPanel = new Panel(new GridLayout(0, 1));
             fieldPanel.add(serverPanel);
             fieldPanel.add(fromPanel);
             fieldPanel.add(toPanel);
             fieldPanel.add(subjectPanel);
          /* Create a panel for the buttons and add listeners to the
          buttons. */
             Panel buttonPanel = new Panel(new GridLayout(1, 0));
             btSend.addActionListener(new SendListener());
             btClear.addActionListener(new ClearListener());
             btQuit.addActionListener(new QuitListener());
             buttonPanel.add(btSend);
             buttonPanel.add(btClear);
             buttonPanel.add(btQuit);
          /* Add, pack, and show. */
             add(fieldPanel, BorderLayout.NORTH);
             add(messagePanel, BorderLayout.CENTER);
             add(buttonPanel, BorderLayout.SOUTH);
             pack();
             show();
           static public void main(String argv[]) {
             new MailClient();
        /* Handler for the Send-button. */
           class SendListener implements ActionListener {
              public void actionPerformed(ActionEvent event) {
                System.out.println("Sending mail");
             /* Check that we have the local mailserver */
                if ((serverField.getText()).equals("")) {
                   System.out.println("Need name of local mailserver!");
                   return;
             /* Check that we have the sender and recipient. */
                if((fromField.getText()).equals("")) {
                   System.out.println("Need sender!");
                   return;
                if((toField.getText()).equals("")) {
                   System.out.println("Need recipient!");
                   return;
             /* Create the message */
                Message mailMessage = new Message(fromField.getText(),
                         toField.getText(),
                         subjectField.getText(),
                         messageText.getText());
             /* Check that the message is valid, i.e., sender and
              recipient addresses look ok. */
                if(!mailMessage.isValid()) {
                   return;
             /* Create the envelope, open the connection and try to send
              the message. */
                try {
                   Envelope envelope = new Envelope(mailMessage, serverField.getText());
                    catch (UnknownHostException e) {
                   /* If there is an error, do not go further */
                      return;
                try {
                   SMTPConnection connection = new SMTPConnection(envelope);
                   connection.send(envelope);
                   connection.close();
                    catch (IOException error) {
                      System.out.println("Sending failed: " + error);
                      return;
                System.out.println("Mail sent succesfully!");
        /* Clear the fields on the GUI. */
           class ClearListener implements ActionListener {
              public void actionPerformed(ActionEvent e) {
                System.out.println("Clearing fields");
                fromField.setText("");
                toField.setText("");
                subjectField.setText("");
                messageText.setText("");
        /* Quit. */
           class QuitListener implements ActionListener {
              public void actionPerformed(ActionEvent e) {
                System.exit(0);
       }

    This is what I mean:
    /* Create the envelope, open the connection and try to send the message. */
               Envelope envelope = null;
                try {
                     envelope = new Envelope(mailMessage, serverField.getText());
                    catch (UnknownHostException e) {
                   /* If there is an error, do not go further */
                      return;
                try {
                   SMTPConnection connection = new SMTPConnection(envelope);
                   connection.send(envelope);
                   connection.close();
                    catch (IOException error) {
                      System.out.println("Sending failed: " + error);
                      return;
                System.out.println("Mail sent succesfully!");

  • Verizon email; Thunderbird client; Not working since 3/25/2013;server name change

    Yesterday, 3/25/2013, I noticed that email wasn't working from my thunderbird client. After a day of assuming that the problem existed elsewhere, I found on this site where it says to use POP.VERIZON.NET, port 995, and SMTP.VERIZON.NET, port 465.  After grumbling why didn't I hear about this name change?, I changed them. At that time I noticed that the PORTS were wrong, too.  They'd been right, and now, not.  Most confusing.  I changed them.  Each account has CONNECTION SECURITY SSL/TLS and NORMAL PASSWORD.
    But: when I try to connect, I get:  An error occurred during a connection to pop.verizon.net:995.  You have received an invalid certificate.....Your certificate contains the same serial number as another certificate issued by the certificate authority.  Please get a new certificate...."
    I am at a loss.  What's wrong, other than that email seems to be choking on security?
    Solved!
    Go to Solution.

    Found in another post where a person said the INCOMING.VERIZON.NET and OUTGOING.VERIZON.NET did still work, so I tried it, but still got that Certificate error.  Found someone else who said they had to say 'no connection security' before it would work, and so I tried that -- and it did.
    Not thrilled about this, but the client is working again.  

  • ArenaNets GW2 Mac Client Not Working

    I have installed the new ArenaNet Guild Wars 2 client.
    Game all downloaded and installed but it does not work.
    I click login - all good.
    I click Play - black screen with hand pointer
    It then drops back to desktop
    It did run once last night and thats it, before that once nothing, after that once nothing.
    It runs on this spec Mac people are saying - ATI Radeon HD4870 512 MB 2008 MacPro 6GB Mem
    It will not run on my machine.
    MacPro 2009 ATI Radeon HD4870 6GB 10.6.8 2.66 GHz Quad Core-Intel
    People are reporting that it will and does work on my above spec machine.
    The specs that ArenaNet give are just what they want to support not what it will actually work on.
    I know the games good on my machine as it runs under WIneskin but not as good the new Mac client.
    Any help/ideas would be good.

    You're right ntotheappledotcom! I upgraded to Lion and characters like '-', '*', '!', '.' are working now, however, '/' and '@' still don't work. Less to worry about
    Next feature should be writable ftp mountpoints in Finder... Please!

  • Lion as Kerberized NFS4 client not working

    Greetings,
    I have Lion 10.7.3 as a new install, trying to get kerberized NFS4 working. "kinit someuser" works and I get a valid ticket, so communicating with the KDC ok. Note kerberized NFS4 is working well on a bunch of linux clients, I do have the "insecure" option set on the NFS server. Firewalls all off for testing. Keytab containing host and nfs successfully transfered to the mac with correct kvno.
    sudo mount -v -t nfs -o sec=krb5,vers=4 NFS_Server_Ip:/Dir_to_be_exported /Users/some_user/mountpoint
    results in:
    "mount_nfs: can't mount /Dir_to_be_exported onto /Users/some_user/mountpoint: Permission denied
    and in /var/log/kernel.log
    "nfs_gss_clnt_gssd_upcall: gssd port not valid
    nfs4_setclientid failed, 13"
    Permisions all ok as far as I can see and as I said, this is working fine on several Linux clients. The KDC is Linux MIT.
    I've been doing some research and these kernel log messages were questioned in quite a few 2008 threads, with no apparent successful resolution - I hope it's not the same bug!
    All suggestions gratefully accepted,
    BRgds/Alan

    For the benefit of others:
    Apple Support have confirmed that Kerberized NFS4 does not work under Mac OSX. (and I suspect it never has). I'll restrain myself from further comment ...
    Rgds/Alan

  • [SOLVED] Silc-Client not working?

    Hi there!
    I wanted to install the silc-client from www.silcnet.org an my arch-machine, but it's not working. Everytime when I start the client it asks for my keyphrase; but when I'm typing it in and press enter nothing happens and I'M taken back to my prompt.
    [riddler@morgue ~]$ /usr/local/silc/bin/silc
    Private key passphrase:
    [riddler@morgue ~]$
    When I delete the keyphrases and create new ones it looks so:
    [riddler@morgue ~]$ /usr/local/silc/bin/silc
    Running SILC for the first time
    Private key passphrase:
    Retype private key passphrase: Generating RSA Public and Private keys, might take a while...
    Finding p: ...............................................................................................................................
    Finding q: .................................................................................................................................................................
    Keys generated successfully.
    Public key has been saved into `/home/riddler/.silc/public_key.pub'.
    Private key has been saved into `/home/riddler/.silc/private_key.prv'.
    Press <Enter> to continue...
    Private key passphrase:
    [riddler@morgue ~]$
    Someone wrote in this forum, that his irssi behaves in the same way like the silc-client in my case, but irssi is working absolutely correct here.
    It would be nice if somebody could help, it's important
    Thank you very much.

    Haha, so funny...
    I compiled this packages (1.0.2) around 30times...5 mins ago i decided to try the 1.0-release and it worked...
    i don't know why the 1.02 and 1.01 don't work, but the 1.0 works great...thank you anyways

Maybe you are looking for

  • How to update the Delivering plant in sales order

    Hi Guru's I have a scenario where the delivering plant(RV45A-DWERK) in the sales order overview is not updated. I have maintained the VD51 customer info record in customer master and also in material master. Even if i update manually in the sales ord

  • How do I share an iTunes Library

    I just got a Mac Book Pro and I would like to share my iTunes library from my desk top. This way I have all of my music on my laptop wether I'm at home on my network or out and about. I would also like to sync my iPhone from either computer. I have r

  • Data services with SQL Server 2008 and Invalid time format variable

    Hi all Recently we have switched from DI on SQL Server 2005, to DS(Date Services) on SQL Server 2008. However I have faced an odd error on the query that I was running successfully in DI. I validate my query output using a validation object to fill e

  • Cyrllic characters getting converted to special characters.

    I am facing a problem when cyrillic character is being sent from JSP to servlet ,its getting converted into some other special character.I am using request.setCharacterEncoding("UTF-8") on servlet.And on jsp I am using <%@page pageEncoding="UTF-8" co

  • Locking out users with FND_USER

    At fiscal year-end here, we did a cold back-up and then only allowed core accounting users into eBiz the next day until they'd done all their roll-over stuff and made sure they hadn't messed anything up in the process. Then we let everyone else back