Problem occured while customizing the WorkList app(customapp) in 10.1.3

Hi,
We are working on customizing the worklist application. By following the link we have done the changes specified in the topic "16.5 Customizing the Worklist Application" in http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/worklist.htm#BHACDDFJ
After that we are able to deploy the customapp successfully. But while access the http://localhost/integration/customapp, "Internal Server Error. Please contact your administrator" has occured.
Following is the exception stacktrace in the application.log file :
08/03/11 15:46:12.217 customworklist: Servlet error
javax.servlet.ServletException: Error instantiating servlet 'Login'. Servlet class worklistapp.servlets.Login not found in web-application customworklist
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.servletClassNotFound(HttpApplication.java:4880)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4846)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4748)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2971)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:741)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
"worklistapp.servlets.Login" class is available in WEB-INF/classes folder.
And we are able to acess http://localhost/integration/worklistapp properly.
Please provide some inputs on this.
Thanks,
-Vidya

Hi,
I am able to resolve the below problem. We missed out the "parent" param in deploy task.
<oracle:deploy debug="true"
          deployerUri="deployer:oc4j:opmn://localhost:6004/home"
          userid="oc4jadmin"
          password="oc4jadmin"
          file="${worklist.ear.dir}/customworklist.ear"
          deploymentname="customapp" contextroot="/integration/customapp"
          bindallwebapps="default-web-site"
          parent="orabpel"          logFile="./build.log"
     />
now we are able to see the login page properly. But now the problem is we are not able to login into the application. Following error has occured while trying login:
08/03/12 10:58:37.476 customworklist: Servlet error
java.lang.LinkageError: loader constraints violated when linking oracle/tip/pc/services/identity/config/ISConfiguration class
     at oracle.tip.pc.services.identity.config.ISConfiguration.load(ISConfiguration.java:288)
     at oracle.tip.pc.services.identity.config.ISConfiguration.load(ISConfiguration.java:243)
     at oracle.tip.pc.services.identity.config.ISConfiguration.<clinit>(ISConfiguration.java:85)
     at Login.jspService(_Login.java:120)
     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:724)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:227)
     at worklistapp.servlets.BaseServlet.doGet(BaseServlet.java:140)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
Any help in this regard is appreciated.
Thanks,
-Vidya

Similar Messages

  • Error Message downloading CS5: A problem occurred while extracting the archive..

    After dowloading the CS5 Design Premium, I get an error messagin stating "A problem occurred while extracting the archive. Please try downloading the Adobe CS5 Design Premium again." I repeated this process multiple times to no avail. I am trying to download the CS5 design premium on my new laptop, but don't have the software cds to do this. Thus, I can only download the software but after i download the two files required, that error message appears. (I already have my serial number).

    Hi nickgtr,
    Please try disabling your Antivirus as sometimes it detects the files as virus and removes them while downloading. You can also try downloading after performing Selective Startup.
    Please let us know if it helps.
    Regards,
    Abhijit

  • Can't create a new illustration. Problems occurred while saving the print file.

    I can't open a new Illustrator file. It sends me this error: Can't create a new illustration. Problems occurred while saving the print file. ID:-1
    I opened a previous document created in CC, but it will not allow me to copy and paste items from one doc to another.
    I have rebooted with no avail.
    System:
    Adobe Creative Cloud CC
    Mac Book Pro 2012
    2.6 GHz Intel Core i7
    8 GB 1600 MHz DDR3

    Is a printer connected? Is it turned ON? Is the driver up to date?
    Illustrator checks this every time and also writes information on the printer into the file.

  • Error on install then... A problem occurred while loading the system update"

    Hello,
    I have a ThinkPad X40. I tried to reformat it using the recovery partition, but that failed... great system huh? Anyway, i installed Windows XP using a different CD and i tried to install the ThinkVantage System Update and got an Error 1722.
    There is a problem with this Windows Installer package. A progam run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action StartSuService.EXE, location: ...\startsuservice.exe "
    It had placed an executable entry in my start menu, so i tried to run it and got "A problem occured while loading the system update......" which seems to have been experienced by a lot of people. Looks like i'm at a dead end here as well... So far the Laptop has been fine with everything apart from lenovo software...
    Any help would be greatly appreciated,
    Joe

    hello
    hear is the link for your thinkpad software check it out 
    thinkpad software downloads
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • A serious problem occurred while installing the iPlanet Messaging Server Init Config

    Hi I have this error while working with iMS5.x and iAS6.5. As long as iMS is the only product installed, nothing is the problem. If I try installing iMS after iAS installed, it points an error. I dont know whats the reason. The following is the message that I got:
    <b>
    A serious problem occurred while installing the iPlanet Messaging Server Init Co
    nfig. It reported the following problem:
    The application command "jre -cp "/train/iplanet/server5/bin/msg/imta/classes/im
    taconfig.jar" com.iplanet.msg.imta.config.InitConfig -d iplanet1.com -r iplanet1
    .com -h shivaram.sun.com -c /train/iplanet/server5/msg-shivaram-2/imta/config" c
    ould not be run.
    Press any key to continue.
    ON PRESSING ANY KEY, I GET...
    Due to a serious problem the iPlanet Messaging Server installer is unable to con
    tinue. Please examine the log file "/train/iplanet/server5/setup/msg/iplanet-ms
    g-install.log" for more information.
    Press any key to continue.
    </b>
    The content of "/train/iplanet/server5/setup/msg/iplanet-msg-install.log" file is:
    <b>
    Installer log started.
    GMT: 20020426225748Z
    NOTICE: Creating Common Product Configuration.
    NOTICE: Running Directory Setup.
    MESSAGE: running command
    /train/iplanet/server5/install/perl /train/iplanet/server5/bin/msg/install/bin/ims_dssetup.pl -i yes -c /train/iplanet/server5 -d slapd-shivaram -r "o=internet" -u "o=isp" -s yes -S /train/iplanet/server5/bin/msg/install/bin/config
    cmdpath: none
    runpath: none
    NOTICE: Creating Messaging Product Information in LDAP.
    NOTICE: Creating Messaging users/groups information in LDAP.
    NOTICE: Creating Messaging file links.
    NOTICE: Running PostInstall Product After Hook.
    MESSAGE: running command
    perl prod-post-aft-hook.pl /train/iplanet/server5
    cmdpath: /train/iplanet/server5/install
    runpath: /train/iplanet/server5/bin/msg/install/bin
    NOTICE: Creating Instance Name.
    NOTICE: Creating Messaging Common Instance Files.
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/configutil /train/iplanet/server5/msg-shivaram-2/configutil
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/counterutil /train/iplanet/server5/msg-shivaram-2/counterutil
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/expire /train/iplanet/server5/msg-shivaram-2/expire
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/getconf /train/iplanet/server5/msg-shivaram-2/getconf
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/refresh /train/iplanet/server5/msg-shivaram-2/refresh
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/setconf /train/iplanet/server5/msg-shivaram-2/setconf
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/start-msg /train/iplanet/server5/msg-shivaram-2/start-msg
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/stop-msg /train/iplanet/server5/msg-shivaram-2/stop-msg
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/start-ens /train/iplanet/server5/msg-shivaram-2/start-ens
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/stop-ens /train/iplanet/server5/msg-shivaram-2/stop-ens
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/README.txt /train/iplanet/server5/msg-shivaram-2/README.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imsimta /train/iplanet/server5/msg-shivaram-2/imsimta
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/ChannelDefaults.opt /train/iplanet/server5/msg-shivaram-2/imta/config/ChannelDefaults.opt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/big5.txt /train/iplanet/server5/msg-shivaram-2/imta/config/big5.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/cns11643.txt /train/iplanet/server5/msg-shivaram-2/imta/config/cns11643.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/gb2312.txt /train/iplanet/server5/msg-shivaram-2/imta/config/gb2312.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/jis0208.txt /train/iplanet/server5/msg-shivaram-2/imta/config/jis0208.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/jis0212.txt /train/iplanet/server5/msg-shivaram-2/imta/config/jis0212.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/ksx1001.txt /train/iplanet/server5/msg-shivaram-2/imta/config/ksx1001.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/charnames.txt /train/iplanet/server5/msg-shivaram-2/imta/config/charnames.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/charsets.txt /train/iplanet/server5/msg-shivaram-2/imta/config/charsets.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/charsets_ps.txt /train/iplanet/server5/msg-shivaram-2/imta/config/charsets_ps.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/charsubs.txt /train/iplanet/server5/msg-shivaram-2/imta/config/charsubs.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/countries.txt /train/iplanet/server5/msg-shivaram-2/imta/config/countries.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/dirsync.opt /train/iplanet/server5/msg-shivaram-2/imta/config/dirsync.opt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/dispatcher.cnf /train/iplanet/server5/msg-shivaram-2/imta/config/dispatcher.cnf
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/dl_auth.map /train/iplanet/server5/msg-shivaram-2/imta/config/dl_auth.map
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/dns_canonical.rules /train/iplanet/server5/msg-shivaram-2/imta/config/dns_canonical.rules
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/imta_tailor /train/iplanet/server5/msg-shivaram-2/imta/config/imta_tailor
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/internet.rules /train/iplanet/server5/msg-shivaram-2/imta/config/internet.rules
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/job_controller.cnf /train/iplanet/server5/msg-shivaram-2/imta/config/job_controller.cnf
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/languages.txt /train/iplanet/server5/msg-shivaram-2/imta/config/languages.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/magic.dat /train/iplanet/server5/msg-shivaram-2/imta/config/magic.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/maximum.dat /train/iplanet/server5/msg-shivaram-2/imta/config/maximum.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/maximum_charset.dat /train/iplanet/server5/msg-shivaram-2/imta/config/maximum_charset.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/maximum_command.dat /train/iplanet/server5/msg-shivaram-2/imta/config/maximum_command.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/name_content.dat /train/iplanet/server5/msg-shivaram-2/imta/config/name_content.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/option_charset.dat /train/iplanet/server5/msg-shivaram-2/imta/config/option_charset.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_bounced.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_bounced.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_deferred.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_deferred.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_delayed.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_delayed.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_delivered.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_delivered.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_failed.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_failed.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_forwarded.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_forwarded.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_header.opt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_header.opt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_prefix.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_prefix.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_suffix.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_suffix.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_timedout.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_timedout.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/bin/sendmail /train/iplanet/server5/msg-shivaram-2/imta/bin/sendmail
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/bin/cshrc /train/iplanet/server5/msg-shivaram-2/imta/bin/cshrc
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/bin/kshrc /train/iplanet/server5/msg-shivaram-2/imta/bin/kshrc
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/attach_fs.html /train/iplanet/server5/msg-shivaram-2/html/attach_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/collect_fs.html /train/iplanet/server5/msg-shivaram-2/html/collect_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/comp_fs.html /train/iplanet/server5/msg-shivaram-2/html/comp_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fldr_fs.html /train/iplanet/server5/msg-shivaram-2/html/fldr_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/frame.html /train/iplanet/server5/msg-shivaram-2/html/frame.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ldap_fs.html /train/iplanet/server5/msg-shivaram-2/html/ldap_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/mbox_fs.html /train/iplanet/server5/msg-shivaram-2/html/mbox_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/msg_fs.html /train/iplanet/server5/msg-shivaram-2/html/msg_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/opts_fs.html /train/iplanet/server5/msg-shivaram-2/html/opts_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/receipt_fs.html /train/iplanet/server5/msg-shivaram-2/html/receipt_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/compRecipient.js /train/iplanet/server5/msg-shivaram-2/html/compRecipient.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/editPabEntry.js /train/iplanet/server5/msg-shivaram-2/html/editPabEntry.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/form.js /train/iplanet/server5/msg-shivaram-2/html/form.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/editPabGroup.js /train/iplanet/server5/msg-shivaram-2/html/editPabGroup.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/lookup.js /train/iplanet/server5/msg-shivaram-2/html/lookup.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/main.js /train/iplanet/server5/msg-shivaram-2/html/main.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/pab.js /train/iplanet/server5/msg-shivaram-2/html/pab.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/util.js /train/iplanet/server5/msg-shivaram-2/html/util.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/default.html /train/iplanet/server5/msg-shivaram-2/html/en/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/mail.html /train/iplanet/server5/msg-shivaram-2/html/en/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/help2.htm /train/iplanet/server5/msg-shivaram-2/html/en/help2.htm
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/ix.htm /train/iplanet/server5/msg-shivaram-2/html/en/ix.htm
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/topics.htm /train/iplanet/server5/msg-shivaram-2/html/en/topics.htm
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/i18n.js /train/iplanet/server5/msg-shivaram-2/html/en/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/iplanet.jpg /train/iplanet/server5/msg-shivaram-2/html/en/iplanet.jpg
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/default.html /train/iplanet/server5/msg-shivaram-2/html/ja/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/mail.html /train/iplanet/server5/msg-shivaram-2/html/ja/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/i18n.js /train/iplanet/server5/msg-shivaram-2/html/ja/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/default.html /train/iplanet/server5/msg-shivaram-2/html/ko/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/mail.html /train/iplanet/server5/msg-shivaram-2/html/ko/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/i18n.js /train/iplanet/server5/msg-shivaram-2/html/ko/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/default.html /train/iplanet/server5/msg-shivaram-2/html/de/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/mail.html /train/iplanet/server5/msg-shivaram-2/html/de/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/i18n.js /train/iplanet/server5/msg-shivaram-2/html/de/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/default.html /train/iplanet/server5/msg-shivaram-2/html/fr/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/mail.html /train/iplanet/server5/msg-shivaram-2/html/fr/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/i18n.js /train/iplanet/server5/msg-shivaram-2/html/fr/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/default.html /train/iplanet/server5/msg-shivaram-2/html/es/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/mail.html /train/iplanet/server5/msg-shivaram-2/html/es/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/i18n.js /train/iplanet/server5/msg-shivaram-2/html/es/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/default.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/mail.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/i18n.js /train/iplanet/server5/msg-shivaram-2/html/zh-CN/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-TW/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-TW/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-TW/default.html /train/iplanet/server5/msg-shivaram-2/html/zh-TW/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-TW/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-TW/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-TW/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-TW/editPabGroup_fs.html
    cmdpath: none

    You are probably installing on a hardened machine.
    The "installation guide" says that if you are doing so, you need to create a file named libx11.so.4 and update your LD_LIBRARY_PATH (see http://docs.iplanet.com/docs/manuals/messaging/ims52/ig/unix/overview.htm)but:
    1- the library name is libX11.so.4 and
    2- for jre a common file is not enough, you need to install SUNWxwplt at least. This will install the library on /usr/openwin/lib.
    You can check the results running <server-root>/bin/base/jre/bin/jre
    Hope that helps and sorry about my poor english.

  • Problem occured while starting the Manged server of weblogic9.2

    Hi all,
    I am cnfiguring the OWSM on 2 machine which are in Clustering mode(Pre-Prod Env)
    I have done the installation of SOA SUITE10.1.3.1 for the same.
    After installation , i started Admin server.
    But i am facing issue while starting the managed server of weblogic9.2 through admin Server Console.(which are clustered).The managed Server state goes to ADMIN and raise the error that failed to start the server.It does not go into RUNNING state.
    The error i was recieved is :
    *####<May 13, 2009 10:21:01 AM IST> <Info> <ServletContext-/bea_wls_internal> <ggneai65> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1242190261158> <000000> <HTTPClntLogin: Login rejected with code: 'Failed', reason: java.net.ProtocolException: HTTP tunneling is disabled*
    *     at weblogic.rjvm.http.HTTPServerJVMConnection.acceptJVMConnection(HTTPServerJVMConnection.java:88)*
    *     at weblogic.rjvm.http.TunnelLoginServlet.service(TunnelLoginServlet.java:80)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     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:283)*
    *     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)*
    *     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3244)*
    *     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:2010)*
    *     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)*
    *     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)*
    *'>*
    because of which deployment of OWSM failed at managed server.
    please help me for the same ASAP.
    its urgent.
    Regards
    Gaurav

    That is an INFO message you received and would not stop a managed server from starting. To get rid of that INFO message, enable tunneling on the admin server.
    Check your node manager log file to see why the managed server is not starting.

  • Problem occuring while uploading the template therough BAPI

    Hi,
    I'm uploading inspection plans template through BAPI. While uploading its giving a error message like invalid file type. I'm using Excel sheet. I tried through Text format also. Same error message i'm getting.
    Can anybody help me.
    Regards,
    Narendra

    I guess your reply relates to a custom transaction code, if it is so, then it wont help much.
    You would need to paste the program code, as this is a custom program which resides in your SAP system & not a std. transaction which can be accessed in any SAP system.
    Regards,
    Vivek

  • CS4 Master Collection - Problem occurred while extracting...

    After spending $1,500 and two days of RL time downloading the CS4 Master Collection twice, I am just a tad frustrated.
    Each time I download the CS4 suite file and try to install it, I immediately get the error:
    "A problem occurred while extracting the archive. Please try downloading the Adobe CS4 Master Collection again."
    No. I refuse to spend another full day downloading this file yet again just to receive the same error.
    Anyone have some insight into this problem? (more so than "turn off your anti-virus program"
    Thanks in advance.

    I am having the same problem. I found a forum that suggested this. Apparently it worked for some people, but not for me. Let me know if it does:
    1. Start -> All Programs -> Accessories
    2. Right-click on Command Prompt and select "Run as..."
    3. Run as Administrator (even if you are logged in as Admin. You need to run in the Black Command Prompt, not the White one)
    4. Run: regsvr32 JScript.DLL
    5. Then run: regsvr32 vbscript.DLL
    (dont forget the spaces, or it won't work)
    6. Then try running the set up again
    As i said, it worked for some on the forum, but not others (like me). Try it and see if works for you

  • Problem while deploying app : An error occurred while contacting the subscription settings service

    I am trying to deploy a provider hosted app.
    According to various articles by MSDN, I have configured the app domain, the necessary services.
    When I go on deploying the app, I get this error:
    Error occurred in deployment step 'Install app for SharePoint': The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute
    or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
    I am not able to figure out where exactly the steps have gone wrong?
    When checked with ULS Log Viewer, I am able to find the cause, which says
    An error occurred while contacting the subscription settings service at 'http://spsite/795a076a57c543748c151b79ffc60e6c/SubscriptionSettings.svc/optimized'. 

    Hi,
    I assume you have seen this article:
    http://technet.microsoft.com/en-us/library/fp161236.aspx and that you created the Subscription Shared Service. Are you on the released version of SharePoint?
    Try stopping and restarting the subscription service from central admin.
    Cheers
    Yina

  • My ipod Nano generation 7 shuts down unexpectedly while using the NIKE  app, has anyone experienced this problem?

    My ipod Nano generation 7 shuts down unexpectedly while using the NIKE  app, has anyone experienced this problem?

    This is not a problem I have only had with 7th gen. iPod.  I have had this problem with the 5th gen.  It goes back a few years.  Nike and Apple are aware of this.  Nothing has been done.  It appears that when the iPod voice commences (whether to update you on the status of your run) and you touch a button to prompt a mileage update or song change yourself (or even brush the device wrong when taking off a jacket), the operating system overloads and cannot sort it out.  It then shuts down and reboots.  Your mileage is lost.  So sorry.  Have a nice day.
    Love the other aspects of running with a nano (small and light weight).  I can keep it high and dry and out of the way.  Like the software.  Use it almost everyday.  Hate the unknown dropped runs.  I have logged over 2,000 miles with these devices.  Today I lost another 3 miles - probably the 30-40th time it has happened.  Frustration is somewhere between time for another device to time for another system - Map My Run indeed!
    This probably occurs with my iPod once or twice a month.  Went to the Apple Store - three times.  The first time was maybe two years ago and they first tried some magic dust and then on the second visit, they swapped out my nano - it was a bit flimsy.  The problem returned.  I then upgraded.  The problem returned.  The third time they did a reset and it seemed to help.  Then, it returned.  But to download an older software version, verify the fidelity of the UBS cable, jump from computer to computer, make a trip to the Apple store, and perform so many two steps on one leg just to get what we paid for seems . . .  well, lame.  And, Apple told us the thingy would work using all the different computers and software (Vista, Nike, etc. etc.).   
    Oh, one other thing.  The Apple Store told me to complain to Nike.  Nike said their software is fine.  This is like dealing with General Motors or the government - but, worse.  Not my problem man.  See the guy over there.  Got it.
    I note that no one from Apple is jumping in the chain here with a fix.  So much for customer exuberance.  Generally like Apple.  We have about 20 Apple devices in our family (desktops, portables, phones, pods, tablets) and are lining up for the watches . . .  but, maybe Apple is an idea who time has come and gone, . . . like the wind. 

  • Azure service bus problem : An error occurred while retrieving the Service Bus namespace configuration information

    Almost all of my service bus has the following issue. The error message I have from the Management Portal was "An error occurred while retrieving the Service Bus namespace configuration information. Please try again later." This happen for almost
    2 days.
    Anyone face the same issue? how to resolve this?

    Hi,
    If you create a new one, did you receive the same issue? If that, I suggest you submit a ticket at:
    http://www.windowsazure.com/en-us/support/contact/
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Windows App Certification Kit 3.4 error occurred while generating the report (the application will exit)

    Hi all,
    I've encounter a pretty big issue while trying to check if everything with my windows phone 8.1 app is all right. After creating package (*.appx) I launched Windows App Certification Kit 3.4 to run it against all the test. Each time I try I get an error saying
    "an error occurred while generating the report. the application will exit" and Certification tool just crushes
    I looked online for some solutions but couldn't find any. Somebody knows what is going on and how to fix it ?
    Can't insert images into post because of not verified account so imgur:
    http://imgur.com/ptT0cU3

    Try sending it to store anyway… I have the similar issue, the kit hangs when saving result and never complete it.
    Another member has same question.
    https://social.technet.microsoft.com/Forums/en-US/11910167-75e1-47d8-a0fb-fb8046c57f89/windows-app-certification-kit-31-reports-failure-due-to-crash-or-hang?forum=projectsiena.
    If you want to test your app, you can also send to beta store and you can get response from the testers.

  • I am running Windows 7  and trying to update to iTunes version 10.5 (from version 10.3.1.55) and I keep getting the following error message, 'Error occurred while installing the updates. If the problem persists, choose Tools Download Only and try instal

    I am running Windows 7 home edition and trying to update to iTunes version 10.5 (from version 10.3.1.55) and I keep getting the following error message, ‘Error occurred while installing the updates. If the problem persists, choose Tools > Download Only and try installing manually’ which I do only to have the same error message pop up.

    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • Trying to update iTunes and I get the error - "errors occured while installing the updates. If the problem persists, choose Tools Download only and try installing manually". Currently on version 10.5.3.3 trying to update to 11.0.2 on a Windows 7 64-bit

    Trying to update iTunes and I get the error - "errors occured while installing the updates. If the problem persists, choose Tools > Download only and try installing manually". Currently on version 10.5.3.3 trying to update to 11.0.2 on a Windows 7 64-bit.

    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • Errors occurred while installing the updates. if the problem persists choose tools download only

    errors occurred while installing the updates. if the problem persists choose tools download only and install manully.

    Does anyone get this message when attempting to download?  What to do?
    The webpage athttps://swdlp.apple.com/cgi-bin/WebObjects/SoftwareDownloadApp.woa/wa/getProduct Data?localang=en_us&grp_code=itunes&returnURL=http://www.apple.com/itunes/downlo ad&isMiniiFrameReq=N might be temporarily down or it may have moved permanently to a new web address.
    Error 501 (net::ERR_INSECURE_RESPONSE): Unknown error.

Maybe you are looking for

  • Web form doesn't fill the whole screen

    I have forms (version 6i) running on the intranet. When I run these as client/server the forms fill the whole of the physical screen; but when in the brower, the forms leave a 2 inch border on the right hand side. I want the forms to occupy the whole

  • Why can't I open apps?

    When I download apps from the internet (e.g. BetterTouchTool) that aren't packaged in a .dmg file (i.e. they are in an archive of some sort) I can't open them. Initially when I open them, it says 'Are you sure you want to open this application. It wa

  • Printing multiple photos per page ?

    in Canon easi print you can select many photos and/ or many copies of the photo and select how many per page. for example : 2 x photo A, 3 x B, C, D & E ; 8 photos total on 2 x A4 sheets. or you could select 8 on 1 page, or 2 on 4 pages... Does Mac h

  • SSD Condition types in Controlling

    Dear All, We maintain the SD condition types in CO for Profitability analysis purpose. can anyone tell me the Transaction code for the same as i have used it before and am nto recollecting the same. In Co - we maintain the same condition tpye with a

  • Function Keys on Qosmio G30

    Anyone know if there is a way to invoke the keyboard Function keys from an externally connected keyboard (for example, issuing FN F5)? Thanks Phil