Documentation deployment

Hello,
we are looking for documentation about deployment.
For example: Answers to the question, what can we do when a mobile component has the deployment status "error in installation" on admin tool / device management and on the device.
Regards
Uwe

Hello Mr. Herrmann,
I had a look into the system and there are two possible reasons for this error:
1.) you can not download the given file, cause the URL is incorrect. The URL to download this file is send by the backend and does not take the url entered in the device. So if you enter the IP address to be able to sync, but the server sends the download location by URL, you are possible not able to download this file, cause the URL is unknown to the device. Furthermore it is possible the URL only contains the hostname as such, but not the complete URL - in that case security settings of the server can avoid the download. Please check the LOG file on the device. In both cases you should find a more detailed info there.
2.) You have assigned the app to the device, afterwards uploaded a new release but missed to mark it as tested. If your device is not a test device, you are not able to download the app in that case, even it is already assigned. In that case, simply mark the app as tested or create a test device instead.
For testing, the easiest way is anyway, to put the created JAR file plus the relevant 2 generated XML files into the INBOX of the device and restart the device. This will deploy the app locally and with the next sync you have access to relevant data, as long as the same version (SDA file) got deployed to the server. So a download is not really necessary,as well it is not necessary to assign the app to device in portal if you use this approach.
Hope this helps.
Regards,
Oliver

Similar Messages

  • FOD deployment documentation not in sync with actual code?$%^@#$%

    The following documentation: [Deploying a JDeveloper SOA Application to Oracle WebLogic Server 11g |http://www.oracle.com/technology/obe/obe11jdev/bulldog/deploysoaapp/deployment.htm#p] states the following:
    >
    This target calls all of the following targets (alternatively, you could call each individually in sequence instead of server-setup-seed-deploy-test):
    1. compile-deploy-all (compiles, builds, and deploys all the SOA composites to the managed server for Oracle SOA Suite)
    2. seedFodJmsResources (populates the JMS resources for the Fulfillment mediator)
    3. seedDemoUsers (creates several users, including the user jstein, who is authorized to approve orders over $2,000)
    >
    But the actual number of ant calls made by server-setup-seed-deploy-test is 5 instead of 3. And that are:
    1. importCommonServiceArtifactsIntoMds
    2. compile-deploy-all
    3. seedFodJmsResources
    4. seedDemoUsers
    5. test-fod-composite-end2end
    ... as I noted on the following code
    <!-- do it all in one shot, setup / seed / deploy and test -->
      <target name="server-setup-seed-deploy-test"
        description="one shot server side deployment, including test" depends="init">
        <echo>Setting up mds store, deploying shared artifacts,
            seeding jms info, deploying to server, and running tests</echo>
        <!-- import common service artifacts -->
        <antcall target="importCommonServiceArtifactsIntoMds"/>
        <!-- compile and deploy all -->
        <antcall target="compile-deploy-all"/>
        <!-- seed the jms resources -->
        <antcall target="seedFodJmsResources"/>
        <!-- seed demo users -->
        <antcall target="seedDemoUsers"/>
        <!-- run end 2 end tests -->
        <antcall target="test-fod-composite-end2end"/>   
      </target>Please be careful guys.

    hi..
      In CKMLQS actual cost of prod for qty stru display at multilevel is displayed.
      In CKM3N Price analysis is being shown for opn, receipt (Prod & Others), Cons and Closing stock.
      Cost shown under CKMLQS will match with CKMN3 when you display cost comp view of Production Row of Receipt.
         Just goto Receipt row select it & click on left icon of costing cockpit it will bring the act prod cost comp structure
        > select base qty user entry > change qty 1 you will find the act cost comp mached with ckmlqs.
    kkumar

  • Hot deployment using the REDEPLOY feature

    Hi
    I am rather confused regarding the usage of the HOT DEPLOYMENT in WLS 6.1 sp2
    - Win2000.
    According to the documentation - "deployment.pdf" p. 31 you should be able to
    simply touch the REDEPLOY file and the entire application should then be redeployed
    by WLS. However according to the following link:
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.management&item=2095
    the usage of the REDEPLOY feature is only for WebApp's not EJB's.
    So my question in short terms: What am I supposed to belive ? the BEA documentation
    or the BEA support team ?
    I have tried using the REDEPLOY feature as suggested by the documentation however
    the WLS fails to do the redeployment with an execption.
    Kind regards
    Jorgen Fastrup

    From my experience REDEPLOY does work for EJBs as well. You need to meet two conditions: REDEPLOY file should be in META-INF and your application should be deployed under the domain/application. I was not able to get it to work when the application is deployed elsewhere. If somebody knows how to it, please let me know.
    Alexander.

  • Deployment procedure

    Hi,
    The workshop 8.1 document talks about manually creating resources (database tables
    and JMS Queues) in production server to support workshop enterprise application.
    The question is: how are workshop runtime classes got deployed?
    Do we need to modify config.xml file to deploy workshop provided java servlets,
    ejbs into
    the server somehow?
    Do we need to modify classpath to include workshop jar files when starting weblogic
    server?
    Or is it true that all the necessary java classes from workshop are packaged into
    the application's EAR file when we build the application? But if this is the case,
    these workshop class files are duplicated among multiple EAR files. How big are
    these files?
    Please clarify.
    Thanks!
    Hai

    Hi Paul,
    This is described in detail in the documentation (deployment guide) that you can download from Oracle's website...
    To give you a few pointers though...you're correct - you need to preserve:
    A) rpd file
    B) webcat (directory with your web catalog with saved reports, dashboards, user structure, etc.)
    C) any custom stylesheets/graphics/etc.

  • SSO and normal login

    Hi All,
    Thanks for any replies in advance. Is it possible to have SSO and the normal login mechanism enabled at the same time? I want to enable SSO, but if the user is not authenticated, I want the normal login screen to appear. What I mean is that if SSO is not enabled and you are not logged in, you should get the default OBI login screen, not some LogonURL that I specify. However, when SSO is enabled and the user is not logged in, all I see is a "Not logged in" message. I know I can enable a login URL that should presumably take the user to the SSO login page. However, is there anyway that OBI checks cookies to see if the user is logged in and if not it should present the default OBI login screen.
    The reason is that I want some external users to be authenticated using SSO, but I want the normal screen to appear for internal company users. Thanks.

    There isn't much documentation in OBIEE about how to implement your own SSO authentication. The documentation (Deployment Guide) simply says:
    "When using a J2EE Application Server and the BI Presentation Services Plug-In (Java Servlet), from the getRemoteUser method of the javax.servlet.http.HttpServletRequest.getRemoteUser API. In this case, the SSO system must be able to integrate with the J2EE environment of choice and set up the framework such that the getRemoteUser method returns the username of the end user."
    And that's what you have to do. Implementing the getRemoteUser method in a Java WebApp is not difficult, the difficulty will depend on how you want to authenticate your users. Also you need to integrate this custom Java WebApp within your Presentation Services plug-in. In JBOSS we have done this by creating a custom Valve. The integration will vary depending on your J2EE server and your custom SSO authenticator. Once setup it works pretty well. Users go to any /analytics URL and if the they have not been authenticated before our custom SSO Java kicks in. In they are authenticated correctly the getRemoteUser method gets set with their current user ID. Then on the OBIEE side we have the impersonator user and the usual Init Blocks to validate the user on the BI Server and grant them Web Catalog groups, BI Server Groups, set the Display Name, etc.

  • Error while running the struts page

    Hi ,
    I am trying to access a jsp page written with struts. I am using tomcat4.0.1.My jsp page is in <webapps/strutsapp1/>directory where strutsapp1 is my web application. When i go to that page like -
    http://localhost:8080/strutsapp1/index.jsp i get the following error
    Apache Tomcat/4.0.1 - HTTP Status 404 - /strutsapp1/index.jsp
    type Status report
    message /strutsapp1/index.jsp
    description The requested resource (/strutsapp1/index.jsp) is not available.
    kindly suggest.
    Regards,
    nikhil

    Hi,
    I restarted the application after putting my webapp.
    The following are the lines from the logs.It looks to me there is
    org.xml.sax.SAXParseException error.?What is the solution to that?
    2002-12-04 13:50:42 WebappLoader[manager]: Deploying class repositories to work directory C:\jakarta-tomcat-4.0.1\work\localhost\manager
    2002-12-04 13:50:42 StandardManager[manager]: Seeding random number generator class java.security.SecureRandom
    2002-12-04 13:50:42 StandardManager[manager]: Seeding of random number generator has been completed
    2002-12-04 13:50:42 ContextConfig[manager]: Configured an authenticator for method BASIC
    2002-12-04 13:50:42 StandardWrapper[manager:default]: Loading container servlet default
    2002-12-04 13:50:42 default: init
    2002-12-04 13:50:42 StandardWrapper[manager:invoker]: Loading container servlet invoker
    2002-12-04 13:50:42 invoker: init
    2002-12-04 13:50:42 jsp: init
    2002-12-04 13:50:42 StandardHost[localhost]: Installing web application at context path /cabo from URL file:C:\jakarta-tomcat-4.0.1\webapps\cabo
    2002-12-04 13:50:42 WebappLoader[cabo]: Deploying class repositories to work directory C:\jakarta-tomcat-4.0.1\work\localhost\cabo
    2002-12-04 13:50:42 StandardManager[cabo]: Seeding random number generator class java.security.SecureRandom
    2002-12-04 13:50:42 StandardManager[cabo]: Seeding of random number generator has been completed
    2002-12-04 13:50:42 StandardWrapper[cabo:default]: Loading container servlet default
    2002-12-04 13:50:42 default: init
    2002-12-04 13:50:42 StandardWrapper[cabo:invoker]: Loading container servlet invoker
    2002-12-04 13:50:42 invoker: init
    2002-12-04 13:50:42 jsp: init
    2002-12-04 13:50:43 StandardHost[localhost]: Installing web application at context path from URL file:C:\jakarta-tomcat-4.0.1\webapps\ROOT
    2002-12-04 13:50:43 WebappLoader[]: Deploying class repositories to work directory C:\jakarta-tomcat-4.0.1\work\localhost\_
    2002-12-04 13:50:43 StandardManager[]: Seeding random number generator class java.security.SecureRandom
    2002-12-04 13:50:43 StandardManager[]: Seeding of random number generator has been completed
    2002-12-04 13:50:43 StandardWrapper[:default]: Loading container servlet default
    2002-12-04 13:50:43 default: init
    2002-12-04 13:50:43 StandardWrapper[:invoker]: Loading container servlet invoker
    2002-12-04 13:50:43 invoker: init
    2002-12-04 13:50:43 jsp: init
    2002-12-04 13:50:43 StandardHost[localhost]: Installing web application at context path /struts-documentation from URL file:C:\jakarta-tomcat-4.0.1\webapps\struts-documentation
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploying class repositories to work directory C:\jakarta-tomcat-4.0.1\work\localhost\struts-documentation
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-beanutils.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-collections.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-collections.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-dbcp.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-dbcp.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-digester.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-digester.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-fileupload.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-fileupload.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-lang.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-lang.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-logging.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-logging.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-pool.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-pool.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-resources.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-resources.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-services.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-services.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/commons-validator.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\commons-validator.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/jakarta-oro.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\jakarta-oro.jar
    2002-12-04 13:50:43 WebappLoader[struts-documentation]: Deploy JAR /WEB-INF/lib/struts.jar to C:\jakarta-tomcat-4.0.1\webapps\struts-documentation\WEB-INF\lib\struts.jar
    2002-12-04 13:50:43 StandardManager[struts-documentation]: Seeding random number generator class java.security.SecureRandom
    2002-12-04 13:50:43 StandardManager[struts-documentation]: Seeding of random number generator has been completed
    2002-12-04 13:50:43 StandardWrapper[struts-documentation:default]: Loading container servlet default
    2002-12-04 13:50:43 default: init
    2002-12-04 13:50:43 StandardWrapper[struts-documentation:invoker]: Loading container servlet invoker
    2002-12-04 13:50:43 invoker: init
    2002-12-04 13:50:44 jsp: init
    2002-12-04 13:50:44 StandardHost[localhost]: Installing web application at context path /strutsapp1 from URL file:C:\jakarta-tomcat-4.0.1\webapps\strutsapp1
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploying class repositories to work directory C:\jakarta-tomcat-4.0.1\work\localhost\strutsapp1
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\commons-beanutils.jar
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/commons-collections.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\commons-collections.jar
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/commons-dbcp.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\commons-dbcp.jar
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/commons-digester.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\commons-digester.jar
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/commons-logging.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\commons-logging.jar
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/commons-pool.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\commons-pool.jar
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/commons-services.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\commons-services.jar
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/commons-validator.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\commons-validator.jar
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/struts.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\struts.jar
    2002-12-04 13:50:44 WebappLoader[strutsapp1]: Deploy JAR /WEB-INF/lib/xerces.jar to C:\jakarta-tomcat-4.0.1\webapps\strutsapp1\WEB-INF\lib\xerces.jar
    2002-12-04 13:50:44 StandardManager[strutsapp1]: Seeding random number generator class java.security.SecureRandom
    2002-12-04 13:50:44 StandardManager[strutsapp1]: Seeding of random number generator has been completed
    2002-12-04 13:50:44 ContextConfig[strutsapp1] Parse error in application web.xml
    org.xml.sax.SAXParseException: The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)".
         at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1196)
         at org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidator.java, Compiled Code)
         at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java, Compiled Code)
         at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java, Compiled Code)
         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java, Compiled Code)
         at org.xml.sax.helpers.XMLReaderAdapter.parse(XMLReaderAdapter.java:223)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
         at org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:275)
         at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:256)
         at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java, Compiled Code)
         at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:224)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java, Compiled Code)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java, Compiled Code)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:3334)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java, Compiled Code)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:454)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:712)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java, Compiled Code)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:777)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:463)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java, Compiled Code)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java, Compiled Code)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:612)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java, Compiled Code)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
         at org.apache.catalina.core.StandardService.start(StandardService.java, Compiled Code)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java, Compiled Code)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:776)
         at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
         at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java, Compiled Code)
    2002-12-04 13:50:44 ContextConfig[strutsapp1]: Occurred at line 28 column 11
    2002-12-04 13:50:44 ContextConfig[strutsapp1]: Marking this application unavailable due to previous error(s)
    2002-12-04 13:50:44 StandardContext[strutsapp1]: Error initializing naming context for context /strutsapp1
    2002-12-04 13:50:44 StandardContext[strutsapp1]: Context startup failed due to previous errors
    2002-12-04 13:50:44 StandardContext[strutsapp1]: Error initializing naming context for context /strutsapp1
    2002-12-04 13:50:44 StandardHost[localhost]: Installing web application at context path /tomcat-docs from URL file:C:\jakarta-tomcat-4.0.1\webapps\tomcat-docs
    2002-12-04 13:50:44 WebappLoader[tomcat-docs]: Deploying class repositories to work directory C:\jakarta-tomcat-4.0.1\work\localhost\tomcat-docs
    2002-12-04 13:50:44 StandardManager[tomcat-docs]: Seeding random number generator class java.security.SecureRandom
    2002-12-04 13:50:44 StandardManager[tomcat-docs]: Seeding of random number generator has been completed
    2002-12-04 13:50:44 StandardWrapper[tomcat-docs:default]: Loading container servlet default
    2002-12-04 13:50:44 default: init
    2002-12-04 13:50:44 StandardWrapper[tomcat-docs:invoker]: Loading container servlet invoker
    2002-12-04 13:50:44 invoker: init
    2002-12-04 13:50:44 jsp: init
    2002-12-04 13:50:44 StandardHost[localhost]: Installing web application at context path /tomcatreport from URL file:C:\jakarta-tomcat-4.0.1\webapps\tomcatreport
    2002-12-04 13:50:44 WebappLoader[tomcatreport]: Deploying class repositories to work directory C:\jakarta-tomcat-4.0.1\work\localhost\tomcatreport
    2002-12-04 13:50:44 WebappLoader[tomcatreport]: Deploy JAR /WEB-INF/lib/classes111.jar to C:\jakarta-tomcat-4.0.1\webapps\tomcatreport\WEB-INF\lib\classes111.jar
    2002-12-04 13:50:44 WebappLoader[tomcatreport]: Deploy JAR /WEB-INF/lib/classes12.jar to C:\jakarta-tomcat-4.0.1\webapps\tomcatreport\WEB-INF\lib\classes12.jar
    2002-12-04 13:50:45 StandardManager[tomcatreport]: Seeding random number generator class java.security.SecureRandom
    2002-12-04 13:50:45 StandardManager[tomcatreport]: Seeding of random number generator has been completed
    2002-12-04 13:50:45 ContextConfig[tomcatreport]: Missing application web.xml, using defaults only
    2002-12-04 13:50:45 StandardWrapper[tomcatreport:default]: Loading container servlet default
    2002-12-04 13:50:45 default: init
    2002-12-04 13:50:45 StandardWrapper[tomcatreport:invoker]: Loading container servlet invoker
    2002-12-04 13:50:45 invoker: init
    2002-12-04 13:50:45 jsp: init
    2002-12-04 13:50:45 Internal Error: File /WEB-INF/web.xml not found
    Regards,
    nikhil

  • OIM9.1.0.1 in Cluster mode installation issue

    Hello,
    I am facing some issues to setup OIM9.1.0.1 with JBoss Application Server (Cluster mode). After installation of OIM, when I try to start application server, then it is not getting stated. Below are the some initial JBoss AS errors
    2008-12-18 12:14:59,625 ERROR [org.apache.commons.digester.Digester] Begin event threw exception
    java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn
         at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
         at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:521)
    2008-12-18 12:15:00,656 ERROR [org.jboss.deployment.MainDeployer] Could not start deployment: file:/C:/thcOIMSetup/jboss-4.2.3.GA/server/all/deploy/jboss-web.deployer/ROOT.war/
    org.jboss.deployment.DeploymentException: URL file:/C:/thcOIMSetup/jboss-4.2.3.GA/server/all/deploy/jboss-web.deployer/ROOT.war/ deployment failed at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:386)
    2008-12-18 12:15:00,703 ERROR [org.jboss.deployment.MainDeployer] DeploymentException while trying to deploy a package with a new deployer
    org.jboss.deployment.DeploymentException: URL file:/C:/thcOIMSetup/jboss-4.2.3.GA/server/all/deploy/jboss-web.deployer/ROOT.war/ deployment failed
    The environment details are
    •     OIM 9.1.0.1
    •     jdk1.6.0
    •     JBoss-4.2.3.GA
    •     Apache Web Server 2.2
    •     Oracle11g
    I am referring OIM 9.1.0 documentation; “Deploying in a Clustered JBoss Application Server Configuration“. I am not able to figure out the root cause of the problem. Please provide me some pointer to handle this problem.
    Any help would be greatly appreciated!
    Regards,
    Hardew

    Hi,
    I was able to resolve this issue, it looked like the main Tomcat deployer wasn't working i.e. the xlWebApp wasn't getting loaded, infact none of the webapps were getting loaded, i checked it out and found the classloader was trying to load the classes which jboss 4.2.3GA version doesn't even recognize at first place and hence the root.war deployment was failing and which triggered the failure for all the other deployment.
    I changed the classloader to load the classes which were right for jboss 4.2.3GA, for e.g.
    "org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn" to "org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn"
    "org.jboss.web.tomcat.tc5.jca.CachedConnectionValve" to "org.jboss.web.tomcat.service.jca.CachedConnectionValve"
    after changing this the main tomcat deployer worked and deployed Root.war and after that everything else got deployed.
    You can change this by changing these values in the jboss-web.deployer/server.xml or do the custom classloading using a separate custom classloader if you don't want to touch the jboss 4.2.3GA setup after OIM 9101 install.
    Thanks
    Shivam
    Edited by: Blue Divided on Jan 9, 2009 1:05 PM

  • Newbie in creating JNLP have questions

    Ok I have never setup a JNLP application, but I would like to give it a try. I am reading the java documentation "Deploying Software with JNLP and Java Web Start," though I believe that article was from 2002.
    I was under the impresion that JNLP would basically be like adding some tags onto my webpage, putting some XML files in my web server directory, etc. I have some general godaddy.com hosting package and I don't have direct access to the web server.
    After reading this article it seems like I have to edit some web.xml file in the conf directory, and all this other stuff that I'm not so sure. Is this true, or am I misunderstanding something. I can't imagine everybody is running their own java app server.

    Ok I have never setup a JNLP application, but I would
    like to give it a try. I am reading the java
    documentation "Deploying Software with JNLP and Java
    Web Start," though I believe that article was from
    2002.Go here for the latest instructions:
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/contents.html
    After reading this article it seems like I have to
    edit some web.xml file in the conf directory, and all
    this other stuff that I'm not so sure. Is this true,
    or am I misunderstanding something. I can't imagine
    everybody is running their own java app server.What do you mean by "java app server"? Read the first link.

  • New to OBIEE 11g

    hi all
    im new to 11g, been working with 10g for the past 4 years.
    just finished the install and and everything looks good.
    open up the admin tool, and open the repository
    and its asking me for a repository password to coreapplication_OH1406836271
    what is this?
    i enter the password i used when running the RCU, but it returns with incorrect repository password.
    is this just the repository for the sample came with the install?
    cheers
    Ryan

    Hi,
    Try it
    Username :weblogic
    Password:Admin123
    Note:The Repository password for SampleAppLite is Admin123 (found it in the Repository Developer’s Guide).
    Some more like for reference :
    http://download.oracle.com/docs/cd/E17904_01/bi.1111/e10540/planning.htm (here u can find SampleAppLite RPD password)
    OBIEE 11g Documentation
    Deploying new RPD:
    http://obiee101.blogspot.com/2010/08/obiee11g-deploying-new-rpd.html

  • Gar REdeployment feature support in 12.1.2 ?

    Since Coherence 3.7.1. We must restart all Coherence and WebLogic servers. if cache-config or pof classes are changed.
    Now we have 12.1.2
    Coherence servers can be manged with WebLogic console.
    *.Gar module can be deployed to Coherence server(storage enabled managed server) and WebLogic managed server.
    Can I redeploy a *.gar package module without restarting Coherence or WebLogic in production environment?

    Yes, it is possible to redeploy a Coherence package (GAR file) without need to restart the servers. The only catch you should pay attemption is when the GAR target is a cluster. You can update the GAR without restarting the servers, but there will be lost of data since updating it done all-at-once across the managed servers. To ensure that no data is lost, you need to use the rolling redeploy feature. You can get much details in the documentation: Deploying Coherence Applications in WebLogic Server - 12c (12.1.2)
    Cheers,
    Ricardo Ferreira

  • Some error in compiling stage

    Hi,
    What's the reason of this error:
    Fatal Error: Unable to locate package java.lang in classpath or bootclasspath
    I used NB4.1 mobile pack.
    Sincerely
    Krzysztof

    Apple has opensourced the code for mod_WebObjects.so. It is currently being maintained at
    http://wocommunity.org
    Your best option is to use precompiled binaries. Precompiled binaries of mod_WebObjects.so, including for Windows, are available from
    http://wocommunity.org/documents/tools/mod_WebObjects/
    If you want to build from source then use the latest source which is included in the Project Wonder source code in the /Utilities/Adaptors folder. Instructions for getting Wonder source code are at
    http://wiki.wocommunity.org/display/documentation/Getting+the+Wonder+Source+Code
    Instructions for compiling, although not specific to Windows, are at the bottom of the page
    http://wiki.wocommunity.org/display/documentation/Configuring+Apache+for+WebObje cts
    Additional instructions for compiling on Linux are at
    http://wiki.wocommunity.org/display/documentation/Compiling+the+HTTP+adaptor+on+ Linux
    Instructions for installing Apache adaptor on Windows are available at
    http://wiki.wocommunity.org/display/documentation/Deploying+on+Windows
    Hope this helps
    Tim

  • MDBs in a clustered Domain

    Hi,
    Can anyone please help me with below question please?
    1. Can MDBs actually behave as singleton service in a clsutered domain? How would they behave if implemented using Singleton Interface?
    2. If above is possible, what would be the steps for configuring an MDB as a singleton service on a cluster?
    What we need to implement is that the MDB should pick up a single message from the queue at a time and only after certain processing on the same, the next message should be taken up so as to maintain the sequence of processing the message as they arrived in the queue.
    Thanks,
    Himani

    The following shows an example of how to implement the singletonservice interface
    with message-driven beans.
    Create your message-driven bean, for example
    package model.logic;
    import weblogic.cluster.singleton.SingletonService;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.MessageDriven;
    import javax.jms.JMSException;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    import javax.jms.TextMessage;
    @MessageDriven(mappedName = "jms/SingletonMDBQueue", activationConfig = {
            @ActivationConfigProperty(propertyName = "destinationName", propertyValue = "jms/SingletonMDBQueue"),
            @ActivationConfigProperty(propertyName = "connectionFactoryJndiName", propertyValue = "jms/SingletonMDBConnectionFactory"),
            @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue")
    public class SingletonMDB implements MessageListener, SingletonService {
        private String myResource;
        public SingletonMDB() {
        public void onMessage(Message message) {
            TextMessage text = (TextMessage)message;
            try {
                message.acknowledge();
                System.out.println("received the following message: " + text.getText() + myResource);
            } catch (JMSException e) {
                e.printStackTrace();
         * This method should obtain any system resources and start any services required for the singleton
         * service to begin processing requests. This method is called in the following cases:
         *  - When a newly deployed application is started
         *  - During server start
         *  - During the activation stage of service migration
        public void activate() {
            System.out.println("activating singleton service");
            myResource = "obtaining resources and start required services";
         * This method is called during server shutdown and during the deactivation stage of singleton
         * service migration. This method should release any resources obtained through the activate()
         * method. Additionally, it should stop any services that should only be available from one
         * member of a cluster.
        public void deactivate() {
            System.out.println("deactivating singleton service");
            myResource = null;
    }Note that the only resource in the example is a String, which is initiated in the activate method
    and released in the deactivate method. Usually, in a message-driven bean you would use the
    lifecycle of an message-driven bean by using PostConstruct and PreDestroy annotations to respectivily initiate
    the resources and release the resources used by the message-driven bean, for example,
        @PostConstruct
        public void activate() {
            try {
                Context context = new InitialContext();
                mailSession = (Session) context.lookup("mail/VideotheekMailSession");
            } catch (NamingException e) {
                e.printStackTrace();
            try {
                mailMessage = new MimeMessage(mailSession);
                mailMessage.setFrom(new InternetAddress(mailSession.getProperty("mail.from")));
                mailMessage.addRecipient(javax.mail.Message.RecipientType.TO,
                        new InternetAddress(mailSession.getProperty("mail.to")));
                mailMessage.setSubject("New Member Added");
            } catch (MessagingException e) {
                e.printStackTrace();
            try {
                mailTransport = mailSession.getTransport();
            } catch (NoSuchProviderException e) {
                e.printStackTrace();
        @PreDestroy
        public void deactivate() {
            try {
                if (mailTransport != null) {
                    mailTransport.close();
            } catch (MessagingException e) {
                e.printStackTrace();
        }In the deployment override weblogic-ejb-jar.xml configure the free beans in the pool, for example
    <weblogic-ejb-jar xmlns="http://www.bea.com/ns/weblogic/90" 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>SingletonMDB</ejb-name>
            <message-driven-descriptor>
                <pool>
                    <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
                    <max-beans-in-free-pool>1</max-beans-in-free-pool>
                </pool>
                <destination-jndi-name>jms/SingletonMDBQueue</destination-jndi-name>
            </message-driven-descriptor>
        </weblogic-enterprise-bean>
    </weblogic-ejb-jar>The next step is to register the singleton service in the deployment override weblogic-application.xml, for example,
    <weblogic-application 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-application.xsd">
        <singleton-service>
            <name>SingletonMDB</name>
            <class-name>model.logic.SingletonMDB</class-name>
        </singleton-service>
    </weblogic-application>Now we need to package our singleton service in, for example, an EAR file. The singleton service must
    be in either the APP-INF/lib or the APP-INF/classes directory. So we have to make sure that the EJB
    JAR file is placed in the APP-INF/lib directory. We have the following structure:
    APP-INF
        lib
            Model.jar (contains the message-driven bean class)
    META-INF
        application.xml
        weblogic-application.xmlThe file application.xml has the following contents:
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://java.sun.com/xml/ns/javaee"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
                 version="5">
        <module>
            <ejb>/APP-INF/lib/Model.jar</ejb>
        </module>
    </application>The file Model.jar has the following structure:
    META-INF
        ejb-jar.xml
        weblogic-ejb-jar.xml
    model
        logic
            SingletonMDB.classBefore you deploy the singleton service, you should configure Migration basis of the cluster.
    In the admin console, click Environment, Clusters and choose the cluster to which
    you want to deploy the singleton service. Click the Migration Configuration tab.
    Select the candidate machine and choose , for example, Migration Basis - Consensus.
    Also, adjust the Maximum Messages per Session. By default, WebLogic JMS sets this value
    to 10 messages. In your situation you must change this value to 1. (Applications that
    need strict ordered processing and are not using the Unit-of-Order feature
    must set the value to 1. Setting it to anything else will cause messages to get out of order if
    message processing fails and the message goes back to the destination for redelivery.)
    The parameter can be set on the Client Configuration tab of your connection factory.
    Now you can deploy the EAR file. From the documentation: Deployment of an application-scoped singleton service will happen
    automatically as part of the application deployment. The candidate servers for the singleton service will be the cluster members
    where the application is deployed. When you look in the logging of the respective servers in the cluster:
    Log server1
    ####<Nov 4, 2010 11:08:53 AM CET> <Info> <Cluster> <lt1379> <Server1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1288865333078> <BEA-000187> <The Singleton Service SingletonMDB is now registered on this server. This server may be chosen to host this service.> Log server2
    ####<Nov 4, 2010 11:08:53 AM CET> <Info> <Cluster> <lt1379> <Server2> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1288865333047> <BEA-000187> <The Singleton Service SingletonMDB is now registered on this server. This server may be chosen to host this service.>
    ####<Nov 4, 2010 11:09:02 AM CET> <Info> <Cluster> <lt1379> <Server2> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1288865342406> <BEA-000189> <The Singleton Service SingletonMDB is now active on this server.>Some information about migration of the service can be found here:
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/cluster/service_migration.html#wp1051458
    and here
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/cluster/service_migration.html#wp1066042

  • UPK download

    How do I download the UPK LMS test package? I would like to see the product, test it to help with a decision to purchase.

    I got this UPK LMS Test Package from a co-worker who happened to download it from the Oracle site before the links erred out. I am trying to work with this in my local machine which I plan to test. I looked into the technical requirements documentations and it says that any web server software would work with the UPK LMS System.
    My web-server is as follows:
    apache-tomcat-5.5.23
    I created a folder within webapps - upk and saved the entire contents of the upk_lms_test_27 into this folder.
    In the deployment documentation: Deploying the UPK LMS Test Package, it says that when you launch content through LMS using a gateway page - LMStart.html player interface appears. But I do not see any LMStart.html file in the test package.
    So my questions is how do I deploy this test package in the above web server?
    Thanks.

  • Start with BI

    hi,
    I am using Oracle 10g AS(10.1.2.0.2) Forms & Report services, and 11g Database.
    How do i use Oracle BI. Please give me the steps.
    Thank you.

    Hi,
    [Oracle Business Intelligence Enterprise Edition Documentation.|http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/documentation/bi-ee-087853.html]
    End User Documentation
    Answers, Delivers, and Interactive Dashboards User Guide          PDF
    BI Publisher Report Designer's Guide     HTML     PDF
    Administration Documentation
    BI Publisher Administrator's and Developer's Guide     HTML     PDF
    Disconnected Analytics Administration and Configuration Guide          PDF
    Presentation Services Administration Guide          PDF
    Scheduler Guide          PDF
    Server Administration Guide          PDF
    Web Services Guide          PDF
    Configuration, Deployment and Upgrade Documentation
    Deployment Guide          PDF
    Deploying Oracle Business Intelligence Publisher in J2EE Application Servers     HTML     PDF
    Infrastructure Installation and Configuration Guide          PDF
    Infrastructure Upgrade Guide          PDF
    Development Documentation
    BI Publisher Java API Reference (Javadoc)     HTML

  • ITunes 10.4 Deployment Documentation?

    Forgive me if the answer is obvious, but I've looked all over and just haven't been able to find what I'm looking for...
    Is there any "official" Apple documentation for packaging and deploying iTunes?  Or perhaps a "customization wizard"?
    I'm looking for answers to questions such as; where are the preferences stored and what files and registry settings
    would need to be copied, etc. 
    Version 10.1.2.17 saved the preferences to the "iTunesPrefs.xml" files in %user%\AppData\Apple Computer\ITunes and 
    %user%\AppData\Apple Computer\iTunes, but at first blush it appears version 10.4.0.80 may be saving some information
    elsewhere, also.  But I'm having a tough time figuring out exactly where.
    I'm using Wise Package Studio to create a transform...  pretty simple with v10.1.  Seem to be struggling a bit with v10.4,
    so any help would be greatly appreciated. 
    Thanks!
    -Michael

    My itunes 10.4 x64 crashes when minimized to it's toolbar on the taskbar.

Maybe you are looking for

  • ORA-13050:unable to construct spatial object in using SDO_INTERSECTION

    Hi Specialists, I am using Oracle Spatial and getting the ORA-13050 error when using the SDO_Intersection procedure. Below are the details of this. Objective: To find the addresses whose boundary lie within a user defined polygon. Input: List of coor

  • Asynch Dispatcher queue

    I have the following setup with WebLogic platform 8.1.2 for a business process application. 1. Dev machine: OS Win2k. I use workshop here and deploy the application to localhost using workshop 2. Test machine. OS SuSE Linux. I use just the ear genera

  • Background data drained by android system even when disabled

    Hi all I am using Z3 compact and I opted to restrict my background data use. However I found that the Android system keeps draining my mobile data (around 600 mb in a week but my data plan is only 1gb per month) anyways to resolve the issue ?

  • Touch Contact Changes Don't Appear in Address Book?

    If I make changes to my contact details on my Touch when I sync they are not reflected back into my Address Book? I do get prompted to continue with changes/deletions etc but nothing is affected ion my touch or in Address Book? Why not?

  • Netscape gone whacky on 9.2.2... HELP....

    Hi, I recently did some mods to my system and now Netscape 7.02 don't render correctly and causes a crash... hard crash, anyone had this experience? If so, how to resolve, I've tried changing the skin and it still plays up, even went to deleting appl