Cf11 install doesn't create cfide in web root

I've been running cf8 on a windows webserver 2008 with IIS7.5 and have just installed cf11. The install completed successfully to the point of opening cfadmin and then failed. On looking in the web root directory as set in IIS, the old CFIDE folder had not been updated, so cf11 was attempting to use the cf8 version.
I renamed the old cfide folder to cfide08, uninstalled cf11 and tried reinstalling it again - but still no cfide folder was created for cf11, and I couldn't open cfadmin. The cfide folder does get created in c:\ColdFusion11\cfusion\wwwroot\cfide
Has anyone else experienced this, or know how to fix it?

Hi Chris,
ColdFusion 11 is very much stable after update 1. You were having problems migrating to CF11, because the migration was not supported. Regarding your setting migrations, here are some steps you can follow.
Install ColdFusion 9, but don't create the connector to your website during the install. Use the built-in connector instead. After the installation, you will get the prompt to migrate the settings (after admin login). Choose "yes" to migrate. In case, for some reasons, migration wizard didn't appear, then try the following:-
Start ColdFusion 8 and 9 both.
Once both the CF servers are running then try the following steps:-
Navigate to adminconfig.xml at \ColdFusion9\lib\ and open it with text editor (say notepad).
Change the value from “false” to “true” in
     <runsetupwizard>false</runsetupwizard>
     <runmigrationwizard>false</runmigrationwizard>
     <runmxmigrationwizard>false</runmxmigrationwizard>
     and in     <migratecf8>false</migratecf8>.
   3.   Save the file and restart ColdFusion 9 Service.
   4.   After restarting the service, you will get the migration wizard. Follow the onscreen wizard to continue.
Hope this helps.
Regards,
Anit Kumar

Similar Messages

  • PS CS6 install doesn't create Win7 start menu shortcut

    I just did a PS CS6 install, but just the x64 application. The install created an Adobe ExtendScript Toolkit CS6 shortcut in the base Windows\Start Menu\Programs folder, but it didn't create a shortcut (or folder+shortcut) for Photoshop. I created my own shortcut, but figured I'd report this.
    Windows 7 x64 system.

    Actually I'm now seeing shortcuts for four new Adobe apps in Start Menu > Programs. The ExtendScript Toolkit CS6 is the only one that shows up in the base Start Menu with red highlighting to indicate a newly installed application. I didn't see the other new shortcuts until I rebooted my system this morning.
    The installed folder for each of the four new shortcuts is:
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    Shortcut names are:
    Adobe Photoshop CS6 (64 Bit)
    Adobe Bridge CS6 (64bit)
    Adobe Extension Manager CS6
    Adobe ExtendScript Toolkit CS6
    Adobe is inconsistent with where shortcuts are created. I have several Adobe application shortcuts in Start Menu\Programs but I have a couple in a Start Menu\Programs\Adobe folder and the entire CS5 suite's shortcuts in Start Menu\Programs\Adobe Master Collection CS5
    The shortcuts I manually created for Bridge CS6 x64 and Photoshop CS6 x64 are on my desktop and have different names than the ones created by the install.

  • Creating a new Web Intelligence document using OpenDocument (requires an existing document?)

    We use the OpenDocument interface to embed the Web Intelligence viewer in our web application.  One of the problems we're having is that the code appears to require a valid document ID, even if all you want to do is create a new document (passing the noDocument=true flag, so that the application opens with no document at all).
    I've tried various permutations of the following, with no success, always getting this error message (An error occurred: Could not find the document)
    E.g:
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&iDocID=...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&iDocID=-1...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&iDocID=0...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&sDocName=...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&sDocName=new...
    It appears the only way to get OpenDocument to allow you to do this is to use an existing WebI document ID.  That is to say you can't create a new document unless you already have an existing document to include in the call to the JSP.
    This limitation appears to be artificial and only on the OpenDocument interface -- You can create new documents in Launchpad without having an already existing document to point to.  Documenting the workaround for this, having people installing the product first make a webi and save it, then configuring it so it has read-only permissions (so it doesn't accidentally get deleted), then configuring our application to lookup the ID isn't the most elegant of experiences.
    I was wondering if anyone had run into this before and/or if anyone at SAP could look into it?  I'm hoping it's an easy limitation/bug to fix.
    This limitation affects 4.1 SP4 and probably older versions of the OpenDocument interface.  See also:
    Embedding Java Webi Report Panel in Custom Application - Business Intelligence (BusinessObjects) - SCN Wiki
    Thanks!

    There is a feature request to request addressing this limitation here.  If you're interested, please vote it up!
    OpenDocument &quot;New Report&quot; feature from a Universe Identifier : View Idea

  • Create a new web application, how shall I update the file server.xml

    Hi,
    I will create a new web application, i.e named newApp. Then I create a file structure as follows:
    - <server-root>/newApp
    - <server-root>/newApp/WEB-INF
    - <server-root>/newApp/WEB-INF/classes
    Then I must tell the server that I have created a new web application. Then I must update my file server.xml, How shall I do this and where in the file shall I type in the new information?
    I use windows XP Pro, and Tomcat 4.1.27.
    My server.xml file looks like below:
    <!-- Example Server Configuration File -->
    <!-- Note that component elements are nested corresponding to their
    parent-child relationships with each other -->
    <!-- A "Server" is a singleton element that represents the entire JVM,
    which may contain one or more "Service" instances. The Server
    listens for a shutdown command on the indicated port.
    Note: A "Server" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <Server port="8005" shutdown="SHUTDOWN" debug="0">
    <!-- Comment these entries out to disable JMX MBeans support -->
    <!-- You may also configure custom components (e.g. Valves/Realms) by
    including your own mbean-descriptor file(s), and setting the
    "descriptors" attribute to point to a ';' seperated list of paths
    (in the ClassLoader sense) of files to add to the default list.
    e.g. descriptors="/com/myfirm/mypackage/mbean-descriptor.xml"
    -->
    <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
    debug="0"/>
    <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
    debug="0"/>
    <!-- Global JNDI resources -->
    <GlobalNamingResources>
    <!-- Test entry for demonstration purposes -->
    <Environment name="simpleValue" type="java.lang.Integer" value="30"/>
    <!-- Editable user database that can also be used by
    UserDatabaseRealm to authenticate users -->
    <Resource name="UserDatabase" auth="Container"
    type="org.apache.catalina.UserDatabase"
    description="User database that can be updated and saved">
    </Resource>
    <ResourceParams name="UserDatabase">
    <parameter>
    <name>factory</name>
    <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>
    </parameter>
    <parameter>
    <name>pathname</name>
    <value>conf/tomcat-users.xml</value>
    </parameter>
    </ResourceParams>
    </GlobalNamingResources>
    <!-- A "Service" is a collection of one or more "Connectors" that share
    a single "Container" (and therefore the web applications visible
    within that Container). Normally, that Container is an "Engine",
    but this is not required.
    Note: A "Service" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Tomcat-Standalone">
    <!-- A "Connector" represents an endpoint by which requests are received
    and responses are returned. Each Connector passes requests on to the
    associated "Container" (normally an Engine) for processing.
    By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
    You can also enable an SSL HTTP/1.1 Connector on port 8443 by
    following the instructions below and uncommenting the second Connector
    entry. SSL support requires the following steps (see the SSL Config
    HOWTO in the Tomcat 4.0 documentation bundle for more detailed
    instructions):
    * Download and install JSSE 1.0.2 or later, and put the JAR files
    into "$JAVA_HOME/jre/lib/ext".
    * Execute:
    %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
    $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
    with a password value of "changeit" for both the certificate and
    the keystore itself.
    By default, DNS lookups are enabled when a web application calls
    request.getRemoteHost(). This can have an adverse impact on
    performance, so you can disable it by setting the
    "enableLookups" attribute to "false". When DNS lookups are disabled,
    request.getRemoteHost() will return the String version of the
    IP address of the remote client.
    -->
    <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8080" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="100" debug="0" connectionTimeout="20000"
    useURIValidationHack="false" disableUploadTimeout="true" />
    <!-- Note : To disable connection timeouts, set connectionTimeout value
    to -1 -->
    <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
    <!--
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8443" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="100" debug="0" scheme="https" secure="true"
    useURIValidationHack="false" disableUploadTimeout="true">
    <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
    clientAuth="false" protocol="TLS" />
    </Connector>
    -->
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8009" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" connectionTimeout="0"
    useURIValidationHack="false"
    protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <!--
    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
    port="8009" minProcessors="5" maxProcessors="75"
    acceptCount="10" debug="0"/>
    -->
    <!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->
    <!-- See proxy documentation for more information about using this. -->
    <!--
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8082" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="100" debug="0" connectionTimeout="20000"
    proxyPort="80" useURIValidationHack="false"
    disableUploadTimeout="true" />
    -->
    <!-- Define a non-SSL legacy HTTP/1.1 Test Connector on port 8083 -->
    <!--
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
    port="8083" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" />
    -->
    <!-- Define a non-SSL HTTP/1.0 Test Connector on port 8084 -->
    <!--
    <Connector className="org.apache.catalina.connector.http10.HttpConnector"
    port="8084" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" />
    -->
    <!-- An Engine represents the entry point (within Catalina) that processes
    every request. The Engine implementation for Tomcat stand alone
    analyzes the HTTP headers included with the request, and passes them
    on to the appropriate Host (virtual host). -->
    <!-- You should set jvmRoute to support load-balancing via JK/JK2 ie :
    <Engine name="Standalone" defaultHost="localhost" debug="0" jmvRoute="jvm1">
    -->
    <!-- Define the top level container in our container hierarchy -->
    <Engine name="Standalone" defaultHost="localhost" debug="0">
    <!-- The request dumper valve dumps useful debugging information about
    the request headers and cookies that were received, and the response
    headers and cookies that were sent, for all requests received by
    this instance of Tomcat. If you care only about requests to a
    particular virtual host, or a particular application, nest this
    element inside the corresponding <Host> or <Context> entry instead.
    For a similar mechanism that is portable to all Servlet 2.3
    containers, check out the "RequestDumperFilter" Filter in the
    example application (the source for this filter may be found in
    "$CATALINA_HOME/webapps/examples/WEB-INF/classes/filters").
    Request dumping is disabled by default. Uncomment the following
    element to enable it. -->
    <!--
    <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
    -->
    <!-- Global logger unless overridden at lower levels -->
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="catalina_log." suffix=".txt"
    timestamp="true"/>
    <!-- Because this Realm is here, an instance will be shared globally -->
    <!-- This Realm uses the UserDatabase configured in the global JNDI
    resources under the key "UserDatabase". Any edits
    that are performed against this UserDatabase are immediately
    available for use by the Realm. -->
    <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
    debug="0" resourceName="UserDatabase"/>
    <!-- Comment out the old realm but leave here for now in case we
    need to go back quickly -->
    <!--
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    -->
    <!-- Replace the above Realm with one of the following to get a Realm
    stored in a database and accessed via JDBC -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="org.gjt.mm.mysql.Driver"
    connectionURL="jdbc:mysql://localhost/authority"
    connectionName="test" connectionPassword="test"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="oracle.jdbc.driver.OracleDriver"
    connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL"
    connectionName="scott" connectionPassword="tiger"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="sun.jdbc.odbc.JdbcOdbcDriver"
    connectionURL="jdbc:odbc:CATALINA"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!-- Define the default virtual host -->
    <Host name="localhost" debug="0" appBase="webapps"
    unpackWARs="true" autoDeploy="true">
    <!-- Normally, users must authenticate themselves to each web app
    individually. Uncomment the following entry if you would like
    a user to be authenticated the first time they encounter a
    resource protected by a security constraint, and then have that
    user identity maintained across all web applications contained
    in this virtual host. -->
    <!--
    <Valve className="org.apache.catalina.authenticator.SingleSignOn"
    debug="0"/>
    -->
    <!-- Access log processes all requests for this virtual host. By
    default, log files are created in the "logs" directory relative to
    $CATALINA_HOME. If you wish, you can specify a different
    directory with the "directory" attribute. Specify either a relative
    (to $CATALINA_HOME) or absolute path to the desired directory.
    -->
    <!--
    <Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs" prefix="localhost_access_log." suffix=".txt"
    pattern="common" resolveHosts="false"/>
    -->
    <!-- Logger shared by all Contexts related to this virtual host. By
    default (when using FileLogger), log files are created in the "logs"
    directory relative to $CATALINA_HOME. If you wish, you can specify
    a different directory with the "directory" attribute. Specify either a
    relative (to $CATALINA_HOME) or absolute path to the desired
    directory.-->
    <Logger className="org.apache.catalina.logger.FileLogger"
    directory="logs" prefix="localhost_log." suffix=".txt"
    timestamp="true"/>
    <!-- Define properties for each web application. This is only needed
    if you want to set non-default properties, or have web application
    document roots in places other than the virtual host's appBase
    directory. -->
         <DefaultContext reloadable="true"/>
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="localhost_examples_log." suffix=".txt"
    timestamp="true"/>
    <Ejb name="ejb/EmplRecord" type="Entity"
    home="com.wombat.empl.EmployeeRecordHome"
    remote="com.wombat.empl.EmployeeRecord"/>
    <!-- If you wanted the examples app to be able to edit the
    user database, you would uncomment the following entry.
    Of course, you would want to enable security on the
    application as well, so this is not done by default!
    The database object could be accessed like this:
    Context initCtx = new InitialContext();
    Context envCtx = (Context) initCtx.lookup("java:comp/env");
    UserDatabase database =
    (UserDatabase) envCtx.lookup("userDatabase");
    -->
    <!--
    <ResourceLink name="userDatabase" global="UserDatabase"
    type="org.apache.catalina.UserDatabase"/>
    -->
    <!-- PersistentManager: Uncomment the section below to test Persistent
    Sessions.
    saveOnRestart: If true, all active sessions will be saved
    to the Store when Catalina is shutdown, regardless of
    other settings. All Sessions found in the Store will be
    loaded on startup. Sessions past their expiration are
    ignored in both cases.
    maxActiveSessions: If 0 or greater, having too many active
    sessions will result in some being swapped out. minIdleSwap
    limits this. -1 or 0 means unlimited sessions are allowed.
    If it is not possible to swap sessions new sessions will
    be rejected.
    This avoids thrashing when the site is highly active.
    minIdleSwap: Sessions must be idle for at least this long
    (in seconds) before they will be swapped out due to
    activity.
    0 means sessions will almost always be swapped out after
    use - this will be noticeably slow for your users.
    maxIdleSwap: Sessions will be swapped out if idle for this
    long (in seconds). If minIdleSwap is higher, then it will
    override this. This isn't exact: it is checked periodically.
    -1 means sessions won't be swapped out for this reason,
    although they may be swapped out for maxActiveSessions.
    If set to >= 0, guarantees that all sessions found in the
    Store will be loaded on startup.
    maxIdleBackup: Sessions will be backed up (saved to the Store,
    but left in active memory) if idle for this long (in seconds),
    and all sessions found in the Store will be loaded on startup.
    If set to -1 sessions will not be backed up, 0 means they
    should be backed up shortly after being used.
    To clear sessions from the Store, set maxActiveSessions, maxIdleSwap,
    and minIdleBackup all to -1, saveOnRestart to false, then restart
    Catalina.
    -->
    <!--
    <Manager className="org.apache.catalina.session.PersistentManager"
    debug="0"
    saveOnRestart="true"
    maxActiveSessions="-1"
    minIdleSwap="-1"
    maxIdleSwap="-1"
    maxIdleBackup="-1">
    <Store className="org.apache.catalina.session.FileStore"/>
    </Manager>
    -->
    <Environment name="maxExemptions" type="java.lang.Integer"
    value="15"/>
    <Parameter name="context.param.name" value="context.param.value"
    override="false"/>
    <Resource name="jdbc/EmployeeAppDb" auth="SERVLET"
    type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/EmployeeAppDb">
    <parameter><name>username</name><value>sa</value></parameter>
    <parameter><name>password</name><value></value></parameter>
    <parameter><name>driverClassName</name>
    <value>org.hsql.jdbcDriver</value></parameter>
    <parameter><name>url</name>
    <value>jdbc:HypersonicSQL:database</value></parameter>
    </ResourceParams>
    <Resource name="mail/Session" auth="Container"
    type="javax.mail.Session"/>
    <ResourceParams name="mail/Session">
    <parameter>
    <name>mail.smtp.host</name>
    <value>localhost</value>
    </parameter>
    </ResourceParams>
    <ResourceLink name="linkToGlobalResource"
    global="simpleValue"
    type="java.lang.Integer"/>
    </Context>
    </Host>
    </Engine>
    </Service>
    </Server>

    To use servlets u have indeed to update your web.xml...Well I'm not sure this is relevant to your case anyway.
    You have to add a <servlet> element to this file.
    Something like this:
    <servlet>
    <servlet-name>blabla</servlet-name>
    <servlet-class>blablapackage.Blablaclass</servlet-class>
    <init-param>...</init-param>
    </servlet>
    Now this may not solve your problem. Make sure you refer to your servlets using their full qualified names.btw, just to be sure, what is your definition of "servlet"? (i mean: any java class or only javax.servlet.Servlet)

  • Error in VT04 - Doesn't create Shipments

    Error in VT04 - Doesn't create Shipments
    We have this function module that automatically creates delivery and shipment base from the Goods Receipt.
    The problem is it doesn't createe shipment document because the delivery doc doesn't exists.
    Upop debugging, the delivery has been created. And appends the delivery number into TVARV table (found in PERFORM CHANGE_VARIANT_VALUES). Then there's this code that it doesn't recognized the delivery that it was created.
    PERFORM CHANGE_VARIANT_VALUES USING VBKOK-VBELN_VL.
          SET UPDATE TASK LOCAL.
          SUBMIT RV56TRGN WITH P_OUT  EQ C_X
                         WITH V_PSEL EQ 'RV56LFSL'
                         WITH V_PSP0 EQ 'RV56TRSP'
                         WITH V_PTR0 EQ ZVXXAUTOGRDN-DATA_OPTS
                   AND RETURN EXPORTING LIST TO MEMORY.
          COMMIT WORK AND WAIT.
    Though in the production this program works. But in QA server it doesn't. I am not sure if this is the effect of a Unicode issue also.
    Help me guys.. I just couldn't find in program RV56TRGN on how the values will get from TVARV.
    I am not familiar with the command SET UPDATE TASK LOCAL. If this is related to Memory storage that might get the last value.
    Points will be given for the helpful ideas. Thanks!

    Hi,
    The service contracts guide also says to run 'Installed Base Interface' concurrent program for shippable items. Even after running this concurrent program no contracts is created.
    Any step to be done further??
    Regards,
    Nithya

  • Impossible to create or refresh webi report. (WIJ 77778) - please help

    Hello,
    i'm experiencing problem with BO Edge Standard edition on RHEL4 trying to create or refresh a report on Webi.
    I have installed BO without problem on the RHEL4.
    I can log on Infoview and in CMC with "administrator" however when i try to create a new webi document or refresh a webi document i got an error like
    (Your Webintelligence session has expired. Error : WIJ 77778)
    I'd like to tell you that i got this error with a simple query (one object on the query).
    I have already read the old post concerning the "Time out" however i think it's another kind of problem.
    Has anyone idea how i can deal with this issue ?
    Thanks a lot

    Hei,
    thanks answering me..
    I found the solution.
    Actually the issue came from  Administrator's account rights.
    After the installation, i was thinking that the Administrator was setted up with all rights.
    But i was wrong.
    I used Administrator account and it had not enough rights in Webiserver on the CMC that's why  if i tryed to create or refresh a report, i got the error msg.
    br
    I

  • Creating a Dynamic Web Project from existing source?

    I don't see this option in OEPE like there is in Workshop for Weblogic. All I can choose from is "Create Dynamic Web Project" which creates a new project from scratch, or "Create Java Project" which has an option in the wizard to import existing source.. however this makes it a vanilla Java project instead of a Dynamic web project.
    Did the concept of importing existing code into a project not cross anyone's minds when this plugin was developed? It's as if the expectation was that everyone would use this on their own private projects and there would be no collaborative/parallel development.
    What is the recommended way for creating a Dynamic Web project off of existing source code without stomping all over the existing web.xml weblogic.xml?

    There are many "import" scenarios, so let's break them down and lay out the support expectations:
    1. A java ee project created with base Eclipse using Web Tools Platform project types. This scenario includes both the case where the project creator had OEPE installed as well as the case where there was no OEPE installed. In this case, one should use the import existing projects wizard as the project being included already has metadata that can be read directly.
    2. A java ee project created with a non-Eclipse IDE or perhaps completely by hand with rudimentary tools such as notepad. Currently, the way this case is supported is by creating new projects and copying application source into them. Advanced users may be able to configure support in place, but we cannot support users with this approach as the possibility of corruption is high. We are currently working on a set of wizards that will help automate this case. These wizards will be available in the release of OEPE that's slated to ship around the end of 2009 or early 2010.
    3. A project created with BEA Workshop. This case is not supported as there are a number of technologies in Workshop that have been end-of-lifed (such as Apache Beehive). Users with Workshop applications should stay with Workshop until they are able to remove dependencies on end-of-lifed technologies. At that point moving to OEPE is recommended. Unofficially (this option is not supported but may work), advanced users may be able to migrate a Workshop app to OEPE, by stripping out all Workshop metadata (.project, .classpath, .settings, etc.) and by pretending that this is scenario #2 (import of a non-Eclipse application). Don't try this if your application still have dependencies on end-of-lifed technologies.
    - Konstantin

  • Creating a new web server instance using script

    Hi
    We have to create 10 instances of sun one 6.1 web server again and again. Creating them from GUI and deleting them after testing is going to be a time consuming process. Is there a way to copy an existing instance with the help of some command line tool or shell script (If we know what enteries should be there in each configuration file). Any help will be appreciated.
    Thanks
    Anoop

    6.1 unfortunately does not provide a way to create instances through command line tool. With 7.0 (soon to be released as Beta in the coming weeks) will have a full fledged command line tool for all server administration tasks
    meanwhile, as a temporary work around one could do the following within a shell or perl script.
    [ this approach is totally not supported by Sun. You are on your own ]
    1. cd INSTALL_ROOT
    2. copy https-HOSTNAME to https-test (/bin/cp -Rf https-HOSTNAME https-TEST) - assuming TEST is the new instance name that you want to create.
    3. use a script to edit the following files and replace 'https-HOSTNAME' to https-TEST in all occurrences.
    list of files to change:
    start , stop , reconfig , restart , rotate
    config/magnus.conf
    config/server.xml
    4. finally, you can use 'HttpServerAdmin' to change the listener port, security settings etc
    ./bin/https/bin/HttpServerAdmin -h
    http://docs.sun.com/source/819-0130/agcmdln.html
    for eg ( i would do something like this )
    (to create instance https-TEST from default server instance, assuming you do not have special ACL file configured in the default instance, I would do something like )
    use a perl script to copy https-HOSTNAME to https-TEST
    (/bin/cp -Rf https-HOSTNAME https-TEST)
    /bin/cp httpacl/generated.http-HOSTNAME.acl httpacl/generated.http-TEST.acl
    cd https-TEST
    replace https-HOSTNAME to https-TEST in following files (start, stop, restart, reconfig, rotate, config/magnus.conf, config/server.xml)
    cd ..
    now delete the listener socket id
    ./bin/https-TEST/bin/HttpServerAdmin delete -l -id ls1 -sinst https-TEST -d INSTALL_ROOT (where you server is installed)
    followed by create a new listener socket id
    ./bin/https-TEST/bin/HttpServerAdmin create -l -id ls1 -ip ANY -port NEW_PORT -sname HOSTNAME -defaultvs https-TEST -sinst https-TEST -d INSTALL_ROOT
    [ similarly, you can perform other server admin tasks using this command' ]

  • Why doesn't created swf progressively download?

    I thought I had the perfect solution by being able to post a flash created video on a web page, the output is even smart enough to break up the different timelines into separate .flv files but I don't understand why the content that is created doesn't have the ability to progressively or intelligently download the file if the bandwidth required isn't quite enough. It would be really nice if the .swf created that drives the playing of the flv files was smart enough to do a progressive download. Alternatively, if there was a way to play the created file through the Adobe Media Player and it had the intelligence that would also be acceptable. Is adobe planning on adding that capability in any fashion?
    Thanks in advance!

    Encore's Flash export is a progressive download - maybe you meant streaming download? Encore doesn't support streaming download yet, but that also requires a streaming server (Flash Media Server) to host the FLV files.
    If that's not what you meant, then perhaps you meant a preloader? Encore doesn't create a preloader - if you want that, you'd need to create it in Flash, and then try to integrate it with the Encore Flash output.
    This is the first version of Encore (or any other DVD authoring tool for that matter) to offer Flash export. File a feature request for the tools that you need for it, and it's sure to improve from version to version.

  • Creating technical system Web As java

    Hi All
    I am creating a new technical system Web As Java in SLD.Can anybody please tell what "Installed Products" I need to select  to create the system
    Regards
    Pawan

    Hi
    If ur creating a new Web AS Java technical system...I hope u would have already defined the corresponding software components and the product for that particular system...U should add this product which was created.
    Hope i got it right..Do let me know if u have further queries
    Regards
    Krishna

  • Creating standards-compliant web designs with Fireworks CS4 Problems

    Hello,
    i have some problems with using background image slices.
    here is it(from the DevNet arcticle creating standards
    compliant web designs with fireworks cs4):
    With this feature, seeing really is believing, so let's get
    straight to it:
    1. Create a new 500 × 500 document.
    2. Draw a 200 × 40 rectangle.
    3. Set the background color as #000099.
    4. Set its fill to be a Linear gradient.
    5. Change the first Gradient node's color to #9999FF.
    6. Select Edit > Insert > Rectangular Slice.
    7.
    Change the following properties In the Property Inspector:
    * Name: bg_rect
    * Width: 1px
    * Type: Background Image
    * Repeat: repeat-x
    * Horizontal position: left
    * Vertical position: top
    8. Using the Optimize panel, set the slice's export format
    to GIF - Exact.
    9. Export as bg_slice.htm using CSS and Images.
    10. Locate the file and preview it in your primary browser.
    i followed these steps exactly but i get no tiled background
    only the 200 x 40 rectangle.can anyone tell me what's wrong ?
    Kind Regards,

    I followed these steps exactly and also viewed the HTML/CSS
    exported in Firefox 3.0.5, and the rectangle appeared with the
    correctly tiled gradient background. (I'm on a Win XP SP3 machine.)
    I tried changing the canvas color to transparent, moving the
    rectangle and slice around, changing the width of the slice, and
    even changing the horizontal and vertical positioning of the
    background image, and the export was still correct. Is it possible
    your background image slice is not placed over the gradient? Have
    you looked at the CSS exported to confirm that "bg_rect.gif" is
    listed as the background image for the DIV and that the .GIF file
    is being exported and is a narrow gradient image? Are all of the
    export options correct? (There's only a few export options for CSS
    and images (.htm), so I doubt this is your problem...)
    At risk of asking the obvious, are you using Fireworks CS4
    with the updated CSS/HTML extension from the article installed?
    HTML/CSS export works differently between CS3 and CS4 - John
    Wylie's extension was created for CS3, and Matt Stow updated it for
    CS4.

  • Grub-install doesn't overwrite MBR

    So hi!
    I've been hit by quite a peculiar problem a few hours ago and not being able to find a solution to it elsewhere, I came here for help. I had a dual boot of Arch and W7 a long time ago, which had an interesting feature of not letting W7 hibernate (long story short, I connected a GPT partitioned HDD, W7 detected it and started messing around with recovery partitions and whatnots; when I repartitioned it with MBR and installed Arch on it, W7 cried its "boot configuration data store" (?) is missing, started coming back to desktop after hibernation request and I couldn't do anything with utilities pertaining to the issue). Since I wasn't using Arch much at the time on that PC, I had to sacrifice GRUB in order to get myself a properly working Windows installation. Whatever I've done to the disk that time, it worked nicely, until I decided to boot into Arch. Not finding a GRUB there wasn't a surprise, but here's the problem I found after chrooting into it from a live USB:
    I followed the standard procedure for restoring GRUB, as follows:
    1. mount partitions;
    2. arch-chroot into the installation;
    3. execute
    # grub-install --target=i386-pc --recheck /dev/sda
    # grub-mkconfig -o /boot/grub/grub.cfg
    (neither of which mentioned any problems)
    4. exit, umount -R, reboot,
    But, sadly, it didn't boot. It hang before any message came from GRUB, as if there was a corrupted bootsector (normally, it should show a message saying this media is not a bootable device or something along these lines, right?). I booted into the live USB again and checked what file -s /dev/sda had to say, and lo and behold,
    /dev/sda: DOS/MBR boot sector
    So I'm kind of flabbergasted about the reasons for which grub-install couldn't overwrite the MBR correctly. I'd appreciate any ideas as to whether that's what actually happened and why.
    Great thanks for your time,
    yakcyll~
    Last edited by yakcyll (2014-06-20 16:50:32)

    Rexilion wrote:
    Highly likely as Grub depends on the disk ordering by the BIOS as to determine what disk get's booted first. Again, highly likely as I'm not entirely sure. For all I know Grub installs a payload at the beginning of the disk (MBR) and then wires it up with fs drivers so it can boot it's second stage data. This would not require a BIOS for helping out as the sata drivers can do this.
    However, it does create and handle a device.map file containing the order of disks (or whatever).
    Why not enable the disk inside the bios and try again? But could you also confirm that wiping the MBR with dd and reinstalling with Grub did not fix the issue?
    So I did enable it there, while having all the other disks out of the case, and tried to grub-install from live USB, but to no avail (still shows up as DOS/MBR boot sector and doesn't boot, but grub-install doesn't report any errors). I tried wiping the first 446 bytes and then reissuing grub-install, but that made no difference either (the disk identifier got zeroed out though) - it still shows up as a dos/mbr boot sector (when I issued file -s /dev/sda in between dd and grub-install, it also presented me with the partition table itself, the information about which is missing otherwise). Next thing to try is probably do a chrooted upgrade of the system from live USB (or just GRUB itself).
    EDIT: So hexdump presents the first four bytes of /dev/sda as 0xeb63 0x9000. As far as I know, MBR's signature is 0xAA55, so why isn't it there? There is one occurence of 0xaa55 there, but it's somewhere in the middle and it's not aligned to double word boundary, so I'm not sure if that's relevant. Nevermind, I forgot the MBR signature is supposed to be at the end of the sector.
    Last edited by yakcyll (2014-06-22 13:39:04)

  • FreeNX doesn't creates /var/lib/nxserver/home/.ssh

    Hello,
    I'm trying to set an nx server, but installing freenx doesn't create "/var/lib/nxserver/home/.ssh", so I don't have a client.id_dsa.key.
    I already tried "/usr/bin/nxsetup/ --uninstall -- purge", and also "/usr/bin/nxsetup/ --install --clean --purge". I even tried a fresh new install. I looked on some forums, but the solutions involved some paths I didn't undestood or copying the keys from somewhere, but as far as I know I don't have any key...
    Thank you,

    1. You have to start mysqld as root using either sudo or from your root account
    2. The safest way to start mysql is using the unit file (systemd) or service file (rc.d) -- e.g. 'sudo systemctl mysqld start'
    3. My /var/lib/mysql directory has the following permissions 700 and owner/group is mysql/mysql. With those permissions, you're not going to be able to view the contents of the directory unless you are root or that user.
    Scott

  • Install hangs on Creating Services

    Hi,
    after de-installing Oracle XE and trying to re-install XE the installer hangs (well I waited more than 2 hours) on Creating Services...
    Got an idea what could be wrong?
    Laptop has 2GB of RAM and plenty of free space.
    The directory C:\oracle\oraclexe\app\oracle\product\10.2.0\server\config\log is completely empty and the C:\oracle\oraclexe\app\oracle\product\10.2.0\server\config\scripts\XE.bat file looks like this:
    @echo off
    TITLE Oracle XE - Configration
    echo Adding user to ORA_DBA group...
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\bin\oradim.exe -ex network useradd ora_dba "ST-USERS\atael" "Oracle DBA Group"
    echo Creating Directories...
    mkdir C:\oracle\oraclexe\app\oracle\admin\XE\adump
    mkdir C:\oracle\oraclexe\app\oracle\admin\XE\bdump
    mkdir C:\oracle\oraclexe\app\oracle\admin\XE\cdump
    mkdir C:\oracle\oraclexe\app\oracle\admin\XE\dpdump
    mkdir C:\oracle\oraclexe\app\oracle\admin\XE\pfile
    mkdir C:\oracle\oraclexe\app\oracle\admin\XE\udump
    mkdir C:\oracle\oraclexe\app\oracle\product\10.2.0\server\dbs
    mkdir C:\oracle\oraclexe\oradata\XE
    set ORACLE_SID=XE
    echo Creating Instance...
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\bin\oradim.exe -new -sid XE -startmode manual -spfile > C:\oracle\oraclexe\app\oracle\product\10.2.0\server\config\log\XE.bat.log
    echo Starting Instance...
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\bin\oradim.exe -edit -sid XE -startmode auto -srvcstart system >> C:\oracle\oraclexe\app\oracle\product\10.2.0\server\config\log\XE.bat.log
    echo Database creation in progress...
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\bin\sqlplus /nolog @C:\oracle\oraclexe\app\oracle\product\10.2.0\server\config\scripts\XE.sql %1 %2
    echo Seed Creation complete...
    echo Adding user to ORA_DBA group...
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\bin\oradim.exe -ex network useradd ora_dba "ST-USERS\atael" "Oracle DBA Group"
    echo on

    This is a known problem on faster machines - there is a race condition around starting and stopping the OracleXETNSListener service. Basically it is started, it binds the port, it is stopped (but the OS doesn't release the port), and then the service is immediately started again, before the OS has released the port. At this point it fails with a 'Port already in use' error message.
    One possible workaround is to de-install (and that can be a little difficult, as it didn't complete installation - see a hint below), and then re-install. As soon as it gets to the 'Creating Services' stage, go to Control Panel and manually start OracleXETNSListener. The install should continue at this point.
    If this workaround doesn't work, try the install again, but this time try to swamp the CPU with some other processing.
    If it hasn't installed enough to de-install via Add/Remove Programs, run the installer again. It will basically try to repair what is there, and will complete the install (but not create a database). At that stage, you should be able to use Add/Remove programs.

  • Getting error while creating a new web app saying "The password supplied with the username domainname\username was not correct. Verify that it was entered correctly and try again"

    Hi ,
    I am trying to create a new web app using Central Administration in Sharepoint 2010 and getting an error "The password supplied with the username  was not correct. Verify that it was entered correctly and try again".
    I tried running this command also "stsadm -o updatefarmcredentials -userlogin <domain\username> -password <newpassword>" but when it got executed it showed me "Access Denied".
    What should i do ??
    Thanks in advance.
    Regards, Anurag

    HI,
    right click on command icon and click run as administrator then use above stsadm commend to update credential. If still you face same issue then try with powershell as mention in below link: (make sure that you open sharepoint powershell as run as administrator)
    http://smartrider.wordpress.com/2010/07/15/powershell-script-to-create-web-application-and-site-collection-in-sharepoint-2010/
    let us know your result
    Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

Maybe you are looking for