Problem with SDK Initial Setup

Hi,
I have been following the SDK setup for Sentinel, when doing the
Collector Initial build as specified in the online documentation, I get
a windows that pops up when doing the page break and replay of the Raw
Data.
"Function ImportClass must be called with a class; had "[JavaPackage
esecurity.css.comp.evtsrcmgt.collector.util.AgentI nfo]" instead.
Has anyone got any ideas on how I can get this fixed or around this.
Cheers,
Jonathan.
jwgoldstein
jwgoldstein's Profile: http://forums.novell.com/member.php?userid=92699
View this thread: http://forums.novell.com/showthread.php?t=451025

Hmmm.....
I can't say I've ever seen anything like this. It's a little hard to
tell if there's a real problem here or some sort of corruption, as your
post has some weird extra spaces in it but I don't know if those are
really present in the error or whether there was some sort of copy/paste
issue.
In any case, when the Collector initializes it imports a bunch of Java
classes so that they can be used directly from the JS code. This stuff
starts on line 57 of 'collector.js', at least in the current SDK
version, and should look like:
importClass(
Packages.esecurity.ccs.comp.evtsrcmgt.collector.ut il.AgentInfo );
importClass(
Packages.esecurity.ccs.comp.evtsrcmgt.collector.ut il.BaseEngine );
importClass(
Packages.esecurity.ccs.comp.evtsrcmgt.collector.ut il.BSFEngine );
Your post above has an extra space in 'AgentI nfo', which I can't
explain. If it's present in your collector.js (which is copied from
sdk/6.1/Collector/common at build time), then it seems like you have
some corruption in your SDK.
It might be helpful to have you explain exactly how you got your SDK -
did you download the ZIP, are you using SVN, that sort of thing - and
whether you've done anything to the SDK template code itself.
FYI, we're close to a beta for the 2011.1 version of the SDK which will
greatly improve the installation process, so if you can wait a few weeks
that might solve your problem.
DCorlette
DCorlette's Profile: http://forums.novell.com/member.php?userid=4437
View this thread: http://forums.novell.com/showthread.php?t=451025

Similar Messages

  • Problem with Mac initial setup

    I bought a new Mac mini with a track pad and was not able to get
    beyond the second screen. The pointer moved but I could not click
    on anything. The track pad section of System Preferences allows you to
    select the gestures it will recognize. The single click was disabled.
    I used an old mouse to get through setup and then could set the pad
    option.
    Just a heads up.

    Tap to click is not enabled on the startup screens. You have to press hard enough to make the physical click.

  • Problem with Audio MIDI Setup using multiple accounts

    I'm having a problem with Audio MIDI Setup recognizing all of the MIDI devices on a G4 Tower with a non-administrator account. The main administrator account has no problem seeing anything, but the non-admin account won't see anything. Does it all have to be added in manually, or is there a preferences file to copy over that will take care of this. Failing that, is it a problem with file permissions? Any help would be greatly appreciated.

    Don't know whether this of any help, but there's an identifiable issue with AMS and Digital Performer 5 where DP5 simply won't load with AMS setups configured with previous versions of DP. Which is probably irrelevant to your problem, but ...
    What I and other DP users have found we have to do is start with a completely new, blank AMS setup, and reconfigure our devices from scratch, and although this was kind of hit and miss and on the fly (don't really understand what the the issue was, exactly), I think the bottom line was if we used the new AMS setup with DP5 before anything else that might cause its data tables to change, we were ok.
    So if you can do it, it might be worth setting AMS to a new blank template, then connecting your interfaces, see how far you get. And always make sure you've got the latest drivers of course, though I'm sure you've done that.
    Never used Mbox or 410, but I've an Ozonic which I think uses the same M-Audio firewire drivers as the 410, and don't have any problem with that, FWIW.
    G5 Dual 2.7, MacMini, iMac 700; P4/XP Desk & Lap.   Mac OS X (10.4.8)   mLan:01x/i88x; DP 5.1, Cubase SX3, NI Komplete, Melodyne.

  • Problems with first time setup

    Hi to all and please be kind to this new applee.  I am vary familar with Windows but not Apple.
    I am having problems with first time setup.  Choice wifi network ZAJ34 has full connectino bars but requires a password to connect with it.  Tried to use "Connect to iTunes" and plugged in the USB cable.  Windows7 ran ok and "MyComputer\Apple iPod" shows up in Explorer.  All I get to is the screen that shows the cable pointing to the music symbol.  I am new to Applie iPod so I am totally lost.  I have the Apple iPod touch 8GB Black (4th Generation) CURRENT MODEL.
    Operating System - iPod touch User Guide (For iOS 5.1 Software) downloaded, not sure.
    Thanks
    Wayne

    I find this,
    Before restoring:
    Verify that you are using the latest version of iTunes. [How?  I am not past selecting a network.]
    Back up your device. [Do not know how, again, I am not past selecting a network.]
    Transfer and sync content to your computer. [Hooked up the USB cable and nothing happens.]
    Restoring your iOS device
    Connect your device to your computer. [Hooked up the USB cable and nothing happens.]
    Select your iPhone, iPad, or iPod touch when it appears in iTunes under Devices. Select the Summary tab, and click the Restore button. [iPod touch when it appears in iTunes under Devices, is it in Control Panel.  I looked in Device Manager and so only drivers etc.

  • No problem with sdk 1.3- problem with 1.4!!!

    I am trying to make an interface using swing objects..
    The buttons are looking like images (2D) when compiling and running the program with sdk 1.4...
    although if I use 1.3 everything is ok??
    even with the new java version I still have the same problem..
    has anyone any idea how to fix this??
    thx in advance!

    /*                      BET                                 */
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
      * Summary description for BET
    public class BET extends JFrame
         // Variables declaration
         private JLabel jLabel1;
         private JLabel jLabel2;
         private JLabel jLabel3;
         private JTextField jTextField1;
         private JTextField jTextField2;
         private JTextField jTextField3;
         private JTextField jTextField4;
         private JTextField jTextField6;
         private JButton jButton1;
         private JButton jButton2;
         private JPanel contentPane;
         // End of variables declaration
         public BET()
              super();
              initializeComponent();
              // TODO: Add any constructor code after initializeComponent call
              this.setVisible(true);
          * This method is called from within the constructor to initialize the form.
          * WARNING: Do NOT modify this code. The content of this method is always regenerated
          * by the Windows Form Designer. Otherwise, retrieving design might not work properly.
          * Tip: If you must revise this method, please backup this GUI file for JFrameBuilder
          * to retrieve your design properly in future, before revising this method.
         private void initializeComponent()
              jLabel1 = new JLabel();
              jLabel2 = new JLabel();
              jLabel3 = new JLabel();
              jTextField1 = new JTextField();
              jTextField2 = new JTextField();
              jTextField3 = new JTextField();
              jTextField4 = new JTextField();
              jTextField6 = new JTextField();
              jButton1 = new JButton();
              jButton2 = new JButton();
              contentPane = (JPanel)this.getContentPane();
              // jLabel1
              jLabel1.setForeground(new Color(59, 241, 227));
              jLabel1.setText("<HTML><B><U>QUESTION</B><HTML>");
              // jLabel2
              jLabel2.setForeground(new Color(50, 245, 113));
              jLabel2.setText("<HTML><B><U>CHOICE</B><HTML>");
              // jLabel3
              jLabel3.setForeground(new Color(50, 245, 113));
              jLabel3.setText("<HTML><B><U>POINTS</B><HTML>");
              // jTextField1
              jTextField1.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField1_actionPerformed(e);
              // jTextField2
              jTextField2.setText("YES");
              jTextField2.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField2_actionPerformed(e);
              // jTextField3
              jTextField3.setText("10");
              jTextField3.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField3_actionPerformed(e);
              // jTextField4
              jTextField4.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField4_actionPerformed(e);
              // jTextField6
              jTextField6.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jTextField6_actionPerformed(e);
              // jButton1
              jButton1.setBackground(new Color(117, 158, 145));
              jButton1.setText("OK");
              jButton1.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jButton1_actionPerformed(e);
              // jButton2
              jButton2.setBackground(new Color(117, 158, 145));
              jButton2.setText("CANCEL");
              jButton2.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e)
                        jButton2_actionPerformed(e);
              // contentPane
              contentPane.setLayout(null);
              contentPane.setBackground(new Color(67, 97, 83));
              addComponent(contentPane, jLabel1, 172,8,60,18);
              addComponent(contentPane, jLabel2, 73,78,60,18);
              addComponent(contentPane, jLabel3, 211,76,60,18);
              addComponent(contentPane, jTextField1, 9,27,403,28);
              addComponent(contentPane, jTextField2, 24,101,134,22);
              addComponent(contentPane, jTextField3, 203,101,51,22);
              addComponent(contentPane, jTextField4, 21,151,137,22);
              addComponent(contentPane, jTextField6, 18,200,140,22);
              addComponent(contentPane, jButton1, 299,188,80,70);
              addComponent(contentPane, jButton2, 299,90,80,70);
              // BET
              this.setTitle("BET");
              this.setLocation(new Point(-2, 1));
              this.setSize(new Dimension(424, 316));
         /** Add Component Without a Layout Manager (Absolute Positioning) */
         private void addComponent(Container container,Component c,int x,int y,int width,int height)
              c.setBounds(x,y,width,height);
              container.add(c);
         // TODO: Add any appropriate code in the following Event Handling Methods
         private void jTextField1_actionPerformed(ActionEvent e)
              System.out.println("\njTextField1_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField2_actionPerformed(ActionEvent e)
              System.out.println("\njTextField2_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField3_actionPerformed(ActionEvent e)
              System.out.println("\njTextField3_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField4_actionPerformed(ActionEvent e)
              System.out.println("\njTextField4_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jTextField6_actionPerformed(ActionEvent e)
              System.out.println("\njTextField6_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jButton1_actionPerformed(ActionEvent e)
              System.out.println("\njButton1_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         private void jButton2_actionPerformed(ActionEvent e)
              System.out.println("\njButton2_actionPerformed(ActionEvent e) called.");
              // TODO: Add any handling code here
         // TODO: Add any method code to meet your needs in the following area
    //============================= Testing ================================//
    //=                                                                    =//
    //= The following main method is just for testing this class you built.=//
    //= After testing,you may simply delete it.                            =//
    //======================================================================//
         public static void main(String[] args)
              JFrame.setDefaultLookAndFeelDecorated(true);
              JDialog.setDefaultLookAndFeelDecorated(true);
              try
                   UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
              catch (Exception ex)
                   System.out.println("Failed loading L&F: ");
                   System.out.println(ex);
              new BET();
    //= End of Testing =
    This is my code.. the problem is that when i use sdk 1.3 everything is fine... I tried to use 1.4 and now 5 and I have a problem with the appearance of buttons... I have some comments in my code. is just a form with some textfields and labels and the 2 buttons!
    thx in advance

  • Problems with in-band setup on 2540FC array

    I have an Ultra45 with a SG-XPCIE1FC-QF4 connected to a 2540FC. I have installed CAM software 6.2.0.13 with no problems and need to setup and manage this using in-band management.
    I have looked around the download pages and I believe I need:
    SMagent-SOL-90.00.00.06.pkg
    and
    SMruntime-SOL-10.10.02.00.pkg
    for in-band management.
    I was able to install the SMagent-SOL-90.00.00.06.pkg with no problems, but when I install the SMruntime-SOL-10.10.02.00.pkg I get the following errors and am at a loss for what to do next, any help is appreciated:
    hostname:/2540FC-software(root)# pkgadd -d SMruntime-SOL-10.10.02.00.pkg
    The following packages are available:
    1 SMruntime SANtricity Storage Manager Runtime
    (sparc) 10.10.02.00
    Select package(s) you wish to process (or 'all' to process
    all packages). (default: all) [?,??,q]: all
    Processing package instance <SMruntime> from </2540FC-software/SMruntime-SOL-10.10.02.00.pkg>
    SANtricity Storage Manager Runtime(sparc) 10.10.02.00
    cpio: Unexpected end-of-archive encountered.
    1 errors
    pkgadd: ERROR: attempt to process datastream failed
    - process </usr/bin/cpio -icdumD -C 512> failed, exit code 1
    pkgadd: ERROR: unable to unpack datastream
    Installation of <SMruntime> failed (internal error).
    No changes were made to the system.

    Well, I am using from CDROM for CAM 6.2
    checksum:
    1013790347 100432384 SMruntime-SOL-10.30.02.00.pkg
    used it on solaris 10.
    Please compare the checksum.
    Edited by: nitin.k on Feb 11, 2009 10:01 AM

  • Problem with exchange account setup

    Hello -
    I have a user who is having a particular problem with her iPhone. We had setup an exchange account on the device and it has been working great until this week. Now when she tries to access the exchange email account the phone freezes and eventually boots you to the home screen with no error message.
    We are unable to delete the account and re-create it. When we go into the mail account screen we cannot access the exchange account settings, it does the same thing freeze up and return to the home screen. Next we tried reseting the phone back to factory defaults but the exchange account did not reset (everything else did). With no way to delete the account we cannot create a new one.

    Sorry, but it is still not clear.
    When restoring an iPhone with iTunes, the iPhone is completely erased first followed by the firmware being reinstalled. After the firmware is reinstalled, there are two options. Restore from the iPhone's backup which is selected by default, or as a new iPhone which must be manually selected.
    Did you do the latter? If so, this is the first time I have seen this reported - that everything was erased from the iPhone except for a single email account.

  • Problems with call forwarding setup

    I just got an iPhone and it's great, except for one annoying problem with the call forwarding behavior.
    With my old RAZR phone (also on AT&T) I had two choices when turning on forwarding, "forward immediately" or "forward when unavailable". I used the second choice and had forwarding turned on all the time. Calls would go to the cell phone first but then forward to my home number if I was on another call or didn't answer after a couple of rings. That behavior is important because I want all voice messages in the same place, on my answering machine at home, regardless of whether my cell or home number was called (so I want to deliberately bypass AT&T's voicemail system).
    However the iPhone seems to only have the "immediately" behavior, which means I don't have a chance to answer a call on the iPhone before it forwards, and the iPhone doesn't even log it as a missed call. The forwarding setup is stored in AT&T's system so it seems like the capability should be there regardless of the type of phone, and this is just an arbitrary user-interface restriction with the iPhone. Anyone know how to work around this and get the "forward when unavailable" behavior?

    Jason -
    Thanks, this did the trick. The instructions under the section for "former AT&T Wireless customers" worked perfectly (perhaps because I am actually a former AT&T Wireless customer; I've had the number for almost 6 years, since before the merger with Cingular). Anyway, I dial 61xxxxxxxxxx# (xxx = the number to forward to), make the call, and a confirmation message appears on the screen; now the forwarding is working just the way I like it.
    Thanks again!
    Bob

  • Problem with external screen setup

    Brand new iMac 20" with 9400 graphics. When my external screen is swithed OFF, but still plugged in, I have serious video and mouse—lag. When external screen is ON, there is noe problem what so ever.
    Video setup:
    • Mini displayport adapter----->DVI
    This my external screen modell<-----specs.
    <a href='http://bildr.no/view/366492'>

    OK…same dilemma with my unibody mb.

  • Problem with SDK 4.0

    Hello Friends,
    Today i downloaded and installed new sdk 4.0 and i could not see any option to run application with earlier version like simulator 3.0, simulator 3.1, simulator 3.1.2 etc.
    Do you know that how can i get all the option with new sdk 4.0 and if i develop application using new sdk 4.0 then will it be run on earlier version.
    Plz reply.
    Many Thanks.

    The problem is that I cannot see any deployment target other than 3.2 or 4.0...
    Am I looking in the wrong place? I have digged around in the project settings and cannot find anything else than 3.2 or 4.0.
    ??? I will take another look tonight when I get back to my Mac gain.

  • Runtime problems with sdk sample.

    Hi,
    has anyone had any problems when running the sdk sample (instantclient 10.1.0.4)
    compiled with MS Visual C++ Express version? I called make.bat and everything
    compiled and linked without any worries. When I run the program it crashed. While
    debugging I got the following info:
    First-chance exception at 0x7c81eb33 in occi.exe: Microsoft C++ exception: oracle::occi::SQLException at memory location 0x0012fb74..
    Unhandled exception at 0x7c81eb33 in occi.exe: Microsoft C++ exception: oracle::occi::SQLException at memory location 0x0012fb74..
    This error occurs when trying to call ::createEnvironment().

    I gave up with the occidml example and restarted with
    the occiobj example. And guess what happened. It
    worked. I can´t beleive it.
    So I really don´t know what the difference of these
    two example is as the only difference so far (as I
    saw in the constructor of the two classes) is an extra
    call in the occiobj-example. Well the parameters
    are also different.
    Occidml-example constructor:
    occidml (string user, string passwd, string db)
    env = Environment::createEnvironment (Environment::DEFAULT);
    conn = env->createConnection (user, passwd, db);
    Occiobj-example constructor:
    occiobj (string user, string passwd, string db)
    env = Environment::createEnvironment (Environment::OBJECT);
    occiobjm (env);
    con = env->createConnection (user, passwd, db);
    If I have time again I will give the occidml another try. By far
    I get along with the occiobj-example.
    Thanks for all the people who helped me (or intended to).
    Greetings Roman

  • Problems with MOTU Audio Setup and Mavericks.

    Hi!
    after installing the latest update of MOTU Audio Drivers (v1.6.59200 | Nov. 12, 2013) for some sessions Motu Audio Setup has worked correctly.
    Now, after a week or so, it detects the interfaces (by the way a 828vMk II + 8pre, both FW) when I power them, so it fires up as usual; but when launched is not showing any device connected.
    I tried to thrash the Audio Devices preference panels, but no result.
    Shall I wait for a new MOTU update or is there any other workaround I could try?
    Thanks in advance for help
    Massimo

    I had the same problem. The fix after multiple configurations is as follows.
    1) Reset the PRAM and shutdown - this will clear the FW settings
    2) Boot the systems but with on ONE Motu828 powered on.
    3) After the system is up and you can see the one device - power the second device on it the Motu Audio Setup program should see both.
    there is some kind of FW race problem. Also, go to preference, turn OFF IPV4 stack from the FW device in NW setting. If I do not do this, I cannot get the system to see the devices and it basically is in some sort of "hung" state.
    Shawn

  • Problems with filling of Setup table for 2LIS_03_UM

    I am not able to fill up this table. I mean its not getting filled thorugh TCode OLIZBW.
    Setup table for 2LIS_03_BF is getting filled up though.
    Can anyone foresee what can be the reason.
    Thanks PB

    Nope I am not. But the problem I have posted in my last note that i was getting -ve stock values which was resolved when i loaded the data with infosource 2LIS_03_UM in development. when I am testing it in QA I am not getting dat in this extractor.
    I had a chat with MM Functional Consultant , he said I probably wont get this data.
    Now I am not sure how will I be able to resolve the problem.
    Regards
    PB

  • Problems with weblogic clustering setup

    Hi all, I'm having problems extending a weblogic 9.2 cluster from vertical to orizontal. The environment is composed by two physical servers A and B. On A it's running the node manager, the admin console and two nodes, on B I've just installed weblogic 9.2, registered the licence.
    I'm reading this guide: http://egeneration.beasys.com/wls/docs103/cluster/setup.html#wp742559 but I think this guide is non clear.
    1) I added the new machine into the admin console
    2) I added the new server to the configuration (environmnent -> cluster)
    3) I created a new node on the new server and I associate it to the cluster and machine.
    moreover I checked the ports so that it should be set correctly.
    After I start the nodemanager into B and after adminconsole from A tries to connect to B I get this into the console
    [root@engtest4 bea]# /opt/bea/weblogic92/server/bin/startNodeManager.sh
    + CLASSPATH=/opt/bea/patch_weblogic922/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bea/jrockit90_150_10/lib/tools.jar:/opt/bea/weblogic92/server/lib/weblogic_sp.jar:/opt/bea/weblogic92/server/lib/weblogic.jar:/opt/bea/weblogic92/server/lib/webservices.jar:/opt/bea/patch_weblogic922/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bea/jrockit90_150_10/lib/tools.jar:/opt/bea/weblogic92/server/lib/weblogic_sp.jar:/opt/bea/weblogic92/server/lib/weblogic.jar:/opt/bea/weblogic92/server/lib/webservices.jar::/opt/bea
    + export CLASSPATH
    + export PATH
    + cd /opt/bea/weblogic92/common/nodemanager
    + set -x
    + '[' '' '!=' '' ']'
    + '[' '' '!=' '' ']'
    + /opt/bea/jrockit90_150_10/bin/java -jrockit -Xms128m -Xmx256m -Xverify:none -Djava.security.policy=/opt/bea/weblogic92/server/lib/weblogic.policy -Dweblogic.nodemanager.javaHome=/opt/bea/jrockit90_150_10 weblogic.NodeManager -v
    <Jan 14, 2009 5:10:22 PM> <INFO> <Loading domains file: /opt/bea/weblogic92/common/nodemanager/nodemanager.domains>
    <Jan 14, 2009 5:10:23 PM> <INFO> <Loading identity key store: FileName=/opt/bea/weblogic92/server/lib/DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Jan 14, 2009 5:10:23 PM> <INFO> <Loaded node manager configuration properties from '/opt/bea/weblogic92/common/nodemanager/nodemanager.properties'>
    Node manager v9.2.2.0
    Configuration settings:
    NodeManagerHome=/opt/bea/weblogic92/common/nodemanager
    ListenAddress=
    ListenPort=5556
    ListenBacklog=50
    SecureListener=true
    AuthenticationEnabled=true
    NativeVersionEnabled=true
    CrashRecoveryEnabled=false
    JavaHome=/opt/bea/jrockit90_150_10/jre
    StartScriptEnabled=false
    StopScriptEnabled=false
    StartScriptName=startWebLogic.sh
    StopScriptName=
    LogFile=/opt/bea/weblogic92/common/nodemanager/nodemanager.log
    LogLevel=INFO
    LogLimit=0
    LogCount=1
    LogAppend=true
    LogToStderr=true
    LogFormatter=weblogic.nodemanager.server.LogFormatter
    DomainsFile=/opt/bea/weblogic92/common/nodemanager/nodemanager.domains
    DomainsFileEnabled=true
    StateCheckInterval=500
    Domain name mappings:
    wl_server -> /opt/bea/weblogic92/samples/domains/wl_server
    base_domain -> /opt/bea/user_projects/domains/base_domain
    <Jan 14, 2009 5:10:24 PM> <INFO> <Secure socket listener started on port 5556>
    <Jan 14, 2009 5:10:38 PM> <Warning> <I/O error while reading domain directory: java.io.FileNotFoundException: Domain directory '/opt/bea/weblogic92/common/nodemanager' invalid (domain salt file not found)>
    java.io.FileNotFoundException: Domain directory '/opt/bea/weblogic92/common/nodemanager' invalid (domain salt file not found)
         at weblogic.nodemanager.server.DomainManager.initialize(DomainManager.java:80)
         at weblogic.nodemanager.server.DomainManager.<init>(DomainManager.java:52)
         at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:242)
         at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:212)
         at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:105)
         at weblogic.nodemanager.server.Handler.run(Handler.java:66)
         at java.lang.Thread.run(Thread.java:595)
    <Jan 14, 2009 5:11:54 PM> <Warning> <I/O error while reading domain directory: java.io.FileNotFoundException: Domain directory '/opt/bea/weblogic92/common/nodemanager' invalid (domain salt file not found)>
    java.io.FileNotFoundException: Domain directory '/opt/bea/weblogic92/common/nodemanager' invalid (domain salt file not found)
         at weblogic.nodemanager.server.DomainManager.initialize(DomainManager.java:80)
         at weblogic.nodemanager.server.DomainManager.<init>(DomainManager.java:52)
         at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:242)
         at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:212)
         at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:105)
         at weblogic.nodemanager.server.Handler.run(Handler.java:66)
         at java.lang.Thread.run(Thread.java:595)
    <Jan 14, 2009 5:11:54 PM> <Warning> <I/O error while reading domain directory: java.io.FileNotFoundException: Domain directory '/opt/bea/weblogic92/common/nodemanager' invalid (domain salt file not found)>
    java.io.FileNotFoundException: Domain directory '/opt/bea/weblogic92/common/nodemanager' invalid (domain salt file not found)
         at weblogic.nodemanager.server.DomainManager.initialize(DomainManager.java:80)
         at weblogic.nodemanager.server.DomainManager.<init>(DomainManager.java:52)
         at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:242)
         at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:212)
         at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:105)
         at weblogic.nodemanager.server.Handler.run(Handler.java:66)
         at java.lang.Thread.run(Thread.java:595)
    should server A and B have the same domain configuration? (same files)
    Regards
    Marco

    Yes, you must have the same domain configuration on the server B. Usually I copy the domain directory on the server B to have the same configuration. the directory with "salt file" should be the "<domain_dir>/security"...
    Hope this helps...
    Mariano

  • Problem with Printer Utility Setup when installing Epson printer

    Hi everyone,
    Hope some kind soul here can help me out on this.
    I bought a Epson Stylus CX7300 All-in-one printer yesterday and am having difficulty installing the printer driver onto my eMac running on OSX 10.3.9.
    I followed the procedure on the Epson installation disc and even called up their customer support office and went through step-by-step guides to troublesome the cause. Even downloaded the latest driver from the Epson site, and installed it, but every time I open up a document and tries to print, the following would occur:
    1. When I click "PRINT", a pop-up will appear, and under the printer field, it will be indicated as "NO PRINTER SELECTED"
    2. I would then select "EDIT PRINTER LIST" from the printer field - after which another pop-up will appear saying "You have no printers available. Would you like to add your list of printers now?"
    3. When I click "ADD", an error pop-up will appear saying "The application Printer Setup Utility has unexpectedly quit. The system and other applications have not been affected. Would you like to submit a bug report to Apple?"
    I have submitted tonnes of "bug reports" to Apple since yesterday but nothing happened.
    I also tried to open Printer Utility Setup directly from under System/Applications/Utilities, but the same error will appear and it will just quit "unexpectedly".
    Is there any remedy to this?
    Oh, the strange thing is, the CX7300 can scan images fine, and I also managed to do a test print from Epson's utility.
    Thank you.
    Yours Sincerely,
    Alvinology

    Hi, I was just about to post the same question myself. I'm trying to sort out a friends iMac G5 with a Canon Pixma(?) printer. In this case the printer used to work OK, but after moving house and setting it up again, Print Utility crashes every time when trying to add the printer.
    Thanks
    Paul Nilsson

Maybe you are looking for

  • How do i upload video from my pc to my phone

    How to upload video from pc to iphone

  • Recent pictures aren't accessible when creating a calendar

    I want to make a 2010 calendar even though it's nearly February, but pictures that I've taken and uploaded to my computer since January 2010 aren't accessible. Is there any way to be able to access them and include some of them in my calendar? Thanks

  • Connecting to MBean Server

    We are facing problems when trying to connect to the MBEan Server of BEA weblogic 6.1, when using mx4j. the error comes in the queryMBeans call of RemoteMBeanServer class of mx4j. Anybody aware of this problem? The exceptions that were received are:

  • I purchased photoshop cs2 quite some time ago and installed on my mac.

    I used it for a long time.  However, recently I happened to drop my computer and bought a new mac, and tried to install photoshop cd that I purchsed.  But it asks me to purchase a monthly license.  How can I go about installing from my original photo

  • Extends security

    Hi folks, I'm trying to get a reasonable cluster security solution working using Kerberos. I want to be able to secure nodes joining the cluster and secure things like Extends connections via the proxies. So far the cluster node security piece seems