Unable to create thread from startup class

Hi,
We are trying to create thread from our scheduler class. This scheduler class
is called from a Startup class configured in WebLogic 7. But we failed to create
thread. It does not showing any error also. Can anyone plz suggest what could
be the problem.
Thanks & Regards,
Siddhartha

Hi,
We are trying to create thread from our scheduler class. This scheduler class
is called from a Startup class configured in WebLogic 7. But we failed to create
thread. It does not showing any error also. Can anyone plz suggest what could
be the problem.
Thanks & Regards,
Siddhartha

Similar Messages

  • Unable to create envelope from given source:

    Hi all,
    1) actually i have wrote a servlet and i am trying to get a SOAPMessage from input stream...the code is as follows
    public void doPost(HttpServletRequest request, HttpServletResponse response)
                   throws ServletException, IOException      {
              try
              {     InputStream inputStream= request.getInputStream();
                   InputStreamReader ir = new InputStreamReader(inputStream);
                   BufferedReader br = new BufferedReader(ir);
                   String theLine;
         while ((theLine = br.readLine()) != null)
         System.out.println(theLine);          
         MimeHeaders headers = getHeaders(request);
         MessageFactory msgFactory = MessageFactory.newInstance();
         SOAPMessage msg = msgFactory.createMessage(headers, inputStream);
         SOAPEnvelope envelope = msg.getSOAPPart().getEnvelope();
         SOAPBody body = envelope.getBody();
              catch(Exception e)
                   e.printStackTrace();
    public MimeHeaders getHeaders(HttpServletRequest req) {
              Enumeration enum1 = req.getHeaderNames();
              MimeHeaders headers = new MimeHeaders();
              while (enum1.hasMoreElements()) {
              String headerName = (String)enum1.nextElement();
              String headerValue = req.getHeader(headerName);
              StringTokenizer values = new StringTokenizer(headerValue, ",");
              while (values.hasMoreTokens()) {
              try{
              String strValue = values.nextToken().trim();
              headers.addHeader(headerName, strValue);
              }catch (Exception e){
              System.out.println("SAAJ_Simple_Receive getHeaders: " + e);
              return headers;
    2) i have added mails.jar,saaj-api.jar,saaj-impl.jar,saaj-ri.jar,xalan.jar,activation.jar,xercesimpl.jar and servlet.jar
    3)but i am getting following exception
    com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to create envelope from given source:
    13:39:29,986 ERROR [STDERR]      at com.sun.xml.messaging.saaj.soap.EnvelopeFactory.createEnvelope(EnvelopeFactory.java:148)
    13:39:29,986 ERROR [STDERR]      at com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl.createEnvelopeFromSource(SOAPPart1_1Impl.java:102)
    13:39:29,986 ERROR [STDERR]      at com.sun.xml.messaging.saaj.soap.SOAPPartImpl.getEnvelope(SOAPPartImpl.java:156)
    13:39:29,986 ERROR [STDERR]      at InterceptorServletClass.doPost(InterceptorServletClass.java:88)
    13:39:29,986 ERROR [STDERR]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    13:39:30,018 ERROR [STDERR]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    13:39:30,018 ERROR [STDERR]      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    13:39:30,018 ERROR [STDERR]      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
    13:39:30,018 ERROR [STDERR]      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    13:39:30,018 ERROR [STDERR]      at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    13:39:30,018 ERROR [STDERR]      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    13:39:30,018 ERROR [STDERR]      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
    13:39:30,018 ERROR [STDERR]      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    13:39:30,018 ERROR [STDERR]      at java.lang.Thread.run(Unknown Source)
    4) can anyone plz tell me how would i resolve this problem... do i need to add any more jar fils?????
    thanks in adavance(waiting for reply)

    Try editing the file and put only the <SOAP-ENV:Envelope> XML into your file.
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Head
    er><edc:transid xmlns:edc="http://www.edc.com">4</edc:transid><edc:cmdid xmlns:edc="http://www.edc.com">50</edc:cmdid><edc:attDataInfo xmlns:edc="http://www.edc.com">.\testdata\FormExample.xml</edc:attDataInf o></SOAP-ENV:Header><SOAP-ENV:Body/></SOAP-ENV:Envelope>
    i.e remove all the "Part", "Content-type: text/xml", "image.jpeg" stuff.

  • Unable to Create Invoice from iSupplier

    I am unable to create invoice from isupplier module,
    the moment i click on create invoice "with a PO" or "without a PO" under finance Tab,
    i get this error "You cannot complete this task because you accessed this page using the browser's navigation button(the browser Back button, for example).
    But I have not accessed the pages with any browser navigation buttons at all.
    please advise what may be preventing me from creating invoice?

    This is caused by the incorrect setup of the browser.
    The browser's "Temporary Internet Files" setting for "Check for newer versions of stored pages" was set to "Never". This caused the browser to pull up the old data instead of querying the server.
    Please make sure the browser's "Temporary Internet Files" setting for "Check for newer versions of stored pages" is set to "Automatic".
    You Used Your Browser's Navigation Buttons To Get Here (Doc ID 1214138.1)

  • Error Code -17400; Unable to create thread

    Running TestStand 4.0.  Test sequence calls many sequences that run as new executions and runs fine for up to about 8 units testing simultaneously.  After that, I get a run-time error code -17400; Unable to create thread.  There are no other details available.  The steps that generate the error are able to create the new executions initially, but eventually fail once about 22 executions are running.  I am monitoring memory resources and there does not appear to be any issues.  Any troubleshooting suggestions?  Thanks.

    My test sequence has several test groups, each of which contain loops that create new threads (tests) for 48 UUTs.  Thus the number of running threads does get very high.  I was running into problems with Windows XP GDI Object resources once the number of threads reached about 200.  I then modified my program into smaller test groups to keep the number of threads at any time to less than 150.  GDI resources are no longer an issue, but the error -17400 unable to create thread happens after the first test group has completed and the second test group is just trying to run.  Note that the second test group runs fine if I skip the first test group, so the sequence itself should be okay.  I thought it might be a memory issue (even though there are no apparent memory issues seen in Windows Task Manager), so I set the "Unload after step executes" property for each of the new executions created.  That did not resolve the issue. 
    I am trying to create a simple sequence to duplicate the error without using any of the actual test sequences that require test hardware, but have not been successful thus far.
    Thanks for your replies and suggestions!

  • JNDI from Startup class

    I'm having a problem when I do a JNDI lookup for JMS connection factory from startup
    class. I can use JNDI normally to bind and lookup but when I do lookup for JMS
    connection factory like this:
    Context naming = new InitialContext();
    factory = (TopicConnectionFactory)naming.lookup("myapp.factory");
    It fails like this:
    java.lang.NullPointerException:
    at javax.naming.InitialContext.getURLScheme (InitialContext.java:222)
    at javax.naming.InitialContext.getURLOrDefaultInitCtx (InitialContext.java:271)
    at javax.naming.InitialContext.lookup(InitialContext.java:345)
    The same lookup is successful when I do it from EJB or from client. What could
    be the problem?

    Sorry, my fault. I double checked and triple checked the code before posting, but
    I should have quadruple checked it. NullPointerException was propably caused by
    calling lookup() with null argument :)

  • Unable to create SC from internal catalog (MDM)

    Hi All,
    We have issue were user is unable to create SC from internal catalog. User can access the catalog, however when trying to checkout he gets BLANK screen. This issue is with all the items for that catalog.
    Please advise.
    Thanks,
    Sunil

    Hi Sunil,
    What is your IE version ? If its IE 8.0 please check SAP note 1511147. This contains settings that are needed.
    Please also check the following note:
    1264879 - Transferred Catalog items get stuck at Inbound Handler
    Please maintain the ISO code of page on the webservice details as UTF-8 and retest. Also try, if you are using BYPASS_INBOUND_HANDLR parameter on the call structure with value = X delete this line and retest.
    Another issue is that if the user does not have access to the product category their items will not be added to the SC.
    I hope this helps,
    Lisa

  • Failed to use EJB's from startup class

    Hi,
    we use a startup class to set up some base services of our application.
    The startup class must call some remote methods in a EJB. Unfortunately
    a CLassCastException is thrown when we try to create the EJB by calling
    the create method on its home interface:
    Fr Nov 17 10:47:50 GMT+01:00 2000:<I> <WebLogicServer> Invoking
    T3StartupDef ibs
    startup ch.ebs.ibs.IBSStartup with {}
    java.lang.ClassCastException: weblogic.t3.srvr.StartupThread
    at
    weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicReques
    tHandler.java:34)
    at
    weblogic.rmi.extensions.BasicRequestDispatcher.dispatch(BasicRequestD
    ispatcher.java:82)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWay(ServerRequest.java:73)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:77
    at
    ch.ebs.ibs.ejb.SessionControllerEJBHomeImpl_WLStub.create(SessionCont
    rollerEJBHomeImpl_WLStub.java:151)
    at ch.ebs.ibs.IBSStartup.startup(IBSStartup.java:69)
    at
    weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java:182)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:146)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    The same code works fine if we run it as client code (not in the startup
    sequence).
    Any idea?
    Thanks Pascal

    Regarding your problem and the remark you posted to my question in "Calling
    EJBs from a thread in a startup class": It is possible to call methods of an
    EJB from a startup class. I use this functionality to route messages from
    JMS to my EJBs. From what you say, I assume that you are calling the EJB
    from your startup method, which might be a problem, since WL is not
    initialized at this point and does not accept any connections (this
    obviously includes internal connections). You should wait for this phase to
    finish and then use some other mechanism (e.g. a JMS message) to trigger
    your startup class to invoke any home or remote methods on the EJB.
    Looking at your stack trace, I am reminded of a very similar exception I
    encountered when I was experimenting with WL a short while ago. I had put my
    EJB jar file on WL's JAVA_CLASSPATH, just to see how the different
    classloaders work. Of course I don't know if this has any relevance to your
    configuration.
    Andy
    PS: The only exception to what I wrote in the first paragraph seems to be if
    you start a new thread from the startup class. I still haven't managed to
    call my EJB from this thread.
    Pascal Rudin wrote:
    Hi,
    we use a startup class to set up some base services of our application.
    The startup class must call some remote methods in a EJB. Unfortunately
    a CLassCastException is thrown when we try to create the EJB by calling
    the create method on its home interface:
    Fr Nov 17 10:47:50 GMT+01:00 2000:<I> <WebLogicServer> Invoking
    T3StartupDef ibs
    startup ch.ebs.ibs.IBSStartup with {}
    java.lang.ClassCastException: weblogic.t3.srvr.StartupThread
    at
    weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicReques
    tHandler.java:34)
    at
    weblogic.rmi.extensions.BasicRequestDispatcher.dispatch(BasicRequestD
    ispatcher.java:82)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWay(ServerRequest.java:73)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:77
    at
    ch.ebs.ibs.ejb.SessionControllerEJBHomeImpl_WLStub.create(SessionCont
    rollerEJBHomeImpl_WLStub.java:151)
    at ch.ebs.ibs.IBSStartup.startup(IBSStartup.java:69)
    at
    weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java:182)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:146)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    The same code works fine if we run it as client code (not in the startup
    sequence).
    Any idea?
    Thanks Pascal

  • Can somebody help me in notifying the thread from junit class.

    I am writing a junit test case for the following kind of scenario.
    There is a private inner class B that is enclosed with in class A.
    class A
    int i=1;
    B threadB;
    void AFun()
    while(i<10)
    threadB=new B();
    threadB.start();
    if(i%2==0) {
    i++;
    threadB.notifyThread();
    private class B extends Thread
    void run()
    while(true)
    System.out.println(i);
    i++;
    waitThread();
    if(i==10) {
    break;
    public synchronized void waitThread(){
    try {
    this.wait();
    } catch (InterruptedException e) {
    e.printStackTrace();
    public synchronized void notifyThread(){
    this.notify();
    now i want to notify class B from the junit class ATest if the thread is in waiting state.. is there any way to notify the class B threadB from test class.
    //JUNIT Class
    Class ATest
    Class c;
    A a=new A();
    c=a.getClass();
    Field BThread=c.getDeclaredField("ThreadB");
    BThread.setAccessible(true);
    Object obj=BThread.get(a);
    a.AFun();
    while(true){
    if(((Thread)obj).getState()==Thread.State.WAITING)
    // Is there any way to notify the thread B that is waiting or to call notifyThread of private class B over obj
    }

    Well, sinced no one has any ideas, here's my two cents worth.
    You can create a public static class variable in either Class A or Class B. as follows:
    public static String temp;
    Then either class can change the value by having this in a function:
    ClassA.temp="abc"
    and either class can read it from within a function by calling
    String n1= ClassA.temp;
    If you want to get fancy, you can put use a java collection instead of a string. The collection will store various information on what your doing such as which class changed the value and when.

  • Calling EJB3 SLSB from Startup Class

    I am trying to access an SLSB from a startup class but seem to be unable to specify / find the correct JNDI name.
    On the client side I am using :
    Object compilerObject = context.lookup ("java:comp/CompilerRemote");
    m_compiler = (CompilerServiceRemote)PortableRemoteObject.narrow(compilerObject, CompilerServiceRemote.class);I also tried various permutations:
    Object object = context.lookup ("java:comp/env/CompilerRemote");
    Object object = context.lookup ("java:comp/CompilerRemote");
    Object object = context.lookup ("CompilerRemote");which results in the following exception :
    javax.naming.NameNotFoundException: remaining name: CompilerRemote
            at weblogic.j2eeclient.SimpleContext.lookup(SimpleContext.java:49)
            at weblogic.j2eeclient.SimpleContext.lookup(SimpleContext.java:59)
            at weblogic.j2eeclient.SimpleContext.lookup(SimpleContext.java:64)
            at weblogic.jndi.factories.java.ReadOnlyContextWrapper.lookup(ReadOnlyContextWrapper.java:45)
            at weblogic.jndi.internal.AbstractURLContext.lookup(AbstractURLContext.java:130)
            at javax.naming.InitialContext.lookup(InitialContext.java:392)
            at com.thunderhead.backend.compiler.EnterpriseCompiler.init(EnterpriseCompiler.java:58)
            at com.thunderhead.util.compiler.CompilerFactory.init(CompilerFactory.java:73)
            at com.thunderhead.assembly.AssemblyStartup$1.load(AssemblyStartup.java:40)
            at com.thunderhead.resource.LockManager.loadResource(LockManager.java:126)
            at com.thunderhead.resource.LockManager.createResource(LockManager.java:71)
            at com.thunderhead.assembly.AssemblyStartup.start(AssemblyStartup.java:35)
            at com.thunderhead.weblogic.StartupService.main(StartupService.java:23)
            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 weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeMain(ClassDeploymentManager.java:353)
            at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:263)
            at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
            at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(Unknown Source)
            at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
            at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:177)
            at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppActivation(ClassDeploymentManager.java:158)
            at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)The bean is configures as
    Bean Code
    @Stateless
    @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
    public class CompilerBean implements CompilerServiceLocal, CompilerServiceRemote {
    ejb-jar.xml
        <session>
          <ejb-name>CompilerBean</ejb-name>
          <ejb-class>com.thunderhead.backend.services.CompilerBean</ejb-class>
        </session>
    weblogic-ejb-jar.xml
        <weblogic-enterprise-bean>
            <ejb-name>CompilerBean</ejb-name>
            <stateless-session-descriptor>           
                <pool>
                    <max-beans-in-free-pool>20</max-beans-in-free-pool>
                    <initial-beans-in-free-pool>10</initial-beans-in-free-pool>
                </pool>
            </stateless-session-descriptor>
            <enable-call-by-reference>true</enable-call-by-reference>
            <jndi-name>CompilerRemote</jndi-name>
            <local-jndi-name>CompilerLocal</local-jndi-name>       
        </weblogic-enterprise-bean>     The JNDI tree does not show the bean name as CompilerRemote either, but rather EAR_EAR_JAR_JAR...
    I have tried using the name from the JNDI Context Tree which resulted in the same exception. However under the deployment section I can see both the remote and local names contain the set values from the weblogic-ejb-jar.xml file.
    How can one access a SLSB from a startup class ?
    PS: This works on JBoss :-)
    Edited by ejb3workshop at 12/06/2007 5:25 AM

    We managed to get your example working as well as our now. We needed to add the mappedName either as an annotation to the bean or in the ejb-jar.xml deployment descriptor.
    It seems that the mapped name is a require field and is used to define the JNDI name of the bean. We would like to specify / name our beans using the weblogic specific deployment descriptors. This seems to be possible using jndi-name and local-jndi-name in weblogic-ejb-jar.xml, but does not seem to work. Could you please help us with configuring the JNDI name of our deployed beans. The console seems to reflect the specified name under deployments, but the JNDI Context shows the mappedName followed # an package name instead.
    <?xml version="1.0" encoding="UTF-8"?>
    <weblogic-ejb-jar
    xmlns="http://www.bea.com/ns/weblogic/90" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-ejb-jar.xsd">
    <weblogic-enterprise-bean>
    <ejb-name>SimpleBean</ejb-name>
    <stateless-session-descriptor>
    <pool>
    <max-beans-in-free-pool>20</max-beans-in-free-pool>
    <initial-beans-in-free-pool>10</initial-beans-in-free-pool>
    </pool>
    </stateless-session-descriptor>
    <enable-call-by-reference>true</enable-call-by-reference>
    <jndi-name>SimpleBeanRemote</jndi-name>
    <local-jndi-name>SimpleBeanLocal</local-jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    Another problem / mistake was out weblogic-application.xml file was causing us problems.
    On your website :
    [url http://e-docs.bea.com/wls/docs100/programming/app_xml.html#wp1079285]
    You reference the Version 10 schema using the following address : http://www.bea.com/ns/weblogic/100/weblogic-application.xsd
    However clicking on the link takes you to the Version 9 schema :
    http://www.bea.com/ns/weblogic/90/weblogic-application.xsd
    We removed the weblogic-application.xml file from our EAR file and are able to use our client. Would it be possible for you to send up a working example of a weblogic-application.xml file.
    Kind regards
    Alex

  • Unable to create xml from xml schema

    JDeveloper 10.1.3 EA1
    I am unable to create a new xml file from an xml schema when the starting root element is a complex type (but it works with a simple type). It does not matter if the xml schema is registered within JDeveloper.
    Is this a bug or intended behaviour?
    Error message:
    ''XML Document from XML Schema creation could not be competed succesfully. Make sure the source schema is valid and that you have write permissions to the output directory."
    NB The xml schema is valid and I have write permissions on the specified directory.

    When I do not register this (or other) schema with JDeveloper, I can create an xml document from xml schema. However, when I register this schema and then try to generate an xml document (either from the registered xsd either from a filesystem xsd) with person as starting node it fails with the mentioned error. However, when I use city as starting node it is generated successfully.
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.amis.nl/demo/hrm"
    targetNamespace="http://www.amis.nl/demo/hrm"
    elementFormDefault="qualified">
    <xsd:element name="person">
    <xsd:annotation>
    <xsd:documentation>
    A sample complex element
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="name" type="xsd:string"/>
    <xsd:element name="length" type="xsd:int"/>
    <xsd:element name="weight" type="xsd:int" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="city" type="xsd:string">
    <xsd:annotation>
    <xsd:documentation>
    A sample simple element.
    </xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    </xsd:schema>

  • Unable to create PDF from scanner

    My office uses a Canon iR-Advance C5035. I previously had a computer that was running an older version of Windows (XP, I think) and Adobe Acrobat Standard (6, maybe), and I was able to create PDFs with the scan function on the Canon.
    This year we bought a new computer that is running Windows 8. I just purchased and installed Acrobat Standard XI, but I am unable to create PDFs using the Canon scanner. I keep getting a "Either scanner driver is not installed or scanner is not connected." error. When I look at the "Custom scan" option, the Canon doesn't even seem to be detected. I'm not sure how to address this problem and any help would be much appreciated. Thank you!
    -Paul

    Look under Control Panel>System>Hardware to see if the scanner appears. If not, then try Add Hardware (or whatever the option is in Win8) to install the driver (if available from Win8). If the cannon is on a network, you may have to go to additional steps to install it since the OS may not see it. The idea of looking for a new driver is also a good idea since Win8 (just like happened with Win7) is not shipped with a lot of the drivers.

  • Unable to create tickets from sattelite system when logged in with Arabic

    Hi There,
    We are unable to create suppurt message from the satellite system when logged in
    with arabic language. A window is popping up with the message below.
    << Error in Local Message System: Select one of the
    installed languages Message was Not Created >>
    We are able to create support messages when logged in with English
    language from the setellite system.
    We have arabic language installed in the satellite system.
    Thanks and Regards,
    Azher.

    Hi Srikishan,
    Thank you so much for the prompt reply and I have been able to resolve the issue with the hint you gave.
    We dont have Arabic language installed on solution manager, but in the RFC destination <SM_<SID>CLNT<XXX>_BACK> the logon language was empty, I maintained that with the default language "EN" and it worked.
    once again thanks a lot for the solution.
    Regards,
    Azher.

  • Unable to create object from stored procedure universe

    Dear All Experts,
    I am facing a problem on unable to create object dimensions on a Stored procedure universe. Fyi, I have successfully insert a stored procedure ('SP_Sales') with input parameter (@date) into universe (Universe_1). But I unable create any object based on the the stored procedured ('SP_Sales') due to it show nothing from the Edit Select Statement of 'Object1', empty for Tables nd columns windows.
    Thefore, i unable to drag data in WEBI when i select univese as "Universe_1", it will not sure any object. Please advise.
    I am using XI4.0, MSSQL2008.

    Hi ,
    You wont be able to edit the object definitions.
    u2022 Designer generates one table per selected stored procedure (or many
    tables if multiple result sets) and one object per column returned by a
    stored procedure.
    u2022 The result set structure is determined when you describe the function.
    Please refer chapter 7(Page 451) of below document for more details.
    [Universe Designer Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_designer_en.pdf]
    Hope this helps.
    Bilahari M

  • Unable to create PDF from website

    I am suddenly unable to create a PDF in Acrobat 9 Pro from a website without a gray overlay and an error message telling me the browser needs to be updated.  I'm attaching a pic of the error.  Is there a way to update the browser in Acrobat?  I have installed all available updates for my Acrobat version I can find.  I have also updated IE and receive the same error.

    The best I can tell is that it deals with Acrobat using an IE type interface. It did not have the background problem with AA8, but indeed it showed up in AA9. I do not have AAX to test that. Your options are to use PDF Maker from IE or other browser. From IE it worked without the background issue. The layout was different, but some scaling and such might resolve that issue. Printing seems to offer a better view. You likely only need a print, so I would suggest using the print function in your browser. The HTML of the site seems to recommend using a different browser than IE, so you might try FireFox.

  • Unable to create dvd from Iphoto slideshow?

    I am unable to create a dvd slideshow from Iphoto.  Any suggestions?

    Yes. Here's some suggestions for getting help:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. What were you doing when the problem arose?
    - Did it ever work properly?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    Anything else you can think of that might allow someone else to understand your issue.
    With this kind of information somebody can develop a starting point for troubleshooting the issue.
    Posts that consist of "iPhoto doesn't work. Help" or "iPhoto won't print" or "Suddenly I have no photos!!!!!!!!!!" mean that any helper is simply guessing. With information, s/he may be able to get your issue resolved sooner.

Maybe you are looking for

  • Edmx cannot mapped stored procedure column info not displaying

    Hi, I'm trying to follow the QBE on how to mapped stored proedure in EF. Everything works fine until I need to Add Import Function where I could not see the list of column info. I'm using .NET 4.5, EF 5.0, 11gR3 DB, VS 2012 & ODP 11.2.0.3.60 (beta) B

  • Can't find my stored files -

    I have an iPhoto Library on my Main computer; I have another iPhoto Library on an exterior drive. Although it only shows up when I search Spotlight, this external drive has the Library.iPhoto file along with a Library6.iPhoto file. and... It appears

  • Photoshop Elements 11 Problem

    I bought and installed Photoshop Elements 11 yesterday on my Windows 7, 64-bit computer.  The first time I ran it, it asked if I wanted my PSE-10 catalog converted, so I said Yes.  The conversion failed.  Now in PSE-11, when I select Manage Catalogs,

  • Unable to restart after upgrade!

    Hi I've just installed the latest upgrades, firstly none of the apps would open so I closed it down and now I get a message saying 'You need to restart your computer'. I've tried command 'p' 'r' etc but it just won't start. Please help me someone. Th

  • Include jsp's accross DC's

    Hi SDNers, I am trying to use the <jsp:include> tag to include jsps from one DC to another. The <jsp:include> works fine when including jsp's in the same DC. However, if I try to include a jsp from another DC it throws an error that the file cannot b