Deploying Petstore1.3_01

Using OC4J (Standalone) with Oracle9i
When using deply_petstore.bat or manual efforts to deploy
java -jar %J2EE_HOME%/admin.jar ormi://localhost admin manager -deploy -file %PETSTORE_HOME%/petstore.ear -deploymentName petstore
The following error results
C:\Oracle\or9i\j2ee\home>echo off
Deploying Petstore
Deploying Storefront
Error instantiating application: Error loading web-app 'petstore' at C:\Oracle\or9i\j2ee\home\applications\_petstore\pet
store: Unknown assembly tag in file:/C:/Oracle/or9i/j2ee/home/applications/_petstore/petstore/: <ejb-local-ref>
Anyone have a solution

Robert -
Which version of OC4J are you using?
Error instantiating application: Error loading web-app 'petstore' at C:\Oracle\or9i\j2ee\home\applications\_petstore\pet
store: Unknown assembly tag in file:/C:/Oracle/or9i/j2ee/home/applications/_petstore/petstore/: <ejb-local-ref>The EJB-LOCAL-REF is a tag that was introduced in J2EE 1.3 to support the local interface model of EJB 2.0.
To deploy the J2EE 1.3 version of the Java Petstore which it looks like you are doing, you would need to use the OC4J 903 version. The OC4J 903 version is J2EE 1.3 compatible.
hope that helps
-steve-
Using OC4J (Standalone) with Oracle9i
When using deply_petstore.bat or manual efforts to deploy
java -jar %J2EE_HOME%/admin.jar ormi://localhost admin manager -deploy -file %PETSTORE_HOME%/petstore.ear -deploymentName petstore
The following error results
C:\Oracle\or9i\j2ee\home>echo off
Deploying Petstore
Deploying Storefront
Error instantiating application: Error loading web-app 'petstore' at C:\Oracle\or9i\j2ee\home\applications\_petstore\pet
store: Unknown assembly tag in file:/C:/Oracle/or9i/j2ee/home/applications/_petstore/petstore/: <ejb-local-ref>
Anyone have a solution

Similar Messages

  • Problem deploying petstore with derby

    Hi all,
    I am deploying petstore1.4 on SunApplicationServer and default database derby. The asant and asant deploy is all complete. How ever I get the exception when populate the database. After some time of investing the sample folder and the build file, the problem may be this: - in the derby sql script folder, 3 databases have to be create separately: petstoredb, opcdb, supplierdb. However in the admin console, all the three connection pools just connect to derbyDB and in the build file just one script is executed ?
    Can anyone encouter the same problem and please show me how to fix this and make it work ?
    Thanks,

    You might want to ask this on the OC4J forum:
    OC4J
    Also chapter 13 in this tutorial might help:
    http://www.oracle.com/technology/obe/JavaEE_tutorial_10131/index.htm

  • Petstore 1.3 Problem in Websphere 4.0 - DeploymentDescriptorLoadException:

    Hi,
    I am getting error like "DeploymentDescriptorLoadException:" when I try to install petstore 1.3_10 application .ear file in Websphere 4.0. Following is the full error details which i have received in the message box.
    ---------------------------------Error Message Begin----------------------------------------------------
    Exception:
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.RemoteException: ; nested exception is:
         java.rmi.RemoteException: ; nested exception is:
         com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/application.xmljava.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.RemoteException: ; nested exception is:
         java.rmi.RemoteException: ; nested exception is:
         com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/application.xmljava.rmi.RemoteException: ; nested exception is:
         java.rmi.RemoteException: ; nested exception is:
         com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/application.xmljava.rmi.RemoteException: ; nested exception is:
         com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/application.xmlcom.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/application.xmlStack trace of nested exception:com.ibm.etools.archive.exception.ResourceLoadException: Could not load resource: META-INF/application.xml in archive E:\testarea\petstore1.3_01\petstore.earStack trace of nested exception:com.ibm.etools.archive.exception.ArchiveRuntimeException: Failed to invoke the method named: parseStack trace of nested exception:com.ibm.etools.archive.exception.NotSupportedException: Type is unrecognized or not yet supported: PUBLIC_ID=-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN;SYSTEM_ID=http://java.sun.com/dtd/application_1_3.dtd
    ---------------------------------Error Message End----------------------------------------------------
    Please help me if any any one come across such error message.
    Thanks in advance.
    Venkat

    Hi,
    I had the same problem deploying an application on the websphere 4.
    I solved it by changing the application to a j2ee 1.2 application instead of 1.3.
    Probably setting up websphere 5.0 will solve it.
    Hope it helps.
    Cheers,
    Raymond

  • Sun J2EE SDK 1.3_01, java.lang.ClassCastException thrown during deployment

    I encountered a bug while using the deploytool to deploy
    an EAR file to the Sun J2EE 1.3_01 server.
    I submitted a bug report to Sun via the Sun Java Developer Connection.
    (Sorry, it has not been assigned a BugID yet)
    Question:
    Does anybody know if the web container in Sun's
    J2EE 1.3_01 server supports access to local enterprise beans?
    Screenshots of the bug are available at
    http://sync4j.sourceforge.net/deploymentbug/
    Full details below....
    -Sean
    category: j2ee
    subcategory: deployment
    release: 1.3_01
    hardware: x86
    OSversion: windows_2000
    synopsis: java.lang.ClassCastException thrown during deployment of Session bean
    java -version
    java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    C:\j2sdkee1.3\bin>j2ee -version
    Java 2 Enterprise Edition version 1.3_01, build 1.3_01-b01
    I built a EJB 2.0 compliant stateful session bean.
    The session bean has a remote interface (ISyncRemote),
    a remote home interface (ISyncHomeRemote),
    a local interface (ISyncLocal),
    and a local home interface (ISyncHomeLocal).
    I built an HTTP Servlet that is supposed to access
    the Stateful Session Bean using ISyncHomeLocal and
    ISyncLocal
    I run "deploytool.bat" in GUI mode to perform the deployment.
    During deployment, the deploytool GUI displays a message
    box which states:
    "There was a deployment error.
    java.rmi.ServerException: RemoteException occurred in server thread;
    nested exception is:
    java.rmi.RemoteException: An error was encountered while loading
    a web component.
    Please refer to
    <J2EE_HOME>/logs/<machine-name>/j2ee//j2ee/error.log
    for more information. Please verify your Application with the
    Verifier tool."
    The "error.log" file did not contain any useful information.
    I ran the J2EE "verifier.bat" tool to verify that my EAR archive is OK.
    The Sun J2EE server output this error string:
    "java.lang.ClassCastException:
    com.sun.enterprise.deployment.EjbExternalDescriptor"
    Here is the full output from the Sun J2EE server:
    C:\j2sdkee1.3\bin>j2ee -verbose
    J2EE server listen port: 1050
    Naming service started:1050
    Binding DataSource, name = jdbc/EstoreDB, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/Cloudscape, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/DB1, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/DB2, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/InventoryDB, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/XACloudscape, url = jdbc/XACloudscape__xa
    Binding DataSource, name = jdbc/XACloudscape__xa, dataSource =
    COM.cloudscape.core.RemoteXaDataSourc
    e@245536
    Starting JMS service...
    Initialization complete - waiting for client requests
    Binding: < JMS Destination : jms/Queue , javax.jms.Queue >
    Binding: < JMS Destination : jms/Topic , javax.jms.Topic >
    Binding: < JMS Cnx Factory : TopicConnectionFactory , Topic , No properties >
    Binding: < JMS Cnx Factory : jms/TopicConnectionFactory , Topic , No properties
    >
    Binding: < JMS Cnx Factory : QueueConnectionFactory , Queue , No properties >
    Binding: < JMS Cnx Factory : jms/QueueConnectionFactory , Queue , No properties
    >
    Starting web service at port: 8000
    Starting secure web service at port: 7000
    J2EE SDK/1.3
    Starting web service at port: 9191
    J2EE SDK/1.3
    J2EE server startup complete.
    Compiling c:\j2sdkee1.3\repository\rbi\gnrtrTMP\Sync4j Server enterprise
    application\sync4j\server\s
    yncbean\SyncBean_LocalHomeImpl.java ....
    Compiling c:\j2sdkee1.3\repository\rbi\gnrtrTMP\Sync4j Server enterprise
    application\sync4j\server\s
    yncbean\SyncBean_EJBLocalObjectImpl.java ....
    Compiling c:\j2sdkee1.3\repository\rbi\gnrtrTMP\Sync4j Server enterprise
    application\sync4j\server\s
    yncbean\SyncBean_RemoteHomeImpl.java ....
    Compiling c:\j2sdkee1.3\repository\rbi\gnrtrTMP\Sync4j Server enterprise
    application\sync4j\server\s
    yncbean\SyncBean_EJBObjectImpl.java ....
    rmic sync4j.server.syncbean.SyncBean_RemoteHomeImpl...
    rmic sync4j.server.syncbean.SyncBean_EJBObjectImpl...
    c:\j2sdkee1.3\repository\rbi\applications\Sync4j Server enterprise
    application1004172068449Server.ja
    r
    Binding name:`java:comp/env/ejb/ISyncHomeRemote`
    Binding name:`java:comp/env/ejb/ISyncHomeLocal`
    java.lang.ClassCastException:
    com.sun.enterprise.deployment.EjbExternalDescriptor
    at com.sun.enterprise.deployment.EjbReferenceDescriptor.getValue
    (EjbReferenceDescriptor.java
    :202)
    at com.sun.enterprise.naming.NamingManagerImpl.bindObjects
    (NamingManagerImpl.java:394)
    at com.sun.web.server.WebService.addContext(WebService.java:148)
    at com.sun.web.server.ServletDeployerImpl.loadWebComponents
    (ServletDeployerImpl.java:214)
    at
    com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployWebComponent
    s
    (JarInsta
    llerImpl.java:791)
    at
    com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication
    (JarInstall
    erImpl.java:219)
    at
    org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie.
    invoke(Un
    known Source)
    at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch
    (ServerDelegate.java:355)
    at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:273)
    at com.sun.corba.ee.internal.iiop.RequestProcessor.process
    (RequestProcessor.java:84)
    at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run
    (ThreadPool.java:99)
    Does the Sun J2EE server implementation support the invocation
    of Session EJB's via a Local interface?
    Does the Sun J2EE server implementation allow a Servlet to invoke
    Session EJB's via the bean's Local interface?
    While researching this issue, I read the J2EE 1.3 final specification.
    The spec says:
    "The EJB container is required to access to local enterprise beans.
    We recommend that the web container also support access to local
    enterprise beans."
    Does the web container in Sun's J2EE server support access to local enterprise beans?

    I'm pretty much sure that you cannot access a
    local Session bean from outside the EJB container.Please read the J2EE 1.3 specification before posting messages about EJB and J2EE.
    According to the J2EE 1.3 specification:
    "The EJB container is required to support access to local enterprise beans. We recommend that the web container also support access to local enterprise beans.
    No support is provided for access to local enterprise beans from the application client container or the applet container."
    If you use local interfaces for your session bean,
    than your client must be local too. A local client is
    a client that is collocated in the same JVM with the
    session/entity that provides the local view and which
    can be tightly coupled to the bean.My client is running in the same JVM as my EJB. The client is a servlet. The servlet is running in the same JVM as the EJB.
    For what its worth, the error that I observed occurs during deployment. I haven't figured out why deployment is failing.

  • Petstore1.3 "setup deploy" failure

    I'm trying to install Petstore1.3 on my Windows98 machine with jdk1.3.1 and j2sdkee1.3. However the command "setup deploy" failed with the error message:
    [java] Sender object Deploytool (Main): Could not connect to localhost

    I'm trying to install Petstore1.3 on my Windows98
    machine with jdk1.3.1 and j2sdkee1.3. However the
    command "setup deploy" failed with the error message:
    [java] Sender object Deploytool (Main): Could not
    connect to localhost
    If you changed the port number in orb.properties, you need to do the same in setup.xml.

  • Petstore1.4 deploy failed!!

    I downloaded the latest J2EE-SDK-1.4 AND INSTALLED IT SUCCESSFULLY. I was able to launch the default domain and view the http://localhost:8080 page.
    BUT,
    I went to the <install_dir>samples/blueprints/petstore1.4/src folder ...-
    I am getting the following error when i issued the "asant deploy " command!
    keygen_common:
    [echo] Generating key for user jps_admin in server server
    [sun-appserv-admin] Executing: create-file-user port 4848 host QA-44 --passw
    ord password user admin groups administrator_group --userpassword=admin jps_
    admin
    [sun-appserv-admin] Operation 'addUser' failed in 'configs' Config Mbean.
    [sun-appserv-admin] Target exception message: User jps_admin already exists.
    BUILD FAILED
    file:C:/Sun/AppServer/samples/blueprints/petstore1.4/src/build.xml:410: An excep
    tion occurred while running the command. The exception message is: CLI137 Comma
    nd create-file-user failed..
    any help to get past this issue will be greatly appreciated!!
    thanks in advance
    -pudur

    This is expected behavior for the Developer Release, as documented in the petstore docs. It states that users need to undeploy before redeploying. Also, if you only want to cleanup the jdbc resources, admin users, etc, you can run 'asant unsetup', there should be no need to modify build.xml file to 'comment out' lines.
    For the FCS release, we've change the build scripts to inform the user if resources/users/etc. already exists, then we'll just reuse them, and the build won't stop at that point.

  • How to deploy the petstore1.4?

    I know little about the petstore.
    So,I need some knowledge about it.
    If you know how to do that,please reply the topic.
    Thanks!

    The exact Deployment procedure varies between Application Servers and Platform
    If you are learning J2EE, your best option is to install the J2EE ref implementation then simply copy the Application files to the AutoDeploy folder. You also need to some DB Configuration but simple following the instructions.

  • Any tool to help deploy with Exploded Directory Format

    I read through the "Oracle9iAS Containers for J2EE" Getting Started document and saw the section on "Deploying with Exploded Directory Format". I would like to take the Petstore1.1.2 code and put it in exploded directory format so that OC4J can easily pick up changes to servlets and EJBs. But the codebase for Petstore is complicated enough that I would like to have a tool (possibly ant) that can automate the process of going from either the source directory or even ear file to the "exploded directory format".
    Are there any tools available to help automate this process??

    Never mind. This stuff is a lot simpler than I initially thought. There is no need for a tool because it is easy enough to do by hand.
    Sorry for bothering everyone

  • Petstore deployment failure

    Hi folks,
    I am a newbie to J2EE. I downloaded Petstore1.3 and installed it on
    my W2K. According to the instructions, I ran setup, then launched
    cloudscape database and j2ee server, and ran "setup deploy", and then
    restarted cloudscape and j2ee. But when I tried to access
    http://localhost:8000/petstore/, it said that the resource wasn't available.
    It seems to me that the environment varibles JAVA_HOME and J2EE_HOME
    have been set correctly. And I was able to run a couple of servlets.
    Thanks in advance for your help!

    I got the same problem. I followed the intallation step in the doc.
    but when I run "setup deploy", I got following message:
    deploy:
    [echo] Deploying ears ....
    [java] java.lang.SecurityException: sealing violation
    [java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
    [java] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.Init(XMLValidationHandler.
    java:50)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.<init>(XMLValidationHandle
    r.java:38)
    [java] at com.sun.enterprise.deployment.ApplicationArchivist.getApplicationName(Application
    Archivist.java:1720)
    [java] at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:155)
    [java] Deploy the application in petstore.ear on the server localhost saving the client jar as
    null
    [java] Sender object Deploy Tool : Deploy null on localhost
    [java] Remote message: Contacted Server....
    [java] Remote message: Application null transferred.
    [java] Sender object Deploytool (Main) : RemoteException occurred in server thread; nested exce
    ption is:
    [java] java.rmi.RemoteException: Error saving/opening
    [java] Java Result: 1
    [java] java.lang.SecurityException: sealing violation
    [java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
    [java] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.Init(XMLValidationHandler.
    java:50)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.<init>(XMLValidationHandle
    r.java:38)
    [java] at com.sun.enterprise.deployment.ApplicationArchivist.getApplicationName(Application
    Archivist.java:1720)
    [java] at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:155)
    [java] Deploy the application in opc.ear on the server localhost saving the client jar as null
    [java] Sender object Deploy Tool : Deploy null on localhost
    [java] Remote message: Contacted Server....
    [java] Remote message: Application null transferred.
    [java] Sender object Deploytool (Main) : RemoteException occurred in server thread; nested exce
    ption is:
    [java] java.rmi.RemoteException: Error saving/opening
    [java] Java Result: 1
    [java] java.lang.SecurityException: sealing violation
    [java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
    [java] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.Init(XMLValidationHandler.
    java:50)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.<init>(XMLValidationHandle
    r.java:38)
    [java] at com.sun.enterprise.deployment.ApplicationArchivist.getApplicationName(Application
    Archivist.java:1720)
    [java] at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:155)
    [java] Deploy the application in supplier.ear on the server localhost saving the client jar as
    null
    [java] Sender object Deploy Tool : Deploy null on localhost
    [java] Remote message: Contacted Server....
    [java] Remote message: Application null transferred.
    [java] Sender object Deploytool (Main) : RemoteException occurred in server thread; nested exce
    ption is:
    [java] java.rmi.RemoteException: Error saving/opening
    [java] Java Result: 1
    [java] java.lang.SecurityException: sealing violation
    [java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
    [java] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.Init(XMLValidationHandler.
    java:50)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.<init>(XMLValidationHandle
    r.java:38)
    [java] at com.sun.enterprise.deployment.ApplicationArchivist.getApplicationName(Application
    Archivist.java:1720)
    [java] at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:155)
    [java] Deploy the application in petstoreadmin.ear on the server localhost saving the client ja
    r as null
    [java] Sender object Deploy Tool : Deploy null on localhost
    [java] Remote message: Contacted Server....
    [java] Remote message: Application null transferred.
    [java] Sender object Deploytool (Main) : RemoteException occurred in server thread; nested exce
    ption is:
    [java] java.rmi.RemoteException: Error saving/opening
    [java] Java Result: 1
    [echo] The petstore application is now installed.
    [echo] Please restart your cloudscape database and the J2EE server, and then point your browser
    to http://localhost:8000/petstore to access petstore.
    BUILD SUCCESSFUL
    Total time: 13 seconds
    I do not know what is wrong with the deployment?
    Can anybody here give me some hint?
    Thanks!

  • Error while deploying petstore

    Hi Guys,
    I am trying to setup petstore on win xp.
    I am using:
    j2sdk1.4.1_02, j2sdkee1.3.1 and petstore1.3.1_02
    I start the db, j2ee server and start deploying by:
    setup deploy
    but then this message appears in both setup shell and j2ee shell.
    java.io.IOException: Error in opening uri http://localhost:8000/sun-j2ee-ri_1_4.dtdstatus code=404
    Does anybody know what the problem is?
    regards,
    fsalimi

    Did you try to see if the j2ee server is running well?
    Befroe running petstore try this:
    http://localhost:8000
    You should see the j2ee answer as
    "J2EE 1.3
    Default Home Page
    Congratulations!
    Viewing this page means that your Web Server has been installed correctly and is serving files properly.
    [email protected]"
    If you are not able to see this, your j2ee server is not well running.
    Cristian

  • Error while deploying a PAR file from NWDS into an ECC.

    Hi all,
    I am getting this error while deploying a PAR file from NWDS into an ECC.
    Operation Failed: Please make sure the server is running or check the log (sap-plugin.log) for
    more detail.
    My server is running properly
    1 - Where is sap-plugin.log file? I don´t find it. 
    2 - Could there be another file with another name with information about the error?
    3 - Is there another way to deploy the file directly from the ECC?
    Regards,

    Hi,
    Just make sure you have maintained correct server setting to check the same open the NWDS and follow this path
    Windows/ Prefereces / SAP Enterprise Portal
    Check the following enteries
    Alias
    Host
    Port
    Login etc.
    Regards,

  • Error while deploying a workflow in OWB

    Hi,
    I am getting the below error while deploying a workflow in Control Center.
    ORA-29532: Java call terminated by uncaught Java exception: java.sql.SQLException: The file /u01/app/oracle/product/11.2.0.2/dbhome_1/owb/bin/admin/rtrepos.properties cannot be accessed or has not been properly created on the server XXXXXX. If the file does not exist or if the database owner (normally user 'oracle') does not have the required file permissions or if the file has not been properly created then the file can be recreated by running the SQL*Plus script /u01/app/oracle/product/11.2.0.2/dbhome_1/owb/rtp/sql/reset_repository.sql (in a RAC environment the file must be manually copied to each server which is used for OWB). Otherwise if using a 10.2 database instance, then please run the SQL*Plus script /u01/app/oracle/product/11.2.0.2/dbhome_1/owb/UnifiedRepos/reset_owbcc_home.sql.
    Did any one faced this issue before?
    Kindly let me know the steps to resolve the issue.
    Thanks.

    Hi Vidyanand,
    Did you create the runtime access user using the runtime assistant? Did you select the correct runtime repository (if you have more) to associate your runtime access user with?
    Note that there are 4 database roles being created when you create a runtime repository owner:
    - OWB_A_<runtime repository owner>
    - OWB_D_<runtime repository owner>
    - OWB_R_<runtime repository owner>
    - OWB_U_<runtime repository owner>
    If you would grant those roles to a user, then that user becomes an access user for the user with username <runtime repository owner>.
    Note that you can also use the runtime repository credentials to connect to the runtime repository for deployment purposes, but you may not want that because of security concerns.
    Thanks,
    Mark.

  • Error While Deploying A Web Dynpro Appln thru NWDS

    HI,
    I am getting an error while deploying a Web Dynpro Application through NWDS.Following is the Exception
    Aborted: development component '<ComponentName>'/'local'/'LOKAL'/'0.2006.07.26.15.06.05':Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [sapsbx28] with user name: [J2EE_ADMIN] Check your login information. Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.] (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    When i give a request for deployment it asks for the SDM password. I enter a valid SDM pwd. If i enter  a invalid SDM pwd i get  some other exception. So the pwd SDM entered by me is correct.
    can any one help me in solving this
    regards
    Nilesh Taunk

    Hi Nilesh,
           Try opening Visual Admin if your not able to login with username(administrator) and password. Problem with NWD2004s do the following steps.
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation=>SAVE properly
    Restart the server and try login visual admin
           Deploy now...Other wise see this thread same error solved:
    Re: An Deploy Problem about Credentials.
    Regards
    Suresh

  • Step-by-Step Help Needed for Deploying Some Adobe Software

    We are a K-12 educational institution.  I am currently working at setting up a computer lab with about 16 MacMini computers.
    I'm VERY new to the realm of servers, deployment, using terminal, etc.
    I've done lots of research to make it to where I am, but just can't wrap my head around what needs done next with the Adobe products.
    I am using Server OSX (v3) and DeployStudio (v 1.6.3) to try and manage the computers.
    Both my server and clients are running Mavericks 10.9.
    I deployed my core images successfully and would like to now send Adobe products only the computers I choose since I have limited licenses.
    We have volume licenses of Adobe InDesign CS6 and Photoshop Elements 12 that we would like to deploy.
    I have been referencing the following sites, but just can't seem to wrap my head around the EXACT steps that need to be taken.
    http://blogs.adobe.com/oobe/2010/10/adobe-provisioning-toolkit-enterprise-edition.html
    http://helpx.adobe.com/creative-cloud/packager/provisioning-toolkit-enterprise.html
    http://helpx.adobe.com/photoshop-elements/kb/silent-install-instructions-photoshop-element s2.html
    http://forums.adobe.com/message/5781663
    For Adobe InDesign CS6 - I've done the following:
    Created an "Installation Package" using Adobe Application Manager Enterprise Edition (AAMEE v6.2.112.0) using the following instructions.
    http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/Ad obeApplicationManagerEnterpriseEditionDeploymentGuide_v_3_1.pdf
    If I log into the client computer, put the package ON the client computer, and run it...it takes me through the install and works wonderfully.It's not automated like I wanted/thought I set it up to do. I have to click through the steps of the installer.
    If I try to deploy it using the "Package install" Workflow in DeployStudio...it loads it during the workflow, then skips through it, acts like it installed it, but it isn't actually installed.Is there a setting that I need to possibly change somewhere?
    For Adobe Photoshop Elements 12 - I'm a bit lost and mostly just have questions:
    I know that I can't use AAMEE and need to use APTEE (Adobe Provisioning Toolkit Enterprise Edition).
    How do I deploy the software? Create my own Package using PackageMaker?
    Which computer do I run APTEE on? All the instructions I can find just say, "do this" - but don't specify where.
    Do I have to open terminal and run the commands on each client computer AFTER installing PE12?
    OR
    Do I run the commands BEFORE deployment on my package stored on my server that is ready for deployment?
    It really comes down to me just not 100% understanding how APTEE works.
    I hope that pertrays my dilemma. I've tried to explain best I can.  If you have any questions - let me know!
    Thanks in advance for any insight you can give!

    We are a K-12 educational institution.  I am currently working at setting up a computer lab with about 16 MacMini computers.
    I'm VERY new to the realm of servers, deployment, using terminal, etc.
    I've done lots of research to make it to where I am, but just can't wrap my head around what needs done next with the Adobe products.
    I am using Server OSX (v3) and DeployStudio (v 1.6.3) to try and manage the computers.
    Both my server and clients are running Mavericks 10.9.
    I deployed my core images successfully and would like to now send Adobe products only the computers I choose since I have limited licenses.
    We have volume licenses of Adobe InDesign CS6 and Photoshop Elements 12 that we would like to deploy.
    I have been referencing the following sites, but just can't seem to wrap my head around the EXACT steps that need to be taken.
    http://blogs.adobe.com/oobe/2010/10/adobe-provisioning-toolkit-enterprise-edition.html
    http://helpx.adobe.com/creative-cloud/packager/provisioning-toolkit-enterprise.html
    http://helpx.adobe.com/photoshop-elements/kb/silent-install-instructions-photoshop-element s2.html
    http://forums.adobe.com/message/5781663
    For Adobe InDesign CS6 - I've done the following:
    Created an "Installation Package" using Adobe Application Manager Enterprise Edition (AAMEE v6.2.112.0) using the following instructions.
    http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/Ad obeApplicationManagerEnterpriseEditionDeploymentGuide_v_3_1.pdf
    If I log into the client computer, put the package ON the client computer, and run it...it takes me through the install and works wonderfully.It's not automated like I wanted/thought I set it up to do. I have to click through the steps of the installer.
    If I try to deploy it using the "Package install" Workflow in DeployStudio...it loads it during the workflow, then skips through it, acts like it installed it, but it isn't actually installed.Is there a setting that I need to possibly change somewhere?
    For Adobe Photoshop Elements 12 - I'm a bit lost and mostly just have questions:
    I know that I can't use AAMEE and need to use APTEE (Adobe Provisioning Toolkit Enterprise Edition).
    How do I deploy the software? Create my own Package using PackageMaker?
    Which computer do I run APTEE on? All the instructions I can find just say, "do this" - but don't specify where.
    Do I have to open terminal and run the commands on each client computer AFTER installing PE12?
    OR
    Do I run the commands BEFORE deployment on my package stored on my server that is ready for deployment?
    It really comes down to me just not 100% understanding how APTEE works.
    I hope that pertrays my dilemma. I've tried to explain best I can.  If you have any questions - let me know!
    Thanks in advance for any insight you can give!

  • Deploying only Acrobat XI Pro CC package w/ Enterprise Serial # - Still getting "Sign In Required"

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

Maybe you are looking for

  • What is the best process to backup and rebuild an iMac?

    I have an old iMac running Snow Leopard.  It's starting to show signs of age in how it's been running, so I thought I'd start over with it. I've rebuilt Windows machines but never a Mac.  I have tons of stuff I don't want to lose.  I have Time Machin

  • How to resolve create type error?

    Hi all, I am duplicating the contents of schema1 to schema2 on the same database. So I used expdp schema1/schema1 .... exporting schema1. Then impdp schema2/schema2 remap_schema=schema1:schema2 These 2 schemas have dba privilege. Why do I get this er

  • Superdrive Not Found

    Normaly when I boot up my MacBook, the super drive makes a lot of noise, then I get the Mac boot sound. And I load up. But now the super drive is no longer making noise, and is not showing up under System Profiler under Disc Burning. I currently have

  • Entry Form: replacing textfields

    Hallo, how can I replace the value of a textfield by another one? ex, I have 2 textfield: title, name. if field 'title' is empty then replace values of 'title' with the value of 'name'. thanks Nicole

  • How do I re-download Adobe CS 5.5 Production Premium without the disk

    How do I re-download Adobe CS 5.5 Production Premium without the disk? I have the Serial # and Product Code.