Installation issue with berkeley db java api

Hello,
I have a problem running berkley db 4.7 with java api.
I followed the installation procedure described here http://www.oracle.com/technology/documentation/berkeley-db/db/ref/build_unix/intro.html
and supplied the --enable-java while configuring.
I also updated the the following configuration on .bashrc file in the linux machine
export CLASSPATH=/usr/local/BerkeleyDB.4.7/lib:$CLASSPATH
export LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.7/lib
When trying to run the example db.AccessExample ( which is packaged with the berkley db ) I get the following error :
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/BerkeleyDB.4.7/lib/libdb_java-4.7.so: /usr/local/BerkeleyDB.4.7/lib/libdb_java-4.7.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
The linux machine is a 64bit machine , and java -version gives :
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)
How can this problem be fixed ?
If it's related to 32bit or 64bit issues, is there a way to compile the berkeley db code with different config params ?
Thanks !

Hi Andrei,
Thanks for your reply .
the output as follows :
#which gcc
/usr/bin/gcc
#gcc -v
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs
Configured with: ../configure prefix=/usr mandir=/usr/share/man infodir=/usr/share/info enable-shared enable-threads=posix disable-checking with-system-zlib enable-__cxa_atexit disable-libunwind-exceptions enable-java-awt=gtk --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)
#echo $PATH
/usr/local/BerkeleyDB4.6/bin:/usr/local/apache-maven-2.1.0/bin:/usr/local/jdk1.6.0_13/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/bin:/bin:/sbin:/usr/sbin:/mnt/sysimage/bin:/mnt/sysimage/usr/bin:/mnt/sysimage/usr/sbin:/mnt/sysimage/sbin:/mnt/sysimage/usr/X11R6/bin:/usr/X11R6/bin:/bin:/root/bin
the content of config.log is :
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Berkeley DB configure 4.6.21, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ../dist/configure -prefix=/usr/local/BerkeleyDB4.6 --enable-java
my MSN:[email protected] ,thank you very much !
Regards,
John
Edited by: user11096811 on 2009-4-23 下午10:35
Edited by: user11096811 on 2009-4-26 下午10:56

Similar Messages

  • Issue with Hyperic HQ Java API

    Hello All,
    I use Hyperic 5.8.4
    I have been using Hyperic HQ Java API to fetch disk related metrics and other utilization stuffs.
    Upto 3 Days before the code was working fine. But Now I am unable to fetch disk related metrics.
    I have attached the source code here.
    Totally I have 40 Servers being Monitored and for all the 40 Servers, I am not getting any disk related details.
    But Other statistics are fetched, ( ex. RAM, CPU etc)
    But I am able to see in the GRAPH in the Hyperic dashboard for the disk .
    I am getting the list size to be zero. (line No. 17 )
    Where should I check to solve this error.
    Any help from the community would be appreciated.
    Before 3 days, Hyperic Server was restarted. Where should I trace back.
    Sree

    can any one in the community please help for sorting out this issue.
    I have been with this error for a long time.

  • Language Pack Installation Issues with STVN2.1 JAVA

    Hi,
    I was wondering if anyone has already installed the language pack for STVN2.1 JAVA.
    I installed German and French for SuccessionPlanning and JobArchitecture. The result is that I can no longer logon to both components since the logon screen will not appear due to the following error in the browser
    "Message: 'dropdownSelect_None' is undefined
    Line: 5631  Char: 21  Code: 0
    URI: http://localhost:50000/SuccessionPlanning/Scripts/masterpage.js"
    Ín the masterpage.js on the mentioned line is the following code
    if(i == 0 && (dropdownObj.needsPleaseSelect || thisOption.defaultSelected) && thisOption.value == "")
                        newItemCaption = dropdownSelect_None;
    I do not know JavaScript, but I think that DropdownSelect_None has not been declared/defined in the masterpage.js (at least I did not find a place in the coding).
    I have followed the instructions of the PDF and the readme.txt contained in the installation files. I did not receive an error during installation of the language pack and there are no entries with errors in the installation log. The error appears in IE7 as well as on IE8 on different clients. The log file of the application does not contain errors.
    Furthermore the language pack seems to be buggy itself since the admin console does not work correctly: For instance, when changing tabs in one of the languages, I receive errors that these pages are not available and that I should contact my admin, when this appears again. The names of the languages in the preference settings do not appear in German or French. Quite a lot of the terms lack translation.
    Before I open an OSS message, I thought I'd ask, if anyone of you has faced similar problems.
    Best wishes
    Daniel

    Hi Luke,
    thanks for your answer.
    I know how long an OSS message can take ...
    My hopes had been that someone in the forum has had similar problems, so that I would not have to open the OSS message, especially since our system is only for testing and not a consumer system.
    Anyway, I'll post any results after I will have found the time to open one on SMP.
    Kind regards
    Daniel

  • Issue about Invoking a BPEL Process with the Generic Java API

    I Invoking a BPEL Process with the Generic Java API and apache axis or axis2
    it turn up a error as follow:
    org.apache.axis2.AxisFault: ORABPEL-08021
    Cannot find partner wsdl.
    parnterLink "BPELProcess1" is not found in process "BPELProcess1" (revision "v2008_11_17__38943").
    Please check the deployment descriptor of the process to find the correct partnerLink name.
         at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
         at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
         at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
         at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
         at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
         at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:548)
         at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:528)
         at wf.Test_axis2_callws.main(Test_axis2_callws.java:41)
    i can't solve it !
    what's problem ???
    anyone use java code to invoke bpel process successfully..can show me some example?
    thanks
    chan

    Hi,
    Check below link may help you solve your problem.
    http://www.activevos.com/cec/samples/content/sample-invoke/doc/index.html
    Regards

  • Installation Issues with Win XP

    Hi, how are all of you? I am having installation issues with
    Windows XP. Every time I double click the Adobe Air installer, it
    says, "Installer encounters an error and need to be close"
    I have tried on three different PC. All giving same error. I
    downloaded the installer many time from adobe site but nothing
    works.
    Windows XP SP2
    512MB RAM
    Pentium IV 2.4 GHz Processor
    Any suggestion or help will be greatly appreciated.
    Thanks,
    .:.WAHAB

    Hello Tzeng, thank you for your reply. I could not get to the
    log file you mentioned in your reply but here is file generated
    when I get the error:
    FILE LOCATION
    F:\DOCUME~1\DUR-E-~1\LOCALS~1\Temp\c022_appcompat.txt
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="Adobe AIR Installer.exe"
    FILTER="GRABMI_FILTER_PRIVACY">
    <MATCHING_FILE NAME="Adobe AIR Installer.exe"
    SIZE="42304" CHECKSUM="0xAC3BF086" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR Installer" COMPANY_NAME="Adobe Systems
    Inc." PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="setup.exe" INTERNAL_NAME="setup.exe"
    LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x13891"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:35:52" UPTO_LINK_DATE="02/12/2009 19:35:52" />
    <MATCHING_FILE NAME="AdobeAIRInstaller.exe"
    SIZE="15739760" CHECKSUM="0xA9D06949" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR Installer" COMPANY_NAME="Adobe Systems
    Inc." PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="Adobe AIR Installer.exe" INTERNAL_NAME="Adobe
    AIR Installer.exe" LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems
    Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF1128F"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:35:39" UPTO_LINK_DATE="02/12/2009 19:35:39" />
    <MATCHING_FILE NAME="flashplayer_9_plugin_debug.exe"
    SIZE="1786846" CHECKSUM="0x2FE8A8E1" BIN_FILE_VERSION="9.0.159.0"
    BIN_PRODUCT_VERSION="9.0.159.0" PRODUCT_VERSION="9.0.159.0"
    FILE_DESCRIPTION="Adobe® Flash® Player Plugin Installer"
    COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe®
    Flash® Player Plugin" FILE_VERSION="1.0.20"
    LEGAL_COPYRIGHT="Copyright © 1996-2009 Adobe Systems
    Incorporated and its licensors. All Rights Reserved."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x18FD8B"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="9.0.159.0"
    UPTO_BIN_PRODUCT_VERSION="9.0.159.0" LINK_DATE="01/13/2007
    18:28:10" UPTO_LINK_DATE="01/13/2007 18:28:10"
    VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="setup.msi" SIZE="30720"
    CHECKSUM="0xF9521F1C" />
    <MATCHING_FILE NAME="Adobe AIR\Versions\1.0\Adobe AIR
    Application Installer.exe" SIZE="67392" CHECKSUM="0x78783101"
    BIN_FILE_VERSION="1.5.1.8210" BIN_PRODUCT_VERSION="1.5.1.8210"
    PRODUCT_VERSION="1.5.1" FILE_DESCRIPTION="Adobe AIR Application
    Installer" COMPANY_NAME="Adobe Systems Inc." PRODUCT_NAME="Adobe
    AIR 1.5.1" FILE_VERSION="1.5.1.8210" ORIGINAL_FILENAME="Adobe AIR
    Application Installer.exe" INTERNAL_NAME="Adobe AIR Application
    Installer.exe" LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x145F9"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:34:43" UPTO_LINK_DATE="02/12/2009 19:34:43" />
    <MATCHING_FILE NAME="Adobe AIR\Versions\1.0\Adobe
    AIR.dll" SIZE="7876928" CHECKSUM="0x7F6C1C4D"
    BIN_FILE_VERSION="1.5.1.8210" BIN_PRODUCT_VERSION="1.5.1.8210"
    PRODUCT_VERSION="1.5.1" FILE_DESCRIPTION="Adobe AIR"
    COMPANY_NAME="Adobe Systems Inc." PRODUCT_NAME="Adobe AIR 1.5.1"
    FILE_VERSION="1.5.1.8210" ORIGINAL_FILENAME="Adobe AIR.dll"
    INTERNAL_NAME="Adobe AIR.dll" LEGAL_COPYRIGHT="Copyright 2009,
    Adobe Systems Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0"
    VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32"
    PE_CHECKSUM="0x789021" LINKER_VERSION="0x0"
    UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:33:38" UPTO_LINK_DATE="02/12/2009 19:33:38" />
    <MATCHING_FILE NAME="Adobe CS3\Flash Professional\Adobe
    CS3\Setup.exe" SIZE="2685104" CHECKSUM="0x7309F0C8"
    BIN_FILE_VERSION="1.0.135.0" BIN_PRODUCT_VERSION="1.0.135.0"
    PRODUCT_VERSION="1,0,135,0" FILE_DESCRIPTION="Adobe Setup"
    COMPANY_NAME="Adobe Systems, Copyright 2005-2007"
    PRODUCT_NAME="Adobe Setup" FILE_VERSION="1,0,135,0"
    ORIGINAL_FILENAME="Setup.exe" INTERNAL_NAME="Setup.exe"
    LEGAL_COPYRIGHT="Adobe Systems, Copyright 2005-2007. All rights
    reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x298CDB"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.0.135.0"
    UPTO_BIN_PRODUCT_VERSION="1.0.135.0" LINK_DATE="03/16/2007
    23:30:15" UPTO_LINK_DATE="03/16/2007 23:30:15"
    VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="Adobe CS3\Flash Professional\Adobe
    CS3\WinBootstrapper.msi" SIZE="1823744" CHECKSUM="0x88506662" />
    </EXE>
    <EXE NAME="Adobe AIR.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="Adobe AIR.dll" SIZE="7876928"
    CHECKSUM="0x7F6C1C4D" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR" COMPANY_NAME="Adobe Systems Inc."
    PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="Adobe AIR.dll" INTERNAL_NAME="Adobe AIR.dll"
    LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x789021"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:33:38" UPTO_LINK_DATE="02/12/2009 19:33:38" />
    </EXE>
    <EXE NAME="kernel32.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="983552"
    CHECKSUM="0x4CE79457" BIN_FILE_VERSION="5.1.2600.2180"
    BIN_PRODUCT_VERSION="5.1.2600.2180" PRODUCT_VERSION="5.1.2600.2180"
    FILE_DESCRIPTION="Windows NT BASE API Client DLL"
    COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft®
    Windows® Operating System" FILE_VERSION="5.1.2600.2180
    (xpsp_sp2_rtm.040803-2158)" ORIGINAL_FILENAME="kernel32"
    INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft
    Corporation. All rights reserved." VERFILEDATEHI="0x0"
    VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2"
    MODULE_TYPE="WIN32" PE_CHECKSUM="0xFF848" LINKER_VERSION="0x50001"
    UPTO_BIN_FILE_VERSION="5.1.2600.2180"
    UPTO_BIN_PRODUCT_VERSION="5.1.2600.2180" LINK_DATE="08/04/2004
    07:56:36" UPTO_LINK_DATE="08/04/2004 07:56:36"
    VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>
    Seems like an XML doc.
    I tried by extracting all the file with WinRAR but nothing
    worked
    Please let me know if you need more information.
    Thanks
    .:.WAHAB

  • Critical issue with Berkeley Java API

    Hi
    While using Java API to access BDB, and when multiple requests are made at the same time, I am getting the following error:
    unable to allocate memory for mutex; resize mutex region
    Exception in thread "main" java.lang.OutOfMemoryError: Cannot allocate
    memory: unable to allocate memory for mutex; resize mutex region
    at com.sleepycat.db.internal.db_javaJNI.DbEnv_open(Native Method)
    at com.sleepycat.db.internal.DbEnv.open(DbEnv.java:317)
    at
    com.sleepycat.db.EnvironmentConfig.openEnvironment(EnvironmentConfig.java:3886)
    at com.sleepycat.db.Environment.<init>(Environment.java:93)
    at com.yht.util.BDBReader.createPrimaryDatabase(BDBReader.java:78)
    at com.yht.util.class5.cdr.CdrReader.<init>(CdrReader.java:78)
    at com.yht.util.class5.cdr.CdrReader.main(CdrReader.java:233)

    Hi,
    Is this issue critical enough not to [run a search on the forum|http://forums.oracle.com/forums/ann.jspa?annID=244] for the "unable to allocate memory for mutex; resize mutex region" error?
    Database in memory causing exception
    Re: Error message "Not Enough Space"
    Problem: unable to allocate memory for mutex; resize mutex region
    unable to allocate memory for mutex; resize mutex region
    The problem is caused by the incorrect configuration of the mutex region size. Increasing the number of mutexes by calling one of the two methods should fix it:
    http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/EnvironmentConfig.html#setMutexIncrement%28int%29
    http://www.oracle.com/technology/documentation/berkeley-db/db/java/com/sleepycat/db/EnvironmentConfig.html#setMaxMutexes%28int%29
    Thanks,
    Bogdan Coman

  • Performance issue with Business Objects Java JRC API in CRXI R2 version

    A report is developed using java JRC API in CR XI release 2. When I generate the report in the designer, it took less than 5 seconds to display the results in crystal report viewer inside the designer. But in the QA environment, when I generate the same report from the application, it takes almost 1 to 1.5 minutes to display the same results in PDF. I also noticed that if the dataset contains bigger volume of data, then the reports are taking even longer almost 15 to 20 minutes.
    While generating the report from the application, I noticed that most of time is taken during the execution of the com.crystaldecisions.report.web.viewer.ReportExportControl Object method as shown in following line of code
    exportControl.processHttpRequest(request, response, context, null)
    We thought the delay in exporting the report to PDF might be the layout of the report and data conversion to PDF for such a bigger volume of data.
    Then we investigated the issue and experimented quickly to generate the same report with same result set data from the application using XML, XSL and converted the output XSL-FO to PDF using Apache FOP (Formatting Objects Processor) implementation. The time taken to export the report to PDF is less than 6 seconds. By doing this experiment, it is proved that the issue is not with conversion of data to PDF but it is the performance problem with Business Objects Java JRC API in CR XI R2.
    In this regard, I searched for the above issue in the SAP community Network Forums -> Crystal Reports and Xcelsius -> Java Development -> Crystal Reports. But I did not find any answers or solutions for this kind of issue in the forums.
    Any suggestion, hint in this matter is very much appreciated.

    Ted, The setReportAppServer problem is resolved. Now I could able to generate the report with hardcoded values in the SQLs in just 6 seconds where as the same report was generated in CRXI R2 in 1 minute 15 seconds as mentioned in the earlier message.
    But, our exisiting application passes the parameter values to the SQLs embedded in the report. For some reason the parameters are not being passed to the report and the report displays only the labels without data.
    As per the crj 12 samples codes, the code is written as shown below.
    1. Created ReportClient Document
    2. SetReportAppServer
    3. Open the report
    4. Getting DatabaseController and switching the database connection at runtime
    5. Then setting the parameters as detailed below
    ParameteFields parameterFieldController = reportClientDoc.getDataDefController().getParameterFieldController();
    parameterFieldController.setCurrentValue("", "paramname",paramvalue);
    parameterFieldController.setCurrentValue("", "paramname",paramavalue);
    byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF); 
    6. Streaming the report to the browser
    Why the parematers are not being passed to the report?  Do I need to follow the order of setting these parameters?  Did I miss any line of code for setting Params using  crj 12?
    Any help in this regard would be greatly appreciated.

  • Compatibility issues between Berkeley DB Java Edition and Berkeley DB

    We are trying to use both Berkeley DB Java Edition and Berkeley DB (Java/C) in one of our projects. However, they share the common classes (i.e. EntryDingin.java), but with their own different impementation. Is there any reason that they have to share the same names/packages? Can we request to have the shared java classes going into different packages?
    Thanks
    Yao

    Hello Yao,
    You're correct and the DB and JE products were not designed to run under the same classloader in the same JVM. It is very unlikely that we'll be changing the package names, since that would be very disruptive and yet have no value for the overwhelming majority of users. We will note your request, however, for future reference.
    The two workarounds I know of are:
    1. Use a separate classloader for the use of each product.
    2. Use a tool such as jarjar links (http://code.google.com/p/jarjar/) to rename the packages in one or both of the products.
    Option 2 is not something we (the JE team members) have experience with, but it was used successfully by a JE user. The user also pointed out a bug in the jarjar tool to be aware of: http://code.google.com/p/jarjar/issues/detail?id=21
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Issue with new EWS Java 1.2 license and ambiguity

    If this isn't the proper place for this thread, then please let me know where it should go.
    I noticed that EWS Java 1.2 has been marked with an Apache 2.0 license. Let me just say this...
    FINALLY!
    If ever there was a project that needed it, it's EWS Java. That API has seemingly turned into abandonware and the old license forbade redistribution of modified source, so the many bugs in it had to be independently fixed by devs around the world. Not fun.
    With a proper open source license, this problem can be alleviated.
    HOWEVER...
    After downloading the zip file from the new EWS Java page, I've found that while the Apache 2.0 license is present in the root directory, the earlier and more restrictive license is still present in the project directory. This introduces ambiguity into the
    license terms. Not good. I would not be comfortable redistributing modified (or even original) source code with this kind of ambiguity, even if it's just an oversight on Microsoft's part. Please remove the old license entirely from the API.
    Also, if possible, can this get an official repository? The new license is great, but with only a zip file as an "official" source, it's begging for fragmentation across who-knows-how-many repositories and accounts, especially since it's not even
    a proper Maven project.
    I'd love to do some work on EWS Java myself (I've already fixed a number of bugs), but with the license issues and lack of an official repository, that doesn't seem terribly feasible.

    I'm not sure if you're going to be able to reliably find an actual fulltime MSFT person (especially targeted towards a specific product group) in any of these forums. You might try posting a comment on this blog post though, that might help get someone's
    attention:
    http://blogs.msdn.com/b/exchangedev/archive/2013/01/03/ews-java-api-1-2-get-started.aspx?Redirected=true#comments
    We do have a Microsoft employee who moderates this forum, but since this forum is only meant for feedback on the defunct TechNet subscriptions I don't think he'll be able to help you out very much. We'll see though, maybe Mike has some Exchange team connections
    that I don't know about.
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Bootcamp windows 8.0 pro installation issue with early 2015 Macbook Pro

    I am having this issue with installing Windows 8.0 pro (and 8.1 pro) on my early 2015 MacBook pro vs. Bootcamp. I have tried different method for  multiple times and all failed. Any help is appreciated.
    Hardware: (1) early 2015 MacBook Pro with 128GB (13 inches) , (2) Sony USB DVD burner. (3) Two 16 gb flash drive 2.0 version from two different manufactures
    Software: (1) 8.0 Pro ISO on flash drive from Microsoft (I have two copies) (2) 8.1 Pro downloaded from Microsoft website.
    Note -  I was able to download the bootcamp supporting files successfully and copy to a USB flash drive.
    Method 1 - Create the installation disk from ISO on flash drive and also tried copying ISO on hard drive (desktop)- failed.
    I have a 16 GB flash drive (2.0V) connected
    ISO is a valid 8.0 pro copy from Microsoft came on a flash drive.
    I have the windows 8.0 pro ISO on a flash drive and plugged in.
    Issue -  It gets to around 50% of "Copying Windows files..." and then doesn't go any further.  8 hours later, still stuck at around 50%.  I also tried to do the copy ISO from desktop. failed as well.
    Method 2 - I repeat the above steps with Windows 8.1 ISO downloaded Microsoft website - failed. Stuck at 50% copying windows file for 9 hours.
    Method 3 - I burned the Windows 8.0 pro ISO to a DVD and try to do the installation through a DVD instead.  DVD was successfully created.
    I was able to perform the partition.  When the computer reboots, it starts the window installation. However, it got stuck at 7% forever. I tried this multiple times and failed.
    Method 4 - I download a 8.1 Pro ISO from Microsoft website, I burned it to a DVD. Repeat method 3,  Again, windows installation stuck at 7%.
    Method 5 - I called Apple. - What they told me is pretty much repeat the above steps. Still failed.

    The ISO file(s) being downloaded seem to be corrupted. Can you use Microsoft FCIV tool - https://support.microsoft.com/en-us/kb/841290?wa=wsignin1.0 ?
    The DVDs should be burnt at the recommended rate for the physical media. DU should be used for burning the DVDs.
    Reference Disk Utility 12.x: Burn a disk image to a CD or DVD and Boot Camp: Creating an ISO image from a Windows installation DVD - Apple Support.

  • SAP R/3  4.6 Installation issue with SAPMMC

    Hi ALL,
    Hi ,
    We are installing SAP 4.6 C SR2 on AIX and Window environment.
    Both CI and DB Instances are in AIX box and DI is on Windows env.
    we completed our SAP R/3 4.6 c sr2 CI and DB Installations with all the Patch levels on AIX 5.3 p570.
    Now we are working on SAP Application Server Installation, We Configured SAMBA on AIX Boxes and able to communicate with AIX from Windows application servers.
    During the Application Installations , we followed the domain install , we got some minor issues and we fixed those, finally the installation went fine and successfully.
    Now we are facing one Issue with SAPMMC- When we try to start the sap from SAPMMC the status remains in "YELLOW" with "Running but dialog Queue info unavailable"  Error, Even r3trans -d working fine and we are able to logon to the SAP system through Application Server and run
    transactions .
    we applied note #72248 . but we still running the same problem.
    I would really appreciate If any one  provide some sugessions , on this issue.
    Thanks in advance
    Nara.
    [email protected]

    Hi.
    I've just carried out this architecture. You have to check 2 things:
    1- Are your DB software levels the same? (AIX + Windows)
    2- Have you checked connectivity from client to DB server?
    Regards,
    Fatih Erten

  • Problems with async callback with the BPEL Java API (Urgent- pls help)

    Hi,
    I have an async BPEL process and I invoke it form a JSP page using BPEL java API.
    I have followed the tutorials and docs at:
    $SOA_HOME/bpel\samples\tutorials\102.InvokingProcesses\rmi\com\otn\samples\async
    I can inititiate successfully the process, but when I try to get the result using getResult() or getField(String fieldName) methods I get the error:
    Oct 2, 2007 2:35:16 PM oracle.j2ee.rmi.RMIMessages EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER
    WARNING: Exception returned by remote server: {0}
    java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at com.evermind.io.ClassLoaderObjectInputStream.resolveClass(ClassLoaderObjectInputStream.java:33)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1538)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1460)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1693)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
         at com.evermind.server.rmi.RMIClientConnection.handleMethodInvocationResponse(RMIClientConnection.java:856)
         at com.evermind.server.rmi.RMIClientConnection.handleOrmiCommandResponse(RMIClientConnection.java:287)
         at com.evermind.server.rmi.RMIClientConnection.dispatchResponse(RMIClientConnection.java:242)
         at com.evermind.server.rmi.RMIClientConnection.processReceivedCommand(RMIClientConnection.java:224)
         at com.evermind.server.rmi.RMIConnection.handleCommand(RMIConnection.java:152)
         at com.evermind.server.rmi.RMIConnection.listenForOrmiCommands(RMIConnection.java:127)
         at com.evermind.server.rmi.RMIConnection.run(RMIConnection.java:107)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.util.MissingResourceException: Can't find bundle for base name com.collaxa.cube.i18n.exception_cube, locale en_US
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:699)
         at com.collaxa.cube.CubeException.getResourceBundle(CubeException.java:142)
         at com.collaxa.cube.CubeException.<clinit>(CubeException.java:82)
         ... 17 more
    07/10/02 14:35:16 java.lang.ClassCastException: java.util.MissingResourceException
    07/10/02 14:35:16      at com.oracle.bpel.client.delivery.ext.async.thread.AsyncInstanceWatchdog.run(AsyncInstanceWatchdog.java:152)
    I check for the result only after I have checked that the instance is closed (completed or faulted) by using IInstanceHandle:getState() and InstanceHandle.STATE_CLOSED_COMPLETED, or IInstanceHandle.STATE_CLOSED_FAULTED
    I would like to add that so far I had no problems with invocation and geting result of sync BPEL processes. I do not what is missing for async processes.
    Any kind of help is appreciable.
    Thanks and best regards,
    Evanela

    Hi again,
    i managed to solve the problem:) Totally stupid.. the process variable name was not specified correctly..., but more stupid sounds the error message:))))
    Best Regards,
    Evanela

  • Any Invalid Serial Number Installation Issue With PSE 12 - PE 12 Windows or Mac ?

    http://forums.adobe.com/message/5711110#5711110
    Today I went from Photoshop Elements 12 and Premiere Elements 12 tryouts to the purchased boxed versions that came with two installation discs. One of the discs was for Photoshop Elements 12 and Premiere Elements 12 Windows and the other for these versions on Mac.
    On Windows 7 Professional SP1 64 bit desktop computer, I was hit with Invalid Serial Number for the installation of Photoshop Elements 12 which I did first. Tried 4X, double and triple checking to make sure this was not "user error". It was not. On the 5th try, the purchased serial number was accepted and the installation went to a successful completion.
    Tonight a friend alerted me to reports of similar happening for a lot of Photoshop Elements 12 Mac users. See the link posted at the top of my post.
    At no time did I see this problem with Premiere Elements 12 installation from the same disc as for Photoshop Elements 12 installation.
    Afterward, I installed these programs with the same installation disc on my laptop computer Windows 8 64 bit, I did not have any problems with either installation.
    At this time, I do not know if this Invalid Serial Number is elusive to Photoshop Elements 12 or not.
    If anyone is experiencing this problem with Premiere Elements, please let us know.
    From the link above, it would appear that Adobe is working on the issue.
    Thanks.
    ATR

    shikha
    Thanks for the reply.
    In my case, I had the network firewalls and anti-virus disabled when I did the installs of Photoshop Elements 12 and Premiere Elements 12 on Windows 7 64 bit as well as Windows 8 64 bit.
    I was fortunate in that a 5th try of the serial number entry for the Photoshop Elements 12 install on Windows 7 64 bit was successful, so I did not have to do the computer restart and retry of the install with the purchased serial number. But, good to keep in mind, just in case.
    It is ironic...last time around I got caught up in the Shared Technologies issues with Photoshop Elements 11 and Premiere Elements 11 on Windows 8 64 bit, not Windows 7 64 bit. But, in that case, I did find my way eventually to a successful install on Windows 8 64 bit. This time around it was Windows 7 64 bit where the glitch occurred, but, for me, only for Photoshop Elements 12.
    But, could you clarify...are you generalizing that Photoshop Elements 12 Mac Invalid Serial Number is due to server issues and Invalid Serial Number encountered by Photoshop Elements 12 Windows is  "online - due to some firewall or network issues"?
    Just getting prepared for if and when more questions on Invalid Serial Number might pop up in this forum.
    Thanks.
    ATR

  • A weird installer issue with xcode

    This is a new macbookpro i bought only a few weeks ago. I installed xcode on it, then removed it due to the fact that i needed to put some really huge hd video files, which needed all the hard disk space i could muster. After moving the videos from my mbp to my external hd, i tried to install xcode again. However, xcode's mpkg won't open, no matter how many times i open it with installer. Other mpkgs and pkgs work fine. What's the problem?

    Hi rhonnywhoop, and welcome to the Dev Forum!
    rhonnywhoop wrote:
    I installed xcode on it, then removed it ... i tried to install xcode again.
    There's no such thing as a weird issue with Xcode after an uninstall-install again cycle. Almost anything can go wrong and weird is the rule, not the exception. But yes, most of the strange problems show up after the installation (e.g., Xcode won't open, Xcode starts up but gcc always fails, Interface builder won't read nib files, etc., etc.). If I needed disk space for a video, I'd probably get another drive before I'd uninstall Xcode, but then I use Xcode all the time. Plus it's too late for that advice, so I'll try my best to point you in the right direction.
    A few questions:
    1) Was there any message when the mpkg failed to open? Please post any such message for us;
    2) Did you install from the DVD that came with your MacBook, or did you download a dmg from the Mac or iPhone Dev Center? If you haven't tried downloading the latest Xcode version yet, that might be worth trying;
    3) Did you uninstall from Terminal, using the command given in the Xcode doc (e.g. /Developer/"About Xcode Tools.pdf"? If not, how did you uninstall the prior Dev Tools?
    4) Is any entry made in one of your logs at the time of the failure? E.g., open Console.app (in /Applications/Utilities) and look for the most recent entries in install.log and system.log. If you find anything like that, please post it for us;
    5) Have you tried any additional cleanup besides the recommended uninstall (question 3, above)? Based on case histories in this and other forums, the most powerful trick is to rename /Developer (e.g. to /OldDev). Other tips will be found by searching on terms like "uninstall" or "clean" in this forum.
    In general, we can assume that since your previous installation was successful, the game is to restore your system to its past condition. This may seem like a no-brainer, but it might help to rule out irrelevant conditions as you try one thing after another. In fact, some developers have cleaned up by re-installing the entire system (needless to say, be sure to try restarting your system before resorting to anything that drastic!). On the other hand, some developers have reported that installing a more recent version of the Dev Tools (if any), can clean up a problem when repeated installs of the same system fail.
    I hope something above will lead you to a solution. Several other developers who regularly contribute to this forum know much more than I do about installation problems. For example, if etresoft joins this thread, be sure to follow his instructions completely and before any others.
    \- Ray

  • [SOLVED] Post installation issues with KDE 4.7.0

    I reinstalled my machine (DELL Studio 540 PC) with Arch Linux 64 bit. I did an install using LVM2 and RAID (have 2 500 GB drives in my machine). Everything went fine with the installation and bootloader (grub2) but I'm having a few issues with KDE and grub2.
    1. When booting my machine grub2 gives an error saying "error: fd0 not found" (twice). My machine does not have a floppy drive and has never had one. There is no option in the BIOS to turn floppy off. So why is grub2 complaining about it?
    2. With KDE 4.7.0 thumbnails of pdf files are not generated anymore, they were with previous versions of KDE4. Anybody else have that issue with 4.7?
    3. I have and Brother DCP-7045n printer in my network and when try to print from a KDE program (Koffice, Kate, Kwrite, Kile etc.), the margins are completely messed up. The print preview on the screens looks right but the actual print everything shift upwards to the right. So things on top of a page are cut off for example. Printing from Gnome/GTK apps (Acrobat Reader, Libreoffice etc.) do not show this behaviour. I 've had this issue with KDE4 since KDE 4.3. Here is the original ustream bug:
    https://bugs.kde.org/show_bug.cgi?id=196590
    Anybody got an idea how to fix this?
    4. Skype is crashing on me on startup constantly several times before it finally runs. I've had this problem since the 2.2.x series got released? Anybody got a fix for that. I was hoping a reinstall would fix that problem (same with the printing issue) but no luck.
    5. I'm using KDE's microblogging plasma app to check my twitter account but I can't get to remember my password. Everytime I log into I have to manually login to my twitter and kdewallet is running and has my password stored and everything. This one really pusles me.
    6. The final issue I having and issue was also the  reason why I wanted to reinstall my machine in the first place. I originally used KDEmod as my desktop but they stopped making KDEmod some time ago when they started working on Chakra. So I removed KDEmod and installed KDE from Arch directly. A nice feature of KDE4 is its ability to generate previews on folders containing images and videos. When I switched to KDE that feature stopped working. So I was expecting that with a fresh install that this work and it does except for folders containing jpeg files. If I have a folder containing only jpeg files no previews/thumbnails are generated on the folder but previews the jpeg files themselves are generated. Does anybody else have that problem with jpegs and folder previews?
    Hope somebody can help me with these few issues...
    Last edited by fettouhi (2012-04-05 06:00:06)

    benny_kenobi wrote:
    fettouhi wrote:1. When booting my machine grub2 gives an error saying "error: fd0 not found" (twice). My machine does not have a floppy drive and has never had one. There is no option in the BIOS to turn floppy off. So why is grub2 complaining about it?
    Have you installed grub2 with that --no-floppy flag as described in:
    https://wiki.archlinux.org/index.php/Grub2#BIOS_systems?
    fettouhi wrote:2. With KDE 4.7.0 thumbnails of pdf files are not generated anymore, they were with previous versions of KDE4. Anybody else have that issue with 4.7?
    fettouhi wrote:Does anybody else have that problem with jpegs and folder previews?
    Nope. Is it selected in dolphin>settings>general>previews.
    fettouhi wrote:5. I'm using KDE's microblogging plasma app to check my twitter account but I can't get to remember my password.
    Well that won't be a solution, but you might use choqok instead - at least it stores the password.
    To answer your first answer, yes I installed grub2 with the --no-floppy option as mentioned in the wiki. Regarding 2 I don't understand why that works for you then? I have all things turned on under previews (folder, video, jpeg etc.) but as mentioned in my first post I have no previews with pdf files and jpegs do generate on folder previews. Finally regarding 5 the microblogging plasma app worked fine on my old installation even after I updated to KDE 4.7.0. The password issue I'm having is on my fresh install.

Maybe you are looking for