HOTSPOT  Java Failure

Hello all,
We are receiving a failure code :
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Error ID: 455843455054494F4E530E43505000D3 01
# Problematic Thread: prio=5 tid=0x1c1df18 JOLT session closed
nid=0x5de runnable
Abort - core dumped
Any ideas? Thanks

What version of JDK are you using?

Similar Messages

  • Java failure in Safari

    Today it started.
    I can't get any java based websites to run. No chats, no online games..nada.
    I do see the Java coffee cup with it's arrows.
    Went to Sun's website and tested, it shoed I had version 1.42 and 5.0 release1, but did not load the java image it stated I would see
    Is there a reset for Java?....some other indimidation factor?
    Any suggestions before I call Apple?

    Spent some time with AppleCare and resolved the Java problem.
    1) Test with a new user. Logout and make a new user. See if that helps.
    2) Go back to user w/ problem, pull Caches folder from Libray and put on desktop. Logout and log back in w/ same user. See if that helps.
    3) Rename Preferences to Preferences.old and logout and login w/ same user.
    If the problem persists, logout and login with the new user, pull the cache folder to desktop and rename Preferences folder w/ .old after the name
    4) Reboot in safe mode ( restart w/ Shift key held until you see the Grey Apple logo and the spinning gear under it. Release shift key and let it go. It will take a few minutes.
    5) Try a website with the java failure, like yahoo games or do a google for java pages and try one of those. If it works great. You can then start putting the old preferences, one at a time, back into the new preferences folder. Like the mail.plist, extrenal things.plists, and other stuff you installed after you got the computer or upgraded OSX.
    6) The cache folder can be deleted.
    7) Keep the old prefs around, its very small and may have something you'll need down the road, if something doesn't run right.
    This worked for me, as I cannot use any Java downloader from Apple. They will not install on the new Intel iMac.
    This reminded me of the OS9 method of testing extension one at a time, whih worked.
    As nothing is erased or lost this seems to be a very good method in finding software failures.
    Thanks Apple Care

  • Use of OracleDataSource in Jdeveloper ok, but fails in HotSpot Java VM

    I'm using JDeveloper Studio Edition Version 11.1.2.0.0 to make an application that uses OracleDataSource for hooking up to an Oracle DB (11gR2).
    JDeveloper uses the bundled WebLogic server when running apps in the developement environment. When configuring my project to use JDBC for the database connection I simply included the "Oracle JDBC" package. In my setup, being a default install, this creates classpath entries that refers to ojdbc6.jar that sits deep in the WebLogic file structure;
    C:\Oracle\Middleware\jdeveloper\ide\macros\..\..\..\wlserver_10.3\server\lib\ojdbc6.jar
    C:\Oracle\Middleware\jdeveloper\ide\macros\..\..\..\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n.jar
    C:\Oracle\Middleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar
    C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar
    When running my code in the JDeveloper environment it works flawlessly.
    The application will only be run intermittently in the free and it was hoped that we could avoid the need for a dedicated app-server for it to run in, thus I'm trying to get the app to work with a default Java HotSpot client installation on a Windows 7 workstation. This seems to be rather problematic as it refuses to locate the OracleDataSource class even though I'm throwing all sorts of classpath variations into the mix. I've even tried running it with different versions of Java without any luck.
    My code looks like this:
    try {
    OracleDataSource ads = new OracleDataSource();
    // Create a connection to the database
    String serverName = properties.getProperty("oradb.servername");
    String portNumber = properties.getProperty("oradb.portnumer");
    String sid = properties.getProperty("oradb.sid");
    String url = "jdbc:oracle:thin:@" + serverName + ":" + portNumber + ":" + sid;
    ads.setURL(url);
    String username = properties.getProperty("oradb.uid");
    String password = properties.getProperty("oradb.pwd");
    dbConn = ads.getConnection(username, password);
    } catch (SQLException e) {
    e.printStackTrace();
    // Could not connect to the database
    When attempting to execute with the HotSpot VM my application consistently fails in the "OracleDataSource ads = new OracleDataSource();" line
    with the error message: "Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jdbc/pool/OracleDataSource".
    I'm using the JDeveloper's deploy functionality to generate a Client JAR or a simple JAR.
    All indications are that the desired JDBC-functionaly is found in the ojdbc6.jar library, but it seems that it simply isn't enough to include a proper path to this library in the classpath when executing the application outside of the JDeveloper environment.
    Anyone have a clue as to what I'm missing here??

    LA$$E wrote:
    When specifiying a Deployment Profile in JDev one have to specify which appserver that will be used, but the default choice is <None> which translates into a deployment bundle (Jar-file) for use with your computers standard JRE.
    I don't use the IDE but I can only hope that when you do that it means that it no longer has anything to do with an JEE server, including weblogic. Thus that is not relevant to your solution nor the problem.
    I've tried to find a way to make JDeveloper bundle the drivers similarly. When configuring a Deployment Profile in JDev there are check-boxes that would indicate that the libs would be included in the resulting JAR-file, but it doesn't work that way in practice. Unfortunately!Seems rather unlikely that an IDE that expects to do JEE wouldn't allow the correct solution in some way. But maybe it expects the driver to be installed into the JEE server rather than bundled. There might be a way to explicitly specify a manifest file. Of course you would need to manually create it first.

  • Java failure?

    i have java(sun) installed but i am receiving this message:
    It seems like Java is not installed on your computer
    Java is a free download that is required to play RuneScape. Click here to install Java.
    If you believe you already have Java installed then you might get this message if it is disabled. Click here for instructions on enabling Java.
    therefore i cannot run anything with java i uninstalled and reinstalled and still failure
    suggestions asap please!!!
    thanks for your time and help!!!
    -Joey

    This forum is a site for Java development questions. You will need to contact [Runescape Customer Support|http://www.runescape.com/kbase/view.ws?guid=Customer_Support].

  • Personal Hotspot discovery failure

    My iPhone 5 on ios 6.1.2 shows Personal Hotspot is now discoverable, but it does not show up on my iPad 2 also on ios 6.1.2.  I have previously used my iPhone to share Internet to my iPad. This just happened out of nowhere. Help anyone?

    Happens to me all the time when I try to connect my old iphone 4 to my iphone 5.
    If I turn hotspot off and on again, wait 30 seconds it will usually show up and connect

  • Garbage collection Java Virtual Machine : Hewlett-Packard Hotspot release 1.3.1.01

    "Hi,
    I try and understand the mechanism of garbage collection of the Java Virtual Machine : Hewlett-Packard Hotspot release 1.3.1.01.
    There is description of this mechanism in the pdf file : "memory management and garbage collection" available at the paragraph "Java performance tuning tutorial" at the page :
    http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1607,00.html
    Regarding my question :
    Below is an extract of the log file of garbage collections. This extract has 2 consecutive garbage collections.
    (each begins with "<GC:").
    <GC: 1 387875.630047 554 1258496 1 161087488 0 161087488 20119552 0 20119552
    334758064 238778016 335544320
    46294096 46294096 46399488 5.319209 >
    <GC: 5 387926.615209 555 1258496 1 161087488 0 161087488 0 0 20119552
    240036512 242217264 335544320
    46317184 46317184 46399488 5.206192 >
    There are 2 "full garbage collections", one of reason "1" and one of reason "5".
    For the first one "Old generation After " =238778016
    For the second "Old generation After " =238778016
    Thus, "Old generation Before garbage collection" of the second is higher than "Old generation After garbage collection". Why?
    I expected all objects to be allocated in the "Eden" space. And therefore I did not expect to s

    I agree but my current Hp support is not very good on JVM issues.
    Rob Woollen <[email protected]> wrote:
    You'd probably be better off asking this question to HP.
    -- Rob
    Martial wrote:
    The object of this mail is the Hewlett-Packard 1.3.1.01 Hotspot JavaVirtual Machine
    release and its garbage collection mechanism.
    I am interested in the "-Xverbosegc" option for garbage collectionmonitoring.
    I have been through the online document :
    http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1_3/hotspot.html#-Xverbosegc
    I would like to find out more about the garbage collection mechanismand need
    further information to understand the result of the log file generatedwith the
    "-Xverbosegc"
    For example here is an extract of a garbage collection log file generatedwith
    Hewlett-Packard Hotspot Java Virtual Machine. Release 1.3.1.01.
    These are 2 consecutive rows of the files :
    <GC: 5 385565.750251 543 48 1 161087488 0 161087488 0 0 20119552 264184480255179792
    335544320 46118384 46118384 46137344 5.514721 >
    <GC: 1 385876.530728 544 1258496 1 161087488 0 161087488 20119552 020119552 334969696
    255530640 335544320 46121664 46106304 46137344 6.768760 >
    We have 2 full garbage collections, one of Reason 5 and the next oneof Reason
    1.
    What happened between these 2 garbage collections as we got : "Oldgeneration
    After" of row 2 is higher than "Old generation Before" of row 1? Iexpected Objects
    to be initially allocated in eden and so we could not get "old generation2modified
    between the end of one garbage collection and before the next one.
    Could you please clarify this issue and/or give more information aboutgarbage
    collection mechanisms with the Hewlett-Packard Hotspot Java VirtualMachine. Release
    1.3.1.01.

  • Berkeley DB Java Edition (JE) and JRuby Interoperability

    I finally got around to doing a quick test of calling Berkeley DB Java Edition (JE) from JRuby (JRuby is a 100% pure-Java implementation of Ruby).
    Before we get to JE and JRuby you probably want to know the answer to this question: "Why you would want to run Ruby on a JVM?" The answer is threefold:
    1. Ruby Performance. A large amount of effort has been put into tuning contemporary JVMs (e.g. Hotspot, Java 6, etc.) and Ruby programmers (through JRuby) can benefit from these tuning efforts. The JRuby guys have set a goal to make JRuby the fastest Ruby implementation available and Sun is certainly throwing their weight behind that effort.
    2. Portability. JRuby is a Ruby interpreter that runs anywhere a Java 5 JVM runs. You download it as a single tar.gz and it will run pretty much anywhere.
    3. Legacy Code. JRuby makes legacy Java apps and libraries available to Ruby programmers (did you ever think you'd see the word "legacy" next to the word "Java"?).
    JE interoperability with JRuby is important because it means that Ruby programmers now have a simple, embeddable, ACID storage engine (JE) available to them.
    To test this interoperability, I cobbled together a simple Ruby test program which does the following:
    * Opens an Environment, Database, and Transaction
    * Creates 10 records with keys 1..10 and marshaled Ruby Time instances as the corresponding data. This uses the Ruby Marshal package for the data binding and the JE Integer binding on the key side. There's no reason why you couldn't use different marshaling packages or methods for keys and data.
    * Commits the transaction,
    * Performs a Cursor scan to read those 10 records and prints out the Time instances, and
    * Searches for and reads the record with key 5 (an arbitrary key) and prints out the Time instance that is the corresponding data
    By the way, hats off to the JRuby developers: all of this code "just worked", out of the box, and most of my two hour investment was spent learning enough basic Ruby to make it all work. If you already know Ruby and JE, then demonstrating this interoperability would take you all of about 10 minutes.
    This was all done at the "base API" level of JE and no modifications to JE were required. I used Transactions in my code, but there's no reason that you need to. Mark and I have been talking about how to integrate JE's Direct Persistence Layer (DPL) with JRuby and we think it can be done with some remodularization of some of the DPL code. This is exciting because it would provide POJO ACID persistence to Ruby programmers.
    Linda and I have been talking about whether it makes sense to possibly use Ruby as a scripting platform for JE in the future. Given how easy it was to bring up JE and JRuby, this certainly warrants some further thought.
    The Ruby code and corresponding output is shown below. By the way, if you see something that I didn't do "The Ruby Way", feel free to let me know.
    I'd love to hear about your experiences with JE and JRuby. Feel free to email me a charles.lamb at <theobviousdomain dot com>.
    require 'java'
    module JESimple
      require 'date'
      # Include all the Java and JE classes that we need.
      include_class 'java.io.File'
      include_class 'com.sleepycat.je.Cursor'
      include_class 'com.sleepycat.je.Database'
      include_class 'com.sleepycat.je.DatabaseConfig'
      include_class 'com.sleepycat.je.DatabaseEntry'
      include_class 'com.sleepycat.je.Environment'
      include_class 'com.sleepycat.je.EnvironmentConfig'
      include_class 'com.sleepycat.je.OperationStatus'
      include_class 'com.sleepycat.je.Transaction'
      include_class 'com.sleepycat.bind.tuple.IntegerBinding'
      include_class 'com.sleepycat.bind.tuple.StringBinding'
      # Create a JE Environment and Database.  Make them transactional.
      envConf = EnvironmentConfig.new()
      envConf.setAllowCreate(true)
      envConf.setTransactional(true)
      f = File.new('/export/home/cwl/work-jruby/JE')
      env = Environment.new(f, envConf);
      dbConf = DatabaseConfig.new()
      dbConf.setAllowCreate(true)
      dbConf.setSortedDuplicates(true)
      dbConf.setTransactional(true)
      db = env.openDatabase(nil, "fooDB", dbConf)
      # Create JE DatabaseEntry's for the key and data.
      key = DatabaseEntry.new()
      data = DatabaseEntry.new()
      # Begin a transaction
      txn = env.beginTransaction(nil, nil)
      # Write some simple marshaled strings to the database.  Use Ruby
      # Time just to demonstrate marshaling a random instance into JE.
      for i in (1..10)
        # For demonstration purposes, use JE's Binding for the key and
        # Ruby's Marshal package for the data.  There's no reason you
        # couldn't use JE's bindings for key and data or visa versa or
        # some other completely different binding.
        IntegerBinding.intToEntry(i, key)
        StringBinding.stringToEntry(Marshal.dump(Time.at(i * 3600 * 24)),
                                    data)
        status = db.put(txn, key, data)
        if (status != OperationStatus::SUCCESS)
          puts "Funky status on put #{status}"
        end
      end
      txn.commit()
      # Read back all of the records with a cursor scan.
      puts "Cursor Scan"
      c = db.openCursor(nil, nil)
      while (true) do
        status = c.getNext(key, data, nil)
        if (status != OperationStatus::SUCCESS)
          break
        end
        retKey = IntegerBinding.entryToInt(key)
        retData = Marshal.load(StringBinding.entryToString(data))
        dow =
        puts "#{retKey} => #{retData.strftime('%a %b %d')}"
      end
      c.close()
      # Read back the record with key 5.
      puts "\nSingle Record Retrieval"
      IntegerBinding.intToEntry(5, key)
      status = db.get(nil, key, data, nil)
      if (status != OperationStatus::SUCCESS)
        puts "Funky status on get #{status}"
      end
      retData = Marshal.load(StringBinding.entryToString(data))
      puts "5 => #{retData.strftime('%a %b %d')}"
      db.close
      env.close
    end
    Cursor Scan
    1 => Fri Jan 02
    2 => Sat Jan 03
    3 => Sun Jan 04
    4 => Mon Jan 05
    5 => Tue Jan 06
    6 => Wed Jan 07
    7 => Thu Jan 08
    8 => Fri Jan 09
    9 => Sat Jan 10
    10 => Sun Jan 11
    Single Record Retrieval
    5 => Tue Jan 06

    In my previous post (Berkeley DB Java Edition in JRuby), I showed an example of calling JE's base API layer and mentioned that Mark and I had been thinking about how to use the DPL from JRuby. Our ideal is to be able to define classes in Ruby, annotate those class definitions with DPL-like annotations, and have the JE DPL store them. There are a number of technical hurdles to overcome before we can do this. For instance, Ruby classes defined in JRuby do not map directly to underlying Java classes; instead they all appear as generic RubyObjects to a Java method. Granted, it would be possible for the DPL to fish out all of the fields from these classes using reflection, but presently it's just not set up to do that (hence the modification to the DPL that I spoke about in my previous blog entry). Furthermore, unlike Java, Ruby allows classes to change on the fly (add/remote new fields and methods) causing more heartburn for the DPL unless we required that only frozen Ruby classes could be stored persistently.
    On thinking about this some more, we realized that there may be a way to use the DPL from JRuby, albeit with some compromises. The key to this is that in JRuby, if a Java instance is passed back to the "Ruby side" (e.g. through a return value or by calling the constructor for a Java class), it remains a Java instance, even when passed around in JRuby (and eventually passed back into the "Java side"). So what if we require all persistent classes to be defined (i.e. annotated) on the Java side? That buys us the standard DPL annotations (effectively the DDL), freezes the classes that the DPL sees, and still lets us benefit from the POJO persistence of the DPL. All of this can be done without modification to JE or the DPL using the currently available release. I cooked up a quick example that builds on the standard "Person" example in the DPL doc and included the code below.
    require 'java'
    module DPL
      require 'date'
      # Include all the Java and JE classes that we need.
      include_class 'java.io.File'
      include_class 'com.sleepycat.je.Environment'
      include_class 'com.sleepycat.je.EnvironmentConfig'
      include_class 'com.sleepycat.persist.EntityCursor'
      include_class 'com.sleepycat.persist.EntityIndex'
      include_class 'com.sleepycat.persist.EntityStore'
      include_class 'com.sleepycat.persist.PrimaryIndex'
      include_class 'com.sleepycat.persist.SecondaryIndex'
      include_class 'com.sleepycat.persist.StoreConfig'
      include_class 'com.sleepycat.persist.model.Entity'
      include_class 'com.sleepycat.persist.model.Persistent'
      include_class 'com.sleepycat.persist.model.PrimaryKey'
      include_class 'com.sleepycat.persist.model.SecondaryKey'
      include_class 'com.sleepycat.persist.model.DeleteAction'
      include_class 'persist.Person'
      include_class 'persist.PersonExample'
      # Create a JE Environment and Database.  Make them transactional.
      envConf = EnvironmentConfig.new()
      envConf.setAllowCreate(true)
      envConf.setTransactional(true)
      f = File.new('/export/home/cwl/work-jruby/JE')
      env = Environment.new(f, envConf);
      # Open a transactional entity store.
      storeConfig = StoreConfig.new();
      storeConfig.setAllowCreate(true);
      storeConfig.setTransactional(true);
      store = EntityStore.new(env, "PersonStore", storeConfig);
      class PersonAccessor
        attr_accessor :personBySsn, :personByParentSsn
        def init(store)
          stringClass = java.lang.Class.forName('java.lang.String')
          personClass = java.lang.Class.forName('persist.Person')
          @personBySsn = store.getPrimaryIndex(stringClass, personClass)
          @personByParentSsn =
            store.getSecondaryIndex(@personBySsn, stringClass, "parentSsn");
        end
      end
      dao = PersonAccessor.new(store)
      dao.init(store)
      personBySsn = dao.personBySsn
      person = Person.new('Bob Smith', '111-11-1111', nil)
      personBySsn.put(person);
      person = Person.new('Mary Smith', '333-33-3333', '111-11-1111')
      personBySsn.put(person);
      person = Person.new('Jack Smith', '222-22-2222', '111-11-1111')
      personBySsn.put(person);
      # Get Bob by primary key using the primary index.
      bob = personBySsn.get("111-11-1111")
      puts "Lookup of Bob => #{bob.name}, #{bob.ssn}"
      children = dao.personByParentSsn.subIndex(bob.ssn).entities()
      puts "\nRetrieving children of Bob"
      while (true) do
        child = children.next()
        break if child == nil
        puts "#{child.name}, #{child.ssn}"
      end
      children.close()
      store.close
      env.close
    end

  • Identity Synchronization 1.0/AD - MQClient failure

    After what appears to have been a successful install of Sun ONE Directory Server 5.2 and Sun ONE Synchronization Server for Windows 1.0 on an S9 system (fully patched), attempts to link users with the idsync linkusers command results in what appears to be a missing message queue failure being flagged.
    Specifically, the command invoked is:
    ./idsync linkusers -h s3.sso.isdintegration.com -p 389 -D "cn=Directory Manager" -w sun123 -s dc=sso,dc=isdintegration,dc=com -q sun123 -f../samples/IlodeLinkUsersIntegrate
    The response echoed to the console is:
    Operation is started. Enter 'c' to cancel.
    MQClient failed due to a Java Message Service error.
    CNN101/error.log reports:
    [20/Jul/2004:15:11:29.767 -0400] SEVERE 10 CNN101 s3 "Failed to establish a connection to the Sun ONE Message Queue Broker because of a JMSException: javax.jms.JMSSecurityException: [C4035]: Forbidden."
    and cli/error.log reports:
    [20/Jul/2004:15:28:21.570 -0400] INFO 10 "Log opened. Identity Synchronization for Windows build 2003.328.0933. Java runtime version is 1.4.2_04."
    [20/Jul/2004:15:28:24.899 -0400] INFO 10 "Log opened. Identity Synchronization for Windows build 2003.328.0933. Java runtime version is 1.4.2_04."
    [20/Jul/2004:15:28:32.308 -0400] SEVERE 11 s3 "Failed to establish a connection to the Sun ONE Message Queue Broker because of a JMSException: javax.jms.JMSSecurityException: [C4035]: Forbidden."
    [20/Jul/2004:15:28:32.390 -0400] SEVERE 10 s3 "MQClient failed due to a Java Message Service error."
    The message service appears to be operational (I can stop and start it with /etc/init.d/imq
    A Google search for JMSSecurityException: [C4035] notes that this error is flagged if a non-existant queue is forbidden from being created. The 64K$ question is... what queue is missing? plus... what have I failed to do to insure its existance?
    Thanx in advance -
    -Darren-

    HI Toph_TF....
    During our Windows Synchronization build we experienced the exact same MQClient error and found a resolution which may help you:
    under the following directory:
    var/imq/instances/psw-broker/props there is a file called config.properties
    under this file are domain references which could be the root cause of your problem. In our case we did a re-install of Identity Synchronization for Windows but changed domains from abc.dce.company.com to abc.hji.company.com.
    Because we didnt obliterate the var/imq directory during a reinstall, the above file was the source of our MQClient Java failure.
    To cure the issue we modified the config.properties where references to the old domain occurred. Additionally we deleted all the messages in the following directory:
    /var/imq/instances/psw-broker/filestore/message
    and cleared up the information in the following file
    /var/imq/instances/psw-broker/filestore/destination
    Hope this help!

  • ORACLE VIRTUAL DIRECTORY - Create Local Store Adapter

    Hi,
    I have some problem with the LSA creation.
    I follow this steps:
    *5.2 Creating a Local Store Adapter*
    Create Local Store Adapter dc=oracle,dc=com, as follows:
    *1.*
    Access Oracle Directory Services Manager, as described in "Accessing Oracle Directory Services Manager".
    *2.*
    Click the Adapter tab. On the Adapter page:
    *1.*
    Click the Create Adapter icon and choose Local Store Adapter.
    *2.*
    Enter the Adapter name LSA.
    *3.*
    Leave Template set to Default.
    *4.*
    Click Next.
    *3.*
    On the Settings page:
    *1.*
    Enter the Adapter Suffix/Namespace dc=oracle,dc=com.
    *2.*
    Enter data/localDB for Database File.
    *3.*
    Use the default values for the rest of the fields on the Settings page.
    *4.*
    Click Next.
    *4.*
    Review the summary page and click Finish if everything looks correct.
    Note:
    If, for some reason, you decide to delete the adapter and create a new one, use a different Adapter name and a different Database File name.
    *5.3 Adding Entries*
    Create an entry in the local store as follows:
    *1.*
    Using a text editor, create an LDIF file that looks like this:
    version: 1
    dn: dc=oracle,dc=com
    objectclass: top
    objectclass: domain
    dc: oracle
    *2.*
    Access Oracle Directory Services Manager, as described in "Accessing Oracle Directory Services Manager".
    *3.*
    Click the Data Browser tab.
    *4.*
    Highlight dc=oracle,dc=com under Client View.
    *5.*
    Click the Import LDIF icon.
    *6.*
    Browse to the LDIF file you created and click Open.
    When I try to import the ldif I have this error:
    __ldap_add: Object class violation (65)__
    - vde.log
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - Selected backend for:(Adapter#_OCTETSTRING_ROOT)
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=cn=Schema
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#_OCTETSTRING_ROOT
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - setting backend com.octetstring.vde.backend.BackendRoot@676437
    2009-09-22 13:25:09,747 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=cn=Schema
    2009-09-22 13:25:10,982 INFO - VDELogger.java - Attempted ADD has NO target adapters: dc=oracle,dc=com
    2009-09-22 13:25:17,372 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:17,825 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:19,216 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,216 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,232 DEBUG - VDELogger.java - Schema version #     30
    2009-09-22 13:25:19,232 WARN - VDELogger.java - Server configuration version (303) does not match configuration schema version(30).
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,482 INFO - VDELogger.java - Provisioned adapters: [dc=oracle,dc=com
    2009-09-22 13:25:19,482 INFO - VDELogger.java - 'cn=Admin' Provisioned adapters: [dc=oracle,dc=com]
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Edit version #     19
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Edit version #     19
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing INCLUSION filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing EXCLUSION filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - !Routing levels for: !dc=oracle,dc=com = -1
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing PLUG-IN filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing Priority filter for #dc=oracle,dc=com value=50
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing criticality for #dc=oracle,dc=com value=true
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Presence index: [sn, cn, description, seeAlso, objectclass, ou, uid, mail]
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Exact index: []
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Ordering index: [sn, cn, description, seeAlso, objectclass, ou, uid, mail]
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Substring index: [sn, cn]
    2009-09-22 13:25:19,951 WARN - VDELogger.java - Allowing searches for unindexed attributes
    2009-09-22 13:25:19,966 INFO - VDELogger.java - [#dc=oracle,dc=com] Processing Outstanding Transactions
    2009-09-22 13:25:19,966 INFO - VDELogger.java - Truncating Transaction Log
    2009-09-22 13:25:20,966 INFO - VDELogger.java - [#dc=oracle,dc=com] Initializing Memory Indices
    2009-09-22 13:25:20,966 INFO - VDELogger.java - 'cn=Admin' Loaded Adapters : [dc=oracle,dc=com]
    2009-09-22 13:25:21,107 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Periodic tracking cycle running.
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Current operations per connection (cn=Admin/10.68.3.154, 1/0).
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Current operations per connection (cn=Admin/10.31.16.23, 1/0).
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=dc=oracle,dc=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - SELECT dn= suffix=
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - Selected backend for:(Adapter#_OCTETSTRING_ROOT)
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=cn=Schema
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#_OCTETSTRING_ROOT
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - setting backend com.octetstring.vde.backend.BackendRoot@676437
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=cn=Schema
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Checking Class: top
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Checking Class: domain
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Failure On : dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Failure On : objectclass: top
    objectclass: domain
    dc: oracle
    2009-09-22 13:25:30,779 ERROR - VDELogger.java - Failure On : dc=oracle,dc=com
    2009-09-22 13:25:30,779 ERROR - VDELogger.java - Failure On : duplicate value
    Can you help me?
    best regardes
    Alessandro

    Hi Saggu,
    You are absolutely right. It's working fine now. I need to know one more like performance.
    If i have three adapters in the adapter configuration, and 21 adapters in the adapter configuration.
    Which kind of configuration will help to improve the performance?
    Two Scenarios:
    1. Three Adapters
    2. 21 Adapters.
    Explanation:
    1. Adapters are mapped at Root DN level.
    Example: dc=company,dc=groups,dc=com
    2. Adapters are mapped to interior level.
    Example: ou=Firstgroup,o=initialemp,dc=company,dc=group,dc=com
    Based on the above two scenarios which mapping is the best regarding the performance level.
    Can you please suggest me on this performance issue.
    Thanks in Advance,
    Sandeep D

  • JDBC connection issue - Any ALUI 6.5 Guru there?

    This is the first time i am trying to install Aqualogic 6.5. Mu OS is W2003 and DB: SQL server 2005. I am having issue with JDBC database connection. According to installation guide i've crated a database user with 'sysadmin' role and set default database to 'alidb'.
    USE [master]
    GO
    CREATE LOGIN [aliuser1] WITH PASSWORD=N'mypass', DEFAULT_DATABASE=[alidb], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF
    GO
    EXEC master..sp_addsrvrolemember @loginame = N'aliuser1', @rolename = N'sysadmin'
    EXEC aliuser1..sp_addsrvrolemember @loginame = N'aliuser1', @rolename = N'sysadmin'
    If thats wrong or if i missed any steps, Can anyone walkthorugh me the steps to create database user?
    My present configuration manager settings for portal database:
    vendor: mssql
    host:localhost
    port: 1433
    Here is error from diagnostic.bat:
    error: PortalObjectsFactory Initialization Failure (Java)
    platform: Windows (Java)
    failure: FATAL: PortalObjectsFactory Initialization Failure (Java)
    recommendation: RECOMMENDATION: Review the exception listed below for
    details. Since OpenKernel initialized correctly, this usually
    means that the portal database is not scripted or properly
    configured, or there is an installation problem related to JAR
    files. This may also mean the search libraries are not on your
    PATH or LD_LIBRARY_PATH. Try running ptverify.
    exception: OKConfigException
    OpenKernel configuration failure. This usually means INVALID
    DATABASE SETTINGS. Run ptconfig to verify your database
    connection. If this fails, check the web application server
    user's access rights to the file system. Finally, verify the
    XML settings files are not corrupt.
    message: Error opening database connection to:
    jdbc:plumtree:sqlserver://localhost:1433;DatabaseName=alidb,
    exception: [plumtree][SQLServer JDBC Driver]Error establishing
    socket to host and port: localhost:1433. Reason: Connection
    refused: connect
    secondary exception: at
    com.plumtree.openkernel.dbutils.impl.DBConfigHelper.setPlumtreePool
    DataSource(DBConfigHelper.java:330)
    FAILED TO INITIALIZE SYSTEM. YOU CANNOT PROGRESS BEYOND THIS POINT.

    HI tks for replay,
    weel i am able to connect to oracle and execute some query.
    well bea is working fine i am able to open the consile ,oracle db is working fine i am able to execute some sql commands ,alui has some problem sqljdbc error ...i got some document which says to create a plum10 database in oracle things like that....still i am facnig an error at sqljdbc can u pls help me out in this
    pls mail at this id.
    Thanks
    [email protected]

  • Error when running diagnostic utility

    Hi,
    I installed Web Center WebCenterInteraction_10.3.0.0.0 on windows xp and followed the documentation
    http://download-llnw.oracle.com/docs/cd/E13158_01/alui/wci/docs103/map_wci_win_installguide_10-3/index.html
    I am using weblogic 10.3 server
    Oracle Database
    All the installs went fine but in the end when I run the diagnostic utility I get the error.
    PORTAL_HOME=C:\bea\alui\ptportal\10.3.0
    Expected PORTAL_HOME=C:\bea\alui\ptportal\10.3.0
    Running Diagnostic Tool...
    OpenLog: verbosity level = 2
        Diagnostic system initialization OK.
        Portal Startup begins: 15 total tasks.
    OpenLog: Registered application name: ConfigInitialization (local machine only)
    OpenLog: Registered application name: portal.testpc.test (local machine on
    ly)
    Base library name : openkernelsearch_4-3j
    OpenLog native: Registered application name portal.testpc.test (local mach
    ine only)
    Task #1 (InitPortalObjects) END (OK)
    Task #2 (CheckDevKit) END (OK)
    Task #3 (InitializePaths) END (OK)
    Task #4 (InitializeApplication) END (OK)
    Task #5 (InitializeAppWarmUpHelper) END (OK)
    Task #6 (InitializeImageServerHelper) END (OK)
    Task #7 (InitializeConfigHelper) END (OK)
    Task #8 (InitializeResourceManager) END (OK)
    Task #9 (LoadVersionHelper) END (OK)
        FATAL: Task #10 (InitializeActivitySpaces) step 2 failed to complete.
        InitializeManagers: Error initializing TagLibManager.
        LoadActivitySpace problem: managers will not load.
        RECOMMENDATION: Check that version.xml is located in the correct
        directory and is not corrupt.
    com.plumtree.openfoundation.util.XPException: Fatal error loading lib file tagli
    bJoinCommunityPageEditor: Unable to locate Tag Library meta data.
            at com.plumtree.portaluiinfrastructure.tags.manager.TagLibManager.Intern
    alLoadLibFile(TagLibManager.java:460)
            at com.plumtree.portaluiinfrastructure.tags.manager.TagLibManager.Intern
    alLoadClasses(TagLibManager.java:400)
            at com.plumtree.portaluiinfrastructure.tags.manager.TagLibManager.LoadCl
    asses(TagLibManager.java:327)
            at com.plumtree.portaluiinfrastructure.application.PTAppWarmUpHelper.Ini
    tializeManagers(PTAppWarmUpHelper.java:431)
            at com.plumtree.uiinfrastructure.application.startup.InitializeActivityS
    paces.executeStepTwo(InitializeActivitySpaces.java:165)
            at com.plumtree.uiinfrastructure.application.startup.InitializeActivityS
    paces.executeStep(InitializeActivitySpaces.java:108)
            at com.plumtree.uiinfrastructure.application.AppWarmUp.LoopStartupTasks(
    AppWarmUp.java:995)
            at com.plumtree.uiinfrastructure.application.AppWarmUp.RunStartupTasks(A
    ppWarmUp.java:893)
            at com.plumtree.uiinfrastructure.application.AppWarmUp.Init(AppWarmUp.ja
    va:200)
            at com.plumtree.uiinfrastructure.diagnostic.DiagnosticRunner.executeAllT
    estsWithoutPause(DiagnosticRunner.java:127)
            at com.plumtree.uiinfrastructure.diagnostic.DiagnosticRunner.executeAllT
    ests(DiagnosticRunner.java:138)
            at com.plumtree.diagtool.diagnostic_net.main(diagnostic_net.java:40)
    Caused by: com.plumtree.openfoundation.util.XPException: Fatal error loading lib
    file taglibJoinCommunityPageEditor: Unable to locate Tag Library meta data.
            at com.plumtree.portaluiinfrastructure.tags.manager.TagLibManager.Intern
    alLoadLibFile(TagLibManager.java:434)
            ... 11 more
    Task 'InitializeActivitySpaces' Failed on Startup
        Task #10 (InitializeActivitySpaces) Step #2
    error:     LoadActivitySpace problem: managers will not load.
    platform:  Windows (Java)
    failure:   FATAL: LoadActivitySpace problem: managers will not load.
    recommendation: RECOMMENDATION: Check that version.xml is located in the
               correct directory and is not corrupt.
    exception: XPException
               Fatal error loading lib file taglibJoinCommunityPageEditor:
               Unable to locate Tag Library meta data.
    message: Fatal error loading lib file taglibJoinCommunityPageEditor:
               Unable to locate Tag Library meta data.
    secondary exception:    at
               com.plumtree.portaluiinfrastructure.tags.manager.TagLibManager.Intern
    alLoadLibFile(TagLibManager.java:460)
    FAILED TO INITIALIZE SYSTEM. YOU CANNOT PROGRESS BEYOND THIS POINT.
        ======= Diagnostic Run Complete =======
        Startup completion percentage: 62% (31 steps out of 50 complete)
        Diagnostic Test execution complete.
    Press <enter> key to exit.Any help is appreciated.
    Thanks

    @Terry: XP is not supported in production environment but you should be able to get it working on XP without problems.
    @bucchere: The only issue I ever had with Solaris was getting the environment variables for the Oracle DB correct. Otherwise, it's pretty straightforward.
    @ user11089073: The only supported databases are MSSQL 2005, Oracle and DB2. You can find their exact versions in the compatibility matrix.
    I've encountered the error you guys are having after installing Analytics or Pathways. Basically, you then need to manually redeploy the portal war or ear file in weblogic and that should fix the problem.
    Hope that helps.
    Edited by: lmukadam on Sep 15, 2009 2:17 AM

  • Javax.naming.NameNoteFoundException on admin server startup

    On a WLS6.1+SP1 installation, I've created an Admin server and a Managed
    Server. Of a sudden, I'm noticing a naming exception in the beans deployed
    in the managed server. So, backtracking the problem, I bring up my admin
    server (managed server is down) and see the following when I open up a
    browser page for the admin server's JNDI tree and click on the java.comp
    link:
    javax.naming.NameNotFoundException: Unable to resolve comp. Resolved: ''
    Unresolved:'comp' ; remaining name ''
         <>
    Current Date
    Mon Mar 18 10:08:45 CST 2002
    Console Release Build
    Console Build
    Server Release Build
    6.1.1.0
    Server Build
    WebLogic Temporary Patch for CR064232 01/15/2002 06:32:18
    All Server Product Versions
    WebLogic Temporary Patch for CR064232 01/15/2002 06:32:18
    WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
    WebLogic XML Module 6.1 SP1 09/18/2001 14:43:02 #138716
    Server System Properties
    awt.toolkit = sun.awt.windows.WToolkit bea.home = e:/bea file.encoding =
    Cp1252 file.encoding.pkg = sun.io file.separator = \ java.awt.fonts =
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.awt.printerjob
    = sun.awt.windows.WPrinterJob java.class.path =
    .;.\lib\CR058838_61sp1.jar;.\lib\CR064232_61sp1.jar;.\lib\weblogic_sp.jar;.\
    lib\weblogic.jar java.class.version = 47.0 java.ext.dirs =
    e:\bea\jdk131\jre\lib\ext java.home = e:\bea\jdk131\jre java.io.tmpdir =
    E:\DOCUME~1\ewhite\LOCALS~1\Temp\ java.library.path =
    e:\bea\jdk131\bin;.;E:\WINNT\System32;E:\WINNT;.\bin;e:/bea/jdk131/bin;.\;d:
    \java\jdk1.3.1_02\bin;D:\Java\Jikes-1.15\bin;d:\java\jdk1.3.1_02\jre\bin;d:\
    mssdk\bin\.;d:\mssdk\bin\winnt\.;e:\oracle\ora81\bin;e:\program
    files\oracle\jre\1.1.7\bin;d:\bin;e:\devstudio\vc98\bin;e:\devstudio\common\
    msdev98;e:\devstudio\common\tools\winnt;e:\devstudio\common\tools;d:\mks\bin
    ;d:\mks\bin\x11;d:\mks\mksnt;e:\winnt\system32;e:\winnt;e:\winnt\system32\wb
    em;e:\program files\perforce;e:\program files\microsoft sql
    server\80\tools\binn;e:\devstudio\common\msdev98\bin;d:\bugseeker2\bin;E:\Pr
    ogram
    Files\doxygen\bin;d:\polyhedra\4.1\win32\i386\bin;d:\src\db-4.0.14\build_win
    32\Release;E:\Program Files\JavaSoft\JRE\1.3.0_02\bin\hotspot;
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories
    java.protocol.handler.pkgs =
    weblogic.net|weblogic.management|weblogic.net|weblogic.net|weblogic.utils|we
    blogic.utils|weblogic.utils java.runtime.name = Java(TM) 2 Runtime
    Environment, Standard Edition java.runtime.version = 1.3.1-b24
    java.security.policy = =e:/bea\wlserver6.1sp1/lib/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc. java.specification.version
    = 1.3 java.vendor = Sun Microsystems Inc. java.vendor.url =
    http://java.sun.com/ java.vendor.url.bug =
    http://java.sun.com/cgi-bin/bugreport.cgi java.version = 1.3.1 java.vm.info
    = mixed mode java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0 java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.3.1-b24 javax.rmi.CORBA.PortableRemoteObjectClass =
    weblogic.iiop.PortableRemoteObjectDelegateImpl javax.rmi.CORBA.UtilClass =
    weblogic.iiop.UtilDelegateImpl javax.xml.parsers.DocumentBuilderFactory =
    weblogic.xml.jaxp.RegistryDocumentBuilderFactory
    javax.xml.parsers.SAXParserFactory =
    weblogic.xml.jaxp.RegistrySAXParserFactory
    javax.xml.transform.TransformerFactory =
    weblogic.xml.jaxp.RegistrySAXTransformerFactory jmx.implementation.name =
    JMX RI jmx.implementation.vendor = Sun Microsystems
    jmx.implementation.version = 1.0 jmx.specification.name = Java Management
    Extensions jmx.specification.vendor = Sun Microsystems
    jmx.specification.version = 1.0 Final Release line.separator =
    org.xml.sax.driver = weblogic.apache.xerces.parsers.SAXParser os.arch = x86
    os.name = Windows 2000 os.version = 5.0 path.separator = ;
    sun.boot.class.path =
    e:\bea\jdk131\jre\lib\rt.jar;e:\bea\jdk131\jre\lib\i18n.jar;e:\bea\jdk131\jr
    e\lib\sunrsasign.jar;e:\bea\jdk131\jre\classes sun.boot.library.path =
    e:\bea\jdk131\jre\bin sun.cpu.endian = little sun.cpu.isalist = pentium i486
    i386 sun.io.unicode.encoding = UnicodeLittle user.dir =
    E:\bea\wlserver6.1sp1 user.home = E:\Documents and Settings\ewhite
    user.language = en user.name = ewhite user.region = US user.timezone =
    America/Chicago weblogic.Domain = cfgdomain weblogic.Name = cfgserver
    weblogic.ProductionModeEnabled = true
    Request Info
    Protocol: HTTP/1.1
    ServerName: seven
    ServerPort: 7031
    Secure: false
    ContextPath: /console
    ServletPath: /common/error.jsp
    QueryString:
    context=java%3Acomp&server=cfgdomain%3AName%3Dcfgserver%2CType%3DServer
    PathInfo: null
    PathTranslated: null
    RequestURI: /console/common/error.jsp
    AuthType: null
    ContentType: null
    CharacterEncoding: null
    Locale: en_US
    Method: GET
    Session:
    weblogic.servlet.internal.session.MemorySessionData@ca001
    RequestedSessionId:
    PJYQ1qF2jHmBElsIY3UWeyAv28eGyCuiyz4yM26b1118N4Tm3SXg!1873029388!169017744!70
    31!7032!1016467710213
    RequestedSessionIdFromCookie: true
    RequestedSessionIdFromURL: false
    UserPrincipal: system
    RemoteUser: system
    RemoteAddr: 10.19.1.144
    RemoteHost: seven.vignette.com
    Parameters
    context = java:comp server = cfgdomain:Name=cfgserver,Type=Server
    Attributes
    wlinternalaction =
    weblogic.management.console.actions.internal.InternalActionContext@36f7e6
    java.util.Locale = en_US javax.servlet.error.exception_type = class
    javax.naming.NameNotFoundException javax.servlet.error.message = Unable to
    resolve comp. Resolved: '' Unresolved:'comp' javax.servlet.jsp.jspException
    = javax.naming.NameNotFoundException: Unable to resolve comp. Resolved: ''
    Unresolved:'comp' ; remaining name '' weblogic.auth.status = 0
    weblogic.httpd.user = system weblogic.management.console.catalog.Catalog =
    weblogic.management.console.catalog.XmlCatalog@192223
    weblogic.management.console.helpers.BrowserHelper = User-Agent: Mozilla/4.0
    (compatible; MSIE 6.0; Windows NT 5.0; Q312461) IE: true Netscape: false
    Supported: false JavscriptHrefs: false TableCellClick: true
    DocumentReloadedOnResize: false DropdownStretchable: true CellSpacingBlank:
    false EmptyCellBlank: false ImgOnclickSupported: true TableBorderFancy: true
    PartialToWideTables: false DisabledControlSupported: true
    weblogic.management.console.helpers.DebugHelper =
    weblogic.management.console.helpers.DebugHelper@5caa65
    weblogic.management.console.helpers.UnitsHelper =
    weblogic.management.console.helpers.UnitsHelper@104bc9
    weblogic.management.console.helpers.UrlHelper =
    weblogic.management.console.helpers.UrlHelper@4d3bec
    Headers
    Accept = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
    application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword,
    */* Accept-Encoding = gzip, deflate Accept-Language = en-us Connection =
    Keep-Alive Cookie =
    JSESSIONID=PJYQ1qF2jHmBElsIY3UWeyAv28eGyCuiyz4yM26b1118N4Tm3SXg!1873029388!1
    69017744!7031!7032 Host = seven:7031 User-Agent = Mozilla/4.0 (compatible;
    MSIE 6.0; Windows NT 5.0; Q312461)
    BrowserInfo
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0;
    Q312461)
    IE: true
    Netscape: false
    Supported: false
    JavscriptHrefs: false
    TableCellClick: true
    DocumentReloadedOnResize: false
    DropdownStretchable: true
    CellSpacingBlank: false
    EmptyCellBlank: false
    ImgOnclickSupported: true
    TableBorderFancy: true
    PartialToWideTables: false
    DisabledControlSupported

    There is a known problem in 6.1 SP1. The known problem was
    corrected in SP2. Your symptoms are similar to the known
    problem ...
    DESCRIPTION: If you go to the examples server and view
    the JNDI tree, there is a naming context called comp/env.
    If you click on that naming context, you get message in
    the JNDI tree in the left pane that says access denied.
    You get the following exception in the right pane:
    javax.naming.NameNotFoundException: Unable to
    resolve comp.env Resolved: '' Unresolved:'comp' ;
    remaining name 'env'
    <>
    --------------- nested within: ------------------
    weblogic.management.console.actions.ActionException: Unable to resolve comp.env
    Resolved: '' Unresolved:'comp' - with nested exception:
    [javax.naming.NameNotFoundException: Unable to resolve comp.env Resolved:
    '' Unresolved:'comp' ; remaining name 'env']
    at weblogic.management.console.actions.ErrorAction.(ErrorAction.java:38)
    at weblogic.management.console.actions.jndi.ViewJndiContextAction.perform(ViewJndiContextAction.java:50)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:167)
    at weblogic.management.console.actions.internal.ActionServlet.doGet(ActionServlet.java:91)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2456)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Developer Relations Engineer
    BEA Support

  • Installing Plumtree Foundation 6.0

    i am trying to install Plumtree Foundation 6.0
    In that i am getting the following console output.
    <Jul 10, 2006 4:40:47 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000327> <Star
    ting WebLogic Admin Server "myserver" for domain "Atish">
    ****** Initializing filter BinaryGatewayFilter ******
    1) Retrieved PTApplicationName parameter with the value [portal] from web.xml fi
    le.
    2) Trying to initialize OpenKernel.
    Calling OpenConfig factory with [C:\Program Files\plumtree\settings\, portal] ar
    guments.
    OpenLog: verbosity level = 2
    OpenLog: Registered application name: ConfigInitialization
    OpenLog: Registered application name: portal.dscp15141.sm0015076 (local machine
    only)
    3) Getting OpenLog instance from OpenKernel
    4) Reading gateway config settings from the OpenConfig.
    5) Setting up shared gateway configuration object.
    ****** Binary Gateway Filter started ******
    Starting Plumtree Portal.
    Diagnostic system initialization OK.
    Portal Startup begins: 15 total tasks.
    OpenLog native: Registered application name portal.dscp15141.sm0015076 (local ma
    chine only)
    FATAL: Task #1 (InitPortalObjects) step 4 failed to complete.
    PTException
    PortalObjectsFactory Initialization Failure (Java)
    RECOMMENDATION: Review the exception listed below for details. Since
    OpenKernel initialized correctly, this usually means that the
    portal database is not scripted or properly configured, or there
    is an installation problem related to JAR files. This may also
    mean the search libraries are not on your PATH or
    LD_LIBRARY_PATH. Try running ptverify.
    Task 'InitPortalObjects' Failed on Startup
    Task #1 (InitPortalObjects) Step #4
    error: PortalObjectsFactory Initialization Failure (Java)
    platform: Windows (Java)
    failure: FATAL: PortalObjectsFactory Initialization Failure (Java)
    recommendation: RECOMMENDATION: Review the exception listed below for
    details. Since OpenKernel initialized correctly, this usually
    means that the portal database is not scripted or properly
    configured, or there is an installation problem related to JAR
    files. This may also mean the search libraries are not on your
    PATH or LD_LIBRARY_PATH. Try running ptverify.
    exception: PTException
    PTException
    message: -2147024809 Error in function PTSession.Connect (iUserID == 2,
    SecurityProviderInfo == null): -2147024809
    GetServerConfigParameter(): invalid setting id 45.
    secondary exception: at
    com.plumtree.server.impl.core.PTBase.ThrowExceptionStatic(PTBase.java
    :130)
    FAILED TO INITIALIZE SYSTEM. YOU CANNOT PROGRESS BEYOND THIS POINT.
    ======= Diagnostic Run Complete =======
    Startup completion percentage: 10% (5 steps out of 50 complete)
    <Jul 10, 2006 4:41:13 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000329> <Star
    ted WebLogic Admin Server "myserver" for domain "Atish" running in Production Mo
    de>
    <Jul 10, 2006 4:41:13 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Serv
    er started in RUNNING mode>
    <Jul 10, 2006 4:41:13 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000355> <Thre
    ad "ListenThread.Default" listening on port 7001, ip address *.*>
    Can anyone help?

    <p>The <b>Portal Diagonostic</b>output is</p>
    PORTAL_HOME=C:\Program Files\plumtree\ptportal\6.0
    Expected PORTAL_HOME=C:\Program Files\plumtree\ptportal\6.0
    Running Diagnostic Tool...
    OpenLog: verbosity level = 2
    Diagnostic system initialization OK.
    Portal Startup begins: 15 total tasks.
    OpenLog: Registered application name: ConfigInitialization
    OpenLog: Registered application name: portal.dscp15141.sm0015076 (local machine
    only)
    OpenLog native: Registered application name portal.dscp15141.sm0015076 (local ma
    chine only)
    FATAL: Task #1 (InitPortalObjects) step 4 failed to complete.
    PTException
    PortalObjectsFactory Initialization Failure (Java)
    RECOMMENDATION: Review the exception listed below for details. Since
    OpenKernel initialized correctly, this usually means that the
    portal database is not scripted or properly configured, or there
    is an installation problem related to JAR files. This may also
    mean the search libraries are not on your PATH or
    LD_LIBRARY_PATH. Try running ptverify.
    Task 'InitPortalObjects' Failed on Startup
    Task #1 (InitPortalObjects) Step #4
    error: PortalObjectsFactory Initialization Failure (Java)
    platform: Windows (Java)
    failure: FATAL: PortalObjectsFactory Initialization Failure (Java)
    recommendation: RECOMMENDATION: Review the exception listed below for
    details. Since OpenKernel initialized correctly, this usually
    means that the portal database is not scripted or properly
    configured, or there is an installation problem related to JAR
    files. This may also mean the search libraries are not on your
    PATH or LD_LIBRARY_PATH. Try running ptverify.
    exception: PTException
    PTException
    message: -2147024809 Error in function PTSession.Connect (iUserID == 2,
    SecurityProviderInfo == null): -2147024809
    GetServerConfigParameter(): invalid setting id 45.
    secondary exception: at
    com.plumtree.server.impl.core.PTBase.ThrowExceptionStatic(PTBase.java
    :130)
    FAILED TO INITIALIZE SYSTEM. YOU CANNOT PROGRESS BEYOND THIS POINT.
    ======= Diagnostic Run Complete =======
    Startup completion percentage: 10% (5 steps out of 50 complete)
    Diagnostic Test execution complete.
    Press <enter> key to exit.
    <P>Both are giving the same result</P>
    <I>The same FAILURE</I> ---><b>PortalObjectsFactory Initialization Failure (Java)</b>
    <I>The same Exception ::</I><b>PTException</b>
    <I>The same remeady</I>may be
    <p>
    (1)database is not scripted or properlyconfigured----><I><b>no,It is configured correctly.</b></I>
    (2)there is an installation problem related to JAR files.
    --><I><b>may or may not be,i don't know</b></I>
    (3)This may also mean the search libraries are not on your PATH or LD_LIBRARY_PATH.--><I><b>Google says that it is for UNIX not for Windows,i am installing in Windows XP.</b></I>
    </P>
    looking forward your help.
    <P>--mani<P/>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Internet Explorer error.

    hi
    i got an error when i run a form,Internet explorer disappears at run time.
    If anyone faced the same problem please help me out.
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production.
    Sarah

    Generally, a crashing browser has nothing to do with Oracle. This is most often the result of a conflict between browser add-ons (JRE, Toolbars, etc). Because Forms requires a Sun JRE, for testing purposes, I would recommend uninstalling any and all add on toolbars as these are most often the cause of the conflict. The more common ones are Google, AOL, Yahoo, MSN, but there are others. Remember that just because they are not visible does not mean they are disabled. You should uninstall them to identify which may be causing the problem.
    Other possible causes are the result of OS settings. For example, if Windows DEP is set to block the JRE process the same crash of the browser can occur.
    Another possible cause, can be Forms related but created by you (the developer). If you have incorrectly implemented WebUtil or have created your own java bean but the code is causing a critical java failure, this too could cause the JRE and thereby the browser to crash.
    So, my recommendations in order:
    1. Uninstall browser plugins which are not needed to run a Forms app. Google, Yahoo, AOL, etc toolbars and so on. Retest
    2. Verify that Windows DEP is not blocking the JRE process. Refer to the MS documentation for details. Here is an example:
    http://technet.microsoft.com/en-us/library/cc700810.aspx
    This document explains how to "enable" DEP for applications. In your case, you need to ensure that it is NOT enabled for the JRE.
    3. Ensure that your app isn't causing the problem. The easiest way to do this is to run the provided test.fmx form which does not use webutil or any beans.

  • Error in Task #10 (InitializeActivitySpaces) after fresh WCI 10gR3 install

    I've tried this several times now with the same results. I'm installing WCI 10gR3 on Windows 2003, Oracle 10gR3 XE, and WebLogic Application Server. I've run the install, setup the scripts, run through the configuration.
    But when I run the C:\bea\alui\ptportal\10.3.0\bin\diagnostic.bat, I get to Task#10 and it errors out. This is the error:
    Task 'InitializeActivitySpaces' Failed on Startup
    Task #10 (InitializeActivitySpaces) Step #2
    error: LoadActivitySpace problem: managers will not load.
    platform: Windows (Java)
    failure: FATAL: LoadActivitySpace problem: managers will not load.
    recommendation: RECOMMENDATION: Check that version.xml is located in the
    correct directory and is not corrupt.
    exception: XPException
    Fatal error loading lib file taglibJoinCommunityPageEditor:
    Unable to locate Tag Library meta data.
    message: Fatal error loading lib file taglibJoinCommunityPageEditor:
    Unable to locate Tag Library meta data.
    secondary exception: at
    com.plumtree.portaluiinfrastructure.tags.manager.TagLibManager.Intern
    alLoadLibFile(TagLibManager.java:460)
    FAILED TO INITIALIZE SYSTEM. YOU CANNOT PROGRESS BEYOND THIS POINT.
    ======= Diagnostic Run Complete =======
    Startup completion percentage: 62% (31 steps out of 50 complete)
    I have a C:\bea\alui\ptportal\10.3.0\version.xml file and it appears to be a valid XML file.
    Any ideas on what to check?
    Thanks

    The error looks like its an issue with loading one of the new tag libraries in 10gR3.
    My suggestion, if you have not done so already, open a support case and have a support engineer look at the issue.
    And the diagnostics tool should work even if you are deploying the Portal through Weblogic, provided you are not loading a custom tag library.

Maybe you are looking for

  • Using text files to commit in UCM trough ODC

    Hello all. Again I'm here trying to do something not that common in ODC. So let me explain what I want, OK? EDIT: I forgot my specs: We're using a VM in Vmware Workstation, with Windows 7 64bits. 80gb HD and 2gb RAM. Using Oracle DB 11gR2 and ODC 10.

  • Unable to connect copied vhd files to VM Hyper-v high availability cluster.

    Hi I have my VMs VHD files stored on my SAN  and I have a copied one of the LUNs containing a vhd file which I have then exported to the shared storage of the hyper-V cluster which is just like and other VHD. The problem comes when trying to connect

  • Images are not loaded while displaying report using Report Viewer with JRC!

    Hi Everybody, I created a Report designed using CR XI. I am viewing that report from my application using JRC and crystal Report Viewer and PDF viewer. In PDF viewer everything is fine including images display, saving etc. But in Crystal report Viewe

  • Satellite Pro M30: Wireless LAN/ZeroCfgSvc MFC Application

    Whenever i turn on the wireless lan switch an error msg appears " ZeroCfgSvc MFC Application has encountered a problem and needs to close. What shall I do?

  • Toplink connecting to MS Access

    I've been asked (against my will) to set up a small test system connecting to an MS Access Database. The same system using DB2 or Oracle works fine but using Access and the jdbc odbc bridge, a ReadALLQuery is fine but ReadObjectQuery with an expressi