No such method error when starting OC4J 1.3 Developer's Preview

Hi,
Having run 1.0.2.2.1 successfully I've now installed OC4J 1.3 Developer's Preview version. When I start up the server (java -jar oc4j.jar) I get the following error:
java.lang.NoSuchMethodError
at org.apache.crimson.tree.XmlDocumentBuilder.startDTD(XmlDocumentBuilder.java:615)
at org.apache.crimson.parser.Parser2.maybeDoctypeDecl(Parser2.java:1131)
I'm executing the commmand from the same directory as oc4j.jar and have the CLASSPATH set as follows:
E:\Oracle\iSuites\j2ee\home\ejb.jar;
E:\Oracle\iSuites\j2ee\home\jndi.jar;
E:\Oracle\iSuites\j2ee\home\oc4j.jar;
e:\oracle\isuites\j2ee\home\crimson.jar
Any ideas ?
Cheers,
Geoff

Hi Geoff,
As far as I know, there is no "OC4J 1.3 Developer's Preview" version;
there is a "9.0.3 Developer's Preview Version". However, I would suggest
using the "9.0.2 Production Version" (also available for download from the Technet web site: http://technet.oracle.com)
Also, you need to be using JDK 1.3.1 with that version of OC4J.
You can find information on how to run OC4J in "debug" mode from the
Atlassian web site:
http://www.atlassian.com
and on the OrionSupport web site:
http://www.orionsupport.com
You can also try using the "verbosity" flag, as in:
java -jar oc4j.jar -verbosity 10
(10 is the highest value for "verbosity")
Good Luck,
Avi.

Similar Messages

  • No such method error when launching the Interactive form

    Hi Experts,
    I have developed a simeple Java Webdynpro application and added an Interactive form without any controls in it. Created the context with one value node and a binary value attribute.
    I have assigned  value node to datasource and binary attribute to pdfSource. When I launch the application I am getting the following no such method error.
    java.lang.NoSuchMethodError: com/sap/tc/webdynpro/clientserver/uielib/adobe/api/IWDInteractiveForm.setTemplateSource(Ljava/lang/String;)V
    The currently executed application, or one of the components it depends on, has been compiled against class file versions that are different from the ones that are available at runtime.
    If the exception message indicates, that the modified class is part of the Web Dynpro Runtime (package com.sap.tc.webdynpro.*) then the running Web Dynpro Runtime is of a version that is not compatible with the Web Dynpro Designtime (Developer Studio or Component Build Server) which has been used to build + compile the application.
    My NWDS is of Version 7.0.06
    and J2EE Engine is of Version 6.40.
    any guess why I am getting this error.
    Thanks
    Chinna.

    Issue solved. Compatablility issue NWDS 2.0 Version should use for NW 2004.

  • Error when starting OC4J

    I downloaded oc4j 10.1.3 and set the ORACLE_HOME. When i start the using the command oc4j -start i get the following error. Pls help
    C:\OC4J>oc4j -start
    Starting OC4J from C:\OC4J\j2ee\home ...
    OC4J startup failed
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: oracle.j2ee.ws.common.mgmt.Interceptor
    Dependent class: oracle.security.wss.interceptors.AbstractSecurityInterc
    eptor
    Loader: oracle.ws.security:10.1.3
    Code-Source: /C:/OC4J/webservices/lib/wssecurity.jar
    Configuration: <code-source> (ignore manifest Class-Path) in META-INF/
    boot.xml in C:\OC4J\j2ee\home\oc4j.jar
    The missing class is available from the following locations:
    1. Code-Source: /C:/OC4J/webservices/lib/wsclient.jar (from system prope
    rty java.library.path)
    This code-source is available in loader jre.bootstrap:1.5.0_14.
    at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.ja
    va:2264)
    at oracle.classloader.PolicyClassLoader.bulkLoadClasses(PolicyClassLoade
    r.java:1538)
    at oracle.classloader.util.XMLConfiguration.bulkLoadClasses(XMLConfigura
    tion.java:885)
    at oracle.classloader.util.XMLConfiguration.access$100(XMLConfiguration.
    java:41)
    at oracle.classloader.util.XMLConfiguration$Externals.load(XMLConfigurat
    ion.java:871)
    at oracle.classloader.util.XMLConfiguration.endElement(XMLConfiguration.
    java:685)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endEleme
    nt(AbstractSAXParser.java:633)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp
    l.scanEndElement(XMLDocumentFragmentScannerImpl.java:1241)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp
    l$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp
    l.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(X
    ML11Configuration.java:834)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(X
    ML11Configuration.java:764)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.
    java:148)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Ab
    stractSAXParser.java:1242)
    at oracle.classloader.util.XMLConfiguration.configureLoaders(XMLConfigur
    ation.java:277)
    at oracle.classloader.util.InitialLoadersFactory.populateLoaders(Initial
    LoadersFactory.java:389)
    at oracle.classloader.util.InitialLoadersFactory.initLoaders(InitialLoad
    ersFactory.java:230)
    at oracle.classloader.util.InitialLoadersFactory.create(InitialLoadersFa
    ctory.java:167)
    at oracle.oc4j.loader.boot.BootStrap.main(BootStrap.java:26)
    C:\OC4J>

    Hi Geoff,
    As far as I know, there is no "OC4J 1.3 Developer's Preview" version;
    there is a "9.0.3 Developer's Preview Version". However, I would suggest
    using the "9.0.2 Production Version" (also available for download from the Technet web site: http://technet.oracle.com)
    Also, you need to be using JDK 1.3.1 with that version of OC4J.
    You can find information on how to run OC4J in "debug" mode from the
    Atlassian web site:
    http://www.atlassian.com
    and on the OrionSupport web site:
    http://www.orionsupport.com
    You can also try using the "verbosity" flag, as in:
    java -jar oc4j.jar -verbosity 10
    (10 is the highest value for "verbosity")
    Good Luck,
    Avi.

  • Secondary methods : Error when starting submethod

    Hi,
    I have designed a workflow for payment request : For the approver i am displaying  the document in edit mode thorough standard method .I am calling that method ( Edit method ) in the secondary method of the decision tab( METHODS tab)  .But i am getting the error "Error when starting submethod " whenver i execute the workitem.I am working ECC 6.0 .
    Please can anyone help in getting this solved .
    regards
    Paveee.

    The answer is simple: You need to co-operate with someone who has wide authorizations. It is impossible to solve a problem when you don't even have authorization to check what went wrong. I would suggest contacting your Basis team/person.
    <i>Message was edited by Kjetil Kilhavn:</i>
    But on an entirely different note, you haven't really shared information that could tell anyone what the problem is. I'm suspecting you are using a customer-specific object type, and that the problem is in your solution, rather than authorizations. The reason I am suspecting this is that experience shows most errors are in customer-specific coding (i.e. my code) and not in SAP's own code

  • Getting no such method error   when calling  getEnvelope()

    I getting this error
    java.lang.NoSuchMethodError: org.apache.xerces.dom.ElementNSImpl.<init>(Lorg/apache/xerces/dom/CoreDocumentImpl;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         at com.sun.xml.messaging.saaj.soap.impl.ElementImpl.<init>(ElementImpl.java:45)
         at com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl.<init>(EnvelopeImpl.java:40)
         at com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl.<init>(EnvelopeImpl.java:49)
         at com.sun.xml.messaging.saaj.soap.ver1_1.Envelope1_1Impl.<init>(Envelope1_1Impl.java:34)
         at com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl.createEmptyEnvelope(SOAPPart1_1Impl.java:39)
         at com.sun.xml.messaging.saaj.soap.SOAPPartImpl.getEnvelope(SOAPPartImpl.java:78)
              SOAPPart sp = message.getSOAPPart();
              SOAPEnvelope envelope = sp.getEnvelope();
    when I call the getEnvelope() method I get this message.
    If this is problem because of wrong jar files please guide mew what jar files I must use I am using jdk 1.4
    these are the jar fiels I am using
         <classpathentry kind="lib" path="lib/log4j.jar"/>
         <classpathentry kind="lib" path="lib/xerces.jar"/>
         <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
         <classpathentry kind="lib" path="lib/jdom.jar"/>
         <classpathentry kind="lib" path="lib/activation.jar"/>
         <classpathentry kind="lib" path="lib/classes12.jar"/>
         <classpathentry kind="lib" path="lib/commons-logging-api.jar"/>
         <classpathentry kind="lib" path="lib/j2ee_small_version.jar"/>
         <classpathentry kind="lib" path="lib/jakarta-regexp-1.2.jar"/>
         <classpathentry kind="lib" path="lib/jaxp.jar"/>
         <classpathentry kind="lib" path="lib/jaxp-api.jar"/>
         <classpathentry kind="lib" path="lib/saaj-api.jar"/>
         <classpathentry kind="lib" path="lib/saaj-impl.jar"/>
         <classpathentry kind="lib" path="lib/xalan.jar"/>

    Issue solved. Compatablility issue NWDS 2.0 Version should use for NW 2004.

  • No such method error when migrating to 10.3.2

    Howdy!
    I am migrating a Portal application from 10.0.2 to 10.3.2 and getting the following exception when trying to access any page of the app. The app is using a home grown URI re-write mechanism that worked successfully in 10.0.2 environment.
    Thank you for your time.
    Caused By: java.lang.NoSuchMethodError: org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils.updateScopedResponse(Ljavax/servlet/http/HttpServletResponse;Lorg/apache/beehive/netui/pageflow/scoping/ScopedRequest;)Lorg/apache/beehive/netui/pageflow/scoping/ScopedResponse;
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.getScopedResponse(ScopedContentCommonSupport.java:340)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:182)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:137)
         at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)
         at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:428)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:399)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
         at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)
         at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:465)
         at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:291)
         at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:231)
         at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:216)
         at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:275)
         at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:719)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         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:292)
    javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils.updateScopedResponse(Ljavax/servlet/http/HttpServletResponse;Lorg/apache/beehive/netui/pageflow/scoping/ScopedRequest;)Lorg/apache/beehive/netui/pageflow/scoping/ScopedResponse;
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:333)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:500)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
         at alibris.jump.servlet.JumpRequest.rewrite(JumpRequest.java:495)
         at alibris.jump.servlet.UrlRules$RewriteRule.handleApplyRule(UrlRules.java:534)
         at alibris.jump.servlet.UrlRules$PatternUrlRule.applyRule(UrlRules.java:486)
    alibris.common.exception.AlibrisRuntimeException: Error applying RewriteRule to URI '': pattern = '(?i)^/?$', newUrl = '/portals/alibrisPortal.portal?_nfpb=true&_pageLabel=alibrisPage_mediaNeutralHome'
         at alibris.jump.servlet.UrlRules$PatternUrlRule.applyRule(UrlRules.java:489)
         at alibris.jump.servlet.UrlRules.applyRules(UrlRules.java:242)
         at alibris.jump.servlet.filter.JumpServletFilter.doJumpFilter(JumpServletFilter.java:151)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.NonWwwFilter.doJumpFilter(NonWwwFilter.java:48)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.OldLibraryFilter.doJumpFilter(OldLibraryFilter.java:50)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.SellerStorefrontFilter.doJumpFilter(SellerStorefrontFilter.java:72)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.PiratesFilter.doJumpFilter(PiratesFilter.java:49)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.ServicesFilter.doJumpFilter(ServicesFilter.java:34)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.DirectIpFilter.doJumpFilter(DirectIpFilter.java:40)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.MasterServletFilter.doJumpFilter(MasterServletFilter.java:93)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         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:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
         at alibris.jump.servlet.UrlRules$PatternUrlRule.applyRule(UrlRules.java:489)
         at alibris.jump.servlet.UrlRules.applyRules(UrlRules.java:242)
         at alibris.jump.servlet.filter.JumpServletFilter.doJumpFilter(JumpServletFilter.java:151)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         Truncated. see log file for complete stacktrace
    Caused By: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils.updateScopedResponse(Ljavax/servlet/http/HttpServletResponse;Lorg/apache/beehive/netui/pageflow/scoping/ScopedRequest;)Lorg/apache/beehive/netui/pageflow/scoping/ScopedResponse;
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:333)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchMethodError: org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils.updateScopedResponse(Ljavax/servlet/http/HttpServletResponse;Lorg/apache/beehive/netui/pageflow/scoping/ScopedRequest;)Lorg/apache/beehive/netui/pageflow/scoping/ScopedResponse;
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.getScopedResponse(ScopedContentCommonSupport.java:340)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:182)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:137)
         at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)
         at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:428)
         Truncated. see log file for complete stacktrace

    You have a classloading issue. Have you by any chance provided a org.apache.beehive distribution in your classpath.
    To my knowledge the current distrbutions of Apache Beehive do not contain the method updateScopedResponse
    see also https://issues.apache.org/jira/browse/BEEHIVE-1181
    If you look at this JavaDoc (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14255/org/apache/beehive/netui/pageflow/scoping/ScopedServletUtils.html)
    the updateScopedResponse should be available in the fusion middleware distribution 10.3.2 (Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2))
    The beehive class containing updateScopedResponse is available in sourceforge for download
    (https://svn.apache.org/repos/asf/beehive/trunk/netui/src/scoping/org/apache/beehive/netui/pageflow/scoping/ScopedServletUtils.java)

  • Error message when starting OC4J after deploying

    Hi, I hope someone can help me. I've been developing a J2EE project in JBuilder9 and OC4J 9.0.3. The problem occurs when starting OC4J after the application has been deployed. I'm using two MDBs and two Session Beans, one Stateless and the other one stateful. I'm using two topics with OJMS. I can access these topics from a standalone application, but when I try to lookup JNDI names from inside EJBs, I get a NamingException (name not found) Please I need some help
    OC4J error:
    D:\oc4j\j2ee\home>java -jar oc4j.jar
    Node started with id=678845146
    Error deploying file:/D:/oc4j/j2ee/home/applications/LogicaNegocio/LogicaNegocio
    .jar homes: Topic has empty subscription name
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    Error when executing standalone application client using EJBs:
    javax.naming.NameNotFoundException: No resource named 'TopicConnecionFactories/TablaTopics' found in resource provider 'BeanProcesamientoMensajes'
    This error doesn't appear when looking up that topic with a standalone application w/o using EJBs
    Thanks in advance.

    make sure the datasource.xml in the config directory is right
    for example
         <data-source
              class="com.evermind.sql.OrionCMTDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="TopicConnecionFactories/TablaTopics"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="xx"
              password="xx"
              url="jdbc:oracle:thin:@172.16.113.2:1521:orcl"
              inactivity-timeout="90"
         />

  • Error when starting work item

    Hi
    We are having SRM5.0.
    Trying to create Contract. Workflow Without approval of contract(WS1400086)is activated and start conditions also no workflow activated.
    Contract is created and getting message Contract created.
    But when tried to release the contract it shows "Awaiting approval".
    In Workflow log (SWI1)it shows error."Error when starting work item xxxx".
    What could be the reason. Please let me know the solution if anyone of you come across such error.
    Thanks in advance
    Jagadish

    Masa
    It is maintained as General task already.
    It seems the workflow task WS14000085 does not have definition.
    When checked in SWDD for the above teask there are no steps defined for that workflow.
    SAP says that we need to define and action for workflow WS14000085.
    But what is the procedure to define the workflow.
    I presume this is the standard workflow and it should be defined by default when it comes along with the SRM package.
    Anyone of you know how to define the workflow and activate the same?
    Regards
    Jagadish

  • Error when starting Java(TM) ME Platform SDK 3.0

    hey guys, I get this error when starting Java(TM) ME Platform SDK 3.0. When I installed it it installed 'successfully' and then I double clicked the file on the desktop (I'm using Windows Vista 32bit Home premium) and it gave me the following error when saying 'Starting Modules':-------------------------------------------------------------------------------
    Log Session: Sunday, February 13, 2011 1:52:25 PM GMT
    System Info:   Product Version         = Java(TM) ME Platform SDK 3.0
      Operating System        = Windows Vista version 6.0 running on x86
      Java; VM; Vendor        = 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09; Sun Microsystems Inc.
      Runtime                 = Java(TM) SE Runtime Environment 1.6.0_23-b05
      Java Home               = C:\Program Files\Java\jdk1.6.0_23\jre
      System Locale; Encoding = en_GB (cdctoolbar); Cp1252
      Home Directory          = C:\Users\Molten Ice
      Current Directory       = C:\Program Files\Java\Java_ME_platform_SDK_3.0\bin
      User Directory          = C:\Users\Molten Ice\javame-sdk\toolbar\3.0
      Installation            = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\javamesdk1
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\ide10
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\java2
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\mobility8
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\profiler2
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9
      Boot & Ext. Classpath   = C:\Program Files\Java\jdk1.6.0_23\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\modules\jdk.boot.jar;C:\Program Files\Java\jdk1.6.0_23\jre\classes;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunpkcs11.jar
      Application Classpath   = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\boot.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\org-openide-modules.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\org-openide-util.jar;C:\Program Files\Java\jdk1.6.0_23\lib\dt.jar;C:\Program Files\Java\jdk1.6.0_23\lib\tools.jar
      Startup Classpath       = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\core\core.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\core\org-openide-filesystems.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\javamesdk1\core\locale\core_cdctoolbar.jar
    WARNING [org.netbeans.core.projects.cache]: Inefficient to include an empty layer in a module: jar:file:/C:/Program%20Files/Java/Java_ME_platform_SDK_3.0/toolbar/javamesdk1/modules/org-netbeans-modules-javame-common.jar!/org/netbeans/modules/javame/common/resources/layer.xml
    WARNING [org.netbeans.core.projects.cache]: Inefficient to include an empty layer in a module: jar:file:/C:/Program%20Files/Java/Java_ME_platform_SDK_3.0/toolbar/javamesdk1/modules/org-netbeans-modules-e2e.jar!/org/netbeans/modules/e2e/layer.xml
    WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [org-netbeans-modules-javame-netmon-data-NetMonDataResolver.xml], but some are: [org-netbeans-modules-java-mime-resolver.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml]
    WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [org-netbeans-modules-javame-netmon-data-NetMonDataResolver.xml], but some are: [org-netbeans-modules-java-mime-resolver.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml]
    [      0]   INFO - ootstrap.PropertyEditorManager - Registering custom property editors
    [    117]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [    217]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [    317]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [    417]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [    523]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [    627]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [    732]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [    832]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [    932]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [   1032]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   2166]   WARN - mpl.ObjectServerConnectionImpl - Remote object server is not running at service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   2268]   INFO - l.process.GenericProcessRunner - Starting process: C:\Program Files\Java\Java_ME_platform_SDK_3.0/bin/device-manager.exe
    [   3384]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   5476]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   7576]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   9677]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  11777]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  13877]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  15977]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  18077]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  20177]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  22277]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  23379]  ERROR - un.jme.toolkit.bootstrap.Batch - Problem calling start() on DeviceManagerConnection
    java.lang.reflect.InvocationTargetException
         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:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
         ... 24 more
    Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
         ... 27 more
    Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
         ... 32 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
         ... 37 more
    SEVERE [org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper]: Cannot connect to device manager
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
    Caused: java.lang.reflect.InvocationTargetException
         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:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
    [catch] at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    [  23598]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  23698]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  23798]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  23898]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  23998]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  24098]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  24198]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  24298]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  24398]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  24498]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  24600]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  24700]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  24800]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  24900]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  25000]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  25100]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  25202]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  25302]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  25402]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  25502]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  25602]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  26699]   WARN - mpl.ObjectServerConnectionImpl - Remote object server is not running at service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  26799]   INFO - l.process.GenericProcessRunner - Starting process: C:\Program Files\Java\Java_ME_platform_SDK_3.0/bin/device-manager.exe
    [  27914]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  30005]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  32106]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  34206]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  36306]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  38406]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  40506]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  42607]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  44706]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  46806]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    SEVERE [org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper]: Cannot connect to device manager
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.lookupMBean(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.findObject(Unknown Source)
    [catch] at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.openConnection(DevicemanagerHelper.java:53)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:86)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    [  48018]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  48118]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  48218]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  48318]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  48418]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  48518]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  48618]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  48718]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  48818]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  48918]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  49018]   INFO - bootstrap.ObjectGraphPI did install Nokia's SDK with NetBeans and this works perfectly.
    I went through with everything recommended here: http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn
    But nothing worked.
    Any help appreciated!
    Thanks.

    Note: This thread was originally posted in the [Sun Java Wireless Toolkit|http://forums.sun.com/forum.jspa?forumID=82] forum, but moved to this forum for closer topic alignment.

  • Error when starting weblogic server 10.3.6

    hi am having below error when starting my weblogic server am in window xp
    C:\mydomain\base_domain\bin>DIR
    Volume in drive C is WinXP
    Volume Serial Number is F086-F167
    Directory of C:\mydomain\base_domain\bin
    22/04/2011  11:10 PM    <DIR>          .
    22/04/2011  11:10 PM    <DIR>          ..
    22/04/2011  11:10 PM    <DIR>          nodemanager
    22/04/2011  11:10 PM    <DIR>          server_migration
    22/04/2011  11:10 PM    <DIR>          service_migration
    29/11/2011  10:14 PM            14,273 setDomainEnv.cmd
    29/11/2011  10:14 PM            16,221 setDomainEnv.sh
    29/11/2011  10:14 PM             3,322 startManagedWebLogic.cmd
    29/11/2011  10:14 PM             3,147 startManagedWebLogic.sh
    29/11/2011  10:14 PM             5,914 startWebLogic.cmd
    29/11/2011  10:14 PM             5,657 startWebLogic.sh
    29/11/2011  10:14 PM             2,528 stopManagedWebLogic.cmd
    29/11/2011  10:14 PM             2,391 stopManagedWebLogic.sh
    29/11/2011  10:14 PM             2,103 stopWebLogic.cmd
    29/11/2011  10:14 PM             2,081 stopWebLogic.sh
                  10 File(s)         57,637 bytes
                   5 Dir(s)   6,815,825,920 bytes free
    C:\mydomain\base_domain\bin>START startWebLogic.cmd
    C:\mydomain\base_domain\bin>
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=
    128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\PROGRA~1\Java\JDK16~1.0_2\lib\tools.jar;C:\wlserver\server\lib\weblogic_sp.jar
    ;C:\wlserver\server\lib\weblogic.jar;C:\modules\features\weblogic.server.modules
    _10.3.4.0.jar;C:\wlserver\server\lib\webservices.jar;C:\modules\org.apache.ant_1
    .7.1/lib/ant-all.jar;C:\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.
    jar;C:\oracle\Middleware\wlserver_10.3\sip\server\lib\weblogic_sip.jar;C:\Oracle
    \MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\wlserver\common\derby\li
    b\derbyclient.jar;C:\wlserver\server\lib\xqrl.jar
    PATH=;C:\wlserver\server\native\win\32;C:\wlserver\server\bin;C:\modules\org.apa
    che.ant_1.7.1\bin;C:\PROGRA~1\Java\JDK16~1.0_2\jre\bin;C:\PROGRA~1\Java\JDK16~1.
    0_2\bin;C:\Program Files\PC Connectivity Solution\;C:\product\11.2.0\dbhome_1\bi
    n;C:\product\11.2.0\dbhome_1;C:\forms;C:\DevSuiteHome_1\jlib;C:\Program Files\PH
    P;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Commo
    n Files\Roxio Shared\DLLShared;C:\Program Files\Common Files\Roxio Shared\DLLSha
    red;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared;C:\Program Files\Co
    mmon Files\DivX Shared;c:\Program Files\Java\jdk1.6.0_21\bin;C:\Program Files\Co
    mmon Files\Roxio Shared\10.0\DLLShared;C:\Program Files\Common Files\Roxio Share
    d\DLLShared;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared;C:\mywls;C
    :\mydomain\base_domain\bin;C:\Program Files\Java\jre6\bin\client;C:\Program File
    s\Java\jre6\bin;C:\Program Files\Java\jdk1.6.0_21\jre\bin;C:\Program Files\Java\
    jdk1.6.0_21\bin;C:\Program Files\Java\jdk1.6.0_21;C:\Program Files\Java\jre6;C:\
    DevSuiteHome_1\forms;C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\forms;C:\
    forms\sms_code.pll;C:\mywls\wlserver;C:\Java\jdk1.6.0_21;C:\wlserver\server\nati
    ve\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK16~1.0_2\bin\java -client   -Xms256m -Xmx512m -XX:CompileThr
    eshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer
    -Djava.security.policy=C:\wlserver\server\lib\weblogic.policy  -Xverify:none -ea
    :com.bea.wcp...   -da -Dplatform.home=C:\wlserver -Dwls.home=C:\wlserver\server
    -Dweblogic.home=C:\wlserver\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\
    ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.common
    s.logging.impl.Jdk14Logger -Ddomain.home=C:\mydomain\BASE_D~1 -Djrockit.optfile=
    C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dorac
    le.server.config.dir=C:\mydomain\BASE_D~1\config\FMWCON~1\servers\AdminServer -D
    oracle.domain.config.dir=C:\mydomain\BASE_D~1\config\FMWCON~1  -Digf.arisidbeans
    .carmlloc=C:\mydomain\BASE_D~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\
    mydomain\BASE_D~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:
    \mydomain\BASE_D~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\
    mydomain\BASE_D~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\-
    -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.os
    soiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djav
    a.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=f
    alse  -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole
    = -Dwlw.logErrorsToConsole=  weblogic.Server
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: weblogic.Server.  Program will exit.
    my set is
    C:\mydomain\base_domain\bin>SET
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Desmond\Application Data
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=MADIMAD-B533821
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FORMS90_PATH=C:\forms
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Desmond
    LOGONSERVER=\\MADIMAD-B533821
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=C:\product\11.2.0\dbhome_1
    OS=Windows_NT
    Path=C:\Program Files\PC Connectivity Solution\;C:\product\11.2.0\dbhome_1\bin;C
    :\product\11.2.0\dbhome_1;C:\forms;C:\DevSuiteHome_1\jlib;C:\Program Files\PHP;C
    :\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common F
    iles\Roxio Shared\DLLShared;C:\Program Files\Common Files\Roxio Shared\DLLShared
    ;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared;C:\Program Files\Commo
    n Files\DivX Shared;c:\Program Files\Java\jdk1.6.0_21\bin;C:\Program Files\Commo
    n Files\Roxio Shared\10.0\DLLShared;C:\Program Files\Common Files\Roxio Shared\D
    LLShared;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared;C:\mywls;C:\m
    ydomain\base_domain\bin;C:\Program Files\Java\jre6\bin\client;C:\Program Files\J
    ava\jre6\bin;C:\Program Files\Java\jdk1.6.0_21\jre\bin;C:\Program Files\Java\jdk
    1.6.0_21\bin;C:\Program Files\Java\jdk1.6.0_21;C:\Program Files\Java\jre6;C:\Dev
    SuiteHome_1\forms;C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\forms;C:\for
    ms\sms_code.pll;C:\mywls\wlserver;C:\Java\jdk1.6.0_21
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PHPRC=C:\Program Files\PHP\
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\Desmond\LOCALS~1\Temp
    TMP=C:\DOCUME~1\Desmond\LOCALS~1\Temp
    USERDOMAIN=MADIMAD-B533821
    USERNAME=Desmond
    USERPROFILE=C:\Documents and Settings\Desmond
    windir=C:\WINDOWS
    aa__COMPAT_LAYER=EnableNXShowUI

    Tshifhiwa,
    Back again? Nothing learned?
    No jdev version?
    You should n^know by now that you have to give at least some basic information.
    A description of what you tried to do outside the listing would help too.
    Timo

  • Error when starting submethod -

    Dear Experts,
    we are using standard work flow for Appropriation Request(AR)  approving.
    Approvers are geting mail to SAP inbox.
    when double click on inbox->worlflow item for that particular AR, it goest AR display screen & when we click on balk(F3) goes to screen where we can click on "approve" , " Reject" buttons.
    now issue is once double click on inbox item gives infor message saying "Error when starting submethod"(Message no. SWF_RUN637) & goes to approval screen directly.
    Please help to correct this issue.
    Thanks & kind Regards,
    SL

    Hi,
    The issue might be with the secondary methods of the decision  step. Check if any secondary methods are included in the decision step. and make sure when you are using the secondary methods you should ahve the instance of the business object.. in the workflow container so that the methods that you want to execute parallel while or before executing the workitem.
    The secondary methods will be listed out under METHODS tab of decision step
    Regards
    Pavan

  • Commons-logging error when starting Flex2 in JRun

    Created new JRun Server and deployed Flex2 to this server.
    Receiving this error when starting up this server instance.
    Starting Macromedia JRun 4.0 (Build 92909), logicerm2 server
    07/13 22:23:28 info JRun Naming Service listening on *:2911
    07/13 22:23:28 warning No sessionSecret has been specified in
    jrun.xml. Installi
    ng a self generated sessionSecret.
    07/13 22:23:28 info No JDBC data sources have been configured
    for this server (s
    ee jrun-resources.xml)
    07/13 22:23:28 info JRun Web Server listening on *:8102
    07/13 22:23:28 info Deploying enterprise application
    "default-ear" from: file:/C
    :/JRun4/servers/logicerm2/default-ear/
    07/13 22:23:28 info Deploying web application "JRun Default
    Web Application" fro
    m: file:/C:/JRun4/servers/logicerm2/default-ear/
    07/13 22:23:29 info Web Services in default-ear#default-war:
    07/13 22:23:29 info AdminService
    07/13 22:23:29 warning default-war web application has
    'reload' as true in jrun-
    web.xml. Consider setting it false if the application is
    running in production e
    nvironment.
    07/13 22:23:29 warning default-war web application has
    'compile' as true in jrun
    -web.xml. Consider setting it false if the application is
    running in production
    environment.
    07/13 22:23:29 user JSPServlet: init
    07/13 22:23:29 info Deploying web application "Flex Data
    Services" from: file:/C
    :/JRun4/servers/logicerm2/flex/
    07/13 22:23:29 user JSPServlet: init
    07/13 22:23:29 user FlexMxmlServlet: init
    07/13 22:23:29 INFO Loading configuration file
    C:\JRun4\servers\logicerm2\flex\W
    EB-INF\flex\flex-webtier-config.xml
    07/13 22:23:30 INFO Loading configuration file
    C:\JRun4\servers\logicerm2\flex\W
    EB-INF\flex\flex-config.xml
    07/13 22:23:30 user FlexMxmlServlet: Starting Adobe Flex Web
    Tier Compiler
    07/13 22:23:30 user FlexMxmlServlet: Adobe Flex Web Tier
    Compiler Build: 143451
    07/13 22:23:30 user MessageBrokerServlet: init
    07/13 22:23:31 user FlexSwfServlet: init
    07/13 22:23:31 user FlexInternalServlet: init
    07/13 22:23:31 info Deploying web application "Flex Admin Web
    Application" from:
    file:/C:/JRun4/servers/logicerm2/flex-admin/
    07/13 22:23:31 user JSPServlet: init
    07/13 22:23:31 user MessageBrokerServlet: init
    07/13 22:23:31 info Deploying web application "Flex Data
    Services Samples" from:
    file:/C:/JRun4/servers/logicerm2/samples/
    07/13 22:23:31 user JSPServlet: init
    07/13 22:23:31 user FlexMxmlServlet: init
    07/13 22:23:32 INFO Loading configuration file
    C:\JRun4\servers\logicerm2\sample
    s\WEB-INF\flex\flex-webtier-config.xml
    07/13 22:23:32 INFO Loading configuration file
    C:\JRun4\servers\logicerm2\sample
    s\WEB-INF\flex\flex-config.xml
    07/13 22:23:32 user FlexMxmlServlet: Starting Adobe Flex Web
    Tier Compiler
    07/13 22:23:32 user FlexMxmlServlet: Adobe Flex Web Tier
    Compiler Build: 143451
    07/13 22:23:32 user MessageBrokerServlet: init
    07/13 22:23:32 error Could not pre-load servlet:
    MessageBrokerServlet
    [1]org.apache.commons.logging.LogConfigurationException:
    org.apache.commons.logg
    ing.LogConfigurationException:
    org.apache.commons.logging.LogConfigurationExcept
    ion: Invalid class loader hierarchy. You have more than one
    version of 'org.apa
    che.commons.logging.Log' visible, which is not allowed.
    (Caused by org.apache.co
    mmons.logging.LogConfigurationException: Invalid class loader
    hierarchy. You ha
    ve more than one version of 'org.apache.commons.logging.Log'
    visible, which is n
    ot allowed.) (Caused by
    org.apache.commons.logging.LogConfigurationException: or
    g.apache.commons.logging.LogConfigurationException: Invalid
    class loader hierarc
    hy. You have more than one version of
    'org.apache.commons.logging.Log' visible,
    which is not allowed. (Caused by
    org.apache.commons.logging.LogConfigurationExc
    eption: Invalid class loader hierarchy. You have more than
    one version of 'org.
    apache.commons.logging.Log' visible, which is not allowed.))
    at
    org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
    Impl.java:543)
    at
    org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
    Impl.java:235)
    at
    org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
    Impl.java:209)
    at
    org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
    at
    org.apache.commons.httpclient.params.DefaultHttpParams.<clinit>(Defau
    ltHttpParams.java:53)
    at
    flex.messaging.services.http.HTTPProxyAdapter.<init>(HTTPProxyAdapter
    .java:111)
    at
    sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
    Method)
    at
    sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
    Source)
    at
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
    Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at
    flex.messaging.util.ClassUtil.createDefaultInstance(ClassUtil.java:71
    at
    flex.messaging.Destination.createAdapter(Destination.java:277)
    at
    flex.messaging.Destination.initDestination(Destination.java:103)
    at
    flex.messaging.services.HTTPProxyService.createDestination(HTTPProxyS
    ervice.java:78)
    at
    flex.messaging.services.AbstractService.createDestinations(AbstractSe
    rvice.java:82)
    at
    flex.messaging.config.MessagingConfiguration.createServices(Messaging
    Configuration.java:187)
    at
    flex.messaging.config.MessagingConfiguration.configureBroker(Messagin
    gConfiguration.java:84)
    at
    flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:10
    5)
    at
    jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.
    java:1242)
    at
    jrun.servlet.WebApplicationService.preloadServlets(WebApplicationServ
    ice.java:789)
    at
    jrun.servlet.WebApplicationService.postStart(WebApplicationService.ja
    va:291)
    at
    jrun.deployment.DeployerService.initModules(DeployerService.java:711)
    at
    jrun.deployment.DeployerService.createWatchedDeployment(DeployerServi
    ce.java:242)
    at
    jrun.deployment.DeployerService.deploy(DeployerService.java:430)
    at
    jrun.deployment.DeployerService.checkWatchedDirectories(DeployerServi
    ce.java:179)
    at
    jrun.deployment.DeployerService.run(DeployerService.java:891)
    at
    jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java
    :223)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.j
    ava:426)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Caused by:
    org.apache.commons.logging.LogConfigurationException:
    org.apache.comm
    ons.logging.LogConfigurationException: Invalid class loader
    hierarchy. You have
    more than one version of 'org.apache.commons.logging.Log'
    visible, which is not
    allowed. (Caused by
    org.apache.commons.logging.LogConfigurationException: Inval
    id class loader hierarchy. You have more than one version of
    'org.apache.common
    s.logging.Log' visible, which is not allowed.)
    at
    org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF
    actoryImpl.java:397)
    at
    org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
    Impl.java:529)
    ... 30 more
    Caused by:
    org.apache.commons.logging.LogConfigurationException: Invalid class
    l
    oader hierarchy. You have more than one version of
    'org.apache.commons.logging.
    Log' visible, which is not allowed.
    at
    org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF
    actoryImpl.java:385)
    ... 31 more
    [0]flex.messaging.config.ConfigurationException: Unable to
    create service 'flex.
    messaging.services.HTTPProxyService' for 'proxy-service' due
    to the following er
    ror: org.apache.commons.logging.LogConfigurationException:
    org.apache.commons.lo
    gging.LogConfigurationException: Invalid class loader
    hierarchy. You have more
    than one version of 'org.apache.commons.logging.Log' visible,
    which is not allow
    ed. (Caused by
    org.apache.commons.logging.LogConfigurationException: Invalid cla
    ss loader hierarchy. You have more than one version of
    'org.apache.commons.logg
    ing.Log' visible, which is not allowed.) (Caused by
    org.apache.commons.logging.L
    ogConfigurationException:
    org.apache.commons.logging.LogConfigurationException:
    Invalid class loader hierarchy. You have more than one
    version of 'org.apache.c
    ommons.logging.Log' visible, which is not allowed. (Caused by
    org.apache.commons
    .logging.LogConfigurationException: Invalid class loader
    hierarchy. You have mo
    re than one version of 'org.apache.commons.logging.Log'
    visible, which is not al
    lowed.)).
    at
    flex.messaging.config.MessagingConfiguration.createServices(Messaging
    Configuration.java:202)
    at
    flex.messaging.config.MessagingConfiguration.configureBroker(Messagin
    gConfiguration.java:84)
    at
    flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:10
    5)
    at
    jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.
    java:1242)
    at
    jrun.servlet.WebApplicationService.preloadServlets(WebApplicationServ
    ice.java:789)
    at
    jrun.servlet.WebApplicationService.postStart(WebApplicationService.ja
    va:291)
    at
    jrun.deployment.DeployerService.initModules(DeployerService.java:711)
    at
    jrun.deployment.DeployerService.createWatchedDeployment(DeployerServi
    ce.java:242)
    at
    jrun.deployment.DeployerService.deploy(DeployerService.java:430)
    at
    jrun.deployment.DeployerService.checkWatchedDirectories(DeployerServi
    ce.java:179)
    at
    jrun.deployment.DeployerService.run(DeployerService.java:891)
    at jrunx.scheduler.SchedulerS07/13 22:23:33 user
    FlexSwfServlet: init
    ervice.invokeRunnable(SchedulerService.java:223)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.j
    ava:426)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    PLEASE Help!!!
    Bernie

    Figured this one out:
    Searched thru instance of JRun that flex was installed in and
    removed all the additional commons-logging jar files I
    found.

  • Multiple condition : Error when starting a SWITCH branch

    Hi,
    In our Z Leave Workflow,I am facing the errors listed below.
    Error when starting a SWITCH branch
    Error during CASE evaluation in SWITCH mode for node 0000000158
    Operator 'EQ': The value of the left operand cannot be determined
    Error in the evaluation of expression '<???>&REQ.STATUS&' for item '1'
    Unable to determine the value of component ''
    It gives error in Multiple condition Request Approved? which is similar to standard WF12300111 node number 158 (u can say copy of WF12300111
    This multiple condition works in some scenario But it gives dump at other scenario .
    I have checked the value of REQ.STATUS in runtime. It populates the value as 'POSTED' in runtime,
    Please suggest if any solution on this.
    Regards,
    Kalpesh

    Hi There was some problem with task which was comprising class CL_PT_REQ_WF_ATTRIBS and APPROVE method. This method is to change the status of particular leave workitem.After running this particular task ,the status was not changin instantly.This method locks particular workitem and was releasing the workitem once the WF gets completed.Hence I was getting REQ.STATUS as sent.
    I have changed that task with following code in new task...
    DATA:
          REQUEST_ID TYPE PTARQ_DEDUCTION-REQUEST_ID,
    request      TYPE REF TO if_pt_req_request,
        new_status   TYPE tim_req_status.
      SWC_GET_ELEMENT CONTAINER 'REQUEST_ID' REQUEST_ID.
    CALL FUNCTION 'ENQUEUE_EPTREQ'
        EXPORTING
          mode_ptreq_header = 'E'
          request_id        = request_id
        EXCEPTIONS
          foreign_lock      = 1
          system_failure    = 2
          OTHERS            = 3.
      IF sy-subrc <> 0.
        MESSAGE w058(hrtim_abs_req) WITH request_id.
      ELSE.
    CALL METHOD ca_pt_req_header=>agent->get_request
          EXPORTING
            im_request_id = request_id
          IMPORTING
            ex_request    = request.
    execute state transition
        CALL METHOD request->initiate_state_transition
          EXPORTING
            im_transfer_event = 'APPROVE'
          IMPORTING
            ex_new_status     = new_status.
    COMMIT WORK.
        CALL FUNCTION 'DEQUEUE_EPTREQ'
          EXPORTING
            request_id = request_id.
    ENDIF.
    This will create new status for leave item during WF processing.
    Apart from that also added Wait for  2 minutes after that task....
    Thanks for your help.
    Regards,
    Kalpesh

  • Worflow inbox - Error when starting submethod

    Hi all
    I am working on PO workflow, when a user gets a work item to approve the PO. As we click on the item we are getting a pop up saying "Error when starting submethod" . The title of the popup is information and Message no. SWF_RUN637.
    can anyone please tell me what could be the problem.
    Thanks in advance.
    Natraj

    Hi IA
    Update i see a secondary method in the workflow task. I am no longer using it ,If i remove it - i think it will resolve this issue.
    Thanks for ur replies
    Nat
    Edited by: nataraju maheshwaram on Jun 26, 2008 3:36 PM
    Edited by: nataraju maheshwaram on Jun 26, 2008 3:38 PM

  • Errors when starting tomcat5.5

    Errors when starting tomcat5.5
    I found below errors message when starting tomcat5.5 every time, does anyone know what cause it?
    Thanks in advance.
    JDK 1.5.0 & Struts 1.2 were installed on my machine, running on win XP home edition.
    validation.xml file is here:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!DOCTYPE form-validation PUBLIC
              "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1.3//EN"
              "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd">
    <form-validation>
         <formset>            
              <form name="loginFormBean">
                     <field property="userId" depends="required">
                       <msg name="required" key="loginFormBean.error.userId.missing"/>     
                     </field> 
                     <field property="password" depends="required">
                       <msg name="required" key="loginFormBean.error.password.missing"/>     
                     </field> 
              </form>       
         </formset>  
    </form-validation>
    Error message:
    INFO: Loading validation rules file from '/WEB-INF/validation.xml'
    Nov 18, 2005 9:26:37 AM org.apache.commons.digester.Digester error
    SEVERE: Parse Error at line 39 column 17: Document is invalid: no grammar found.
    org.xml.sax.SAXParseException: Document is invalid: no grammar found.
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(
    ErrorHandlerWrapper.java:236)
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.
    java:172)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.
    java:382)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.
    java:316)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(
    XMLNSDocumentScannerImpl.java:177)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.
    scanRootElementHook(XMLNSDocumentScannerImpl.java:779)
         at com.sun.org.apache.xerces.internal.impl.
    XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.
    java:1794)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(
    XMLDocumentFragmentScannerImpl.java:368)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.
    java:834)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.
    java:764)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java
    :1242)
         at org.apache.commons.digester.Digester.parse(Digester.java:1591)
         at org.apache.commons.validator.ValidatorResources.<init>(ValidatorResources.java:159)
         at org.apache.struts.validator.ValidatorPlugIn.initResources(ValidatorPlugIn.java:237)
         at org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:162)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:869)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:336)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1091)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:925)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3857)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4118)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:894)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:857)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:475)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
         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.startup.Bootstrap.start(Bootstrap.java:271)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
    Nov 18, 2005 9:26:37 AM org.apache.commons.digester.Digester error
    SEVERE: Parse Error at line 39 column 17: Document root element "form-validation", must match DOCTYPE
    root "null".
    org.xml.sax.SAXParseException: Document root element "form-validation", must match DOCTYPE root "
    null".
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(
    ErrorHandlerWrapper.java:236)
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.
    java:172)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.
    java:382)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.
    java:316)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(
    XMLNSDocumentScannerImpl.java:183)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.
    scanRootElementHook(XMLNSDocumentScannerImpl.java:779)
         at com.sun.org.apache.xerces.internal.impl.
    XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.
    java:1794)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(
    XMLDocumentFragmentScannerImpl.java:368)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.
    java:834)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.
    java:764)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java
    :1242)
         at org.apache.commons.digester.Digester.parse(Digester.java:1591)
         at org.apache.commons.validator.ValidatorResources.<init>(ValidatorResources.java:159)
         at org.apache.struts.validator.ValidatorPlugIn.initResources(ValidatorPlugIn.java:237)
         at org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:162)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:869)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:336)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1091)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:925)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3857)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4118)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:894)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:857)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:475)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
         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.startup.Bootstrap.start(Bootstrap.java:271)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)

    I have not done anything myself, but our desktops do have group policy settings and software/updates do get downloaded sometimes.

Maybe you are looking for

  • Small "freeze" and sound issue when taking a full screenshot

    Hello, This is a strange one, and I've not been using Macs properly for very long, so bear with me It only happens when I use cmdshift3 to take a full screenshot, the other shortcuts for taking them are fine, I do get a similar issue when using Grab

  • The printer wont print on letter head.

    The printer shifts everything downwards. It has a blue header and only recognises the start of the paper as the blue turns to white. so print half way down what i want further up.

  • Transferri​ng Contacts from a BB Q10 to a BB Bold 9780

    I have a Q10 with one provider ( Telus) and also have a bold 9780 with another provider ( bell mobility) . I will be stopping to use my Q10 and need to transfer my contacts to my Bold 9780. How can this be done??

  • How to detect mobile phone number???

    Hi, Is there a way to get phone number somehow? well what i m trying to do is, connect a web site from mobile and fill some fields (may be send picture to this page). While connected to this page, i want to detect and keep this mobile's number. Any s

  • Bug? Error when using Alternate Display for a preso with Build transitions.

    I was working on a preso and Alternate Display worked fine for a while when I'd play the presentation. Then I added some Build transitions and when I tried to play the presentation, I started getting this error: *Keynote cannot play your slideshow be