Wsgen task in stand-alone Ant

Have anyone made a wsgen task in a build.xml file for use with an original Ant-distribution?
(not using org.apache.tools.ant.Main located in weblogic.jar)
I get a non-informing build error when running the wsgen-task. (The ejbc-task
completes successfully).
java.lang.NoSuchMethodError
at weblogic.apache.xerces.jaxp.DocumentBuilderImpl.<init>(DocumentBuilderImpl.java:136)
at weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumen...bla
bla...
(Project.java:510)
at org.apache.tools.ant.Main.runBuild(Main.java:421)
at org.apache.tools.ant.Main.main(Main.java:149)
If anyone could tell me what to do - that would really make my day(!)
Regards,
Henning Storhaug

There is a little bit of situation using taskdef and a classpath from inside
a build.xml. The problem is that ant creates a custom classloader (which
loads classes the same way ant finds files, ie. replacing /->\, :->;, using
the correct basedir, etc. etc.). Ant uses this classloader to load the class
implementing the task.
Mainly this creates two problems:
- This classloader does not 100% implement the correct protocol of a
classloader, especially when it comes to finding resources. (no disrespect
intended, ant is a great tool!)
- Many classes in Weblogic is not really used to being loaded from a
classloader and doesn't behave very well. (for example: using the
system-classloader directly, assuming that they are located at the
java.system.classpath etc. etc)
This makes it almost impossible to use any weblogic-tasks without loading
weblogic-classes from the system-classpath. And that is why the "trick of
the external build.xml" works, because antcall starts the new ant with a
system-classpath including weblogic.jar.
Don't really now what the best solution to this is. I think that BEA has to
be better writing code that behaves nicer to custom classloaders, and I
think the ant team needs to fix their class-loader a little better.
(especially in respect to resources)
In the meantime use the "external build.xml"-trick or use the ant included
with weblogic.
"Chris" <[email protected]> wrote in message
news:[email protected]...
>
We are actually using Ant 1.4 with Weblogic 6.1 and the wsgen tasksuccessfully..
although I haven't tested myself , I was told that there might be problemsif
the wsgen task is run from the same build.xml file (which might be thereason
for your problem as well)... so what I have done is created a second buildxml
file that includes the wsgen task (and some staging tasks) and I call itfrom
my main build.xml (using antcall).
A couple of things to note is that you have to make sure that you put antin front
of the weblogic.jar in the classpath.. Additionally (and you were rightabout
this) you have to use the taskdef to define the wsgen task as ant will notfind
it by itself..
Here is a sample of the wsgen task I use.
<wsgendestpath="${dir.dsn-build}/webservices_staging/${module.name.Report}WS.ear"
>
context="/${module.name.Report}"
host="localhost"
port="8081"
protocol="http"
webapp="${module.name.Report}-web-services.war">
<rpcservices path="${dir.ear_staging}/ReportEntryEJB.jar">
<rpcservice bean="ReportEntry" uri="/${module.name.Report}uri"/>
</rpcservices>
</wsgen>
"Simon Spruzen" <[email protected]> wrote:
I tried this, and defined a taskdef to allow standalone ant to locate
the WLS ant
wsgen task:
<!-- wsgen - build web services -->
<taskdef name="wsgen" classname="weblogic.ant.taskdefs.ejb.WSGen">
<classpath refid="bea.class.path"/>
</taskdef>
bea.class.path was defined to ensure that weblogic.jar came first.
However, I got a curious error when running wsgen target - can't
remember,
and
don't have, the full details - but it involved a message along the lines
of something
"...violating loader constraints...".
So I just gave up and used the version of Ant that ships with WLS 6.1,
and it
works and I am happy and content.
(But you're stuffed if you want to move to ant 1.4)
"Henning Storhaug" <[email protected]> wrote:
To be a bit more specific:
The wsgen ant-task runs when using the ant-distribution within
weblogic.jar,
but
not using the jakarta-ant-1.3 distribution. I've checked the versions,
and they
are the same.
If you need more info, please ask.

Similar Messages

  • BlackBerry Link and syncing Contacts, Calendar and Tasks with stand-alon​e desktop installati​on of Outlook 2010?

    I have used Blackberries in business since the beginning. Fantastic products!
    Sadly after spending the better part of Feb 6th transitioning from Torch to Z10 I have had to abandon the effort and request an RMA number to return the Z10.
    Here is why:
    "Link" appears to be focussed on syncing documents and media like content such as music and movies but does not, from what I can tell, sync Outlook Contacts, Calendar entries or Tasks. I have never bothered putting music or movies on a BB... never had the time to fuss with such... however, I use, edit and sync my Contacts, Calendar and Tasks between my Torch and my desktop PC every day... as in EVERY day!
    From a review of postings on various forums there does not appear to be a solution in the works to this problem and the trend appears to be to use a Cloud based email or service to host such "PIM" information and then sync the handheld to the Cloud repository. This method MAY be suitable for some forms of info but it is not suitable to post such personal info on the cloud... it needs to stay on the desktop and in the handheld device, both of which are password protected and looked after carefully.
    This is an odd situation, BB (RIM) cut their teeth on pages, emails, BBM and great cell calls, mainly in a business environment. Many small business users live and die on their BB. They do not run Exchange Server... they run Outlook stand alone on a desktop. To remove this functionality from the Z10 (BB10 overall perhaps) seems at best to be a serious oversight.
    I wish BB the best with the Z10 and hope to see it do well. For me, I had to make a choice between the efficiency and effectiveness of syncing Outlook Contacts, Calendar and Tasks with the Torch, or hand feeding and maintaining thousands of constantly changing entries into what is undoubtedly a more powerful and wonderful looking Z10. Efficiency and effectiveness won over brawn and beauty. The Torch is back on line... It's a tool... a really great tool! Tomorrow it will process a hundred emails,  numerous SMS messages, a few BBM's, keep me on time and feed me a bunch of useful phone numbers and addresses as it has for a couple of years now. It will also spend an hour or so teathered to my laptop at a remote location where there is cell coverage but no internet. It will NOT display any movies, tweats, twits, or facebook stuff that I won't have time to look at anyway. The fast, powerful, shiny Z10 is heading in an RMA bag back to Telus. 
    I have a sort of sick feeling in my gut and hope to be able to sync again in the future!

    my feelings and my situation excatly

  • Stand-Alone application with LabView 7.0 getting error can't find DAQmx clear task.vi

    I have attempted to create a stand alone vi with the Build Application or Shared Library(dll) in LabVeiw 7.0
    When I put it on another PC to test it I get the error "can't find DAQmx clear task.vi"
    the other PC has Labview 7.0 and DAQmx 8.1 also.
    I believe my problem is in the source tab where you are supposed to add support and dynamic vi's I have search the forums and Ni's data base and have not found a solution.
    Solved!
    Go to Solution.

    Hi LabTech09,
    When you run the executable on the other computer is when you get this error?  Do you have the exact same versions of LabVIEW and DAQmx on both computers?  Does the dialog allow you to navigate to the DAQmx clear task.vi?  If so, you can find these VIs in C:\Program Files\National Instruments\LabVIEW 7.0\vi.lib\DAQmx\configure\task.llb.  Does the executable work on the development machine (the machine it was compiled on)?
    Regards,
    Jim Schwartz

  • Deployment problem from Jdev (V 11.1.2.0.0) to stand alone weblogic v10.03

    My environment is Win 2008 server 64. I'm trying to deploy to a stand alone server. I added the adf runtime libraries following:
    http://radalcove.com/blog/?p=34
    Created the app server connection and when trying to deploy to the stand alone server I received the following error. Is this a missing library or another issue? Thanks, J
    [04:52:18 AM] ---- Deployment started. ----
    [04:52:18 AM] Target platform is (Weblogic 10.3).
    [04:52:21 AM] Retrieving existing application information
    [04:52:21 AM] Running dependency analysis...
    [04:52:21 AM] Building...
    [04:52:32 AM] Deploying 2 profiles...
    [04:52:33 AM] Wrote Web Application Module to C:<server path>\<myapp>\ViewController\deploy\<myapp>ViewControllerwebapp1.war
    [04:52:34 AM] Wrote Enterprise Application Module to C:\jdev_backup\mywork\<myapp>\deploy\<myapp>_application1.ear
    [04:52:34 AM] Deploying Application...
    [04:52:37 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application <myapp>_application1 on AdminServer.: Failed to load webapp: '<myapp>-ViewController-context-root'.
    [04:52:37 AM] [Deployer:149193]Operation 'deploy' on application '<myapp>_application1' has failed on 'AdminServer'
    [04:52:37 AM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: '<myapp>-ViewController-context-root'
    [04:52:37 AM] Caused by: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for "ServletContext@9558442[app:<myapp>_application1 module:<myapp>-ViewController-context-root path:/<myapp>-ViewController-context-root spec-version:2.5]", defined in weblogic.xml [Extension-Name: jsf, Specification-Version: 2, exact-match: false]
    [04:52:37 AM] See server logs or server console for more details.
    [04:52:37 AM] weblogic.application.ModuleException: Failed to load webapp: '<myapp>-ViewController-context-root'
    [04:52:38 AM] Deployment cancelled.
    [04:52:38 AM] ---- Deployment incomplete ----.
    [04:52:38 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Jay,
    you can't run jdev 11.1.2 apps on a wls 10.3.4 server. The adf runtime libraries are different and you get exactly the error you see. Spare your time trying to get it running...
    The sherman patch (patch 12611176) is only available via http://support.oracle.com/ (you need avalid support contract). If you have one read my blog about installing the patch http://tompeez.wordpress.com/2011/06/25/upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/ andhttp://tompeez.wordpress.com/2011/06/29/follow-up-upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/.
    If you really want to use 11.1.2 apps you have to update your wls server to 10.3.5 first, then apply the patches...
    If you can't update you have to user jdve 11.1.1.4.0 together with wls10.3.4
    Timo

  • Issue while deploying dynamic region to stand alone server

    Hi,
    In my application there is one page I have panel splitter, where i have drag and dropped menu-taskflow as regionModel, and created dynamic region on second facet panel.
    <af:region value="#{bindings.menutaskflow1.regionModel}" id="r1"/>
    <af:region value="#{bindings.dynamicRegion4.regionModel}" id="r2"/>
    I have created application level class to handle dynamic region loading.
    This settings are working fine when i run application with integrated web logic server, When I deployed my application to stand alone server, its giving me exception as
    java.lang.IllegalStateException: The expression "#{bindings.menutaskflow1.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "r1") evaluated to null.
    This is typically due to an error in the configuration of the objects referenced by this expression.
    If it helps, the expression "#{bindings.menutaskflow1}" evaluates to "null".
    If it helps, the expression "#{bindings}" evaluates to "null". Now using an empty RegionModel instead.
         at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:439)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:109)
         at jsp_servlet.__editopportunity_jspx._jspx___tag18(__editopportunity_jspx.java:923)
         at jsp_servlet.__editopportunity_jspx._jspService(__editopportunity_jspx.java:452)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
         at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:473)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:141)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         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:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         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:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    I tried to update bindings with data level binding as
    <af:region value="#{data.view_MenuPageDef.menutaskflow1.regionModel}" id="r1"/>
    <af:region value="#{data.view_MenuPageDef.dynamicRegion4.regionModel}" id="r2"/>
    but it is rendering empty page with another exception..
    Please help
    Regards,
    Meera

    Hi,
    Check
    Runtime errors with ADF Dynamic region
    java.lang.IllegalStateException: The expression "#{bindings.dynamicRegion1.
    Problem with bounded task flow: binding lost?

  • Help needed in Authenticating Users via A Stand-Alone Web_Application

    Hi all,
    I've just begun to explore the Human Workflow Services in the Oracle SOA Suite...
    I want to create a BPEL Process with a Human Workflow involving 2 users say, P1 & P2 ( which i have configured to be in the default "realm", say..)
    Could Anyone please help me in the Steps to be followed to implement a Stand-Alone Web-Application (or a Web-Service for that matter) that i can use to Authenticate P1 & P2...!
    It's Just like the WorkList Application...but i'm stuck with issues of HOW to Use the IWorkflowContext interface in an External web-application...say deployed on TomCat..?!?
    Once P1 or P2 logs-in...i then plan to show them their tasks (like the WorkList)...& then try & Invoke/trigger a Human task by making a call to the WebService representing the BPEL process...!
    Awaiting a Speedy guidance from Some one...
    [I'm wondering if i can develope some OTHER kind of a UI for a Human Workflow...that's Why..?! :)]
    Thanks in advance...

    I create soft links via ln -s to the environment scripts:
    lrwxrwxrwx 1 oracle dba 43 2005-02-10 20:29 vis9.env -> /lv03/oracle/vis9db/9.2.0/vis9_socrates.env
    lrwxrwxrwx 1 applmgr appl 33 2005-02-10 20:27 vis9.env -> /lv03/oracle/vis9appl/APPSORA.env
    So in oracle user home directory, I type ln -s /lv03/oracle/vis9db/9.2.0/vis9_socrates.env vis9.env
    Then just type . vis9.env to take on the database environment as the oracle user.
    In the applmgr home directory, I type ln -s /lv03/oracle/vis9appl/APPSORA.env vis9.env
    Then just type . vis9.env as applmgr, to assume the applications environment. You will need to be in this environment to start/stop the applications.
    cd to $OAD_TOP/admin/scripts/*
    to stop:
    ./adstpall.sh apps/apps
    to start:
    ./adstrtal.sh apps/apps
    .

  • Cannot install Applcations in Stand-Alone Media image

    Since updating from SCCM 2012 R2 to CU3 i have not been able to get our Stand-Alone media to work.
    The Task Sequence is running fine until it gets to the install of the SCCM client. The installation of the client runs and then it restarts and then it runs it again, but when the task is done it goes to the login screen of Windows and ignores all the steps
    which comes after the client install.
    I have put in some alerts in order to find out exactly where is fails and the alert which runs prior to the client install is shown but the alert immediately after the install is never run.
    I am beginning to supect that the client install is failling.
    I have updated the package on the DP wihthout success.
    TS:
    SMSTS.LOG
    <![LOG[==============================[ OSDSetupHook.exe ]==============================]LOG]!><time="08:48:39.816+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="osdsetuphook.cpp:186">
    <![LOG[Executing task sequence]LOG]!><time="08:48:39.831+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="osdsetuphook.cpp:279">
    <![LOG[Loading the Task Sequencing Environment from "C:\_SMSTaskSequence\TSEnv.dat".]LOG]!><time="08:48:39.847+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="basesetuphook.cpp:366">
    <![LOG[Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}]LOG]!><time="08:48:39.847+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="environmentscope.cpp:659">
    <![LOG[Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}]LOG]!><time="08:48:39.847+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="environmentscope.cpp:659">
    <![LOG[Debug shell is enabled]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="basesetuphook.cpp:1440">
    <![LOG[Successfully enabled debug command shell support.]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="debugwindow.cpp:156">
    <![LOG[Configuring local administrator account]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="basesetuphook.cpp:1462">
    <![LOG[Enabling local administrator account]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="basesetuphook.cpp:1219">
    <![LOG[Account was already enabled]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="basesetuphook.cpp:1228">
    <![LOG[Re-assign all drive letters...]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="diskutils.cpp:1941">
    <![LOG[The drive information which has no drive letter can not be found. No need to re-assign driver letters.]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="diskutils.cpp:1951">
    <![LOG[Installing SMS client]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="basesetuphook.cpp:1474">
    <![LOG[Clearing existing client configuration.]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="installclient.cpp:291">
    <![LOG[Cleaning existing client certificates from SMS certificate store]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="0" thread="2152" file="installclient.cpp:138">
    <![LOG[The client identity was not found in the environment. A new identity will be generated for this client.]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="installclient.cpp:363">
    <![LOG[Using CRL: true]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="installclient.cpp:952">
    <![LOG[Unable to read SMS client cert from environment. Not restoring SMS client cert.]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="2" thread="2152" file="installclient.cpp:962">
    <![LOG[Executing command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Register:WinPE]LOG]!><time="08:48:39.925+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="commandline.cpp:827">
    <![LOG[==========[ TsProgressUI started in process 2180 ]==========]LOG]!><time="08:48:39.940+00" date="01-06-2015" component="TsProgressUI" context="" type="1" thread="2184" file="winmain.cpp:330">
    <![LOG[Registering COM classes]LOG]!><time="08:48:39.940+00" date="01-06-2015" component="TsProgressUI" context="" type="1" thread="2184" file="winmain.cpp:187">
    <![LOG[sbModulePath = C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe]LOG]!><time="08:48:39.940+00" date="01-06-2015" component="TsProgressUI" context="" type="1" thread="2184" file="tsprogressuiclass.cpp:625">
    <![LOG[Shutdown complete.]LOG]!><time="08:48:39.940+00" date="01-06-2015" component="TsProgressUI" context="" type="1" thread="2184" file="winmain.cpp:512">
    <![LOG[Process completed with exit code 0]LOG]!><time="08:48:39.940+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="commandline.cpp:1123">
    <![LOG[Successfully registered TS Progress UI.]LOG]!><time="08:48:39.940+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="utils.cpp:2279">
    <![LOG[Executing command line: "C:\_SMSTaskSequence\OSD\PRI00158\ccmsetup.exe" /useronly /source:C:\_SMSTaskSequence\OSD\PRI00158 /config:MobileClient.TCF /status:564]LOG]!><time="08:48:39.987+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="commandline.cpp:827">
    <![LOG[Launching command shell.]LOG]!><time="08:49:32.715+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2172" file="debugwindow.cpp:202">
    <![LOG[executing command: C:\WINDOWS\system32\cmd.exe /k]LOG]!><time="08:49:32.715+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2172" file="debugwindow.cpp:63">
    <![LOG[executed command: C:\WINDOWS\system32\cmd.exe /k]LOG]!><time="08:49:32.715+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2172" file="debugwindow.cpp:80">
    <![LOG[Process completed with exit code 0]LOG]!><time="08:50:19.515+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="commandline.cpp:1123">
    <![LOG[Start to cleanup TS policy]LOG]!><time="08:50:19.515+00" date="01-06-2015" component="OSDSetupHook" context="" type="0" thread="2152" file="utils.cpp:3055">
    <![LOG[End TS policy cleanup]LOG]!><time="08:50:19.531+00" date="01-06-2015" component="OSDSetupHook" context="" type="0" thread="2152" file="utils.cpp:3103">
    <![LOG[Active request handle is empty, registering with new active request handle. This is expected if the TS was started from a media/PXE.]LOG]!><time="08:50:19.531+00" date="01-06-2015" component="OSDSetupHook" context="" type="2" thread="2152" file="utils.cpp:4522">
    <![LOG[Saving the new active request handle for the task sequence: {03EB3804-5F8D-4AA4-9C9F-5FE7E57A4FB0}]LOG]!><time="08:50:19.531+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="utils.cpp:4535">
    <![LOG[Succesfully registered the tasksequence with the execution manager]LOG]!><time="08:50:19.547+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="utils.cpp:4597">
    <![LOG[Executing command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Unregister]LOG]!><time="08:50:20.576+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="commandline.cpp:827">
    <![LOG[==========[ TsProgressUI started in process 512 ]==========]LOG]!><time="08:50:20.592+00" date="01-06-2015" component="TsProgressUI" context="" type="1" thread="1112" file="winmain.cpp:330">
    <![LOG[Unregistering COM classes]LOG]!><time="08:50:20.592+00" date="01-06-2015" component="TsProgressUI" context="" type="1" thread="1112" file="winmain.cpp:204">
    <![LOG[Shutdown complete.]LOG]!><time="08:50:20.592+00" date="01-06-2015" component="TsProgressUI" context="" type="1" thread="1112" file="winmain.cpp:512">
    <![LOG[Process completed with exit code 0]LOG]!><time="08:50:20.592+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="commandline.cpp:1123">
    <![LOG[Successfully unregistered TS Progress UI.]LOG]!><time="08:50:20.592+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="utils.cpp:2320">
    <![LOG[Moving logs to SMS client directory]LOG]!><time="08:50:20.592+00" date="01-06-2015" component="OSDSetupHook" context="" type="1" thread="2152" file="basesetuphook.cpp:1495">
    I hope someone out there can point me in the right direction

    Hi Martin
    Could you try adding a delay in the task sequence after the reboot, I have experienced a number of problems with SCCM 2012 R2 and reboots in task sequences. Microsoft Premier Support recommend creating a 5 minute delay. A shorter one may resolve the problem,
    I would recommend trying this first.
    The other thing to check is how are you preparing you boot media are you using a usb, if so is it formatted to NTFS or FAT32, I would always recommedn NTFS

  • Urgent!!! A question about p6.7 stand alone

    I had P6.7 stand alone installed and have used it for a while. Last week, I suddenly couldn't login. After I entered password and clicked Login, and when "loading data" came to 99%, error message popped up and task ended itself, not able to enter into Primaver interface.
    I decided to reinstall. I didn't uninstall the existing one. I just run R8.2 set up and tried to upgrad based on the existing 6.7 version. During the installation, up until the step “Creating PM database.....might take a few minutes.......”, I waited for more than 2 hours but the message still there and nothing happened. I didn't think it was good and I ended the installation.
    Next, I went to Control Panel, Add and Remove Programs, uninstalled "Oracle database" and "Primavera 6". I changed back to P6.7. During the installtion, it was unfortunately the same as before, up until the step “Creating PM database.....might take a few minutes.......”, I waited again for more than 2 hours, but the message still there and nothing happened. I ended the installation again. In addition, I found "Oracle database" and "Primavera 6" were in Start Menu and the directory I choosed during the installtion. However, in Control Panel, Add and Remove Programs, there was only Oracle Database, no Primaver 6.
    And then, I uninstalled the Oracle Database from Control Panel, Add and Remove Programs and tried to reinstall again. But I got the same bad luck. I repeated this process for a few times without success.
    Who knows a SOLUTION? Much much appreciated.

    Hello, well the Oracle Xe database is not the same that the Primavera database. If you already installed Oracle XE, go to Start menu --> Oracle XE --> Go to database homepage. Try to log in with "system" and the password that you configured in p6 installation. Go to Users, if you only have 1 user, that means that p6 database is not installed, and you need to created manually (probably windows configuration is blocking the .bat file)
    to create the database manually check http://docs.oracle.com/cd/E16688_01/Product_Manuals/adminguide.pdf , Section:Automatically Installing an Oracle Database and Loading Application Data, page 49
    And once the database is created, you need to configure the alias (connection between p6 and the database) (click on ellipsis button, add, select your name and driver type, for database connection string use XE, type your public user (eg: pubuser) , finish and try to log into p6
    Best Regards!
    PAblo

  • Stand alone servers

    Hi All
    We have a weird situation and I think you guys can help me out.
    I created two stand alone Managed server called ABC1 and ABC2 on a single domain. Where Admin and ABC1 is on one linux box and ABC2 is on other linux box.
    Now my client want to deploy a single version of .ear application on both of the server. I know I can deploy the .ear one by one on both ABC1 and ABC2 through console.
    But the concern we have is that is it feasible? I mean I think if i deploy the same .ear on two stand alone server then its going to failed because of conflict between jndi an all other resources.
    Can any one help me out...
    Thanks in advance.

    Hi,
    I am very Sorry for my Unclear statement. I will explain it again in another way.
    We cannot Deploy exactly Same Application on two Different Servers...*From Admin Console<font color=red> One by One </font>(Means First time deployed and targeted to MS1 ...then again deploying the same app to Target MS2)*. In that case If we want to deploy the Same Application on two Non Clustered ManagedServers through AdminConsole...then We can do it At Once only(In a Single Turn...Later we can need to Just Add the New Targets Managed Servers to this application)...It Means While Deploying the Application we need to Choose MS1 & MS2 Both the Targets together. Now Suppose in future if you want to deploy the Same Application from AdminConsole to Third Managed Server ...then In that case you Add that ManagedServer as a New Target to the Application.
    But Using ANT Build Script or Using WLST we can do it easily....Means Same Application can be deployed as many servers ...One by One as well as Together to all the independent Managed Servers at Once as well.
    Regarding JNDI tree ....Yes Faisal's statement is very correct that..every Server has it's Own JNDI tree....Your Application should not cause any JNDI Conflicts there.
    Once Again Sorry for My Unclear & Wrong Statement in previous post
    Thanks
    Jay SenSharma

  • Saving Image to server from stand alone SWF using PHP

    Hi all!
    I´m having some problems completing the following task.
    I built an information terminal for the shop of a friend of mine which uns as fullscreen application.
    On this terminal the swf file is running as a stand alone file by unsing the flash player directly.
    I want to save a snapshot (jpg) from a webcam if someboy presses a button.
    This does work as long as I run my application (swf) by using the browser (Firefox , Apache and localhost).
    But if I try to use it as it should be used no image is beeing created.
    There was an error when first testing the application which forwarded me to an Adobe site where I had the possibility to grant files permissions, which I did for the file (the SWF) that needed it.
    Did I do something wrong, or is there some permission thet I have to grant before it works as it should be?
    Best regards and many thanks in advance!
    Jan

    Does nobody have any idea?!

  • [Acceleo] Running stand alone

    Hi,
    This time I'm not asking a question but posting some findings which might be helpful or might lead into creating a bug report.
    My goal is to run an acceleo generator stand alone. I did the following:
    - create metamodel
    - create acceleo project
    - create templates
    (business as usual)
    I ensured that my language packages were registered and that the xmi resource factory was registered (see Acceleo help, reference, stand-alone).
    Then I right clicked the acceleo project and tried to export it as a runnable jar. Just using the default settings lead to a jar file that does not contain the emtl file. Do I need to create a bug report for this one, or is this expected behavior?
    I did it again but this time I selected 'Save as ANT script'. The resulting jar file did not contain the emtl file but running the ANT script does ensure that the emtl file is added. This is the one that lead to a working version!
    Even though I succeeded, I did it again but this time I selected in Library handling: package required libraries into generated jar. Apparently this changes how resources are loaded and I got a 'file not found' exception. Might be involved with the 'jar-in-jar-loader' implementation. Do I need to create a bug report for this one, or is this expected behavior?
    Greetings,
    Wilbert.

    Yes ....I did observe that when i tried to install the setup files on the target computer. I had activated the labview software and the run-time engine by using the NI license activator v1.1.I cannot see any serial codes so how should i activate only the run-time engine using such an activator on my target PC? I searched but couldn't find an answer for this....
    I have also installed an evaluation mode of the vision RTE on my target (2009 version) but now when I run my executable it shows error for the functions that capture images such as enumerate cameras, open and close ( all pertaining to image acquisition functions: IMAQ USB). How should I incorporate these functions on a target PC which does not have VAS or LABVIEW installed?

  • Clone Stand-Alone media bootable thumbdrive

    Hello,
    SCCM 2012 R2 have created a stand-alone media bootable thumbdrive and would like to clone it. Is there a way?
    Thanks!

    Not sure on the quantity of thumb drives they're seeking there is about 10 sites with about 30 systems per site.
    Currently the task sequence takes over an hour to complete the Wizard build on the thumb drive.
    I see a couple utilities that claim to do the whole bit copy. But who knows if issues arises later using one of these solutions?
    Thanks!

  • Optional applications selected via UDI interface and stand alone media

    I'm running SCCM 2012 sp1 with MDT integration.   I'm using a UDI from MDT to set some basic machine informatoin for imaging (select the OU in the domain, etc).  I also have some optional apps that a tech can select from the UDI to install during
    the TS. 
    All is working great with network based installations.  However, I have a need for some installations using stand alone media.  Is there a way to create stand alone media that will include those optional apps in the MDT UDI so that those apps can
    install during the TS?   I don't think there is, but there are more brilliant minds than mine out there so I thought I would ask.  Maybe there's a way to generate stand alone media via a PS script or something, and have it include the additional
    packages so they are on the media and can be called via the TS when it runs.
    Thanks!

    The root cause of this issue has nothing to do with UDI really, it is just the fact that installing applications using dynamic base variables is not supported in standalone media.  As you say everything has to be directly referenced by the task sequence
    for it to work.
    We had this same issue a couple of years ago in ConfigMgr 2007 and ended up building our own standalone media wizard using the SDK.  Sounds like a lot of work I know, but for us it was well worth it.  We have just migrated it to ConfigMgr
    2012 and updated it to support the app model.
    The reason it made sense for us to invest the time in it was because we are a fairly large enterprise (160,000 seats) with a single task sequence used worldwide.  The Windows 7 configuration requirements (not just in terms of app deployment) vary
    dramatically from one country to another, but using variables to control deployment we have managed to retain a single TS but let the child site admins have some flexibility.  As we have many small branches/agencies with no ConfigMgr infrastructure we
    had to come up with a solution which retained and reused the single TS design but also worked offline.  Standalone media is used to deploy Windows 7 to thousands of users.  Getting the local apps to install wasn't our only issue, the size
    of the media was also a problem due to the number of dependencies required to support deployment in every country (drivers, language packs, x86+x64 etc.).
    So our standalone media wizard does this:
    Reads in the collection variables (used to customise deployment, deploy apps etc.)
    Prompts the user for various options like x86/x64, HW types etc.
    Creates a copy of the global TS, the wizard then modifies the copy so that a custom TS is created dynamically just for the media.
    It disables any unwanted actions in the local TS to remove drivers, x86/x64, language packs etc.
    Adds install application actions for each of the apps specified in the dynamic app install variables.
    Prompts user for normal standalone media options like ISO, USB, Password, DPs etc.
    Creates media based on local/temporary TS.
    Deletes the local/temporary TS when complete.
    This solves the issue for zero touch deployment but does it work with UDI?  Well the answer is yes and no.  We do use UDI (but again built with the MDT UDI SDK).  Out of the box, the answer is no.  UDI brings a slightly different
    issue in that not only are the apps not referenced by the TS (so they are not in the media) but you are also then trying to dynamically change which apps are installed during deployment.  So even if the apps are directly referenced and in the media,
    you still have to develop a way of controlling which TS app install actions run based on the user selection.
    If you are willing to spend some time with the SDK then it can be done, you just may not find this worthwhile depending on the scale of your environment.
    Mark.

  • Connect host pc running winXP to Stand-Alone cDAQ 9139 running win7 embedded via Daqmx

    Hi
    trying to connect Stand-Alone cDAQ  9139 running embedded win7 to host PC running winXP via Daqmx 9.6 , both 9139 and host pc has Daqmx9.6 installed and connected with direct ethernet cable .. i need to review any steps available to do this task , the only one i found yet is for Stand-Alone cDAQ  9139 running Real Time mode not Win7 mode.
    Best Regards
    MyKat

    Hey MyKat-
    I just noticed that this post is in the 'Measurement Studio for .NET Languages' forum, so I wanted to make sure my message was not misleading.  If we added a feature for remotely targeting WES7 cDAQ controllers, it would be a LabVIEW-based solution.  I do not expect either RT or WES7 systems to be remotely targetable from Measurement Studio/Visual Studio environments.  Apologies for any confusion.
    Tom W
    National Instruments

  • How do you create a stand alone application using DAQmx when your application SCXI hardware isn't on the computer I am using to create the application?

    How do you create a stand alone application using DAQmx when your application SCXI hardware isn't on the computer I am using to create the application? The DAQmx assitant won't allow me to create a task with hardware that isn't in my system.

    You will need to have at least the DAQ device in your computer to add the chassis. When you add the chassis, don't auto detect the modules. You will have to add the terminal blocks and tell MAX which SCXI module will be connected to the DAQ device. Just make sure you don't test the chassis, when its not there.
    I hope this helps.
    Joshua

Maybe you are looking for

  • How to store multiple data providers

    Hi all, I am programming an e-shop and for each product I have a datagrid where the user can specify sizes,colors and quantity he want to buy, Now I have an add to cart button and I what I want is, when it is clicked to temporary save all the datapro

  • Property inspector not loading

    Hi Newbie question.   I am reviewing a mapping and want to see the join criteria between two objects.  I'm told it's displayed in the Property Inspector, but for some reason the Property Inspector wont load when I go to View > Property Inspector.  No

  • Problem with Fax and ATA

    Hi, i do not have problem to send Fax to the PSTN, but when I try to receive a fax on the fax machine in port1 of the ATA, the machine never give fax signal.

  • Question about reserving an Iphone on the Apple website.

    My credit is bad so my fiance will be using her name and billing info to buy the phone and sign up for AT and T. When it asks for the current phone number and account number that will be transferred, I will be wanting to give my account number and ph

  • Send IDOCs to R3

    Hi all. I am investigating a solution how to remotely send IDOCs to R3 with JCO. Does anyone have a working example which could be passed to this forum? My IDOCs are <b>in XML format</b>, so I prefere a way of sending XMLs. I found a moudule but a ca