Weblogic.wsee.wsdl.WsdlException: Unable to find namespace for prefix 'tns'

Hello,
I am encoutering a problem on Oracle Weblogic Version: 10.3.1.0 when trying to deploy a jax-ws webservice (stateless session bean).
When starting the ear i get the exception below. On an other version of Oracle Weblogic (10.3.3.0) the exact same ear deploys flawlessly.
I have no choice but to run on the "older version" so i hope there is a way out for this.
Any help is welcome.
Thank you.
weblogic.wsee.wsdl.WsdlException: Unable to find namespace for prefix 'tns'. This is used in element [part: null]
     at weblogic.wsee.wsdl.WsdlReader.createQName(WsdlReader.java:196)
     at weblogic.wsee.wsdl.WsdlPart.parse(WsdlPart.java:117)
     at weblogic.wsee.wsdl.WsdlMessage.parsePart(WsdlMessage.java:136)
     at weblogic.wsee.wsdl.WsdlMessage.parseChild(WsdlMessage.java:126)
     at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
     at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:558)
     at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:416)
     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:402)
     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:79)
     at weblogic.wsee.jaxws.framework.jaxrpc.server.ServerEnvironmentFactory.getWsdlDef(ServerEnvironmentFactory.java:216)
     at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getService(EnvironmentFactory.java:429)
     at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.buildDeploymentContext(EnvironmentFactory.java:621)
     at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getDeploymentContext(EnvironmentFactory.java:606)
     at weblogic.wsee.jaxws.framework.jaxrpc.TubelineDeploymentListener.createServer(TubelineDeploymentListener.java:74)
     at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createServer(WLSTubelineAssemblerFactory.java:93)
     at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:158)
     at weblogic.wsee.jaxws.WLSContainer$WLSEndpointFactory$WLSEndpointImpl.<init>(WLSContainer.java:419)
     at weblogic.wsee.jaxws.WLSContainer$WLSEndpointFactory.createEndpoint(WLSContainer.java:404)
     at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:230)
     at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:476)
     at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:519)
     at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:187)
     at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:269)
     at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:69)
     at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:58)
     at javax.servlet.GenericServlet.init(GenericServlet.java:241)
     at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
     at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
     at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
     at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521)
     at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1913)
     at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1887)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1805)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3041)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1374)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452)
     at weblogic.wsee.deploy.WseeWebappModule.activate(WseeWebappModule.java:146)
     at weblogic.wsee.deploy.WSEEEjbModule.activate(WSEEEjbModule.java:371)
     at weblogic.wsee.deploy.WsEJBDeployListener.activate(WsEJBDeployListener.java:52)
     at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1416)
     at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:480)
     at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:411)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:74)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:66)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:629)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:206)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:53)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106)
     at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:143)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
     at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
     at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

It's probably time for a support case to see if this is a known issue.
You can also try in the WebLogic Server Web Services forum:
WebLogic Server - Web Services

Similar Messages

  • Unable to find URL for Adapter Engine af.xid.xidev ?

    Hi,
    I have scenario.
    Abap proxy -
    > ccBPM -
    > RFC (synchronous).
    The error happen for ccBPM -
    > RFC
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>2: Unable to find URL for Adapter Engine af.xid.xidev</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Any idea for what happening ?
    Cheers
    Fernand

    Hi.
    Have you tried with this
    Re: Wrong Adapter Engine on RWB?
    Regards
    Seshagiri

  • Unable to find URL for Adapter Engine

    Hi,
    We have installed the XI 7.0 and I have realized a simple scenario "File > XI > File" in order to validate the installation... and on has a dump around Adapter Framework.
    Inside SXMB_MONI, on has the following error:
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.xid.bcnssap006</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.xid.bcnssap006</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine af.xid.bcnssap006</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    It's probably a problem with aii but which one ?

    Hi Mickael,
    The problem that you are facing looks like it is unable to connect to the adapter engine itself, please check the following:-
    The userid being used must have the authorizations of group SAP_XI_APPL_SERV_USER on the Integration Server.
    *During the configuration of the adapter (From Help documentation):-
    <i>Specifications for the Integration Engine
    Enter the complete address (URL) of the Integration Engine that you want to send the message to:
    XI.TargetURL=http://IntegrationEngineHost:port/pipeline-arguments
    This specification is mandatory.</i>
    One suggestion:- Please try the following and see if you are still facing the problem, this might help you in decreasing the number of places to verifyconfigurations!
    Again, from help:-
    <i>The Integration Engine address can also be accessed dynamically from the SAP System Landscape Directory (SLD). The following entry is added to the configuration for this purpose:
    XI.SLDConfiguration=SLDaccessor
    In this case the URL of the corresponding Integration Server for the system specified with XI.SenderService is read from the SLD and used instead of the value specified under XI.TargetURL. Therefore, specify the following:
    XI.TargetURL=<fromSLD>
    To be able to access the SLD, the SLDaccessor service must be configured correspondingly and the respective entries must be maintained in the SLD.</i>
    Hope this helps!
    -Sushumna

  • Error : Unable to find URL for Adapter Engine

    Hi Experts,
    I have searched several forums , but i am not clear on how to resolve this error.
    I am using XI 3.0, my scenario is File->XI->File
    I am getting this error in SXMB_MONI.
    *Can any body suggest me a clear step-by-step procedure to solve it.*
       <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Message canceled
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.xd2.host-dev</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.xd2.host-dev</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.xd2.hydrus-dev</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks
    sai

    Hi Debashish,
    Thanks for ur reply,
    I have executed
    --->Execute SAI_AE_DETAILS_GET from se37
    >Enter AE name:<host>.<systemid>
    After executing, i got these param
    Exception       NO_ADAPTER_ENGINE_FOUND
    Message ID:          SAI_GLOBAL                 Message number:           016
    Message:
    no_adapter_engine_found: Unable to find Adapter Engine host-DEV.XD2
    Exchange profile parameters are like this
    Calling function EXCHANGE_PROFILE_GET_PARAMETER
    Retrieving data from the XI Profile...
    Function call terminated sucessfully
    Retrieved value of
    section   = Connections
    parameter = com.sap.aii.ib.server.connect.webas.r3.ashost
    -> value  =
    and i dont have authorizations for SU01 fro lock/unlock.
    Any suggestions how to proceed.
    Thanks
    Sai

  • My MacBook Pro stated that it needed to be updated. I clicked yes to restart the computer and update but when it restarted it stays on the gray screen with the apple logo and then pops up, stating "unable to find driver for this platform." What do I do?

    My MacBook Pro stated that it needed to be updated. I clicked yes to restart the computer and update but when it restarted it stays on the gray screen with the apple logo and then pops up, stating "unable to find driver for this platform." What do I do?

    Boot into Recovery by holding down the key combination command-R at the startup chime. Release the keys when you see a gray screen with a spinning dial.
    Note: You need an always-on Ethernet or Wi-Fi connection to the Internet to use Recovery. It won’t work with USB or PPPoE modems, or with networks that require any kind of authentication other than a WPA or WPA2 Personal password.
    When the Mac OS X Utilities screen appears, follow the prompts to reinstall the Mac OS. You don't need to erase the boot volume, and you won't need your backup unless something goes wrong. If your Mac didn’t ship with Lion, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.
    Don't install the Thunderbolt update -- it's defective.

  • I have a Macbook pro 4,1 My Battery would not charge after only 23 cycles. I tried the battery update now my macbook will not boot. it has a kernel panic Unable to find driver for this platform:

    Macbook 4,1
    Early 2008 15" macbook pro
    Running Snow Leopard
    the Battery was not working after only 23 cycles
    I tried the Battery update and now it will not boot at all
    I really do not want to loose my data on the drive
    panic message is
    Unable to find driver for this platform: "ACPI".\n"@/SourceCache/xnu/xnu-1228/iokit/Kernel/IOPlatformExpert.cpp:1378
    Please help

    Panic Message
    panic(cpu 0 caller 0x000x563ebd) : Unable to find driver for this platform:
    "ACPI".\n"@/SourceCache/xnu/xnu-1228/iokit/Kernel/IOPlatformExpert.cpp:1378
    Debugger called: <panic>
    Backtrace (CPU 0), Format - Frame : Return Address (4 potential args on stack)
    (7 lines of hex)
    BSD Process name corresponding to current thread: Unkonwn
    Kernel version:
    Darwin Kernel Version 10.8.0" todays date ; root:xnu-1504.15.3~1/release_I386
    I tried to boot from CD can, but i dont want to loose any information.
    Tried disk tools
    Hardware test
    Tried to check if it was memory sticks failing or battery , nothing else plugged in
    if i boot holding Apple key and S
    I get additional warnings about AppleACPIPlatform and not being able to load Kext

  • Kernel Panic: Unable to find driver for this platform

    So, my 1 GM RM, 1.5 GHz Powerbook G4 (15 inches) has been behaving wonderfully lately. Until, this morning, it locked up -- as it sometimes does -- after inserting a 3rd party SATA card and waking it from sleep.
    This is normally not a problem. A reboot gets things back on track. Not today. The reboot stayed on the grey screen with the white apple logo. I tried booting off of a Disk Warrior CD and an OS X 10.4 install DVD. I go this kernel panic:
    Unable to find driver for this platform: "PowerBook5,6".
    But...and here's the best part...if I boot into target disk mode and hook the computer up to another similar Powerbook we have, the similar PowerBook boots fine using my drive.
    So, it seems to be a hardware problem with my PowerBook. Any ideas on how I narrow it down?
    Thanks,
    Gary

    Glad you found your problem. Our kernel panic on our 15" G4 is a bad logic board. $500+ to fix it. Just found out yesterday.
    JWTech

  • Reg Unable to find URL for Adapter Engine Error

    Hello,
    During execution of a scenario, i am getting these errors in sxmb_moni:
    AE_DETAILS_GET_ERROR
    3: Unable to find URL for Adapter Engine af.xip.poecspxioo4
    Error when reading the access data (URL, user, password) for the Adapter Engine.
    Seems like it is a problem of XI Server unable to locate the Central adapter engine due to some parameter not set properly.
    So, what are the points we can check while installation of XI so as to rectify this problem.

    Hi all,
    I got the similar error in my scenario and i solved the same.Actually i ma not pretty surte this will solve your problem.
    In my case proxy generation settings was mis configured in the sender system. so its caused the reason.
    I made an entry in the SPROXSET table and i did other activities like RFC and application system also.
    Then its worked for me. Its not matching with your case please do ignore this one
    Regards
    Vijay

  • No_messaging_url_found: Unable to find URL for Adapter Engine

    Hi,
    I am facing the same problem. I have configured a RFC-File scenario.
    I get the error"no_messaging_url_found: Unable to find URL for Adapter Engine af.<SID>.<server>"
    and <INTERNAL.AE_DETAILS_GET_ERROR>
    I get the error "no_messaging_url_found: Unable to find URL for Adapter Engine" when I execute the Function Module SAI_AE_DETAILS_GET.
    This error occured in the line 235( sap_xi_adapter_services = sld_accessor->associators( iref = sap_xi_adapter_framework assocclass = 'SAP_HostedXIAdapterServi) of the FM.
    The value is not filled and i get the error mentioned.
    I have gone through thread and verified all the points mentioned.
    I have checked SXI_CAHCE,there are no locked users in RSUSR200,
    SXI_CACHE, Goto->AdapterEngine Cache, I have an entry af.<sid>.<server>
    In SLD,Technical Landscape,Exchange Infrastructure I have the entry <SID>.<Server> against the Adapter Engine
    But as was mentioned in the thread the line 241 of the Fucntion Module has 'adapterType' and not 'Adaptertype' as in the exchange profile.I did not try changing 'a' to 'A'.
    Could you please let me know how to solve the problem.
    Thanks in advance.

    Hi Vani,
    Check the pipeline URL in the SLD
    Business System->URL
    It should be
    http://host:HTTPport/sap/xi/engine?type=entry
    Just check this thread- may be useful-
    File Adapter - Sender Problem
    RFC adapter - AE_DETAILS_GET_ERROR - no adapter engine
    https://websmp103.sap-ag.de/~sapdownload/011000358700002757652005E/HowtoMintorAF.pdf
    Hope this helps,
    Regards,
    Moorthy

  • HT6114 i have a mac mini that wont boot up and the screen says unable to find driver for this platform: \ powermac10.2 it also says mac os version not yeet set...how can i fix it

    the mac mini wont boot up it says you need to restart yuor computer and that its unable to find river for platform can i download software free from the internet to fix this

    What OS were you using on the mini before this problem started? If 10.7.8.9, boot to the Recovery Volume (command - R on a restart or hold down the option key during a restart and select Recovery Volume). Run Disk Utility Verify/Repair and Repair Permissions. Then reinstall the OS.
    OS X Recovery
    OS X Recovery (2)

  • Error(2): Unable to find class for bean: connection defined by tag...

    I created a project, and a JavaBean that connects to the database and I want to use it in a JSP page that exists in my project.
    Bean:
    package BeerPackage;
    import java.sql.*;
    public class ConnectionBean
    JSP:
    <%@ page import="BeerPackage.*" contentType="text/html;charset=windows-1252"%>
    <jsp:useBean id="connection" class="ConnectionBean" scope="session"/>
    Then I get the error:
    Error(2): Unable to find class for bean: connection defined by tag with class: ConnectionBean
    When I try to build the JSP
    Any ideas?

    Seems even though I have an import, I still have to specify the package name in front of the useBean.
    What am I missing here?

  • Unable to find class for bean

    Hello,
    At times, I keep getting this error of unable to find class for bean even though, the definition I used for the Bean in the jsp page is as follows:
    <jsp:useBean id="deptbean" class="avt.DepartmentHandler"
    scope="session"/>
    The Error I get is "Unable to find class for bean deptbean: defined by tag with class: avt.DepartmentHandler".
    I had saved the Java class file DepartmentHandler before attempting on the jsp page which used this.
    I have no clue as to why this is happening. Please do help.
    Thanks in Advance.

    Hello,
    I think I figured out why it is happening so, it was because I hadnt compiled the java class files and java bean files. Once I compiled the java files, I was able to get rid of the error.
    Thanks.

  • SBL-SRQ-00103: Unable to find definition for component WfProcMgr

    Hi,
    When I start the Siebel server, all the Workflow components active except the Workflow Process Manager with the error in WfProcMgr_.log:
    SBL-SRQ-00103: Unable to find definition for component WfProcMgr
    Have you experienced with this error?
    Thanks,
    Liem.

    TanteKaethe,
    Thank you for replying. The Workflow component group was enabled during the installation process. I have not manually synchronized the Workflow components . I wonder why all other components of Workflow are running except the Workflow Process Manager. When I try to synchonize, it gave me an error (SBL-SCM-00028: Key not found) when going to Server Configuration screen and select Enterprises.
    Thanks.

  • "unable to find driver for this platform" at random restart? please help!

    i cant get past this screen, right after the screen turns grey and i see the apple logo..... tried resetting NV ram, tried holding option and booting from my startup disk, tried starting from the installation cd, running disk utility and repairing permissions/disk repair how do i get past this?! ahhhgggg the only thing was i restarted and had a diskwarrior CD in the drive, heres the first bit of the error i get
    Panic(cpu 0 caller 0x0043913f) : "unable to find driver for this platform :\ "ACPI\ " . \n"@/SourceCache/xnu-1228.15.4/iokit/kernal/IOplatformexpert.cpp:1407
    debugger called: <panic>
    Backtrace (CPU 0), Frame : return address (4 potential args on stack)

    It happened the same to me; I wrote in other threads in the forum hoping somebody gives me any hint to fix the problem.
    Andrea (andreadandrea<at>tele2<dot>it)

  • Power book not loading (error: unable to find driver for this platform) help me please

    power book not loading (error: unable to find driver for this platform) help

    That usually happens when trying to install Mac software intended for Intel-powered Macs (made in 2006 through present) on a PowerPC mac like teh powerbook (made before 2006).
    You post is a little cryptic, however. We may be of further help if you can tell us:
    <> the PowerBook's processor type (G3 or G4) and the Mac OS version, both available by doing "About the Mac" from your Apple menu.
    <> what program and its version your were trying to run and/or install.

Maybe you are looking for

  • Remembering windows positions when switching from/to dual screen display

    Hello, Most of the time, a second LCD screen is plugged in my Macbook and configured as the main display. When I arrange the windows, I keep iTunes or my mail application maximized on the macbook screen and use the bigger external screen for all othe

  • Files Recovery After System Restored to Factory Default?

    Dear Friends,         Last month I bought Lenovo X100e in Germany. Last night I got a virus attack that blocked every thing. I had to restore the system to factory default. Unfortunately I forgot that I haven't taken the backup of the pictures of my

  • Upload Document Refreshes page

    Greetings, I have a content editor webpart in an SP2013 page for document upload. See Source Below <div abp="692"> <a href="/sites/TransactionDatabase/_layouts/15/Upload.aspx?List={E539E41C-B816-4E50-B16B-705E840649A3}"><button abp="693"><nobr abp="6

  • To display data in rowwise

    i hav the code like String filename= "p2.txt"; boolean append = true; FileWriter fw = new FileWriter(filename,append); fw.write("source address is :"+desti1);      fw.write("destination add address is :"+desti);      fw.write("commandID is :"+command

  • 720p23.976 DVCPro HD to an SD DVD

    720p23.976 DVCPro HD movie to an SD DVD? I need to deliver a SD DVD in NTSC and PAL. Any suggestions?