Aggresive com.sleepycat.je.txn.Txn.lockInternal Issue

Last year my colleague opened an issue dealing with a number of issues we were viewing with berkeley je
Re: Multiple issues, Berkeley JE 3.2.15, 3.2.76
The main issue we have had was a call never returning
"Thread-12" daemon prio=4 tid=0x0b174320 nid=0x72 in Object.wait() http://0x208cd000..0x208cdbb8
at java.lang.Object.wait(Native Method)
- waiting on <0xf4202fc0> (a com.sleepycat.je.txn.Txn)
at com.sleepycat.je.txn.LockManager.lock(LockManager.java:227)
- locked <0xf4202fc0> (a com.sleepycat.je.txn.Txn)
at com.sleepycat.je.txn.Txn.lockInternal(Txn.java:295)
at com.sleepycat.je.txn.Locker.lock(Locker.java:283)
at com.sleepycat.je.dbi.CursorImpl.lockLNDeletedAllowed(CursorImpl.java:2375)
at com.sleepycat.je.dbi.CursorImpl.lockLN(CursorImpl.java:2297)
at com.sleepycat.je.dbi.CursorImpl.searchAndPosition(CursorImpl.java:1983)
at com.sleepycat.je.Cursor.searchInternal(Cursor.java:1188)
at com.sleepycat.je.Cursor.searchAllowPhantoms(Cursor.java:1158)
at com.sleepycat.je.Cursor.search(Cursor.java:1024)
at com.sleepycat.je.Database.get(Database.java:557).
This issue never occurs in out test environments but we have seen this issue in a number of our deployments.
We followed all the information supplied from Oracle and we upgraded to JE.3.3.77 in attempt to eradicate this issue.
But we still have the issue and it has become a highly sensitive issue with one of our customers,
The main changes we have made are to ensure that our recovery code did not fail to complete a transaction, which was suggested could lead to the deadlock.
Has there been any other instances of this issue, and/or suggested fix
Thanks
Gary Farnan

Hi Gary,
Please send me email -- mark.hayes at the obvious (oracle.com).
--mark                                                                                                                                                                           

Similar Messages

  • Getting Error IDM8.1patch11WebLogic Server com/sun/idm/idmx/txn/Transaction

    I installed IDM 8.1 Patch 11 on WebLogic server. When I start the server I am getting following error. The Login page never shows up. I will appreciate if you can give me the pointer.
    ] Root cause of ServletException.
    java.lang.NoClassDefFoundError: com/sun/idm/idmx/txn/TransactionManager
         at com.waveset.ui.LoginHelper.csrfGuardTokenEnabled(LoginHelper.java:2471)
         at com.waveset.ui.LoginHelper.handleCSRFGuardToken(LoginHelper.java:2186)
         at jsp_servlet.__login._jspService(__login.java:251)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.sun.idm.profiler.instrumentation.RequestTimingFilter.doFilter(RequestTimingFilter.java:76)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Edited by: 842717 on Mar 8, 2011 12:16 PM

    You are receiving this error because one of the fields being pulled from IdM, exceeds he column limit defined in the GLOBALUSERS database table.
    I received this error before because the PRIMARYEMAIL column in the GLOBALUSERS table was defined as [PRIMARYEMAIL] [nvarchar](50).
    I went into Microsoft SQL Server Management Studio and updated the field to [PRIMARYEMAIL] [nvarchar](100), and then the import worked.
    Hope this helps,
    Larry L. Viars | Senior Consultant
    Logic Trends, Identity & Access Management Specialists

  • SIGSEGV, com.sleepycat.dbxml.dbxml_javaJNI.XmlInputStream_change_ownership

    Hello,
    I'm experimenting crashes on adding a document, on RHEL5 64bit with both Sun JDK 1.5 and 1.6; and on RHEL4 32bit with JDK 1.5
    Selinux is disabled on both RHEL.
    The essential part of the jvm error is:
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002aaaaaf2124a, pid=22759, tid=1102199104
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_01-b06 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x35124a]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sleepycat.dbxml.dbxml_javaJNI.XmlInputStream_change_ownership(Lcom/sleepycat/dbxml/XmlInputStream;JZ)V+0
    j com.sleepycat.dbxml.XmlInputStream.swigReleaseOwnership()V+11
    j com.sleepycat.dbxml.XmlDocument.setContentAsXmlInputStream(Lcom/sleepycat/dbxml/XmlInputStream;)V+12
    j uk.ac.open.kmi.watson.crawler.dbxml.DbXMLDriver.processFile(Ljava/io/File;)V+169
    j uk.ac.open.kmi.watson.crawler.processor.DbXMLWriter.innerProcess(Lorg/archive/crawler/datamodel/CrawlURI;)V+241
    j org.archive.crawler.framework.Processor.process(Lorg/archive/crawler/datamodel/CrawlURI;)V+50
    j org.archive.crawler.framework.ToeThread.processCrawlUri()V+127
    j org.archive.crawler.framework.ToeThread.run()V+97
    v ~StubRoutines::call_stub
    In java I'm adding a document as:
    XmlInputStream theStream = myManager.createLocalFileInputStream("/opt/watson/test.xml");
    myDoc.setContentAsXmlInputStream(theStream);
    and I have the above issues, if I drop XmlInputStream and just set the content as:
    myDoc.setContent("<foo />");
    Everything works, even on 50 threads.
    Anybody encountered similar issues?
    Thank you.
    Laurian
    Message was edited by:
    user555161

    Hi,
    This is the output of the tests, java file put after:
    MAC OS X
    $ java -version
    java version "1.5.0_07"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-154)
    Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
    RUN 1
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1
    Dictionary - crawler - Define new name 1 -> {name,http://www.sleepycat.com/2002/dbxml}
    Dictionary - crawler - Define new name 2 -> {root,http://www.sleepycat.com/2002/dbxml}
    Dictionary - crawler - Define new name 3 -> dbxml
    Dictionary - crawler - Define new name 4 -> http://www.sleepycat.com/2002/dbxml
    Dictionary - crawler - Define new name 5 -> xml
    Dictionary - crawler - Define new name 6 -> xmlns
    Dictionary - crawler - Define new name 7 -> xsi
    Dictionary - crawler - Define new name 8 -> xsd
    Dictionary - crawler - Define new name 9 -> xs
    Dictionary - crawler - Define new name 10 -> xlink
    Dictionary - crawler - Define new name 11 -> xhtml
    Dictionary - crawler - Define new name 12 -> http://www.w3.org/XML/1998/namespace/
    Dictionary - crawler - Define new name 13 -> http://www.w3.org/XML/2000/xmlns/
    Dictionary - crawler - Define new name 14 -> http://www.w3.org/2000/xmlns/
    Dictionary - crawler - Define new name 15 -> http://www.w3.org/1999/xlink
    Dictionary - crawler - Define new name 16 -> http://www.w3.org/2001/XMLSchema-instance
    Dictionary - crawler - Define new name 17 -> http://www.w3.org/2001/XMLSchema
    Dictionary - crawler - Define new name 18 -> http://www.w3.org/1999/xhtml
    Dictionary - crawler - Define new name 19 -> id
    Dictionary - crawler - Define new name 20 -> name
    Container - crawler - Document storage container opened.
    DB opened/created!
    args:
    test1 - for ading XML from a file (path as argument 2)
    test2 - for ading XML from a string
    test3 - for ading RDF/XML, namespace issue
    Container - crawler - container closed.
    RUN 2 - test 1
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1 test1 /opt/watson/test.xml
    Container - crawler - Document storage container opened.
    Container - crawler - Adding document: foo1176934467482
    Dictionary - crawler - Define new name 51 -> http://maven.apache.org/POM/4.0.0
    Dictionary - crawler - Define new name 52 -> {created,http://watson.kmi.open.ac.uk/crawler#}
    Indexer - crawler - add unique-node-metadata-equality-string, key={Size=12 Hex=5a01666f6f31313736393334343637343832}, data={Size=3 Hex=000200}
    Container - crawler - Added document successfully: foo1176934467482
    Container - crawler - container closed.
    java(1497,0x1804a00) malloc: *** Deallocation of a pointer not malloced: 0x333a00; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
    RUN 3 - test 2
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1 test2
    Container - crawler - Document storage container opened.
    Container - crawler - Adding document: bar1176934723078
    Indexer - crawler - add unique-node-metadata-equality-string, key={Size=12 Hex=5a0162617231313736393334373233303738}, data={Size=3 Hex=002000}
    Container - crawler - Added document successfully: bar1176934723078
    Container - crawler - container closed.
    RUN 4 - test 3
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1 test3
    Container - crawler - Document storage container opened.
    Container - crawler - Adding document: bar1176934775465
    Dictionary - crawler - Define new name 53 -> http://www.w3.org/1999/02/22-rdf-syntax-ns#
    Dictionary - crawler - Define new name 54 -> http://www.recshop.fake/cd#
    Indexer - crawler - add unique-node-metadata-equality-string, key={Size=12 Hex=5a0162617231313736393334373735343635}, data={Size=3 Hex=002a00}
    Container - crawler - Added document successfully: bar1176934775465
    Container - crawler - container closed.
    ==============================
    RHEL 5
    $ java -version
    java version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_01-b06, mixed mode)
    RUN 1
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1
    Dictionary - crawler - Define new name 1 -> {name,http://www.sleepycat.com/2002/dbxml}
    Dictionary - crawler - Define new name 2 -> {root,http://www.sleepycat.com/2002/dbxml}
    Dictionary - crawler - Define new name 3 -> dbxml
    Dictionary - crawler - Define new name 4 -> http://www.sleepycat.com/2002/dbxml
    Dictionary - crawler - Define new name 5 -> xml
    Dictionary - crawler - Define new name 6 -> xmlns
    Dictionary - crawler - Define new name 7 -> xsi
    Dictionary - crawler - Define new name 8 -> xsd
    Dictionary - crawler - Define new name 9 -> xs
    Dictionary - crawler - Define new name 10 -> xlink
    Dictionary - crawler - Define new name 11 -> xhtml
    Dictionary - crawler - Define new name 12 -> http://www.w3.org/XML/1998/namespace/
    Dictionary - crawler - Define new name 13 -> http://www.w3.org/XML/2000/xmlns/
    Dictionary - crawler - Define new name 14 -> http://www.w3.org/2000/xmlns/
    Dictionary - crawler - Define new name 15 -> http://www.w3.org/1999/xlink
    Dictionary - crawler - Define new name 16 -> http://www.w3.org/2001/XMLSchema-instance
    Dictionary - crawler - Define new name 17 -> http://www.w3.org/2001/XMLSchema
    Dictionary - crawler - Define new name 18 -> http://www.w3.org/1999/xhtml
    Dictionary - crawler - Define new name 19 -> id
    Dictionary - crawler - Define new name 20 -> name
    Container - crawler - Document storage container opened.
    DB opened/created!
    args:
    test1 - for ading XML from a file (path as argument 2)
    test2 - for ading XML from a string
    test3 - for ading RDF/XML, namespace issue
    Container - crawler - container closed.
    RUN 2 - test 1
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1 test1 /opt/watson/test.xml
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1 test1 /opt/watson/test.xml
    Container - crawler - Document storage container opened.
    Container - crawler - Adding document: foo1176938860942
    Dictionary - crawler - Define new name 51 -> http://maven.apache.org/POM/4.0.0
    Dictionary - crawler - Define new name 52 -> {created,http://watson.kmi.open.ac.uk/crawler#}
    Indexer - crawler - add unique-node-metadata-equality-string, key={Size=12 Hex=5a01666f6f31313736393338383630393432}, data={Size=3 Hex=000200}
    Container - crawler - Added document successfully: foo1176938860942
    Container - crawler - container closed.
    RUNNING AGAIN
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1 test1 /opt/watson/test.xml
    Container - crawler - Document storage container opened.
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002aaaaaf2124a, pid=6114, tid=1075882304
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_01-b06 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x35124a]
    # An error report file with more information is saved as hs_err_pid6114.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Aborted
    In hs_err_pid6114.log:
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sleepycat.dbxml.dbxml_javaJNI.XmlInputStream_change_ownership(Lcom/sleepycat/dbxml/XmlInputStream;JZ)V+0
    j com.sleepycat.dbxml.XmlInputStream.swigReleaseOwnership()V+11
    j com.sleepycat.dbxml.XmlDocument.setContentAsXmlInputStream(Lcom/sleepycat/dbxml/XmlInputStream;)V+12
    j Test1.test1(Ljava/lang/String;)V+150
    j Test1.main([Ljava/lang/String;)V+32
    v ~StubRoutines::call_stub
    RUN 3 - test 2
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1 test2
    Container - crawler - Document storage container opened.
    Container - crawler - Adding document: bar1176939020231
    Indexer - crawler - add unique-node-metadata-equality-string, key={Size=12 Hex=5a0162617231313736393339303230323331}, data={Size=3 Hex=000700}
    Container - crawler - Added document successfully: bar1176939020231
    Container - crawler - container closed.
    RUN 4 - test 3
    $ java -Djava.library.path=/opt/watson/usr/dbxml/lib -cp build/classes:../../dbxml/lib/db.jar:../../dbxml/lib/dbxml.jar Test1 test3
    Container - crawler - Document storage container opened.
    Container - crawler - Adding document: bar1176939053875
    Indexer - crawler - add unique-node-metadata-equality-string, key={Size=12 Hex=5a0162617231313736393339303533383735}, data={Size=3 Hex=001100}
    Container - crawler - Added document successfully: bar1176939053875
    Container - crawler - container closed.
    JAVA FILE:
    import com.sleepycat.db.Environment;
    import com.sleepycat.db.EnvironmentConfig;
    import com.sleepycat.db.LockDetectMode;
    import com.sleepycat.db.Transaction;
    import com.sleepycat.db.TransactionConfig;
    import com.sleepycat.dbxml.XmlContainer;
    import com.sleepycat.dbxml.XmlContainerConfig;
    import com.sleepycat.dbxml.XmlDocument;
    import com.sleepycat.dbxml.XmlException;
    import com.sleepycat.dbxml.XmlInputStream;
    import com.sleepycat.dbxml.XmlManager;
    import com.sleepycat.dbxml.XmlManagerConfig;
    import com.sleepycat.dbxml.XmlTransaction;
    import com.sleepycat.dbxml.XmlUpdateContext;
    import com.sleepycat.dbxml.XmlValue;
    import java.io.File;
    import java.text.SimpleDateFormat;
    import java.util.GregorianCalendar;
    import java.util.TimeZone;
    * Test1.java
    * Created on April 18, 2007, 10:43 PM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    * @author lg3388
    public class Test1 {
    public static final File TMP = new File("/tmp");
    public static final File ENV = new File(TMP, "/foo");
    static {
    ENV.mkdirs();
    public static final String container = "crawler";
    private Environment myEnv;
    private EnvironmentConfig envConf;
    private XmlManager myManager;
    private XmlContainer myContainer;
    public void initialTasks() throws Exception {
    EnvironmentConfig envConf = new EnvironmentConfig();
    envConf.setErrorStream(System.err);
    envConf.setAllowCreate(true);
    //envConf.setRunRecovery(true);
    envConf.setJoinEnvironment(true);
    envConf.setInitializeLocking(true);
    envConf.setInitializeLogging(true);
    envConf.setInitializeCache(true);
    envConf.setTransactional(true);
    envConf.setLockDetectMode(LockDetectMode.DEFAULT);
    envConf.setPrivate(false);
    envConf.setTxnMaxActive(64);
    envConf.setTxnTimeout(60*1000000);
    envConf.setThreaded(true);
    myEnv = new Environment(ENV, envConf);
    XmlManagerConfig managerConfig = new XmlManagerConfig();
    managerConfig.setAdoptEnvironment(true);
    myManager = new XmlManager(myEnv, managerConfig);
    myManager.setLogLevel(XmlManager.LEVEL_ALL, true);
    myManager.setLogCategory(XmlManager.CATEGORY_ALL, true);
    XmlContainerConfig containerConf = new XmlContainerConfig();
    containerConf.setNodeContainer(false);
    containerConf.setAllowValidation(false);
    containerConf.setTransactional(true);
    containerConf.setAllowCreate(true);
    if ( myManager.existsContainer(container) != 0 ) {
    myContainer = myManager.openContainer(container, containerConf);
    } else {
    myContainer = myManager.createContainer(container, containerConf);
    public void finalTasks() throws Exception {
    myContainer.close();
    public void test1(String fileName) throws Exception {
    // UTC unix timestamp
    GregorianCalendar time = new GregorianCalendar(TimeZone.getTimeZone("UTC"));
    long stamp = time.getTimeInMillis();
    Transaction tn = null;
    TransactionConfig tc = new TransactionConfig();
    //tc.setNoWait(true);
    tn = myEnv.beginTransaction(null, tc);//
    XmlTransaction txn = null;
    try {
    txn = myManager.createTransaction(tn);
    XmlUpdateContext theContext = myManager.createUpdateContext();
    String URI = "http://watson.kmi.open.ac.uk/crawler#";
    String attrName = "created";
    XmlValue attrValue = new XmlValue(XmlValue.DATE_TIME, new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'").format(time.getTime()));
    // @@@@@ THIS IS NOT IN TEST 2
    // Get the input stream.
    XmlInputStream theStream = myManager.createLocalFileInputStream(fileName);
    // Get an XmlDocument
    XmlDocument myDoc = myManager.createDocument();
    // Set the document's name
    myDoc.setName("foo" + Long.toString(stamp));
    // @@@@@ THIS IS NOT IN TEST 2
    // Set the content
    myDoc.setContentAsXmlInputStream(theStream);
    // Set the metadata
    myDoc.setMetaData(URI, attrName, attrValue);
    // Put the document into the container
    myContainer.putDocument(txn, myDoc, theContext, null);
    //free resources?
    myDoc.delete();
    txn.commit();
    // free resources?
    txn.delete();
    } catch (XmlException e) {
    e.printStackTrace();
    if (txn != null) txn.abort();
    public void test2(String content) throws Exception {
    // UTC unix timestamp
    GregorianCalendar time = new GregorianCalendar(TimeZone.getTimeZone("UTC"));
    long stamp = time.getTimeInMillis();
    Transaction tn = null;
    TransactionConfig tc = new TransactionConfig();
    //tc.setNoWait(true);
    tn = myEnv.beginTransaction(null, tc);//
    XmlTransaction txn = null;
    try {
    txn = myManager.createTransaction(tn);
    XmlUpdateContext theContext = myManager.createUpdateContext();
    String URI = "http://watson.kmi.open.ac.uk/crawler#";
    String attrName = "created";
    XmlValue attrValue = new XmlValue(XmlValue.DATE_TIME, new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'").format(time.getTime()));
    // Get an XmlDocument
    XmlDocument myDoc = myManager.createDocument();
    // Set the document's name
    myDoc.setName("bar" + Long.toString(stamp));
    // @@@@ THIS IS THE DIFF TO TEST 1
    // Set the content
    myDoc.setContent(content);
    // Set the metadata
    myDoc.setMetaData(URI, attrName, attrValue);
    // Put the document into the container
    myContainer.putDocument(txn, myDoc, theContext, null);
    //free resources?
    myDoc.delete();
    txn.commit();
    // free resources?
    txn.delete();
    } catch (XmlException e) {
    e.printStackTrace();
    if (txn != null) txn.abort();
    public static void main(String[] args) throws Exception {
    Test1 test = new Test1();
    test.initialTasks();
    if (args.length > 0) {
    if ("test1".equals(args[0])) test.test1(args[1]);
    if ("test2".equals(args[0])) test.test2("<bar />");
    if ("test3".equals(args[0])) test.test2(
    "<rdf:RDF"
    + " xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' "
    + "xmlns:cd='http://www.recshop.fake/cd#'> "
    + "<rdf:Description"
    + " rdf:about='http://www.recshop.fake/cd/Empire Burlesque'>"
    + " <cd:artist>Bob Dylan</cd:artist>"
    + " <cd:country>USA</cd:country>"
    + " <cd:company>Columbia</cd:company>"
    + " <cd:price>10.90</cd:price>"
    + " <cd:year>1985</cd:year>"
    + "</rdf:Description></rdf:RDF>"
    } else {
    System.out.println("DB opened/created!");
    System.out.println("args:");
    System.out.println("test1 - for ading XML from a file (path as argument 2)");
    System.out.println("test2 - for ading XML from a string");
    System.out.println("test3 - for ading RDF/XML, namespace issue");
    test.finalTasks();
    }

  • Com.sleepycat.je.log.LogException: (JE 3.3.62) java.io.IOException: No lock

    Hi
    From today on my hosted machine facing issue in starting Integrated weblogic server within Jdeveloper.
    m/c machine is oel5 64 bit.
    jdev version : Studio Edition Version 11.1.1.2.0
    I tried all sorts of trick like chmod 777 -R /tmp removing edit.lok file etc. Finally I completely installed jdev and then reinstalled it, but without any luck.
    Now I am getting below errors:
    During installation below is the warning message:
    ==
    download/ORA11G/jdevstudio11112install.bin
    Extracting 0%....................................................................................................100%
    Mar 19, 2012 3:42:13 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
    WARNING: Could not lock User prefs. Unix error code 37.
    Mar 19, 2012 3:42:13 AM java.util.prefs.FileSystemPreferences syncWorld
    WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
    Mar 19, 2012 3:42:43 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
    WARNING: Could not lock User prefs. Unix error code 37.
    Mar 19, 2012 3:42:43 AM java.util.prefs.FileSystemPreferences syncWorld
    WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
    ==
    After running jdev
    ====
    Mar 19, 2012 3:43:33 AM oracle.ideimpl.persistence.BerkeleyDBEnvironment getNameSpace
    SEVERE: Unable to open environment /.jdeveloper/system11.1.1.2.36.55.36/oracle.javatools.cache
    com.sleepycat.je.log.LogException: (JE 3.3.62) java.io.IOException: No locks available
    ====
    Once I try to run the application
    ==
    Mar 19, 2012 3:44:57 AM oracle.security.jps.internal.credstore.ssp.CsfWalletManager createWallet
    WARNING: Cannot persist the wallet. Reason java.io.IOException: No locks available.
    Application Application1 is bound to Server Instance IntegratedWebLogicServer
    Starting Server Instance IntegratedWebLogicServer
    Mar 19, 2012 3:47:39 AM oracle.jps.credstore
    WARNING: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
    Server Instance IntegratedWebLogicServer could not be started: Error starting Server Instance.
    ===
    Any suggestion ..., What might be wrong with my system or configuration. Note that it was working fine till Yesterday.

    I am also facing the same issue in my 64 bit linux machine. Any suggestions?
    Thanks.

  • NullPointerException at com.sleepycat.je.Environment.getThreadTransaction

    We are using je-3.2.44 in a production server and get the following exception 4 to 7 times per day. Is this a known bug? What causes it? Can a fix/patch be made available? Is there any way I can work around it?
    java.lang.NullPointerException
    at com.sleepycat.je.Environment.getThreadTransaction(Environment.java:1100)
    at com.sleepycat.persist.PrimaryIndex.put(PrimaryIndex.java:342)
    at com.sleepycat.persist.PrimaryIndex.put(PrimaryIndex.java:314)

    Sorry for the delay in response. Yes, one of the threads was closing the environment causing another thread to end up with this exception. We have resolved issue. Thanks!

  • Com.sleepycat.db.RunRecoveryException: DB_RUNRECOVERY error

    Hi all,
    Some time there will be such kind of error occur when initial the db envrironement:
    com.sleepycat.db.RunRecoveryException: DB_RUNRECOVERY: Fatal error, run database recovery: DB_RUNRECOVERY: Fatal error, run database recovery
         at com.sleepycat.db.internal.db_javaJNI.DbEnv_close0(Native Method)
         at com.sleepycat.db.internal.DbEnv.close0(DbEnv.java:204)
         at com.sleepycat.db.internal.DbEnv.close(DbEnv.java:81)
         at com.sleepycat.db.Environment.close(Environment.java:39)
         at com.ssc.crd.db.BerkeleyDBUtil.shutdown(BerkeleyDBUtil.java:215)
         at com.ssc.util.BDBContextListener.contextDestroyed(BDBContextListener.java:85)
         at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3770)
         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4339)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
         at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    And this issue can resolve by running db_recover -c, such as:
    C:\Work\Conf\Test\berkeley>db_recover -c
    And we try to use setRunRecovery(true); and setRunFatalRecovery(true);, but both failed.
    EnvironmentConfig envConf = new EnvironmentConfig();
    envConf.setRunRecovery(true);
    envConf.setRunFatalRecovery(true);
    Only run db_recover -c can resolve it. Why? And how to deal with it in code.
    Thanks.
    Jane

    But after I set all environment, there are some error occur when starting the tomcat server and failed to setup it, generate hs_err_pid3020.txt.
    Detail in hs_err_pid3020.txt:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x27d4e525, pid=3020, tid=2760
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode)
    # Problematic frame:
    # C [libdb43.dll+0x3e525]
    --------------- T H R E A D ---------------
    Current thread (0x00238d50): JavaThread "main" [_thread_in_native, id=2760]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000018
    Registers:
    EAX=0x27dcda30, EBX=0x00000000, ECX=0x00808000, EDX=0x00000000
    ESP=0x0006f0e8, EBP=0x00000000, ESI=0x27dc4cb8, EDI=0x27dc4cb8
    EIP=0x27d4e525, EFLAGS=0x00010206
    Top of Stack: (sp=0x0006f0e8)
    0x0006f0e8: 27dcda30 ffff86ff 00800000 00000000
    0x0006f0f8: 27d50294 00800000 00000000 00800000
    0x0006f108: 00000000 27dc4cb8 00000016 00238e10
    0x0006f118: 00238d50 27458978 27dc4cb8 00000000
    0x0006f128: 00000000 00800000 00008000 27cf8035
    0x0006f138: 0000005c 27458978 0002e061 000001a4
    0x0006f148: 00238d50 231f4e28 231f4e20 0006f194
    0x0006f158: 00a0832f 00238e10 0006f19c 27dc4cb8
    Instructions: (pc=0x27d4e525)
    0x27d4e515: 00 3b c3 89 9e dc 00 00 00 74 12 8b 54 24 08 50
    0x27d4e525: 8b 42 18 50 56 e8 01 c1 02 00 83 c4 0c 8b 86 08
    Stack: [0x00030000,0x00070000), sp=0x0006f0e8, free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libdb43.dll+0x3e525]
    [error occurred during error reporting, step 120, id 0xc0000005]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sleepycat.db.internal.db_javaJNI.DbEnv_open(JLjava/lang/String;II)V+0
    j com.sleepycat.db.internal.DbEnv.open(Ljava/lang/String;II)V+7
    j com.sleepycat.db.EnvironmentConfig.openEnvironment(Ljava/io/File;)Lcom/sleepycat/db/internal/DbEnv;+312
    j com.sleepycat.db.Environment.<init>(Ljava/io/File;Lcom/sleepycat/db/EnvironmentConfig;)V+6
    j com.ssc.crd.db.BerkeleyDBUtil.setup()V+97
    j com.ssc.util.BDBContextListener.contextInitialized(Ljavax/servlet/ServletContextEvent;)V+10
    j org.apache.catalina.core.StandardContext.listenerStart()Z+429
    j org.apache.catalina.core.StandardContext.start()V+1244
    j org.apache.catalina.core.ContainerBase.addChildInternal(Lorg/apache/catalina/Container;)V+149
    j org.apache.catalina.core.ContainerBase.addChild(Lorg/apache/catalina/Container;)V+26
    j org.apache.catalina.core.StandardHost.addChild(Lorg/apache/catalina/Container;)V+25
    j org.apache.catalina.startup.HostConfig.deployWAR(Ljava/lang/String;Ljava/io/File;Ljava/lang/String;)V+482
    j org.apache.catalina.startup.HostConfig.deployWARs(Ljava/io/File;[Ljava/lang/String;)V+163
    j org.apache.catalina.startup.HostConfig.deployApps()V+25
    j org.apache.catalina.startup.HostConfig.start()V+147
    j org.apache.catalina.startup.HostConfig.lifecycleEvent(Lorg/apache/catalina/LifecycleEvent;)V+132
    j org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Ljava/lang/String;Ljava/lang/Object;)V+68
    j org.apache.catalina.core.ContainerBase.start()V+306
    j org.apache.catalina.core.StandardHost.start()V+314
    j org.apache.catalina.core.ContainerBase.start()V+266
    j org.apache.catalina.core.StandardEngine.start()V+221
    j org.apache.catalina.core.StandardService.start()V+132
    j org.apache.catalina.core.StandardServer.start()V+88
    j org.apache.catalina.startup.Catalina.start()V+32
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j org.apache.catalina.startup.Bootstrap.start()V+37
    j org.apache.catalina.startup.Bootstrap.main([Ljava/lang/String;)V+158
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x27388908 JavaThread "Dispatcher-Thread-1" daemon [_thread_blocked, id=3304]
    0x009c8780 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2904]
    0x00238f80 JavaThread "CompilerThread0" daemon [_thread_blocked, id=560]
    0x009c6860 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2040]
    0x009bd840 JavaThread "Finalizer" daemon [_thread_blocked, id=3420]
    0x009bc368 JavaThread "Reference Handler" daemon [_thread_blocked, id=2584]
    =>0x00238d50 JavaThread "main" [_thread_in_native, id=2760]
    Other Threads:
    0x009b8138 VMThread [id=2484]
    0x009e35e0 WatcherThread [id=3052]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 36288K, used 31681K [0x02a80000, 0x051e0000, 0x051e0000)
    eden space 32256K, 90% used [0x02a80000, 0x046eae78, 0x04a00000)
    from space 4032K, 64% used [0x04df0000, 0x05075968, 0x051e0000)
    to space 4032K, 0% used [0x04a00000, 0x04a00000, 0x04df0000)
    tenured generation total 483968K, used 0K [0x051e0000, 0x22a80000, 0x22a80000)
    the space 483968K, 0% used [0x051e0000, 0x051e0000, 0x051e0200, 0x22a80000)
    compacting perm gen total 8192K, used 7782K [0x22a80000, 0x23280000, 0x26a80000)
    the space 8192K, 94% used [0x22a80000, 0x23219850, 0x23219a00, 0x23280000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      G:\Jianfang Ye\FM\20070129\Java\jre1.5.0_08\bin\java.exe
    0x77f80000 - 0x77ffc000      C:\WINNT\system32\ntdll.dll
    0x7c2d0000 - 0x7c335000      C:\WINNT\system32\ADVAPI32.dll
    0x7c570000 - 0x7c624000      C:\WINNT\system32\KERNEL32.dll
    0x77d30000 - 0x77d9f000      C:\WINNT\system32\RPCRT4.dll
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x6d6c0000 - 0x6d85b000      G:\Jianfang Ye\FM\20070129\Java\jre1.5.0_08\bin\client\jvm.dll
    0x77e10000 - 0x77e79000      C:\WINNT\system32\USER32.dll
    0x77f40000 - 0x77f7c000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775a0000      C:\WINNT\system32\WINMM.dll
    0x6d280000 - 0x6d288000      G:\Jianfang Ye\FM\20070129\Java\jre1.5.0_08\bin\hpi.dll
    0x690a0000 - 0x690ab000      C:\WINNT\system32\PSAPI.DLL
    0x6d690000 - 0x6d69c000      G:\Jianfang Ye\FM\20070129\Java\jre1.5.0_08\bin\verify.dll
    0x6d300000 - 0x6d31d000      G:\Jianfang Ye\FM\20070129\Java\jre1.5.0_08\bin\java.dll
    0x6d6b0000 - 0x6d6bf000      G:\Jianfang Ye\FM\20070129\Java\jre1.5.0_08\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      G:\Jianfang Ye\FM\20070129\Java\jre1.5.0_08\bin\net.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.dll
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x74fd0000 - 0x74fee000      C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
    0x27cf0000 - 0x27d08000      G:\Jianfang Ye\FM\20070129\BDBXML\bin\libdb_java43.dll
    0x27d10000 - 0x27db7000      G:\Jianfang Ye\FM\20070129\BDBXML\bin\libdb43.dll
    0x7c340000 - 0x7c396000      G:\Jianfang Ye\FM\20070129\BDBXML\bin\MSVCR71.dll
    0x7c3a0000 - 0x7c41b000      G:\Jianfang Ye\FM\20070129\BDBXML\bin\MSVCP71.dll
    VM Arguments:
    jvm_args: -Dsiteminder=false -Dmyss=false -Dconfig.file=G:\Jianfang Ye\FM\20070129\config.properties -Dcom.ssc.eis.myssc.jvmglobal.configfile=G:\Jianfang Ye\FM\20070129\mssconfig-50_dev.xml -Xms512m -Xmx512m -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=G:\Jianfang Ye\FM\20070129\apache-tomcat-5.5.17\conf\logging.properties -Djava.endorsed.dirs=G:\Jianfang Ye\FM\20070129\apache-tomcat-5.5.17\common\endorsed -Dcatalina.base=G:\Jianfang Ye\FM\20070129\apache-tomcat-5.5.17 -Dcatalina.home=G:\Jianfang Ye\FM\20070129\apache-tomcat-5.5.17 -Djava.io.tmpdir=G:\Jianfang Ye\FM\20070129\apache-tomcat-5.5.17\temp
    java_command: org.apache.catalina.startup.Bootstrap start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\jdk1.3.1_10
    JRE_HOME=G:\Jianfang Ye\FM\20070129\Java\jre1.5.0_08
    CLASSPATH=C:\jdk1.3.1_10\lib\tools.jar;G:\Jianfang Ye\FM\20070129\apache-tomcat-5.5.17\bin\bootstrap.jar
    PATH=G:\Jianfang Ye\FM\20070129\BDBXML\bin; C:\jdk1.3.1_10\bin
    USERNAME=e461579
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows 2000 Build 2195 Service Pack 4
    CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1046324k(275832k free), swap 2519928k(1509212k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_08-b03) for windows-x86, built on Jul 26 2006 01:10:50 by "java_re" with MS VC++ 6.0

  • Com.sleepycat.db.Database.verify(), not working with encrypted db. bug?

    Hi,
    I have a berkeley database file encrypted with a password (In fact, there are two databases embedded in the same physical file). The Berkeley api version that I'm using is the 5.3.21:
    The databases work fine, and I can read all the encrypted data (in both databases)...
    However, if I try to verifiy the database with the method, com.sleepycat.db.Database.verify(), I get the following error...
    BDB0196 Encrypted checksum: no encryption key specified
    BDB0522 Page 0: metadata page corrupted
    BDB0196 Encrypted checksum: no encryption key specified
    BDB3016 C:\cneDir\env-cipher/inforep.db: pgin failed for page 0
    Even if setup the databaseConfig object with my password... This is the code that I'm using:
        private static void doVerify(String args[], String symmetricKey) {
            DatabaseConfig dbConfig;
            VerifyConfig verifyConfig;
            String filename;
            String dbName;
            boolean result;
            filename = args[0] + "/" + args[1];
            dbName   = args[2];
            dbConfig = new DatabaseConfig();
            dbConfig.setEncrypted(symmetricKey);
            System.out.println("Is encrypted: " + dbConfig.getEncrypted());
            dbConfig.setChecksum(true);
            verifyConfig = new VerifyConfig();
            verifyConfig.setNoOrderCheck(false);
            try {
                result = Database.verify(filename, dbName, System.out, verifyConfig, dbConfig);
                System.out.println("Everything is OK? " + result);
            } catch (Exception ex) {
                System.out.println("D OH!");
                ex.printStackTrace();
            }This forced me to take the source code of the Java API to see what is happening...
    Atfer looking the API source code, it seems to me that the method com.sleepycat.db.Database.verify(), never sets the password at any point of its execution... So, I take the source code and I modify the method to set my password (Hardcoded):
        public static boolean verify(final String fileName,
                                     final String databaseName,
                                     final java.io.PrintStream dumpStream,
                                     VerifyConfig verifyConfig,
                                     DatabaseConfig dbConfig)
            throws DatabaseException, java.io.FileNotFoundException {
            final Db db = DatabaseConfig.checkNull(dbConfig).createDatabase(null);
            //db.set_flags(DbConstants.DB_ENCRYPT);
            db.set_encrypt("1234", DbConstants.DB_ENCRYPT_AES);   //Here, 1234 is my password
            return db.verify(fileName, databaseName, dumpStream,
                             VerifyConfig.checkNull(verifyConfig).getFlags());
        }Atfer this modification, the method com.sleepycat.db.Database.verify() returns true and doesn't throw any exception. So, I'm guessing that this could be a bug, right??

    Hi Carlos,
    It is a bug and the fix will be included in the next release(6.0). Thank you for pointing out this issue.
    Regards,
    -Jin

  • Setting up web Bex in BWsystem:error com.sap.mw.jco.JCO$Exception:Issuer of

    Dear SAP Gurus,
    I'm facing an error when seting up web Bex in BW system which is based on AS java patch 14 when i run Diagnostics & Support Desk Tool as described in Note 937697  there is only one red signal which is BI Mastersystem
    the error is
    RFC connection using properties in Portal System Landscape to ABAP backend has failed. Reason:
    com.sap.mw.jco.JCO$Exception:Issuer of SSO ticket is not authorized
    thanks in advance
    Rgds
    George Varghese

    thanks Deepika ,unfortunately I posted this a Long back ,time limit was very less ,we were not in a situation to do more R&D on that,it will be a Waste of time ,what I did is that I uninstall ed SAP and installed again with latest available Patches and we were succeed
    thanks
    George Varghese

  • Error with com/sleepycat/db/EnvironmentConfig

    i have this message error when runing exampleLoadContainer.java in the examples
    java.lang.UnsupportedClassVersionError: com/sleepycat/db/EnvironmentConfig (Unsupported major.minor version 49.0)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at dbxml.gettingStarted.exampleLoadContainer.createEnv(exampleLoadContainer.java:143)
         at dbxml.gettingStarted.exampleLoadContainer.loadXmlFiles(exampleLoadContainer.java:163)
         at dbxml.gettingStarted.exampleLoadContainer.main(exampleLoadContainer.java:85)
    Exception in thread "main"

    Hi,
    Do you have multiple versions of Java (JDK and JVM) installed on your machine?
    It sounds a Java class was possibly compiled with version 5 and run with a 1.4 JVM?
    Make sure that the JVM you use for execution is at least as new as the version of javac that was use for compilation.
    Ron

  • I have Snow Leopard 10.6.8 on my MacBook. Constantly dropping internet connection or message "error connecting to the network" comes up. No wireless connectivity issues with windows 7 laptop or iphone.

    I have a MacBook with Snow Leopard 10.6.8. The last few weeks it has been constantly dropping internet connection, and one of these messages appear on the page: "Safari cannot open this page because the server where this page is located isn't responding" or "Safari cannot open this page because you are not connected to the internet" comes up. I will check Wifi and I am connected. No wifi connectivity issues with iphone or windows 7 laptop, this doesn't happen with either of those devices. I have unplugged and reset router, cleared cache, still happening. Any ideas? Thanks in advance.

    Hi BCLor!
    Try using the suggested steps in the following article to help you troubleshoot this issue with your Wi-Fi connection:
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • I have set up payment method on i tunes as pal pal but when i try to make the payment it comes back declined,there is no issue on pay pal card it is some kind of glithch with i tunes.I want to use my pal pal account as my primary means of payment but your

    I have successfully created a payment account on I tunes through my pay pay account,however when I attempt to submit the payment,It shows declined.There is not a problem with my pay pal account the problem is with I tunes. can you please help me resolve this issue so I can pay on the account.I want pay pal to be my primary means of payment to I tunes thank you, billpeterfromyubacity

    Hi,
    Troubleshooting a start up script can be difficult. There are some third party programs that also keep logs of start up programs, however for Firefox this may be different.
    Is Firefox a startup program? [http://www.winxptutor.com/msinfo32.htm]
    Its also possible to check the Web developer tools for any scripts in a page: [https://developer.mozilla.org/en-US/docs/Tools/Debugger]
    In the control panel there is also Administrative tools to view event logs, but this may be something a local technician can walk you through.

  • I have a 24" iMac that's about 4 years old. I've done all the software updates as they come along but I'm having issues and wonder if I should update/upgrade the whole operating system. I currently have 10.5.8 and I'm wondering where to go from here.

    My mac won't open PDFs anymore from email or websites and I've tried everything to my knowledge to correct this. There's website I that I want to utilize that requires the lastest verision of JAVA and my OS 10.5.8 is too old to do a download of the latest JAVA. So I'm thinking I need to upgrade the OS to something newer??  I'm thinking my hard drive needs to be cleaned up also (re-format?)
    This computer is running slower and slower lately also.
    HELP!

    My mac won't open PDFs anymore from email or websites
    That's odd.  My Mac is 10 years old and runs OSX 10.4 and I can open pretty much any web site I want to, and I have yet to encounter a PDF I cannot open (more advanced ones with Adobe Reader).  My computer isn't slowing down but everything else is speeding up.
    Kappy 08/2012 post on upgrading to Snow Leopard, then Lion or Mountain Lion -  https://discussions.apple.com/message/19401628 - including how to get Snow Leopard and Lion since Apple removed them from the online store. 

  • Display dead, then comes back to life- can Nvidia issue be intermittent?

    I have a MacBook Pro MA896LL (Core 2 Duo Santa Rosa) that I use with an external display most of the time.
    Rebooted a few days ago only to see nothing- sleep light on the computer was solid but laptop and external displays were blank. Disconnected external display and power-cycled, same thing- discovered that the computer is actually on but just no video (can boot in firewire mode, etc.). Tried the usually stuff, reset PRAM, SMC, left it off for a while, nothing. Figured I must have the dead Nvidia card issue.
    Anyway, booted it back up today in Firewire mode to finish backing it up, and lo and behold, the display is working again!
    Question- can the Nvidia issue be intermittent, or is it just working or not?
    I have AppleCare, but repairs unfortunately involve me flying to Miami and hanging around for a few days while they repair it, and I'd hate to go and then they tell me it is not that problem, only to return home and have it again.
    thanx

    Welcome to Apple Discussions!
    I think that the NVIDIA problem can be intermittent, and the fact that the external display was also blank does indicate the graphics card.
    While the display is working, you might try running the extended version of the Apple Hardware Test and see if you get anything in the way of an error code.
    Also, call Apple on the telephone to report the problem and to get a case number. Explain that the problem seems to be intermittent, and for that reason you would prefer not to fly to Miami for the reasons you gave. Ask if there is an AASP in your area that could do a diagnostic test. Apple has some sort of special procedure for testing for the NVIDIA issue, and it may be that someone local can do this for you.
    If you get any results on the AHT or any other diagnostic test that would confirm the problem, then you can arrange to have the repair done at your convenience.
    In the meantime, you might keep a log of when the problem occurs. For example, the chip may work fine when the computer has been off a while and is cold, but the problem might occur when the computer has been on a while, and maybe with intensive processor activity. If you can discover any conditions which will reliably cause the problem to occur, you will be much more successful at showing it to someone at Apple.
    Good luck!

  • Berkeley DB 4.7 or 4.8 - Snow Leopard compilation issues

    Trying compilation on OS X 10.6 (Snow Leopard), with JVM 1.5.0
    Have some compilation error (that do not occur with 10.5):
    $ ../dist/configure --enable-java
    $ make
    [cut]
    ../dist/../examples_java/src/collections/ship/entity/SampleDatabase.java:117: cannot find symbol
    symbol : method setForeignKeyDatabase(com.sleepycat.db.Database)
    location: class com.sleepycat.db.SecondaryConfig
    secConfig.setForeignKeyDatabase(partDb);
    ../dist/../examples_java/src/persist/EventExampleDPL.java:210: cannot find symbol
    symbol : method commitWriteNoSync()
    location: class com.sleepycat.db.Transaction
    txn.commitWriteNoSync();
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    45 errors
    make: *** [dbexamples.jar] Error 1
    Any idea?
    Edited by: user11962599 on Oct 1, 2009 3:09 AM

    While you are waiting for an answer from the core Oracle database people, you may want to spend the time thinking about asking in the forum dealing with Berkeley DB.
    (Click on the "Forum Home >> Database" link at the top and scroll down.)

  • Master not elected

    I am testing my replication code with two nodes. When I open two clean new environments on my localhost, the master is successfully elected. The second time I open the environments the master is never elected. The console output is below. There is something obviously wrong with the second node. It keeps reporting a request for an unknown service called "Acceptor". I would be very grateful for any clues as to what might be happening.
    James
    Node 1:
    Opening replicated environment with:
    GroupName: Cheese
    NodeName: Reypenaer
    NodeHostPort: localhost:5002
    NodeHelper: localhost:5002
    100309 20:50:20:046 INFO [Reypenaer] Started ServiceDispatcher. HostPort=localhost:5002
    100309 20:50:20:133 INFO [Reypenaer] Current group size: 2
    100309 20:50:20:133 INFO [Reypenaer] Existing node Reypenaer querying for a current master.
    100309 20:50:20:148 INFO [Reypenaer] Node Reypenaer started
    100309 20:50:20:148 INFO [Reypenaer] Election initiated; election #1
    100309 20:50:20:151 INFO [Reypenaer] Started election thread Tue Mar 09 20:50:20 CET 2010
    <it just waits in this state>
    Node 2:
    Opening replicated environment with:
    GroupName: Cheese
    NodeName: Parmesan
    NodeHostPort: localhost:5003
    NodeHelper: localhost:5002
    100309 20:50:28:150 INFO [Parmesan] Started ServiceDispatcher. HostPort=localhost:5003
    100309 20:50:28:239 INFO [Parmesan] Current group size: 0
    100309 20:50:28:240 INFO [Parmesan] New node Parmesan(-1) unknown to rep group
    100309 20:50:34:165 INFO [Parmesan] Request for unknown Service: Acceptor Registered services: [Learner, LogFileFeeder, LDiff, NodeState]
    100309 20:50:50:168 INFO [Parmesan] Request for unknown Service: Acceptor Registered services: [Learner, LogFileFeeder, LDiff, NodeState]
    100309 20:51:22:171 INFO [Parmesan] Request for unknown Service: Acceptor Registered services: [Learner, LogFileFeeder, LDiff, NodeState]
    <it keeps reporting a request for an unknown service>

    Linda,
    Thanks. I am digging through the options. I am pretty certain that my code to open the entity store does not get called until after the ReplicatedEnvironment constructor returns.
    I have included a code fragment here. From the console output it looks like the sync up does get completed.
    I will look into the other options in the morning. It's getting late here.
    Thanks for the quick support.
    James
              TimeConsistencyPolicy consistencyPolicy = new TimeConsistencyPolicy(
                        1, TimeUnit.SECONDS,
                        3, TimeUnit.SECONDS);
              replicationConfig.setConsistencyPolicy(consistencyPolicy);
              Durability durability = new Durability(Durability.SyncPolicy.WRITE_NO_SYNC, Durability.SyncPolicy.WRITE_NO_SYNC,                               
                   Durability.ReplicaAckPolicy.SIMPLE_MAJORITY);
              environmentConfig.setDurability(durability);
              repDbEnv = createReplicatedEnvironment(dbEnvDir, replicationConfig, environmentConfig);
              log.info("Replicated environment was created");
              environment = repDbEnv;
         } else {
              // stand alone mode
              log.info("Starting in STANDALONE mode");
              environment = new Environment(dbEnvDir, environmentConfig);
    initializeDatabase(); // This goes into a 'retry loop' and calls the ReplicatedEnvironment constructor
    Output is:
    100310 19:55:32:889 INFO [Parmesan] Started ServiceDispatcher. HostPort=localhost:5003
    100310 19:55:32:979 INFO [Parmesan] Current group size: 0
    100310 19:55:32:980 INFO [Parmesan] New node Parmesan(-1) unknown to rep group
    100310 19:55:32:994 INFO [Parmesan] Master changed to Reypenaer
    100310 19:55:32:995 INFO [Parmesan] New node Parmesan located master: Reypenaer(1)
    100310 19:55:33:004 INFO [Parmesan] Node Parmesan started
    100310 19:55:33:004 INFO [Parmesan] Replica loop started with master: Reypenaer(1)
    100310 19:55:33:025 INFO [Parmesan] Replica-feeder handshake start
    100310 19:55:33:084 INFO [Parmesan] Replica-feeder Reypenaer handshake completed.
    100310 19:55:33:087 INFO [Parmesan] Replica-feeder Reypenaer syncup started. Replica range: first=-1 last=-1 sync=-1 txnEnd=-1
    100310 19:55:33:093 INFO [Parmesan] Rollback to matchpoint -1 at 0x0/0x0 status=No active txns, nothing to rollback
    100310 19:55:33:093 INFO [Parmesan] Replica-feeder Reypenaer start stream at VLSN: 1
    100310 19:55:33:093 INFO [Parmesan] Replica-feeder Reypenaer syncup ended. Elapsed time: 6ms
    100310 19:55:33:097 INFO [Parmesan] Replica initialization completed. Replica VLSN: -1 Heartbeat master commit VLSN: 34 VLSN delta: 35
    100310 19:55:33:120 INFO [Parmesan] Refreshed 0 monitors.
    Mar 10 19:55:33 EPGBooking[8891] INFO com.chello.booking.repository.BdbStore - Replicated environment was created
    Mar 10 19:55:33 EPGBooking[8891] WARN NSLog - A fatal exception occurred: (JE 4.0.92) The current state is:REPLICA. The node transitioned to this state at:Wed Mar 10 19:55:33 CET 2010
    [2010-3-10 19:55:33 CET] <main> com.sleepycat.je.rep.ReplicaWriteException: (JE 4.0.92) The current state is:REPLICA. The node transitioned to this state at:Wed Mar 10 19:55:33 CET 2010
         at com.sleepycat.je.rep.txn.ReadonlyTxn.lockInternal(ReadonlyTxn.java:62)
         at com.sleepycat.je.txn.Locker.lock(Locker.java:454)
         at com.sleepycat.je.dbi.CursorImpl.putLN(CursorImpl.java:1138)
         at com.sleepycat.je.dbi.DbTree.doCreateDb(DbTree.java:473)
         at com.sleepycat.je.dbi.DbTree.createDb(DbTree.java:362)
         at com.sleepycat.je.Database.initNew(Database.java:118)
         at com.sleepycat.je.Environment.setupDatabase(Environment.java:788)
         at com.sleepycat.je.Environment.openDatabase(Environment.java:537)
         at com.sleepycat.compat.DbCompat.openDatabase(DbCompat.java:364)
         at com.sleepycat.persist.impl.PersistCatalog.<init>(PersistCatalog.java:204)
         at com.sleepycat.persist.impl.Store.<init>(Store.java:187)
         at com.sleepycat.persist.EntityStore.<init>(EntityStore.java:186)
         at com.chello.booking.repository.BdbDataWrapper.initializeDatabase(BdbDataWrapper.java:266)

Maybe you are looking for

  • Performance Issue in Import

    Hi, I have an import format where i am trying to import using an import integration script. the source is an Oracle database. While the import works OK when the record number is 100-200, the performance goes down when the count becomes 1000. for 3000

  • R/3 problem

    hello, can somebody tell me how to check the schedule for lbwe jobs?  if i have queued delta for inventory control which is number 3.  i want to know what schedules documents in that extractor are following to go from lbwq to rsa7( like hourly, daily

  • I need help in establishing a smale applet

    Pleaze i need help in creating this small program. any one can help me pleaze. All what is required is to write a java applet, that does the following: 1) Creates an empty file on the client side. The name of the file is given by the client user. 2)

  • Set row as header using applescript

    I am new to AppleScript and I am writing my first script to crunch some data in numbers. I am trying to figure out how to set row one as the header row in sheet 1 using the script. Can anyone help?

  • CS5.5 trial publish ipa file issue

    I'm using cs5.5 trial version. When I complete all the certificate and provisioning file locate in the publish entry and press publish but no ipa file being created. only a folder named "AOTBuildOutput720866926256539637.tmp". Does anyone know what's