Error setting ErrorDestination property

          When I execute the command using weblogic.Admin:
          SET -mbean enterprise:JMSServer=OLTP_2-JMSServer,Name=OLTP_2-Queue-RACM-ProcessTreatment,Type=JMSQueue
          -property ErrorDestination "OLTP_2-Queue-RACM-ProcessTreatmentError"
          Property Name and value not valid for the MBean. Value OLTP_2-Queue-RACM-ProcessTreatmentError
          for parameter[ErrorDestination].java.lang.IllegalArgumentException: javax.management.MalformedObjectNameException:
          Domain name either missing or null
          This error only happens when setting the ErrorDestination property. I can successfully
          execute a similar commands like:
          SET -mbean enterprise:JMSServer=OLTP_2-JMSServer,Name=OLTP_2-Queue-RACM-ProcessTreatmentError,Type=JMSQueue
          -property RedeliveryLimit "0"
          I can also set the ErrorDestination through the console without a problem.
          Any ideas?
          

Matt -
          Thanks for posting the exact solution.
          Tom
          Matt wrote:
          > I figured it out. As you mentioned I needed to pass in the bean reference.
          >
          > This works:
          > SET -mbean enterprise:JMSServer=OLTP_4-JMSServer,Name=OLTP_4-Q
          > ueue-CCG-RequestReceiver,Type=JMSQueue -property ErrorDestination "enterprise:Name=OLTP_4-Queue-CCG-ErrorReceiver,Type=JMSQueue"
          >
          >
          > Tom Barnes <[email protected].bea.com>
          > wrote:
          >
          >>The ErrorDestination attribute is not of type String. Instead,
          >>it is a reference to a Destination bean. So I suspect you
          >>need to pass in a bean reference as the value. I don't know
          >>how to do this via weblogic.Admin (or even if it is possible).
          >>A work-around would be to write an app that programmatically
          >>calls the JMX mbeans directly.
          >>
          >>Tom
          >>
          >>Matt wrote:
          >>
          >>
          >>>When I execute the command using weblogic.Admin:
          >>>
          >>>SET -mbean enterprise:JMSServer=OLTP_2-JMSServer,Name=OLTP_2-Queue-RACM-ProcessTreatment,Type=JMSQueue
          >>>-property ErrorDestination "OLTP_2-Queue-RACM-ProcessTreatmentError"
          >>>
          >>>Property Name and value not valid for the MBean. Value OLTP_2-Queue-RACM-ProcessTreatmentError
          >>>for parameter[ErrorDestination].java.lang.IllegalArgumentException:
          >>
          >>javax.management.MalformedObjectNameException:
          >>
          >>>Domain name either missing or null
          >>>
          >>>This error only happens when setting the ErrorDestination property.
          >>
          >>I can successfully
          >>
          >>>execute a similar commands like:
          >>>
          >>>SET -mbean enterprise:JMSServer=OLTP_2-JMSServer,Name=OLTP_2-Queue-RACM-ProcessTreatmentError,Type=JMSQueue
          >>>-property RedeliveryLimit "0"
          >>>
          >>>I can also set the ErrorDestination through the console without a problem.
          >>>
          >>>Any ideas?
          >>
          >
          >
          

Similar Messages

  • Error setting join property

    I'm using Discoverer Administrator 9.0.4.43.15 and occassionally getting this error. Can anyone tell me how I find out what the error is? When I look at the properties of the join, it looks fine.
    Thanks in advance.

    Hi
    Is it possible that the underlying database structures or folders have changed so that the items you are trying to join now have different data types or sizes?
    You could always try dropping the join and recreating it. However, before you do that you need to make sure that you know the name of the join. If you allowed Discoverer to name the join for you this will have less of an impact, providing of course that you haven't changed the names of either of the folders.
    Hope this helps
    Regards
    Michael

  • How to use weblogic.Admin to set JMS ErrorDestination property on WLS 7?

    This thread is talking about using weblogic.Admin to set the ErrorDestination property.
              http://forums.bea.com/bea/thread.jspa?threadID=200036378&messageID=202187327&start=0
              We run the script against the WLS 7.0 server, script get 'OK' result but it didn't work (property wasn't set). Some error is reported in the admin.log on the server.
              We also run the scipt against the WLS 8 server. It worked perfectly.
              Does anyone know whether this works at all on WLS 7?

    The reason we are using weblogic.Admin is that we are using conf2admin to generate the scripts. weblogic.Admin seems to be the only option for WLS7. Thanks for your suggestion and will definitely check out WLST.
              The full error message is:
              ####<Aug 27, 2004 8:55:20 AM NZST> <Emergency> <Management> <rbd1> <admin> <ExecuteThread: '9' for queue: '__weblogic_admin_rmi_queue'> <kernel identity> <> <141067> <The value n204162:JMSServer=LAS2JMSServer,Name=FailedQueue,Type=JMSQueue specified for the ErrorDestination attribute is not valid. MBean: n204162:JMSServer=LAS2JMSServer,Name=FundingQueue,Type=JMSQueue. Method: setAttributes. Exception: javax.management.InvalidAttributeValueException: BeanShell Interpreter threw exception while evaluating (((value == void)?(true):(weblogic.management.configuration.JMSLegalHelper.legalErrorDestination(self, value)))) on value n204162:JMSServer=LAS2JMSServer,Name=FailedQueue,Type=JMSQueue, getLegalCheck() for attribute ErrorDestination of MBean "n204162:JMSServer=LAS2JMSServer,Name=FundingQueue,Type=JMSQueue", Sourced file: <Inline eval of: ((value == void)?(true):(weblogic.management.configuration.JMSLegalHelper.legalErrorDestination(self, value))); > : Method Invocation weblogic.management.configuration.JMSLegalHelper.legalErrorDestination : at Line: 1 : in file: <Inline eval of: ((value == void)?(true):(weblogic.management.configuration.JMSLegalHelper.legalErrorDestination(self, value))); > : weblogic .management .configuration .JMSLegalHelper .legalErrorDestination ( self , value )
              Target exception: java.lang.NullPointerException
              .>
              javax.management.InvalidAttributeValueException: BeanShell Interpreter threw exception while evaluating (((value == void)?(true):(weblogic.management.configuration.JMSLegalHelper.legalErrorDestination(self, value)))) on value n204162:JMSServer=LAS2JMSServer,Name=FailedQueue,Type=JMSQueue, getLegalCheck() for attribute ErrorDestination of MBean "n204162:JMSServer=LAS2JMSServer,Name=FundingQueue,Type=JMSQueue", Sourced file: <Inline eval of: ((value == void)?(true):(weblogic.management.configuration.JMSLegalHelper.legalErrorDestination(self, value))); > : Method Invocation weblogic.management.configuration.JMSLegalHelper.legalErrorDestination : at Line: 1 : in file: <Inline eval of: ((value == void)?(true):(weblogic.management.configuration.JMSLegalHelper.legalErrorDestination(self, value))); > : weblogic .management .configuration .JMSLegalHelper .legalErrorDestination ( self , value )
              Target exception: java.lang.NullPointerException
                   at weblogic.management.internal.DynamicMBeanImpl.checkAttributeValueIsLegal(DynamicMBeanImpl.java:1517)
                   at weblogic.management.internal.DynamicMBeanImpl.prepareForModification(DynamicMBeanImpl.java:1440)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:1004)
                   at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:353)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttributes(DynamicMBeanImpl.java:827)
                   at com.sun.management.jmx.MBeanServerImpl.setAttributes(MBeanServerImpl.java:1475)
                   at weblogic.management.internal.RemoteMBeanServerImpl.setAttributes(RemoteMBeanServerImpl.java:905)
                   at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
                   at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:362)
                   at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:313)
                   at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:785)
                   at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:308)
                   at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)

  • Strange Runtime Error - Error setting property 'page1' in bean of type null

    All I have here is a treenode with its URL set to a web page. When the node is clicked, I get this:
    ===============================
    [#|2006-07-25T09:39:20.204-0600|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=16;|WebModule[/HNESWebApp]org.apache.jasper.JasperException: Error setting property 'page1' in bean of type null
    javax.faces.FacesException: org.apache.jasper.JasperException: Error setting property 'page1' in bean of type null
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:327)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
    at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at ccic2s.netsvr.hnes.web.hneswebapp.login.LoginFilter.doFilter(LoginFilter.java:198)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Caused by: org.apache.jasper.JasperException: Error setting property 'page1' in bean of type null
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:384)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)
    at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)
    at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    ... 49 more
    |#]
    ======================
    Any ideas?
    TIA

    Okay, I found it - my bad but this might help you..
    Turns out the managed-beans.xml (and possibly other files /directories) under WEB-INF were set to read only due to the CM tool I am using - these files were checked in at one point (probably shouldn't have been). I thought I got them all but had missed a few.
    So the moral of the story is beware of setting read-only files!

  • Error setting property in bean of type null

    Hi i have jsf page and input text
    a managed bean with property sum of type float
    i attached this property to the input text:
    <h:inputText id="adr" value="#{userBean.sum}"/>
    but when enter a value and submit the page
    it prints me error in the page:
    Error setting property 'sum' in bean of type null
    any idea?

    The message says that the userBean is null.
    Check your faces-config.xml.

  • Error setting property 'html1' in bean of type null

    Dear All;
    I am currently on site, and away from my team, so they send over additional screens, that i treid to add to the project i have with me, i added the model, i add the SRC folder, and the .JSPX pages, only when i run the pages, i get Error setting property 'html1' in bean of type null, i checked previous threads, and i know the error and accordingly i checked that the page def exists, which it does, and that all the managed beans are there, and linked to faces config, which they are, so i am just wondering if any1 has any idea, as to how to make the pages work...
    regards
    Halim

    hi frank,
    I cross checked, all the entries in the bean, with those in the JSPX source code, and chceked in the auto comment of the JSPX page the name of the bean, i have checked the faces config, i am going to remove the the new models and re-add them, just tell me if i need to add any files other than those:
    MODEL X folder, which contains the model
    JSPX folder, which contans the pages
    SRC folder in view controller
    And the faces config to web-inf
    thanks in advance man
    regards
    Halim

  • I keep getting this error message and Firefox won't start....Exc in ev handl: Error: Error setting property on NPObject!

    Firefox won't start and this message keeps coming up....I uninstalled and reinstalled....but didn't help...
    Exc in ev handl: Error: Error setting property on NPObject!

    Disable "McAfee Site Advisor" extension which was just updated to 3.4.0, which probably took it out of the addons block list.
    * "Ctrl+Shift+A" > find McAfee Site Advisor and use "Disable", and then restart Firefox.
    * Do a Google Search no problem
    * It seems that if you re-enable Site Advisor again, and restart Firefox you are okay. At least you know where to look if you get the error again or Google searches slow down.

  • Error using XML_ETL_UTILS: OMB02902: Error setting property DATATYPE of XML

    This error occurs at the time of executing menu option Tools->"Create Components From XSD/WSDL". (After the XML_ETL_UTILS expert module was already installed successfully). The error comes as a pop-up window with long stack of OMB script errors:
    OMB02902: Error setting property DATATYPE of XML_OBJECT: 0 while executing
    "OMBALTER PLUGGABLE_MAPPING '$pplug' ADD ATTRIBUTE 'XML_OBJECT' OF GROUP 'OUTGRP1' OF OPERATOR 'XS_$plug_name' SET PROPERTIES (DATATYPE,EXPRESSION,BUS..."
    ... and then more lines with errors. I wished I could attach a screenshot of the the pop-up window.
    If I could ask oracle folks familiar with the expert module XML_ETL_UTILS to help me out.
    Thanks,
    vr

    This is a bit of an odd one that can be resolved by creating an Oracle module in the project where you are creating your pluggable maps.
    It is a bug in OWB because OWB does not load the datatypes on demand when pluggables are being created so for now if you create an oracle module all the oracle types will be loaded then pluggables can be created which use these types. I should have put this in the expert's notes because its something I also fell over a couple of times, forgot about, then annoyingly remembered! ;)
    Cheers
    David

  • Sharepoint 2013 webDAV PROPPATCH fails with status code 409 error every time when trying to set custom property.

    Sharepoint 2013 webDAV PROPPATCH fails with status code 409 error every time, when trying to set custom property.
    anyone have any idea

    Hi
    Stumbled upon the resolution myself. The Bean Area item needs to be set to Visible=Yes in the property palette for the bean within Forms Builder, and also the implementation class also in the bean's properties must match exactly the package & class name specified in the PJC (my full implementation class string had to be set to oracle.forms.demos.runApplication).
    As this bean has no user interface component, and since the Visible property has to be set to Yes, to avoid having a random square shape for the bean sitting on the form's canvas, I also set the Width and Height properties for the bean to 0.001. This does show a very small dot on the form, but that will be acceptable.
    So in summary there has been a change for PJC / Bean Areas between 6i and 10g Forms, in 6i you could have the Bean Item to be set Visible=No, and the SET_CUSTOM_ PROPERTY built-in would work, however in 10g Forms the Bean Item must be set to Visible=Yes for the SET_CUSTOM_PROPERTY built-in to work.
    Daryl

  • Error setting property x in bean of type a.b.c

    Hi
    I have added to my page sun's tab panel. But when I try to switch the tab and nothing happens. h:messages displays this:
    Error setting property 'notes' in bean of type adminconsole.customer.CustomerDetails Error setting property 'notes' in bean of type adminconsole.customer.CustomerDetails Error setting property 'customerId' in bean of type adminconsole.customer.CustomerDetails Error setting property 'customerId' in bean of type adminconsole.customer.CustomerDetails Error setting property 'limit' in bean of type adminconsole.customer.CustomerDetails Error setting property 'limit' in bean of type adminconsole.customer.CustomerDetails
    But this actually tells me nothing. Still can't locate the problem. Those data are used in following components:
    <ui:staticText binding="#{customer$CustomerDetails.customerIdStaticText}" id="customerIdStaticText" text="#{customer$CustomerDetails.customerId}"/>
    <ui:textArea binding="#{customer$CustomerDetails.notesArea}" id="notesArea" rows="5" style="width: 230px" text="#{customer$CustomerDetails.notes}"/>
    <ui:textField binding="#{customer$CustomerDetails.l}"
    converter="#{customer$CustomerDetails.doubleConverter1}" id="limitText" style="width: 60px"
    text="#{customer$CustomerDetails.limit}" validator="#{customer$CustomerDetails.doubleRangeValidator1.validate}"/>
    I don't what is going on about 'setting property'. Tried to create setCustomerId, but message didn't disappear.
    Regards,
    Michal

    hi frank,
    I cross checked, all the entries in the bean, with those in the JSPX source code, and chceked in the auto comment of the JSPX page the name of the bean, i have checked the faces config, i am going to remove the the new models and re-add them, just tell me if i need to add any files other than those:
    MODEL X folder, which contains the model
    JSPX folder, which contans the pages
    SRC folder in view controller
    And the faces config to web-inf
    thanks in advance man
    regards
    Halim

  • Error setting FSS as the scheduler

    Hi,
    I'm getting an error setting FSS as the default scheduler and it's not listed as a configured class from dispadmin on Solaris 10. Here is the error:
    # dispadmin -d FSS
    dispadmin: Invalid or unconfigured class FSS
    # dispadmin -l
    CONFIGURED CLASSES
    ==================
    SYS (System Class)
    TS (Time Sharing)
    IA (Interactive)
    RT (Real Time)
    # poolcfg -c 'modify pool pool_default (string pool.scheduler="FSS")'
    poolcfg: put property pool.scheduler failed: Error putting property
    # uname -a
    SunOS uno 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-V240 Solaris
    # pkginfo -l SUNWfss
    PKGINST: SUNWfss
    NAME: Fair Share Scheduler
    CATEGORY: system
    ARCH: sparc
    VERSION: 11.10.0,REV=2005.01.21.15.53
    BASEDIR: /
    VENDOR: Sun Microsystems, Inc.
    DESC: core software for the fair share scheduler
    PSTAMP: on10ptchfeat20080228002232
    INSTDATE: Jun 17 2008 12:58
    HOTLINE: Please contact your local service provider
    STATUS: completely installed
    FILES: 10 installed pathnames
    6 shared pathnames
    7 directories
    3 executables
    157 blocks used (approx)
    I've installed the SUNWfss package and all the necessary zone packages but no luck. I'm not sure what install cluster was originally used to setup the server so it could be missing some other packages that is causing this to fail. Anyone have any ideas on how to resolve this issue?
    Thanks in advance,
    Ryan

    here is the output:
    uno#truss -f dispadmin -l
    11433: execve("/usr/sbin/dispadmin", 0xFFBFFC9C, 0xFFBFFCA8) argc = 2
    11433: resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    11433: resolvepath("/usr/sbin/dispadmin", "/usr/sbin/dispadmin", 1023) = 19
    11433: stat("/usr/sbin/dispadmin", 0xFFBFFA78) = 0
    11433: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    11433: stat("/usr/local/lib/libc.so.1", 0xFFBFF530) Err#2 ENOENT
    11433: stat("/usr/sfw/lib/libc.so.1", 0xFFBFF530) Err#2 ENOENT
    11433: stat("/usr/lib/libc.so.1", 0xFFBFF530) = 0
    11433: resolvepath("/usr/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    11433: open("/usr/lib/libc.so.1", O_RDONLY) = 3
    11433: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    11433: mmap(0x00010000, 1015808, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF280000
    11433: mmap(0xFF280000, 909301, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF280000
    11433: mmap(0xFF36E000, 32017, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 909312) = 0xFF36E000
    11433: mmap(0xFF376000, 5984, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF376000
    11433: munmap(0xFF35E000, 65536) = 0
    11433: memcntl(0xFF280000, 144128, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    11433: close(3) = 0
    11433: munmap(0xFF3A0000, 8192) = 0
    11433: mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3A0000
    11433: getcontext(0xFFBFF768)
    11433: getrlimit(RLIMIT_STACK, 0xFFBFF748) = 0
    11433: getpid() = 11433 [11432]
    11433: setustack(0xFF3A2088)
    11433: priocntlsys(1, 0xFFBFFB2C, 1, 0x00000000, 0) = 4
    11433: ioctl(1, TCGETA, 0xFFBFED44) = 0
    11433: fstat64(1, 0xFFBFEC60) = 0
    11433: stat("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", 0xFFBFE808) = 0
    11433: resolvepath("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", "/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 37
    11433: open("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", O_RDONLY) = 3
    11433: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF390000
    11433: mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF380000
    11433: close(3) = 0
    CONFIGURED CLASSES
    ==================
    11433: write(1, " C O N F I G U R E D C".., 39) = 39
    SYS (System Class)
    11433: write(1, " S Y S\t ( S y s t e m ".., 19) = 19
    11433: priocntlsys(1, 0xFFBFFB2C, 1, 0xFFBFFBA4, 0) = 4
    11433: schedctl() = 0xFF26E000
    11433: fork1() = 11434
    11433: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11434: fork1() (returning as child ...) = 11433
    11434: getpid() = 11434 [11433]
    11434: lwp_self() = 1
    11434: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11434: execve("/usr/lib/class/TS/TSdispadmin", 0xFFBFF6C8, 0xFFBFFCA8) argc = 2
    11434: resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    11434: resolvepath("/usr/lib/class/TS/TSdispadmin", "/usr/lib/class/TS/TSdispadmin", 1023) = 29
    11434: stat("/usr/lib/class/TS/TSdispadmin", 0xFFBFFA58) = 0
    11434: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    11434: stat("/usr/local/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11434: stat("/usr/sfw/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11434: stat("/usr/lib/libc.so.1", 0xFFBFF510) = 0
    11434: resolvepath("/usr/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    11434: open("/usr/lib/libc.so.1", O_RDONLY) = 3
    11434: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    11434: mmap(0x00010000, 1015808, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF280000
    11434: mmap(0xFF280000, 909301, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF280000
    11434: mmap(0xFF36E000, 32017, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 909312) = 0xFF36E000
    11434: mmap(0xFF376000, 5984, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF376000
    11434: munmap(0xFF35E000, 65536) = 0
    11434: memcntl(0xFF280000, 144128, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    11434: close(3) = 0
    11434: munmap(0xFF3A0000, 8192) = 0
    11434: mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3A0000
    11434: getcontext(0xFFBFF748)
    11434: getrlimit(RLIMIT_STACK, 0xFFBFF728) = 0
    11434: getpid() = 11434 [11433]
    11434: setustack(0xFF3A2088)
    11434: ioctl(1, TCGETA, 0xFFBFEDBC) = 0
    11434: fstat64(1, 0xFFBFECD8) = 0
    11434: stat("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", 0xFFBFE880) = 0
    11434: resolvepath("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", "/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 37
    11434: open("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", O_RDONLY) = 3
    11434: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF390000
    11434: mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF380000
    11434: close(3) = 0
    TS (Time Sharing)
    11434: write(1, " T S\t ( T i m e S h a".., 18) = 18
    11434: _exit(0)
    11433: waitid(P_ALL, 0, 0xFFBFF600, WEXITED|WTRAPPED) = 0
    11433: priocntlsys(1, 0xFFBFFB2C, 1, 0xFFBFFBA4, 0) = 4
    11433: fork1() = 11436
    11433: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11436: fork1() (returning as child ...) = 11433
    11436: getpid() = 11436 [11433]
    11436: lwp_self() = 1
    11436: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11436: execve("/usr/lib/class/IA/IAdispadmin", 0xFFBFF6C8, 0xFFBFFCA8) argc = 2
    11436: resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    11436: resolvepath("/usr/lib/class/IA/IAdispadmin", "/usr/lib/class/IA/IAdispadmin", 1023) = 29
    11436: stat("/usr/lib/class/IA/IAdispadmin", 0xFFBFFA58) = 0
    11436: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    11436: stat("/usr/local/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11436: stat("/usr/sfw/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11436: stat("/usr/lib/libc.so.1", 0xFFBFF510) = 0
    11436: resolvepath("/usr/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    11436: open("/usr/lib/libc.so.1", O_RDONLY) = 3
    11436: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    11436: mmap(0x00010000, 1015808, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF280000
    11436: mmap(0xFF280000, 909301, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF280000
    11436: mmap(0xFF36E000, 32017, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 909312) = 0xFF36E000
    11436: mmap(0xFF376000, 5984, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF376000
    11436: munmap(0xFF35E000, 65536) = 0
    11436: memcntl(0xFF280000, 144128, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    11436: close(3) = 0
    11436: munmap(0xFF3A0000, 8192) = 0
    11436: mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3A0000
    11436: getcontext(0xFFBFF748)
    11436: getrlimit(RLIMIT_STACK, 0xFFBFF728) = 0
    11436: getpid() = 11436 [11433]
    11436: setustack(0xFF3A2088)
    11436: ioctl(1, TCGETA, 0xFFBFEDBC) = 0
    11436: fstat64(1, 0xFFBFECD8) = 0
    11436: stat("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", 0xFFBFE880) = 0
    11436: resolvepath("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", "/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 37
    11436: open("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", O_RDONLY) = 3
    11436: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF390000
    11436: mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF380000
    11436: close(3) = 0
    IA (Interactive)
    11436: write(1, " I A\t ( I n t e r a c t".., 17) = 17
    11436: _exit(0)
    11433: waitid(P_ALL, 0, 0xFFBFF600, WEXITED|WTRAPPED) = 0
    11433: priocntlsys(1, 0xFFBFFB2C, 1, 0xFFBFFBA4, 0) = 4
    11433: fork1() = 11438
    11433: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11438: fork1() (returning as child ...) = 11433
    11438: getpid() = 11438 [11433]
    11438: lwp_self() = 1
    11438: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11438: execve("/usr/lib/class/RT/RTdispadmin", 0xFFBFF6C8, 0xFFBFFCA8) argc = 2
    11438: resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    11438: resolvepath("/usr/lib/class/RT/RTdispadmin", "/usr/lib/class/RT/RTdispadmin", 1023) = 29
    11438: stat("/usr/lib/class/RT/RTdispadmin", 0xFFBFFA58) = 0
    11438: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    11438: stat("/usr/local/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11438: stat("/usr/sfw/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11438: stat("/usr/lib/libc.so.1", 0xFFBFF510) = 0
    11438: resolvepath("/usr/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    11438: open("/usr/lib/libc.so.1", O_RDONLY) = 3
    11438: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    11438: mmap(0x00010000, 1015808, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF280000
    11438: mmap(0xFF280000, 909301, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF280000
    11438: mmap(0xFF36E000, 32017, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 909312) = 0xFF36E000
    11438: mmap(0xFF376000, 5984, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF376000
    11438: munmap(0xFF35E000, 65536) = 0
    11438: memcntl(0xFF280000, 144128, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    11438: close(3) = 0
    11438: munmap(0xFF3A0000, 8192) = 0
    11438: mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3A0000
    11438: getcontext(0xFFBFF748)
    11438: getrlimit(RLIMIT_STACK, 0xFFBFF728) = 0
    11438: getpid() = 11438 [11433]
    11438: setustack(0xFF3A2088)
    11438: ioctl(1, TCGETA, 0xFFBFEDBC) = 0
    11438: fstat64(1, 0xFFBFECD8) = 0
    11438: stat("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", 0xFFBFE880) = 0
    11438: resolvepath("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", "/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 37
    11438: open("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", O_RDONLY) = 3
    11438: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF390000
    11438: mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF380000
    11438: close(3) = 0
    RT (Real Time)
    11438: write(1, " R T\t ( R e a l T i m".., 15) = 15
    11438: _exit(0)
    11433: waitid(P_ALL, 0, 0xFFBFF600, WEXITED|WTRAPPED) = 0
    11433: _exit(0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • [solved] Using xprop to set a property

    xprop(1) has a "-set" option. I can't figure out how to use it. The "surf" browser is scriptable by setting a property named "_SURF_URL" to the URL you want it to load. I've tried these:
    $ xprop -id 14680096 -set _SURF_URL http://www.google.com
    xprop: error: unsupported conversion for _SURF_URL
    $ xprop -id 14680096 -f _SURF_URL STRING -set _SURF_URL http://www.google.com
    xprop: error: Bad format: STRING.
    (The "id" is the one printed by "surf -x", and is correct, since I can use it to read properties.)
    How do I use this?
    Last edited by ataraxia (2009-08-12 14:55:01)

    The -f option isn't that straightforward... see the description of 'format' and 'dformat' in xprop(1).
    This should work:
    xprop -id 14680096 -f _SURF_URL 8s -set _SURF_URL http://www.google.com

  • Exception: cannot set unrecognized property:

    Hi guys,
    I am doing a PoC of Connection between BPEL PM 10.1.3.4 running over WLS 9.2 SP3 calling a HelloWorld WebService (a very simple one without authentication or security) that is deployed over a WLS 10.3 server.
    The problem is when I execute the BPEL process and it invokes the partner link that pointos to my WebService I get an exception of that type below.
    Exception: cannot set unrecognized property: disable.must.understand on a Call object.
    I looked inside the logs of AdminServer, ManagedServer and Domain Server and the output files and nothing new came in from them.
    Any ideas? Please...
    The sourcecode of this PoC is here
    http://download.yousendit.com/Y1RyeW55VnN0TW14dnc9PQ
    receiveInput
    [2009/09/25 11:29:41] Received "inputVariable" call from partner "client" More...
    Assign_1
    [2009/09/25 11:29:41] Updated variable "Invoke_1_getGreeting_InputVariable" More...
    Invoke_1 (faulted)
    [2009/09/25 11:29:41] Faulted while invoking operation "getGreeting" on provider "HelloWorldServiceDefinitions".menos
    Daniel
    ORABPEL-00000
    Exception not handled by the Collaxa Cube system.
    An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "cannot set unrecognized property: disable.must.understand on a Call object
         at oracle.j2ee.ws.client.dii.BasicCall.setProperty(BasicCall.java:490)
         at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.setCallContext(WSIFOperation_JaxRpc.java:2769)
         at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1524)
         at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeRequestResponseOperation(WSIFOperation_JaxRpc.java:1210)
         at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:478)
         at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:437)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:251)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:826)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:402)
         at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:199)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3698)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1655)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:217)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:314)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5765)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1087)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:133)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:162)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean_2rw8jy_ELOImpl.syncCreateAndInvoke(CubeEngineBean_2rw8jy_ELOImpl.java:75)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:547)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:464)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:133)
         at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:95)
         at com.collaxa.cube.ejb.impl.DeliveryBean_uhics8_EOImpl.request(DeliveryBean_uhics8_EOImpl.java:279)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:106)
         at jsp_servlet.__ngdoinitiate_ws._jspService(__ngdoinitiate_ws.java:517)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:126)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:531)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:459)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:159)
         at jsp_servlet.__displayprocess._jspService(__displayprocess.java:1851)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:126)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:531)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:266)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:222)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3242)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Exception: cannot set unrecognized property: disable.must.understand on a Call object
    Handled As: com.collaxa.cube.CubeException
    [2009/09/25 11:29:41] There is a system exception while performing the BPEL instance, the reason is "cannot set unrecognized property: disable.must.understand on a Call object". Please check the error log file for more infromation.
    Edited by: Daniel Ferreira Castro on 25/09/2009 12:20

    I think you took my comment out of context. I was referring to deployments on developer PCs to have a standalone version to play with. This is not common as it requires more PC power which not many people have.
    10g and 11g are different products. In 11g you are correct SOA Suite is installed on WLS, as there is no 11g oc4j. So in that respect I would agree that WLS as the app server is mainstream.
    In 10g I would have to disagree. It was a message that Oracle had to say that SOA Suite can be deployed on WLS and this was our stragic app server going forward. It would be a customer decision as to what path they would take. From my experience not many did this because the WLS version was 9.2 not the 10.3 which OSB ran on. There were limited customers to provide references on this architecture. Typically what we saw if customer were BEA customers they went down this path otherwise they went with oc4j. Oracle sold WebLogic Suite which included oc4j so from a licensing perspective they were covered, and technically they could run any Oracle product. For new licenses you needed WebLogic Suite as part of SOA Suite this does not mean that people deployed SOA Suite on WLS in 10g.
    10.1.3.5 certification with WLS was going to solve the version issue as it is going to be on 10.3, but 10.1.3.5 was release after 11g and the WLS certifications still hasn't been released.
    The 10g WLS deployment was never going to be like that in 11g so WLS customers would need the same kind of architectual changes and oc4j customer would have. The differnce being ops people would not need to learn oc4j so there would be less need for training.
    But I would like to clarify my comment was for stand alone deployments on developer PCs, this is not common to have the WLS deployment.
    cheers
    James

  • Unable to set configured property

    Hi,
    I am getting this following error during my server start up
    **** Error Unable to set configured property "/atg/
    dynamo/servlet/dafpipeline/AccessControlServlet.accessControllers" atg.nucleus.ConfigurationException
    Please help me out.
    Thanks in advance,
    Jk

    did u add ur own accessControlles ?
    It might not have been defined properly.
    follow the below link -
    http://docs.oracle.com/cd/E23507_01/Platform.20073/ATGPersProgGuide/html/s0508configuringtheaccesscontrolservl01.html

  • Unable to set configured property "/Initial.initialServices"

    Hi All,
    I am getting following error-
    05:21:52,006 INFO  [STDOUT] Unable to set configured property "/Initial.initialServices" atg.nucleus.ConfigurationException: Unable to resolve component /com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet
    05:21:52,013 INFO  [STDOUT] **** Error
    05:21:52,064 INFO  [STDOUT] Unable to set configured property "/Initial.initialServices" atg.nucleus.ConfigurationException: Unable to resolve component /com/progiweb/fbconnect/pipeline/FacebookProfileRequestServlet
    I have checked the config path of both components and the structure of servlet is as below-
    src/com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet.java  and  src/com/progiweb/fbconnect/pipeline/FacebookProfileRequestServlet.java.java
    And for the properties files I have created them under the path- config/atg/dynamo/servlet/dafpipeline  and  config/atg/dynamo/servlet/pipeline
    Inside these I am keeping the FacebookAuthStatusServlet.properties and FacebookProfileRequestServlet.properties files
    The path of Initial.properties is as below- config/atg/dynamo/servlet/Initial.properties
    The content of Initial.properties is -
    initialServices+=\
      /atg/dynamo/servlet/dafpipeline/FacebookAuthStatusServlet,\
      /atg/dynamo/servlet/dafpipeline/FacebookProfileRequestServlet
    Should I need to keep the both pipeline- dafpipeline and pipeline or only one of them?
    And my pipeline structure is correct or not?
    How to resolve the above error?
    Please help regarding this!
    Regards,
    Prateek

    The content of config/atg/dynamo/servlet/dafpipeline/FacebookAuthStatusServlet.properties is as below-
    $class=com.progiweb.fbconnect.pipeline.FacebookAuthStatusServlet
    $scope=global
    serviceInfo=This servlet handle facebook redirection if it's a new user.
    insertAfterServlet=/atg/dynamo/servlet/dafpipeline/FacebookProfileRequestServlet
    redirect=true
    redirectURI=register.jsp
    profileUpdater=/fbconnect/userprofiling/FacebookProfileUpdater
    loggingDebug=false
    And the content of config/atg/dynamo/servlet/pipeline/FacebookAuthStatusServlet.properties is as below-
    $class=com.progiweb.fbconnect.pipeline.FacebookAuthStatusServlet
    $scope=global
    serviceInfo=This servlet handle facebook redirection if it's a new user.
    insertAfterServlet=/atg/dynamo/servlet/pipeline/FacebookProfileRequestServlet
    redirect=true
    redirectURI=register.jsp
    profileUpdater=/fbconnect/userprofiling/FacebookProfileUpdater
    bypassExtensions=.css,.gif,.jpg,.swf
    loggingDebug=false
    I think this will clear the confusion.
    Regards,
    Prateek

Maybe you are looking for

  • Error while deploying SOA composite via ant

    I am getting following error while deploying SOA composite through ant from SOA server (UNIX).It is unable to get mds configuration. Jdeveloper is not installed in SOA server. I am trying to copy the SOA project from local machine to SOA server and t

  • Matrix Select Row And Click()

    Good Day Experts: I am in a bit of a quandry here today.  I cannot figure out why I am unable to programatically acheive the 2 following actions:               1)Select a row in a Matrix               2)Click in a field to set cursor I have the right

  • I cannot copy a piece of text within my web cms, security prohibited

    when i open my cms fom the website, i like to copy a piece of text, but the warning comes, that the browser prohibited it seems to be a security issue . Pls help i just want to copy and paste within my cms.

  • Reg.Internal error msg no. 8J607

    Dear Experts In AFS without grid assigned for a material, We are doing goods movement in MB1B with 311 E mvt type, if I enter the purchase order number and press enter the system show the " internal error msg no 8J607" how to solve that problem. Pls

  • Problems with importing

    So I am trying to import a bunch of pictures but when I copy them in they wont sort in to order by name. Mind giving me a hand?