Custom Adapter Development - Some bugs is the development process

hi
I'm working through the steps in the document "BEA WebLogic Integration -
Developing Adapters" - Chapter 4 Creating a Custom Environment.
I'm using the version of WLS 8.1.1 on the dev2dev trial CD.
I've encountered the following errors which I think are bugs and should be
fixed:
=========================================================
1. Incorrect naming of a properties file
=============================
Step 2. Rebuild the Tree - when running "ant release" immediately after
generation, the build fails with the following error:
Buildfile: build.xml
packages:
[echo] Building NICOLSON_SAMPLE_1_0...
generate_web_descriptors:
[java] Substituting web descriptor variable: display-name
[java] Substituting web descriptor variable: version
[java] Substituting web descriptor variable: extra-jsp-servlets
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: request-handler-class
[java] Substituting web descriptor variable: debug-setting
[java] Substituting web descriptor variable: extra-jsp-servlet-mappings
[java] Generated web.xml as:
C:\software\devtools\bea\weblogic81\integratio
n\adapters\nicolson\project\..\..\..\adapters\nicolson\src\war\WEB-INF\web.x
ml
merge_properties:
[echo] Merging NICOLSON_SAMPLE_1_0-base.properties and ADK.properties
[echo]
props_dir=C:\software\devtools\bea\weblogic81\integration\adapters\n
icolson\project/../../../adapters/nicolson/src
WLI_HOME=C:\software\devtools\bea
\weblogic81\integration\adapters\utils\ant/../../..
[concat] File
C:\software\devtools\bea\weblogic81\integration\adapters\nicols
on\src\NICOLSON_SAMPLE_1_0-base.properties does not exist.
BUILD FAILED
java.lang.NullPointerException
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:103)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at org.apache.tools.ant.taskdefs.Concat.catFiles(Concat.java:353)
at org.apache.tools.ant.taskdefs.Concat.execute(Concat.java:271)
at org.apache.tools.ant.Task.perform(Task.java:317)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
at org.apache.tools.ant.Task.perform(Task.java:317)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at org.apache.tools.ant.Main.runBuild(Main.java:610)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
Total time: 1 second
This is occuring for because Step 1. Execute GenerateAdapterTemplate is
generating an incorrectly named properties file in the src directory.
i.e. it is generating NICOLSON_SAMPLE_1_0.properties when it should
generate NICOLSON_SAMPLE_1_0-base.properties
On correcting this problem, the next error will occur
==================================================
2. Missing junit.jar in wli_home/lib
==========================
Buildfile: build.xml
packages:
[echo] Building NICOLSON_GENERIC_1_0...
generate_web_descriptors:
[java] Substituting web descriptor variable: display-name
[java] Substituting web descriptor variable: version
[java] Substituting web descriptor variable: extra-jsp-servlets
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: request-handler-class
[java] Substituting web descriptor variable: debug-setting
[java] Substituting web descriptor variable: extra-jsp-servlet-mappings
[java] Generated web.xml as:
C:\software\devtools\bea\weblogic81\integratio
n\adapters\sal\project\..\..\..\adapters\sal\src\war\WEB-INF\web.xml
merge_properties:
[echo] Merging NICOLSON_GENERIC_1_0-base.properties and ADK.properties
[echo]
props_dir=C:\software\devtools\bea\weblogic81\integration\adapters\s
al\project/../../../adapters/sal/src
WLI_HOME=C:\software\devtools\bea\weblogic8
1\integration\adapters\utils\ant/../../..
[javac] Compiling 15 source files
[javac]
C:\software\devtools\bea\weblogic81\integration\adapters\sal\src\com
\nicolson\base\integration\sample\jca\bea\sal\spi\NonManagedScenarioTestCase
.jav
a:9: package junit.framework does not exist
[javac] import junit.framework.*;
[javac] ^
[javac]
C:\software\devtools\bea\weblogic81\integration\adapters\sal\src\com
\nicolson\base\integration\sample\jca\bea\sal\spi\NonManagedScenarioTestCase
.jav
a:20: cannot resolve symbol
There was no junit.jar in WLI_HOME/lib. The problem disappears once this jar
is added.
===============================================================
3. Class not found error when running tests using "ant test"
==========================================
Buildfile: build.xml
packages:
[echo] Building NICOLSON_SAMPLE_1_0...
generate_web_descriptors:
[java] Substituting web descriptor variable: display-name
[java] Substituting web descriptor variable: version
[java] Substituting web descriptor variable: extra-jsp-servlets
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: request-handler-class
[java] Substituting web descriptor variable: debug-setting
[java] Substituting web descriptor variable: extra-jsp-servlet-mappings
[java] Generated web.xml as:
C:\software\devtools\bea\weblogic81\integratio
n\adapters\nicolson\project\..\..\..\adapters\nicolson\src\war\WEB-INF\web.x
ml
merge_properties:
[echo] Merging NICOLSON_SAMPLE_1_0-base.properties and ADK.properties
[echo]
props_dir=C:\software\devtools\bea\weblogic81\integration\adapters\n
icolson\project/../../../adapters/nicolson/src
WLI_HOME=C:\software\devtools\bea
\weblogic81\integration\adapters\utils\ant/../../..
test:
[java] <3/10/2003 10:40:37 AM EST> <Debug> <NICOLSON_SAMPLE_1_0>
<000000> <
added new configuration from file 'NICOLSON_SAMPLE_1_0.xml' with root
category '
NICOLSON_SAMPLE_1_0' to category hierarchy for locale 'en_US'>
[java] Loading
com.nicolson.integration.bea.sample.spi.NonManagedScenarioTe
stCase for inclusion in the test suite
[java] Loading
com.nicolson.integration.bea.sample.event.OfflineEventGenera
torTestCase for inclusion in the test suite
[java] EXCEPTION: attempted to load
com.nicolson.integration.bea.sample.eve
nt.OfflineEventGeneratorTestCase
[java] java.lang.ClassNotFoundException:
com.nicolson.integration.bea.sampl
e.event.OfflineEventGeneratorTestCase
[java] at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
[java] at java.security.AccessController.doPrivileged(Native
Method)
[java] at
java.net.URLClassLoader.findClass(URLClassLoader.java:186)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
[java] at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
[java] at
com.bea.adapter.test.TestHarness.suite(TestHarness.java:61)
[java] at
com.bea.adapter.test.TestHarness.main(TestHarness.java:96)
[java] java.lang.NoSuchMethodError:
junit.textui.TestRunner.run(Ljunit/fram
ework/Test;)V
[java] at
com.bea.adapter.test.TestHarness.main(TestHarness.java:96)
[java] Exception in thread "main"
[java] Java Result: 1
BUILD SUCCESSFUL
Total time: 2 seconds
The missing test case is being explicitly excluded from the build:
<javac deprecation='true' debug='true'>
<classpath refid='CLASSPATH'/>
<src path="${SRC_DIR}"/>
<include name="**/*.java"/>
<exclude
name="com/nicolson/integration/bea/sample/event/OfflineEventGeneratorTestCas
e.java" />
<exclude name="war/jsp_servlet/**"/>
</javac>
If it is included, the following compile error occurs...
C:\software\devtools\bea\weblogic81\integration\adapters\nicolson\project>an
t re
lease
Buildfile: build.xml
packages:
[echo] Building NICOLSON_SAMPLE_1_0...
generate_web_descriptors:
[java] Substituting web descriptor variable: display-name
[java] Substituting web descriptor variable: version
[java] Substituting web descriptor variable: extra-jsp-servlets
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: adapter-logical-name
[java] Substituting web descriptor variable: request-handler-class
[java] Substituting web descriptor variable: debug-setting
[java] Substituting web descriptor variable: extra-jsp-servlet-mappings
[java] Generated web.xml as:
C:\software\devtools\bea\weblogic81\integratio
n\adapters\nicolson\project\..\..\..\adapters\nicolson\src\war\WEB-INF\web.x
ml
merge_properties:
[echo] Merging NICOLSON_SAMPLE_1_0-base.properties and ADK.properties
[echo]
props_dir=C:\software\devtools\bea\weblogic81\integration\adapters\n
icolson\project/../../../adapters/nicolson/src
WLI_HOME=C:\software\devtools\bea
\weblogic81\integration\adapters\utils\ant/../../..
[javac] Compiling 1 source file
[javac]
C:\software\devtools\bea\weblogic81\integration\adapters\nicolson\sr
c\com\nicolson\integration\bea\sample\event\OfflineEventGeneratorTestCase.ja
va:1
62:
com.nicolson.integration.bea.sample.event.OfflineEventGeneratorTestCase.Test
EventRouter should be declared abstract; it does not define getName() in
com.nic
olson.integration.bea.sample.event.OfflineEventGeneratorTestCase.TestEventRo
uter
[javac] class TestEventRouter
[javac] ^
[javac] 1 error
BUILD FAILED
file:C:/software/devtools/bea/weblogic81/integration/adapters/nicolson/project/b
uild.xml:340: Compile failed; see the compiler error output for details.
Total time: 2 seconds
This is because an inner class used in the test case does not fully
implement methods of the interface it realizes.
In fact it is missing a number of methods.
=========================================================
Just as well I'm only doing a personal eval :)
Regards
Jim Nicolson

Dear Aandi,
I am really thankful to you for this. I will suggest this to the business and then they can contact adobe for this. Thanking you once again for providing me with all the valueable info. You have been instrumental in helping me out in my project.
Best Regards,
Deepak Goyal

Similar Messages

  • I import photos into lightroom and they appear just fine and then after 'developing' some disappear from the library though they still exist in the previous import window

    I import photos into lightroom and they appear just fine and then after 'developing' some disappear from the library though they still exist in the previous import window

    Running MacOS 10.9.4 16 Gb RAM Lightroom v5.2

  • HCM Processes & Forms - Some questions about the PD Processes

    Hi Experts,
    At my Organisation we use HCM Processes and Forms and Organisation Management and MSS to manage Position Based Security (PBS).
    The MSS Managers have requested a form be developed which they can use to extend an existing Position to Employee temporary assignment (IT1001 S-P with A081 relationship) which is due to expire within the next 30 days. We recently upgraded to ECC EHP6 and I thought I would now have a go at developing this Form.
    While researching in SCN and SAP Press books on the ‘HCM Processes and Forms’ topic, I have discovered a lot of information that has assisted me so far in progressing this solution.
    There are a few givens that I have confirmed so far, which are as follows;
    Since we are using Positions (Organisation Management), the only option available here is to use the PD Process, which implies using the SAP_PD Back_End Service. Therefore this become the baseline to build upon.
    While researching in SCN and SAP Press books on this subject I could not find relevant information about what is possible using the SAP_PD Service to achieve my solution design for the above requirements and thus my post to the HCM P&F Community for assistance.
    My questions are as follows;
    In the solution design, I was considering to use the “Process without Start Object” or “Mass Start” to skip Step 1 - “Selection Object” and use a Generic Service to get all the positions for the Manager (along the lines of the SAP Standard Generic Service - find Positions in Manager’s area of Responsibility) and only retain the Positions where the End Date for the IT1001 A081 relationship in between the Effective Date and Effective Date plus 30 days. This should provide me with all the positions under the Manager that have the A081 relationship with the assigned employee that are about to expire within the next 30 days.
    I want the result presented on the Form in a Table format so that the Manager has to enter the Extension Start Date and End Date for the new assignment period.
    Is this possible using Standard Design Time functionality?
    2.       Or Instead of Question 1, could I use OADP to achieve the same result using a custom search class to return a list of multiple objects (Positions)which is used to populate the form?
    3.       I get the impression that the ‘Mass Start’ process is mainly for multiple employees. Can it also be used for multiple PD objects?
    4.       I get the impression that if I used the ‘Mass Start’ option I could only use this if I was CREATING a new object or assignment? (I take it that you cannot use the Mass Start option to CHANGE multiple existing objects. Only because I have not seen any SAP Standard examples of this yet!)   Please confirm if this is possible?
    5.       Has anyone used the “Query for Mass Start” option on a Process? How does that work? (Could I write a ‘SAP Query’ to get the positions I am interested in under the Manager?) Is there a sample SAP Standard process that uses a query?
    Your assistance would be greatly appreciated.
    Thanks in Advance.
    Regards,
    Steve

    no limit
    no limit
    limitations of what?
    you can use forms on mac, pc, and other systems

  • I missed some steps during the installation process of iOS7 to my iPhone. How do I fix it?

    I have a 16GB, white, not jailbroken 4S. During the instalation process it asks me to connect to wi-fi to set someting about the Find my iPhone, iCloud and iMessage. Unfortunately I don't have wi-fi so I just click the "continue " at the top-right corner. How do I fix it? Please help.

    What I did was I accept the terms and condition for the iCloud.
    I turned on my iMessage. I still have questions.
    First for the iMessage, how will you know if you're using the iMessage?
    Will there be deductions to my credit if I'm using iMessage?
    And my third question is, I press the "Lost Mode" in Find my iPhone app, ask me a number to where the person who found my iPhone can call me, followed some steps, and after a minute it appeared that my iphone is lost and there's a message like "this iPhone is lost, please call this number". Is it normal?
    Sorry for having many questions, I'm still not used to iOS7. Hope you can answer all my questions

  • Hi there I have been using lightroom 5 and photshop cc with no problems, but since I have downloaded lightroom cc I have issues. The version of lightroom 5 installed on my computer no longer works, but when I try to develop an image in the develop screen

    Can anyone help me with the above I am using a PC running windows 7?

    Scrapchik for information on how to reinstall Photoshop CC please see CC desktop lists applications as "Up to Date" when not installed - http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html.
    Did you use system restore or did you reinstall from a setting within your computer?

  • Code to retrive the sender and receiver interface names using custome adapter module

    Hello Team,
    I want to develop an custom adapter module which could retrieve the names of the sender and receiver interfaces of the scenario and for that i am trying to use com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet but i don't know whether this API will support or not and also i don't know how to develop the code using this API so please suggest me some code for it so that i could retrieve the names.
    Thanks you all in advance.
    Regards,
    Avinash.   

    Hi,
    Just ASMA setting will do the needful. Are you planning to rename your target file name. If yes then only you will require UDF.
    Update: Since your directory name will be taken from source file name then you have to use mapping for this, else it will not be possible.
    I don't know if creating a new module for this will help you solve the issue, but in that case rather creating adapter module, mapping will be easier.
    Regards,
    Sarvesh
    Edited by: Sarvesh Singh on Dec 7, 2009 3:04 PM

  • What's up with the Develop Safari menu item?

    I recently noticed on this MBP a Safari menu tab labeled "Develop" which is located between the Bookmarks and Window menu items.
    On my other MBP there is no such menu item.
    I have the Apple developer installed on both boxes, so that's not necessarily the reason.
    Under this Develop menu item are such odd items as
    Show Snippet Editor
    Show Web Inspector
    and many other interesting items.
    Does anyone else have this item and if so, how did it get there?
    I just found out the answer myself.
    It's selectable in the Preference->Advanced menu
    Try it - it's interesting.
    Message was edited by: nerowolfe

    As far as I can make out the Develop menu replaces the old Debug menu. The Debug menu was somewhat arcane, requiring a 3d-party utility program or a Terminal command to make it appear. In early versions of Safari, I believe there was a means to send Safari bug reports to Apple (now moved to the Safari menu).
    I used Debug mostly for websites that didn't recognize or weren't compatible with Safari. The User Agent option, that allows Safari to address websites as if it were a different browser, was very helpful. There was a period of several months, before my bank geared up for Safari, when I had to pretend to be using IE in order to access my account. There is still the occasional page that works best with IE, but that's becoming ever more rare.
    In the current OS 10.5.4 (Safari 3.1.2), the Terminal command no longer activates the Debug menu. And, the User Agent option appears in the new Develop menu. Also, the Develop menu is neater, i.e., fewer, better-organized options and nicer windows. Finally, as you note, it's more-easily accessible, from within Safari itself, so I assume it represents Apple's most-recent conclusion as to how to deal with these "hidden" features that most users will never need.

  • Adding custom Adapter information Parameters for Oracle Inbound Telephony

    Hello,
    I am implementing a custom adapter for Oracle Inbound telephony. I need to configure a few information parameters for my custom adapter. I am using the "Adapter Server Info <1-6>" fields on the Call Center html administration page (under the "Middleware" section). But I need to configure more than 6 parameters for my adapter. Does anyone know if we can add more "Adapter Server Info" fields?

    You may explore using a BPEL process to set the so header for calling the web service instead of directly calling it from BPMN process.
    Steps.
    1)Create a BPEL process.
    2)Select the checkbox "Expose as a SOAP service"
    3)In the BPEL process, set the SOAP header parameters that are expected by the called web service.
    Refer section
    6.22.2 How to Send SOAP Headers in BPEL
    of
    Oracle® Fusion Middleware
    Developer’s Guide for Oracle SOA Suite
    11g Release 1 (11.1.1.6.3)
    E10224-15
    4)Now in your BPM web service adapter , instead of calling the web service directly, call the web service endpoint of the newly created BPEL process.
    Hope this helps.
    Regards.

  • How does the purchase process of SAP C4C work?

    Hello,
    we need some information about the purchase process of the SAP C4C System.
    Now we have access to our own C4C System and we are trying to configure it.  But what are the next steps? How do we get the productive system? How does SAP transfer the test data to the productive system? where do we get our development system? ....
    Does anybody have any experience with the first C4C implementation?
    The information we get from SAP confused even more than helped.
    Thanks and regards
    Suita

    HI Suita
    If you are still looking for help, we specialise in Cloud for Customer implementations and have been through this process. You can contact me at [email protected]
    There are a number of assets available on the service marketplace. While you may need advice, I do not believe that consulting services are a mandatory part of the C4C setup, having said that SAP ideally will have discussed some options during the software selection process.
    Are you implementing SAP C4C standalone or with integration to any other system?
    Regards
    James.

  • Error handling  in the integration process

    hello  all,
    here  i have a situation in which ,  i have  to  do  some work in the  integration process step of the integration repository, i am given a txt  file which  has a 100  records  each  is  a employee detail, the last  record  has  the summary  total ,  that  is last row  contains  the sum  of  a particular  column.
    now  i am  supposed  to do  somthing  in  integration  process, so  that my  program  should  add all the  values  of  the  specific field , of  all employees and  check it  with given  sum, if  it  tallies, we  have  to  go ahead,  or else  send  back a mail saying  there  is  error  input, 
    any  help  will be  greatly  appreciated.
    thank you

    Hi kutumba,
    in the container of the BPM you crate a element of type integer.
    As I told you in your other thread you need a multine-container element taht is looped in a BLOCK.
    In this BLOCK increment your counter-element. After the Block define a condition for sending/not sending.
    Also refer to you SAP-BASIS SWV! There are helpful samples!
    Regards Mario

  • Can i control the unzip process?

    hi! i'm using portal v3.0.9.8.0. when unzipping files, how can i specify what file type it will unzip to? cos i've created a custom item type and would like the unzip process to default to it.
    also, usually to prevent users from clicking directly on the file name(you know what will happens next), we remove the "Display name and Image" in the folder layout tab and change it to "Display name only", then adding the our custom item type etc.
    problem is if we do so, other item type like url, unzip files won't work.
    any suggestions.
    thx.

    When you unzip the file, you should be presented with dialog that includes a drop down box that lets you choose the item type (image, file, custom types) that you want to use for the files within your Zip file. Also note that the category and perspective selections you make on your Zip file will be applied to the items that are created in the unzip operation.
    I am not totally sure what you are trying to avoid by removing the 'Display name and Image' property (a user downloading the file?), but the only way for URL and Zip file items to work properly is to enable this attribute. You can use different settings within the page region properties to enable/disable the hyperlinking and publish your items in the appropriate page region.

  • Who can help me to submit this bug to the adobe indesign development team?

    I developed a indesing plug-in, and its function is to increase the two kinds of footnotes style,
    When the user selects this type of footnote style, and insert some footnote to the document
    The user then export the document to pdf。
    there is no  problem in indesign CS3 and indesign CS4.
    but in indesign CS5 and CS5.5,
    export pdf, there will be two kinds of format:
    Adobe PDF(Interaction)
    Adobe PDF(Print)
    If the user chooses to export a pdf(Interaction),there is no problem,
    but if user choose to export to pdf(print),
    All of the footnote is replaced by an ordinary Arabic numerals 1,2,3,4,......
    I think there is a bug in exported the pdf function in cs5 and cs5.5,
    so ,who can help me to submit this bug to the adobe indesign development team? thanks.
    Through the link below to download a trial version of this plugin for indesign cs5
    http://www.cppblog.com/Files/lyj2871/1380_CS5.rar

    who can help me?

  • Developing Custom Adapter in PI by using Sample Adapter provided

    Hi Experts,
    I am developing a custom adapter by looking into below link.
    http://help.sap.com/saphelp_nwpi711/helpdata/en/69/e1e6667710415a9c331ec2e0715561/frameset.htm
    Could anyone please clarify the below Queries.
    1. Which project needs to be created as RAR file. Step1 or Step2 Project folder in NWDS?
    2. How to create the RAR file.
    Thanks in advance...

    Hi Veerendra,
    I was keep on trying the same from so many days. As you told, i have exported project "Test" as jar file and added it to connector module folder. Then, I exported "Test_RAR" as J2EE RAR and it was deployed with the following warnings.
    1. Exception has been returned while the [sap.com/com.test.YourAdapterName.adapter.ra] was starting. Warning/Exception :[
    ][[ERROR CODE DPL.DS.6193] Error while ; nested exception is:
              com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: [server ID 5429350:com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5029] Exception in operation [startApp] with application [sap.com/com.test.YourAdapterName.adapter.ra].
              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.rollbackPart(ApplicationTransaction.java:496)
              at com.sap.engine.services.deploy.server.application.ParallelAdapter.rollbackPart(ParallelAdapter.java:318)
              at com.sap.engine.services.deploy.server.application.StartTransaction.rollbackPart(StartTransaction.java:530)
              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:380)
              at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhases(ParallelAdapter.java:428)
              at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhases(StartTransaction.java:499)
              at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1487)
              at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:806)
              at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:788)
              at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:776)
              at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:105)
              at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:78)
              at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
              at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
              at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:91)
              at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:61)
              at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:866)
              at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:814)
              at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:644)
              at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:363)
              at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:252)
              at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:897)
              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:368)
              at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69)
              at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:67)
              at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:41)
              at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977)
              at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:57)
              at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55)
              at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
              at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
              at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:327)
    Caused by: java.lang.UnsupportedClassVersionError: com/test/YourAdapterName/adapter/ra/SPIManagedConnectionFactory : Unsupported major.minor version 50.0
              at java.lang.ClassLoader.defineClass1(Native Method)
              at java.lang.ClassLoader.defineClass(ClassLoader.java:677)
              at com.sap.engine.boot.loader.ResourceMultiParentClassLoader.loadClassLocal(ResourceMultiParentClassLoader.java:183)
              at com.sap.engine.boot.loader.MultiParentClassLoader.findClassInLoaderGraph(MultiParentClassLoader.java:312)
              at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:271)
              at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:243)
              at com.sap.engine.services.connector.deploy.util.ResourceAdapterStarter.instantiateMCF(ResourceAdapterStarter.java:315)
              at com.sap.engine.services.connector.deploy.util.ResourceAdapterStarter.initResourceAdapter(ResourceAdapterStarter.java:122)
              at com.sap.engine.services.connector.deploy.ConnectorContainerImpl.prepareStart(ConnectorContainerImpl.java:303)
              at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.prepareStart(ContainerWrapper.java:363)
              at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:345)
              at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:300)
              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:374)
              ... 28 more
    and i have created NameSpace, Adapter metadata using YourAdapterName.xml and also Comm channel in ID. But while checking in Comm Channel monitoring it shows an error like... "No adapter registered for this channel".
    While checking in sdn regarding the warnings in NWDS. It says that "application alias already exists". I couldn't figure it out.
    Please let me know if u have any solution for this. Your reply is highly appreciated.

  • SQL Developer 2.1rc1 - some bugs

    Hi!
    I'd like to report some bugs I've encountered with the RC1 version of Oracle SQL Developer (Version 2.1.0.63 build MAIN-63.41).
    - The syntax error highlighting is not very good - I've successfully executed queries almost completely underlined with pink wavy lines
    - something strange happens when I hit <Enter> while the cursor is at the end of a row that reads " union all" - a new line does not get inserted, and the cursor disappears. <Backspace> and <Enter> again, and it works ok.
    - query execution - the command I entered gets modified, stripped of comments, as far as I can tell, and if I get an error report, the line number reported is off by a couple of lines. I remember this working better in 1.5.

    I found a few bugs in the first ten minutes of use:
    - The main one was that my backspace key didn't work, no idea why this was as my keyboard is pretty standard?
    - The search/highlight window changes size when adding a new highlight, and the close button then disappears until it's re-sized
    - Editing xmldata in a window works, if it's not syntax highlighted or able to be pretty printed, but clicking ok does not change the value? Should either work or warn that it doesn't work.
    - In the query result window is 'SQL' in blue, not easy to notice that it's a button'y thing to click and see the SQL that was executed. Also, why does the little bubble with the code just float in the middle and not point to anything in particular? Surely it could point to the 'SQL' button or similar?

  • Where are attribute values when developing custom adapter?

    Hello,
    I am developing custom adapter for IDM 8. When the server wants to make reconciliation it calls method listObjects in my case and getUser. I wanted to ask if I am able to get values attributes of user which is passed to this method as parameter. Also how it is in general possible to get values of attributes in these methods. There is schemaMap which Maps names of resource attributes to IDM attributes (their names) but where do I get the values? Thank you very much for help.
    Martin
    PS: I have extended schema so not only AccountId which can be called by accountId = getIdentity(user). I need other atributes too.

    I have assigned work to implement custom adapter that can talk to our target applications? Can you please let me know the steps I need to follow to implement custom connector?
    Thanks
    Sudarsan

Maybe you are looking for

  • How can i get to my files?

    i have a casio vado pocket cam that was given to me as a gift last year. i used it some and have presiose videos on it and hooked it up to me computer and it had asked me if i wanted to sync the files to my computer which i said yes without knowing w

  • How do i check in Business Content

    Hi,     In implementation we usally use the BC datasr'c but how do we check the particular datasrc or query or for tht matter any content delivered by BC matches our requrement,do we get into them and check the objects init or do we have a particular

  • Upon updating an app, an unrecognized email address pops up.

    Today when trying to update an app (twitter) in the mac app store, an unrecognized email address was entered in the apple id space. When I try to change it and add my id and pass, I get error 4 and nothing will happen.  other aspects of the appstore

  • [LV - TS] How to execute a SEQ file, get the result (PASS/FAIL) and the report file ?

    Hello, I'm looking for the most obvious and simple way to, from Labview : 1- Start the Teststand engine : DONE 2- Get a list of SEQ files to execute : DONE 3- Loop through the list to execute each SEQ file : <- found some examples but I have some tro

  • Filtering array collections

    I am trying to filter an array collection. It is a list of rooms. The rooms have a type, "Boardroom", "Classroom" etc. Also they have equipment properties which are set with a boolean value. ex. Screen = true, Whiteboard = false etc. What I want to d