Jdeveloper 11.1.2.0. Unable to invoke Tools- Preferences

MacOS 10.6.7
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
After opening the project migrated from Jdeveloper 11.1.1.4 trying to open Tools->Preferences:
Jun 15, 2011 9:53:51 AM oracle.ide.controller.IdeAction actionPerformedImpl
SEVERE: Exception peforming action
java.lang.IllegalArgumentException: Attempt to copy from an object of type oracle.jdevimpl.audit.preferences.AuditPreferences to an object of type <null>
at oracle.javatools.data.HashStructureAdapter.copyTo(HashStructureAdapter.java:95)
at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
at oracle.ide.config.ClientSetting.copyToImpl(ClientSetting.java:255)
at oracle.ide.config.ClientSetting.copyTo(ClientSetting.java:249)
at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
at oracle.ide.config.IdeSettings.copyToImpl(IdeSettings.java:196)
at oracle.ide.config.IdeSettings.copyTo(IdeSettings.java:189)
at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:810)
at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:618)
at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:304)
at oracle.ide.controller.IdeAction.performAction(IdeAction.java:710)
at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:1140)
at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:617)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
at java.awt.MenuItem.processActionEvent(MenuItem.java:627)
at java.awt.MenuItem.processEvent(MenuItem.java:586)
at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:337)
at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:325)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:683)
at java.awt.EventQueue.access$000(EventQueue.java:86)
at java.awt.EventQueue$1.run(EventQueue.java:639)
at java.awt.EventQueue$1.run(EventQueue.java:637)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
at java.awt.EventQueue$2.run(EventQueue.java:653)
at java.awt.EventQueue$2.run(EventQueue.java:651)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:650)
at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Re: Can't open preferences dialog, I receive the following exception.
can u remove the following entry from preferences.xml in C:\Documents and Settings\user\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.jdeveloper
Item>
<Key>audit-preferences</Key>
<Value class="oracle.jdevimpl.audit.preferences.AuditPreferences">
<assistProfile/>
<auditDuringCompile>false</auditDuringCompile>
<auditWhileEditing>true</auditWhileEditing>
<compileProfile/>
<editorDelay>700</editorDelay>
<maximumFileSize>5.0</maximumFileSize>
<showCodeAssistanceInGutter>true</showCodeAssistanceInGutter>
</Value>
</Item>

Similar Messages

  • Unable to invoke endpoint uri : 415 unsupported media type

    Hi all,
    I'm trying to invoke a HTTP Binding with POST where the endpoint is a RESTFUL webservice that takes in an XML message and sends an email.
    I'm using JDeveloper 11g to create the composite where it'll have an exposed HTTP Binding POST and an external reference which is also a HTTP Binding POST that calls a RESTFUL Webservice endpoint . In the BPEL process, i'm just doing a simple receive from the exposed HTTP Binding and then using the input to invoke the External References HTTP Binding.  However, I'm always getting an error at the invoke phase :
    <part  name="summary">
    <summary>oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI "http://xxxxxxxxx/xxxx/xxxx/sendEmail" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 415 Unsupported Media Type from url http://xxxxxxxxx/xxxx/xxxx/sendEmail</summary> 
    </part>
    <part  name="detail">
    <detail>Unable to invoke endpoint URI "http://xxxxxxxxx/xxxx/xxxx/sendEmail" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 415 Unsupported Media Type from url http://xxxxxxxxx/xxxx/xxxx/sendEmail</detail> 
    </part>
    <part  name="code">
    <code>415</code> 
    </part>
    I'm guessing that it's because my payload is lacking the HTTP header content-type : application/xml. The webservice endpoint itself is working fine as I'm able to test it through other means such as POSTMan and soapUI.
    Is there a way to set the HTTP header content-type of the payload? Is there anyway to check or verify? Any help would be greatly appreciated.
    Regards,
    Mark

    Hi all,
    I'm trying to invoke a HTTP Binding with POST where the endpoint is a RESTFUL webservice that takes in an XML message and sends an email.
    I'm using JDeveloper 11g to create the composite where it'll have an exposed HTTP Binding POST and an external reference which is also a HTTP Binding POST that calls a RESTFUL Webservice endpoint . In the BPEL process, i'm just doing a simple receive from the exposed HTTP Binding and then using the input to invoke the External References HTTP Binding.  However, I'm always getting an error at the invoke phase :
    <part  name="summary">
    <summary>oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI "http://xxxxxxxxx/xxxx/xxxx/sendEmail" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 415 Unsupported Media Type from url http://xxxxxxxxx/xxxx/xxxx/sendEmail</summary> 
    </part>
    <part  name="detail">
    <detail>Unable to invoke endpoint URI "http://xxxxxxxxx/xxxx/xxxx/sendEmail" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 415 Unsupported Media Type from url http://xxxxxxxxx/xxxx/xxxx/sendEmail</detail> 
    </part>
    <part  name="code">
    <code>415</code> 
    </part>
    I'm guessing that it's because my payload is lacking the HTTP header content-type : application/xml. The webservice endpoint itself is working fine as I'm able to test it through other means such as POSTMan and soapUI.
    Is there a way to set the HTTP header content-type of the payload? Is there anyway to check or verify? Any help would be greatly appreciated.
    Regards,
    Mark

  • Unable to invoke a EJB from a BPEL process

    I am unable to invoke a EJB from a BPEL process. Whenever I try to test it from the oracle EM, I get the below exception. I am using WebLogic 10.3.3, SOA suite 11.1.1.3 and JDev 11.1.1.3 .
    This is what I see from the EM....
    Non Recoverable System Fault :
    javaInterface attribute for the binding is missing or the inteface class is not available.
    Below is a part of the stack trace from the soa server log…
    Caused By: oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: com.abc.GreetingEJBBean
    Dependent class: oracle.integration.platform.blocks.ejb.SDOEjbReferenceD
    elegateImpl
    Loader: sun.misc.Launcher$AppClassLoader@20929799
    Code-Source: /C:/Oracle_latest/Middleware/home_11gR1/Oracle_SOA1/soa
    /modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar
    Configuration: /C:/Oracle_latest/Middleware/home_11gR1/Oracle_SOA1/soa
    /modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar
    Piece of xml from the composite.xml
    <reference name="GreetingService"
    ui:wsdlLocation="http://123.45.218.140:7001/GreetingEJBBean/GreetingEJBBeanService?wsdl">
    <interface.wsdl interface="http://abc.com/#wsdl.interface(GreetingEJBBean)" />
    <binding.ejb uri="GreetingEJB-GreetingEJB-GreetingEJB"
    javaInterface="com.abc.GreetingEJB"/>
    </reference>
    Looks like its not able to find the javaInterface mentioned above.
    I have a simple EJB with one business method and a very simple BPEL process.
    @Stateless(name = "GreetingEJB", mappedName = "GreetingEJB-GreetingEJB-GreetingEJB")
    @WebService
    public class GreetingEJBBean implements GreetingEJB {
    public GreetingEJBBean() {
    public String greetUser(String name){
    return ("Hello " + name);
    Any help would be greatly appreciated.

    I haven't tried from a BPEL process, but I have had success (as in Lucas's blogs) of using services and references as EJB Java Interface. This is with EJB java interfaces solely of base types (i.e. String foo(String s)).
    At high level here's what I have noted so far:
    1. Per Lucas's blog, @javaInterface is not being added to the ejb.binding automatically but it's not clear to me when this is and is not required given that interface.java is specified for the reference or service. Would interface.java and @javaInterface ever be different? I've been adding @javaInterface manually anyways since Lucas is a smart guy and I'd rather avoid errors. :-)
    2. Dropping an EJB interface jar in SCA-INF/lib works, but I've had the problem that the JDeveloper SOA Plugin doesn't see those classes until I stop and restart JDeveloper. Until then, I'm confronted with the java->wsdl mapping error. I was sort of primed to figure this one out since I ran into similar issues with SOA SpringBean components.
    3. Dropping EJB interface source in SCA-INF/src is more reliable, because then I can build the project (i.e. create SCA-INF/classes) and the JDeveloper SOA Plugin seems to resolve these brand new classes immediately.
    4. I've tried to invoke an EJB java-interface reference with a slightly complicated java interface (a class parameter with some fields, one of which is an array of another class). The auto-generated WSDL doesn't look exactly right to me (but I'm new to JAXB). Mediator maps to it just fine and the project compiles and deploys normally but fails at runtime. I have not researched in depth. It's not clear to me from the documentation and release notes whether I should expect for it to work, or whether I should expect to have to create my own JAXB mapping. If the latter, I really need a good example!

  • Unable to invoke webservice from plsql.

    Hi i am unable to invoke the web service i am getting the following error when i run the following coe can any one help out its great help thanks you
    error->
    Invoke_Ws : When Others -- ORA-29532: Java call terminated by uncaught Java exception: javax.xml.rpc.soap.SOAPFaultException:
    Caught exception while handling request: trailing block elements must have an id attribute
    set serveroutput on
    declare
    service_ sys.utl_dbws.SERVICE;
    call_ sys.utl_dbws.CALL;
    service_qname sys.utl_dbws.QNAME;
    port_qname sys.utl_dbws.QNAME;
    operation_qname sys.utl_dbws.QNAME;
    string_type_qname sys.utl_dbws.QNAME;
    retx ANYDATA;
    retx_string VARCHAR2(100);
    retx_len number;
    params sys.utl_dbws.ANYDATA_LIST;
    v_Group_Id VARCHAR2(4);
    v_Fund_Id VARCHAR2(6);
    v_Query_Date DATE;
    v_Query_Object VARCHAR2(2);
    v_Error_Code VARCHAR2(30);
    v_Error_Message VARCHAR2(2000);
    begin
    service_qname := sys.utl_dbws.to_qname(null, 'RealTime_Valu_WS');
    service_ := sys.utl_dbws.create_service(service_qname);
    port_qname := sys.utl_dbws.to_qname(null, 'RealTime_Valu_WSSoapHttpPort');
    operation_qname := sys.utl_dbws.to_qname('http://RealTime_Valu_WS_Java/RealTime_Valu_WS.wsdl/types/', 'realtimeValWsElement');
    call_ := sys.utl_dbws.create_call(service_, port_qname, operation_qname);
    sys.utl_dbws.set_target_endpoint_address(call_, 'http://in-blr-tbpel1.igefi.tld/pa360/RealTime_Valu_WS_360/RealTime_Valu_WSSoapHttpPort');
    string_type_qname := sys.utl_dbws.to_qname('http://www.w3.org/2001/XMLSchema', 'string');
    sys.utl_dbws.add_parameter(call_, 'groupId', string_type_qname, 'ParameterMode.IN');
    sys.utl_dbws.add_parameter(call_, 'flglnclsoft', string_type_qname, 'ParameterMode.IN');
    sys.utl_dbws.add_parameter(call_, 'queryDate', string_type_qname, 'ParameterMode.IN');
    sys.utl_dbws.add_parameter(call_, 'queryObject', string_type_qname, 'ParameterMode.IN');
    sys.utl_dbws.add_parameter(call_, 'execTimestamp', string_type_qname, 'ParameterMode.IN');
    sys.utl_dbws.add_parameter(call_, 'fundId', string_type_qname, 'ParameterMode.IN');
    Sys.Utl_dbws.add_parameter(Call_,'Fund_Id' ,String_type_qname,'parameterMode.OUT');
    Sys.Utl_dbws.add_parameter(Call_,'Query_Date' ,String_type_qname,'parameterMode.OUT');
    Sys.Utl_dbws.add_parameter(Call_,'Query_Object' ,String_type_qname,'parameterMode.OUT');
    Sys.Utl_dbws.add_parameter(Call_,'Error_Code' ,String_type_qname,'parameterMode.OUT');
    Sys.Utl_dbws.add_parameter(Call_,'Error_Message',String_type_qname,'parameterMode.OUT');
    sys.utl_dbws.set_return_type(call_, string_type_qname);
    params(1) := ANYDATA.convertvarchar('MP1');
    params(2) := ANYDATA.convertvarchar('Y');
    params(3) := ANYDATA.convertvarchar('2009-01-30');
    params(4) := ANYDATA.convertvarchar('C');
    params(5) := ANYDATA.convertvarchar('00:00');
    params(6) := ANYDATA.convertvarchar('MPNWS');
    dbms_output.put_line('BEFORE INVOKING');
    retx := sys.utl_dbws.invoke(call_, params); dbms_output.put_line('BEFORE PL/SQL DII client return ' || retx_string);
    retx_string := retx.accessvarchar2;
    dbms_output.put_line('AFTER PL/SQL DII client return ' || retx_string);
    v_Group_Id := PARAMS(7).ACCESSVARCHAR2;
    dbms_output.put_line('PL/SQL DII client return v_Group_Id ' || v_Group_Id);
    v_Fund_Id := PARAMS(8).ACCESSVARCHAR2;
    dbms_output.put_line('PL/SQL DII client return v_Group_Id ' || v_Group_Id);
    v_Query_Date := PARAMS(9).ACCESSVARCHAR2;
    dbms_output.put_line('PL/SQL DII client return v_Group_Id ' || v_Group_Id);
    v_Query_Object := PARAMS(10).ACCESSVARCHAR2;
    dbms_output.put_line('PL/SQL DII client return v_Group_Id ' || v_Group_Id);
    v_Error_Code := PARAMS(11).ACCESSVARCHAR2;
    dbms_output.put_line('PL/SQL DII client return v_Group_Id ' || v_Group_Id);
    v_Error_Message := PARAMS(12).ACCESSVARCHAR2;
    dbms_output.put_line('PL/SQL DII client return ' || retx_string);
    EXCEPTION
    WHEN OTHERS THEN
    dbms_output.put_line('Invoke_Ws : When Others -- '||SQLERRM(SQLCODE));
    end;
    my code is working only before the line of invoke statement..when invoke line is executed i am getting the error above mentioned
    so any help!
    thanks
    Vijay

    Jinkala wrote:
    any helpDon't use Java when PL/SQL is perfectly capable of doing the task at hand?
    I have an inherent dislike of systems and application that have too many moving parts. Keep the moving parts to a minimum.. and the code is faster, more robust, and a lot easier to read, understand and maintain.
    So in that regard, I do not understand what the deal is with utl_dbws and why it could not just use plain vanilla PL/SQL..? But then there are likely Java faithful that proclaims The Religion too when designing PL/SQL interface packages in Oracle... :-(
    I've posted an example of how to call a web service using PL/SQL code only, no Java, in {message:id=4205205}.

  • Firefox10 was unable to invoke adobe pdf print preview where as Firefox 3 was able to do this.

    Firefox10 was unable to invoke adober pdf print preview where as Firefox 3 was able to do this.
    embed pdf document or use iframe
    Firefox successfully loads the PDF into the iFrame.
    What doesn't happen is printing.
    http://forums.adobe.com/thread/909776

    Also check this out. Firefox10 was able to display the pdf document perfectly.
    Now goto Firefox options and click print which invokes the printer print view and NOT the Adobe print view.
    Also if you click the print preview a blank page is shown.
    <embed id="pdf" src="archive.pdf" type="application/pdf" height="100%" width="100%" ></embed>

  • Unable to invoke CFC when trying to connect Adobe Download Assistant

    I am running Mac OS X (10.10.2).
    When Trying to connect Adobe Download Assistant with my regular Adobe-ID credentials I see following error message:
    unable to invoke CFC - The method login was not found in component tdrc.tdrcfacade.
    Is there a way to "repair" Download Assistant or to install the recent version?
    Thanks in advance
    Enrico

    Hi Jeff,
    that's the catch.
    Uninstall and installing a product worked.
    I am doing a test on Acrobat.
    Thanks a lot.
    Enrico

  • WLS9.2 to WL10.3.2 service fails: Unable to invoke Annotation processoror

    Hello,
    We have a spring based webservice which is currently deployed on an OSB 2.6.1 cluster and is working there without problems.
    Since we are upgrading to OSB 10.3.1 and we want to divide OSB functionality from supporting webservices, we are trying to move the webservice to a WLS 10.3.2 cluster.
    We removed the WLHttpTransport annotation and rebuild the complete webservice (using existing ant scripts) against the new WLS.
    When we try to deploy the application we get the error at the end of this message. I've searched the internet, but have not yet been able to find a cause. We have already deployed other webservices without problems. These webservices do not use spring, so I assume springs annotations are related to the problem. My main problem is that I do not have much spring knowledge :(. (The code has been build by a contractor which is no longer available).
    I have however been able to deploy another spring application (after adding jstl.jar) in WLS 10.3.2 without problems.
    Does anybody have a clue why this is failing ?
    Caused by: weblogic.utils.compiler.ToolFailureException: Unable to invoke Annotation processoror
    at weblogic.application.compiler.FlowDriver.handleStateChangeException(FlowDriver.java:53)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:37)
    at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
    at weblogic.application.compiler.AppMerge.runBody(AppMerge.java:157)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.application.compiler.AppMerge.merge(AppMerge.java:169)
    ... 95 more
    Caused by: java.lang.AssertionError: Unable to invoke Annotation processoror
    at weblogic.application.compiler.WSEEModuleHelper.processAnnotations(WSEEModuleHelper.java:228)
    at weblogic.application.compiler.WSEEModuleHelper.processAnnotationsWithServiceLinks(WSEEModuleHelper.java:172)
    at weblogic.application.compiler.WSEEModuleHelper.processAnnotations(WSEEModuleHelper.java:146)
    at weblogic.application.compiler.WARModule.processAnnotations(WARModule.java:461)
    at weblogic.application.compiler.EARModule.processAnnotations(EARModule.java:227)
    at weblogic.application.compiler.WARModule.merge(WARModule.java:492)
    at weblogic.application.compiler.flow.MergeModuleFlow.compile(MergeModuleFlow.java:23)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
    at weblogic.application.compiler.ReadOnlyEarMerger.merge(ReadOnlyEarMerger.java:49)
    at weblogic.application.compiler.flow.AppMergerFlow.mergeInput(AppMergerFlow.java:88)
    at weblogic.application.compiler.flow.AppMergerFlow.compile(AppMergerFlow.java:41)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    ... 100 more
    >

    We had the original external developer help us solve the problem. If I remember correctly the cause lay in autogenerating the database schedule for some Spring related stuff (I do not have real spring knowledge). Once generation for this was disabled, so it assumed the DB to be correct, it worked.
    Regards,
    Wim Veldhuis
    PharmaPartners BV

  • Error message "Unable to invoke CFC"

    Purchased Adobe Acrobat Pro XI and cannot download.
    Disabled firewall (Norton) after getting "Error 100" message.
    Now am getting the following:
    "Unable to invoke CFC - The method login was not found in component tdrc.tdrcfacade."

    Moving this discussion to the Acrobat Installation & Update Issues forum.

  • I cannot get it. 10 times already to receive  new passwords today. Adove Download Assistant says  "Unable to invoke CFC - The method login was not found in component tdrc.tdrcfacade.

    I cannot get it. 10 times already to receive  new passwords today. Adove Download Assistant says  "Unable to invoke CFC - The method login was not found in component tdrc.tdrcfacade.
    What can I do? My problem was started from installing Adobe Reader. It says "Done OK" but never installed.
    Elena
    e. [email protected]

    Try using the offline installer from http://get.adobe.com/reader/enterprise/

  • Unable to Sign in (unable to invoke CFC)

    When i try to sign in my adobe account onto Adobe Download Assistance, it shows error of (unable to invoke CFC, cannot decode string......)
    What should i do?

    Windows 7..... security software is Avast.
    when i try to login via the adobe download assistant it comes up with......Unable to invoke CFC-"
                                                                                                              Can not decode string
                                                                                                               "ZmVOZXJvdGljaXNoQGhv....etc etc

  • Firefox10 was unable to invoke adober pdf print preview where as Firefox 3 was able to do this.

    Firefox10 was unable to invoke adober pdf print preview where as Firefox 3 was able to do this.
    embed pdf document or use iframe
    Firefox successfully loads the PDF into the iFrame.
    What doesn't happen is printing.
    http://forums.adobe.com/thread/909776

    Also check this out. Firefox10 was able to display the pdf document perfectly.
    Now goto Firefox options and click print which invokes the printer print view and NOT the Adobe print view.
    Also if you click the print preview a blank page is shown.
    <embed id="pdf" src="archive.pdf" type="application/pdf" height="100%" width="100%" ></embed>

  • Unable to invoke SendMessage method of outbound communications manager

    i have configured a communication profile, and tried to send a mail using Outbound Comm Manger.
    When i use F9 i am able to send the mail. But wheni try to automate the processby workflows i get the following error.
    "Unable to invoke SendMessage method of outbound communications manager"
    I have used"SendMessage" method of outbound communications manager.
    CommProfile - Literal - MyProfile
    MsgTo List - Literal Value
    is there any extra parameters have to give in workflow??
    Kindly help me on this. What are the extra parameters that i need to give in the Internet SMTP/POP3 Server PARAMETER in Comm Profiles.
    Thanks in Advance

    A.Pancholi wrote:
    However, if you shutdown the OS and it just kills the JVM process, it won't happen. Is that correct?
    No, it should still run. It's what shutdown hooks are for, cleaning up, eg: database connections, in the case of unexpected shutdowns. Not foolproof, by any means, though. Pulling the power cord won't run them, for obvious reasons
    So actually, it probably is what the OP is afterThen we could be the problem the method is not getting invoked. Did we do something wrong: We show you what we have done.
    Runtime.getRuntime().addShutdownHook(new Thread() {
    public void run() {
    callingMyMethod();
    Looks fine to me. How are you stopping the JVM?

  • Unable to invoke main method osx

    All I have the latest JDK installed. When launching a packaged application all I get is a popup with "Unable to invoke main method"
    The system.log just shows
    Marker - 26 Aug 2012 17:01:58
    Aug 26 17:02:03 theabyss WindowServer[108]: kCGErrorIllegalArgument: _CGXRemoveWindowFromWindowMovementGroup: Window not in group
    Aug 26 17:02:03 theabyss com.apple.launchd.peruser.502[360] ([0x0-0x1b91b90].celerDeployApp[34724]): Exited with code: 1
    Details
    package_native_release:
         [echo] packaging up JFX release for all platforms
         [echo] packaging using JDK /Library/Java/JavaVirtualMachines/jdk1.7.0_08.jdk/Contents/Home
    Using base JDK at: /Library/Java/JavaVirtualMachines/jdk1.7.0_08.jdk
    Creating app bundle: /Users/bencuthbert/dev/code/celertech-framework-trunk/celertech/celertech-orderrouting-jfx-client/build/dist/bundles/bundles/CelerTrader.app
    Building DMG package for CelerTrader
    Result DMG installer for CelerTrader: /Users/bencuthbert/dev/code/celertech-framework-trunk/celertech/celertech-orderrouting-jfx-client/build/dist/bundles/bundles/CelerTrader.dmg
         [copy] Copying 1 file to /Users/bencuthbert/dev/code/celertech-framework-trunk/celertech/celertech-orderrouting-jfx-client/build/dist/client_releases
       [delete] Deleting directory /Users/bencuthbert/dev/code/celertech-framework-trunk/celertech/celertech-orderrouting-jfx-client/build/dist/bundles

    A.Pancholi wrote:
    However, if you shutdown the OS and it just kills the JVM process, it won't happen. Is that correct?
    No, it should still run. It's what shutdown hooks are for, cleaning up, eg: database connections, in the case of unexpected shutdowns. Not foolproof, by any means, though. Pulling the power cord won't run them, for obvious reasons
    So actually, it probably is what the OP is afterThen we could be the problem the method is not getting invoked. Did we do something wrong: We show you what we have done.
    Runtime.getRuntime().addShutdownHook(new Thread() {
    public void run() {
    callingMyMethod();
    Looks fine to me. How are you stopping the JVM?

  • Unable to invoke endpoint URI:  java.security.NoSuchAlgorithmException

    Help me!! Please!! I´m traying to invoke https service from SOA composite but I have this error. I installed SSL certificate in DemoTrus.jks in WebLogic. 
    <summary>
    oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI "https://190.187.158.19/ServicioSIP/Service1.svc" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
    </summary>
    </part>
    -<part name="detail">
    <detail>
    Unable to invoke endpoint URI "https://190.187.158.19/ServicioSIP/Service1.svc" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
    </detail>
    </part>
    -<part name="code">
    <code>null</code>
    Regards,

    Before I set the "-Djavax.net.ssl.trustStore=<path of soa-trust.jks> -Djavax.net.ssl.trustStorePassword=<soa-trust.jks password>" to start the Manage Node, I got following error:
    <?xml version="1.0" encoding="UTF-8"?><bpelFault>
       <faultType>0</faultType>
       <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
          <part name="summary">
             <summary>oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI "https://myserver:myport/Agile/integration/services/ChangeABS" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target</summary>
          </part>
          <part name="detail">
             <detail>Unable to invoke endpoint URI "https://myserver:myport/Agile/integration/services/ChangeABS" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target</detail>
          </part>
          <part name="code">
             <code>null</code>
          </part>
       </remoteFault>
    </bpelFault>

  • Unable to invoke endpoint URI

    Hi,
    we are finding this end point url issue on initial load from ebiz to OTM.
    We are integrating EBIZ and OTM 6.3.2
    error: Unable to invoke endpoint URI "http://testotm.poweredbyclear.com:7001/GC3Services/IntGtmXmlService/call" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 403 Forbidden from url http://testotm.poweredbyclear.com:7001/GC3Services/IntGtmXmlService/call
    Kunal

    Hi,
    we are finding this end point url issue on initial load from ebiz to OTM.
    We are integrating EBIZ and OTM 6.3.2
    error: Unable to invoke endpoint URI "http://testotm.poweredbyclear.com:7001/GC3Services/IntGtmXmlService/call" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 403 Forbidden from url http://testotm.poweredbyclear.com:7001/GC3Services/IntGtmXmlService/call
    Kunal

Maybe you are looking for