Problem deploying Duke's Bookstore JavaEE5 example

Hello everyone,
I am having problems deploying the Duke's Bookstore example. I am trying to follow the tutorial.
I have already updated the information concerning AS_ADMIN_PASSWORD on the file "build.properties". It took me some times... by the way i am new in J2EE tecnology and i am trying to get the example working so i can see the example running.
Right now i am able to run ant to build the example so i get the .war file and the other files in the "build" and "dist" directory.
I am stock in the operation concerning the database. I get to the same error weather i try "ant deploy" or "ant create-tables"... this is the message that i get:
C:\javaeetutorial5\examples\web\bookstore1>ant deploy
Buildfile: build.xml
check:
tools:
-pre-deploy:
-pre-init:
init:
check:
tools:
start-db:
[exec] Database already started on host localhost, port 1527.
[exec] Command start-database executed successfully.
delete-tables:
[sql] Executing file: C:\javaeetutorial5\examples\web\bookstore1\${db.delete.src}
BUILD FAILED
C:\javaeetutorial5\examples\web\bookstore1\build.xml:25: The following error occurred while executing this line:
C:\javaeetutorial5\examples\bp-project\database-ant.xml:48: java.io.FileNotFoundException: C:\javaeetutorial5\examples\web\boo
kstore1\${db.delete.src} (El sistema no puede hallar el archivo especificado)
Total time: 7 seconds
By the way, i am spanish thats why the error message its in spanish! :)
Its saids something about a missing file, a file that it can not be found. I dont know which one is the missing file... so i dont know what to do.
I have looked both "build.xml" and "database-ant.xml" to see if i see something, but as i told you i am need in J2EE and this is getting very difficult.
It seems very easy in the tutorial, but in practice you have to do other things to make it works. I dont know why this information it is not in the tutorial.
I really hope that somebody can help me...
Thx in advances

Hello everyone,
I am having problems deploying the Duke's Bookstore
example. I am trying to follow the tutorial.
I have already updated the information concerning
AS_ADMIN_PASSWORD on the file "build.properties". It
took me some times... by the way i am new in J2EE
tecnology and i am trying to get the example working
so i can see the example running....
C:\javaeetutorial5\examples\web\bookstore1>ant
deploy
Buildfile: build.xml
check:
tools:
-pre-deploy:
-pre-init:
init:
check:
tools:
start-db:
[exec] Database already started on host
localhost, port 1527.
[exec] Command start-database executed
successfully.
delete-tables:
[sql] Executing file:
C:\javaeetutorial5\examples\web\bookstore1\${db.delete
.src}
BUILD FAILED
C:\javaeetutorial5\examples\web\bookstore1\build.xml:2
5: The following error occurred while executing this
line:
C:\javaeetutorial5\examples\bp-project\database-ant.xm
l:48: java.io.FileNotFoundException:
C:\javaeetutorial5\examples\web\boo
kstore1\${db.delete.src} (El sistema no puede hallar
el archivo especificado)
Total time: 7 seconds
By the way, i am spanish thats why the error message
its in spanish! :)
Its saids something about a missing file, a file that
it can not be found. I dont know which one is the
missing file... so i dont know what to do.
I have looked both "build.xml" and "database-ant.xml"
to see if i see something, but as i told you i am
need in J2EE and this is getting very difficult.The property db.delete.src is set in:
.../javaeetutorial5/examples/bp-project/javadb.properties
Check to make sure that this file exists. It should. You don't have to create it or edit it, as it is shipped with the correct properties for the tutorial.
Also, have you followed the instructions on setting javaee.home in your build.properties, as described here:
http://java.sun.com/javaee/5/docs/tutorial/doc/About.html#wp87965
-ian

Similar Messages

  • Problems with Duke's Bookstore Examples (Chapter 3 of the J2EE 1.4 Tut)

    Hi
    Please help me, I am going through the J2EE tutorial (I have the Sun App Server 8 installed on a Win XP Service Pack 2 machine) but am running into problems.
    I'm having a problem with the
    1. asant build and
    2. asant create-db_common
    commands.
    1. asant build
    ===========
    When trying to use the command asant build I get the following problems:
    D:\P.Files Ext\MJ Ext\J2EE 1.4 Tutorial EXT\j2eetutorial14\examples\web\bookstore>asant build
    Buildfile: build.xml
    D:\P.Files%20Ext\MJ%20Ext\J2EE%201.4%20Tutorial%20EXT\j2eetutorial14\examples\common\targets.xml could not be found
    D:\P.Files%20Ext\MJ%20Ext\J2EE%201.4%20Tutorial%20EXT\j2eetutorial14\examples\web\common\targets.xml could not be found
    init:
    prepare:
    build:
    [javac] Compiling 11 source files to D:\P.Files Ext\MJ Ext\J2EE 1.4 Tutorial EXT\j2eetutorial14\examples\web\booksto
    re\build
    BUILD FAILED
    file:D:/P.Files%20Ext/MJ%20Ext/J2EE%201.4%20Tutorial%20EXT/j2eetutorial14/examples/web/bookstore/build.xml:54: D:\lib not found.
    Total time: 8 seconds
    I then created an empty folder = D:\lib
    It then seemed to work?? but still could not find targets.xml as below
    D:\P.Files Ext\MJ Ext\J2EE 1.4 Tutorial EXT\j2eetutorial14\examples\web\bookstore>asant build
    Buildfile: build.xml
    D:\P.Files%20Ext\MJ%20Ext\J2EE%201.4%20Tutorial%20EXT\j2eetutorial14\examples\common\targets.xml could not be found
    D:\P.Files%20Ext\MJ%20Ext\J2EE%201.4%20Tutorial%20EXT\j2eetutorial14\examples\web\common\targets.xml could not be found
    init:
    prepare:
    build:
    [javac] Compiling 11 source files to D:\P.Files Ext\MJ Ext\J2EE 1.4 Tutorial EXT\j2eetutorial14\examples\web\bookstore\build
    BUILD SUCCESSFUL
    Total time: 18 seconds
    D:\P.Files Ext\MJ Ext\J2EE 1.4 Tutorial EXT\j2eetutorial14\examples\web\bookstore>
    2. asant create-db_common
    ======================
    When trying to use the command asant create-db_common I get the following problems (I had to create an empty folder - D:\pointbase\lib to get this far)
    D:\P.Files Ext\MJ Ext\J2EE 1.4 Tutorial EXT\j2eetutorial14\examples\web\bookstore>asant create-db_common
    Buildfile: build.xml
    D:\P.Files%20Ext\MJ%20Ext\J2EE%201.4%20Tutorial%20EXT\j2eetutorial14\examples\common\targets.xml could not be found
    D:\P.Files%20Ext\MJ%20Ext\J2EE%201.4%20Tutorial%20EXT\j2eetutorial14\examples\web\common\targets.xml could not be found
    init:
    create-db_common:
    [java] java.lang.NoClassDefFoundError: com/pointbase/tools/toolsCommander
    [java] Exception in thread "main"
    [java] Java Result: 1
    BUILD SUCCESSFUL
    Total time: 8 seconds
    D:\P.Files Ext\MJ Ext\J2EE 1.4 Tutorial EXT\j2eetutorial14\examples\web\bookstore>
    Now I know that creating empty folders is not the solution so if anyone has any ideas as to what is wrong PLEASE tell me. I think there is something I need to add to a configuration file or something. I have re-installed the App Server but I still get the same problems. Thanks for your time!!

    Hi
    I have the same problem with the hello2 example, in the tutorial... You didnt??
    anyway maybe you are not setting the j2ee.home.
    somebody named " Jennifer " give me this advise ( i told you this to recognice that i was helped before)
    " Hello,
    You are probably not setting j2ee.home correctly. Please go to the following page and read section Building The Examples. Pay special attention to the Note in that section.
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/About.html
    thanks,
    Jennifer "
    good luck, see ya

  • Listeners.ContextListener causeing error when deploying Duke's Bookstore

    Hi,
    I am getting this ...
    [#|2004-02-06T14:25:39.666-0800|SEVERE|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=12;|Exception sending context initialized event to listener instance of class listeners.ContextListener
    java.lang.NoClassDefFoundError: exception/OrderException
    at listeners.ContextListener.contextInitialized(Unknown Source)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3674)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4123)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:868)
    at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:166)
    at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:188)
    ... in my server.log when i try to deploy bookstrore1 from the J2EE 1.4 Tutorial. I guess I messed up adding the listeners.ContextListener? The PointBase database server is running and has all its tables and data. The steps for adding the Event Listener seem pretty fool proof. What could I have done wrong?
    Thanks

    I sent a email to the feedback for the J2ee Tutorial ([email protected]) And got the answer to this problem:
    >
    You have to add bookstore.jar to the bookstore1 WAR in deploytool.
    Stephanie

  • Problems deploying PL/SQL Web Service example to standalone OC4J

    I have built the PL/SQL Web Service example EMP_FETCHER in the tutorials that come with JDeveloper. When run with the embedded OC4J container, the web service works ok using the autogenerated client. However, while I can then successfully deploy the web service to a standalone OC4j instance running on a separate database server, when I point the client at it, a NoSuchMethodError exception is thrown by oc4j with the following stacktrace;
    at tutorial_jdbc_connection.Emp_fetcher.get_emp(Emp_fetcher.sqlj:43)
    at tutorial_jdbc_connection.__Emp_fetcherSPWrapper.invokeMethod(__Emp_fetcherSPWrapper.java:73)
    at oracle.j2ee.ws.InvocationWrapper.invoke(InvocationWrapper.java:98)
    at oracle.j2ee.ws.RpcWebService.doPost(RpcWebService.java:359)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:211)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:652)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Looks like I'm missing some support libraries but I'm unsure which ones they are, and why they wouldn't be part of a standard OC4J installation.
    I've tried including the SQLJ runtime and Oracle JDBC library support in the deployment and redeploying but the same error persists.
    Any assistance would be appreciated
    Regards
    Michael

    You have an old version of java installed. That is what "java.lang.UnsupportedClassVersionError" tells.

  • Problems with database access in Servlet Apllication (Duke's Bookstore)

    Hi! My name is Elena Veretilo! I am so newbie in JavaEE. So I really need you help and advice!!!
    I started to learn JavaEE with "The JavaEE5 tutorial for Sun Java Application Server 9.1" (http://java.sun.com/javaee/5/docs/tutorial/doc/) and this tutorial recommended the next examples: http://java.sun.com/javaee/5/docs/tutorial/information/download.html. I try to work in NetBeans 6.0 and NetBeans 6.5.
    First problem - I couldn't add Sun Java Application Server 9.1 to NetBeans' server list - it just doesn't see the installed Sun Java Application Server 9.1.
    Second problem - I couldn't run Duke's Bookstore example (from tutorial examples) - something wrong with working (maybe creating or accessing) database. The Database Server started, GlassFish Server also started, so I don't know where the problem could be.
    There is exception:
    Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2006.8 (Build 060830)): oracle.toplink.essentials.exceptions.DatabaseException
    Internal Exception: org.apache.derby.client.am.SqlException: Table/View 'WEB_BOOKSTORE_BOOKS' does not exist.Error Code: -1
    Call:SELECT BOOKID, FIRSTNAME, SURNAME, ONSALE, INVENTORY, CALENDAR_YEAR, TITLE, PRICE, DESCRIPTION FROM WEB_BOOKSTORE_BOOKS WHERE (BOOKID = ?)
    bind => [203]
    Query:ReadObjectQuery(com.sun.bookstore.database.Book)
    If anybody had learned this tutorial and examples or just know what I need to do, please help me!!!!! If it's possible, tell me step by step, what I need to do!
    And one more question - do I really need Sun Java Application Server 9.1 to work with or GlassFish includes Sun Java Application Server 9.1?????

    [http://forums.sun.com/thread.jspa?threadID=5350426]
    Crossposting without notification is very rude. Please stick to one topic.

  • Duke's Bookstore Example - Pointbase console

    Hi,
    I'm trying to set up the Duke's Bookstore Examples and I'm having a problem starting the pointbase console because I don't know the password. I can't recall every being asked for a password on installation, other than my AppServer password.
    All help apprectiated.
    Thanks.

    Try using pbpublic/pbpublic as the user/pass.
    thanks.

  • Problem Deploying Examples

    Hello everybody.
    I'm having a strange problem when trying to deploy the examples described in the J2EE-Developers guide (e.g. the Converter example).
    It requires me to check "Return Client.jar" which I did and I specified the location for the file.
    The rest all works fine, but then I get the message:
    "There was a deployment error.java.io.FileNotFoundException: http://10.100.100.7:9191/ConverterAppClient.jar"
    On a different machine, using the same procedure as I did on mine, it works without any problems.
    Does anyone have any idea what this is about?
    THX in advance

    Hi again...
    I now kinda fixed the problem, by completely reinstalling the J2EE SDK. I had it installed in a folder like C:\Program Files\Java\j2eesdk13, and there it didn't work. Now it's installed in C:\j2ee and it works. I don't know, if that's the real reason (maybe folder names with spaces), but it works for me.
    But I'm havong another problem:
    When trying to run the examples from the developers guide with the J2EE SDK1.3, they don't work. I get some Corba NO_PERMISSION Error. Any ideas???

  • Duke's Bookstore - bugs in tutorial

    Hello Friends,
    I've installed the latest J2EE 1.4 tutorial, and tried to compile Duke's Bookstore example.
    I got many errors - references to classes that don't exist.
    For example, database.BookDetails - the class is not in database package. The only class there is BookDBAO.java... etc.
    Sure Sun should do simple testing before releasing the tutorial for public download???
    I ran standard "asant build" task... Other examples build with no errors.

    The suggestion to add bookstore.jar was a response to the compilation errors.
    If you can't create the connection to the database, it's probably because you haven't created the JDBC resource in the Application Server or you haven't mapped the jdbc/BookDB resource reference in the WAR to the JDBC resource in the Application Server.
    If you still have a problem, there may be an error in the JDBC resource reference. I have seen the error "BookDB not found" if the JDBC resource reference has a trailing space. If you look in J2EE_HOME/domains/domain1/config/domain.xml you should have a JDBC resource defined as follows:
    <jdbc-resource enabled="true" jndi-name="jdbc/BookDB" object-type="user" pool-name="PointBasePool"/>
    If there is an extra space after BookDB as shown below , the resource name won't be resolved correctly:
    <jdbc-resource enabled="true" jndi-name="jdbc/BookDB " object-type="user" pool-name="PointBasePool"/>
    You can either edit domain.xml and restart the server, or recreate the JDBC resource.

  • Why can't use all the function when deployed Duke Bank successfully

    i am use the DukesBankApp.ear in j2eetutorial14 to deployed .When i change the "public Object ejbCreate() throws CreateException" to "public String ejbCreate() throws CreateException",deployed Duke Bank successfully
    But,I open the client,i can not use all the function. for example,when i creat new customer or account .Applecation message watch will say "remote exception"
    why?or send the true DukesBankApp.ear to me .My mailbox is "[email protected]"
    thinks!!!!! i want to receive your help imminence!think you very much!

    the sever log say:
    [#|2005-05-10T22:39:18.609+0800|&#20449;&#24687;|sun-appserver-pe8.0|javax.enterprise.system.container.ejb|_ThreadID=13;|
    javax.ejb.EJBException: createCustomer: Could not create Entity EJB; nested exception is: com.sun.jdo.api.persistence.support.JDOFatalUserException: JDO76604: JNDI lookup for cmp-resource 'jdbc/BankDB' failed.
    NestedException: javax.naming.NameNotFoundException: BankDB not found
         at com.sun.ebank.ejb.customer.CustomerControllerBean.createCustomer(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.security.SecurityUtil$2.run(SecurityUtil.java:146)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.enterprise.security.application.EJBSecurityManager.doAsPrivileged(EJBSecurityManager.java:930)
         at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:151)
         at com.sun.ejb.containers.EJBObjectInvocationHandler.invoke(EJBObjectInvocationHandler.java:128)
         at $Proxy27.createCustomer(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.corba.ee.impl.presentation.rmi.ReflectiveTie._invoke(ReflectiveTie.java:117)
         at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:651)
         at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:190)
         at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1653)
         at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1513)
         at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:895)
         at com.sun.corba.ee.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:172)
         at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:668)
         at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:375)
         at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:284)
         at com.sun.corba.ee.impl.transport.ReaderThreadImpl.doWork(ReaderThreadImpl.java:73)
         at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:382)
    |#]

  • Problems deploying par file via Netweaver Developer Studio

    Hello,
    I have problems deploying a par file using the SAP Netweaver Developer Studio.
    In the SNWDS i configure the following:
    Window -> Preferences -> SAP Enterprise Portal
    Alias: IEP
    Host: khz059
    Port: 52900
    Login: Administrator
    Description: Testportal
    The logon Url of the portal is http://khz059:5290052900/irj/portal
    If i try to upload a par file via "Quick PAR Upload" i get the error messages:
    "Unable to connect to the portal
    Operation failed: Please make sure the server 'IEP' (khz059:52900) is running or check the log (sap-plugin.log) for more detail."
    Am I using the proper settings? Am I using the wrong port?
    I don't know whats wrong.
    Can anyone help me?
    The logfile shows:
    [12.09.05 / 14:53] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Error writing to server
         at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:302)
         at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:314)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:634)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:361)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:433)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:220)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.processUpload(SAPMPWizard.java:404)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.run(SAPMPWizard.java:338)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard.performFinish(SAPMPWizard.java:519)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at com.sap.portal.developmentTools.general.uploader.QuickPARUploader.run(QuickPARUploader.java:146)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
         at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
         at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Best regards,
    Nils Kloth

    Hi Nils,
    I think you must have selected the defualt checkbox (Try and uncheck that). Also uncheck the checkbox for "<i>Yes, I want to remeber the password for deployment</i>" if it is also selected. When you deploy the par file now enter the password and try to deploy. I think this will solve your problem.
    Apart from this, try this methos of deploying the Par file.
    1) Save you project. Right click it and "Quick par Upload".
    2) On your browser type
    "http://<your_server_name>:50000/irj/servlet/prt/portal/"
    Your case:
    <i>http://khz059:52900/irj/servlet/prt/portal/</i>
    or same page you can get by navigating:
    System Administration-> Support-> Portal Runtime-> Administration Console.
    3) At the option "Please specify a Portal Archive file (PAR) and press "upload" to store it into the PCD." Deploy your par file by giving the path.
    Now you file is deployed on the server. If you want to create an Iview from this deployed .par file then :
    1) On your portal. Follow the path: Content Administrator-> Portal Content -> Portal Content(sub-option). Right click -> New from par ->iView.
    2) Here in the list you will find the par file which you have uploaded. Proceed as said.
    3) You will finally have an iView. Right click it and preview it.
    I hope this solves your problem.
    Regards
    Pravesh
    PS: Please consider rewarding points if helpful.

  • Problem deploying a web application (war)

    Hello,
    I am having a problem deploying a web application in Tomcat.
    Here is what happens:
    -I copied the war file into the webapps directory.
    -I started Tomcat.
    -Tomcat automatically expanded the war file into a directory of the same name.
    The problem is that I get the following error: "The requested resource (/jadmin) is not available." when I try to access my web application
    Can anyone please help?
    Thanks in advance,
    Balteo.

    Hi,
    check the Tomcat log file <tomcat_dir>/logs/localhost_log.yyyy-mm-dd.txt and see if there is an error corresponding to the deployement of the (/jadmin) context.

  • Problem deploying parts of CS4

    I have some problems deploying parts of CS4 Design Std
    I ran setup --record=1 and built XML files for each Acrobat, Illustrator, InDesign and Photoshop and each time I deselected every component which could be deselected (like Acrobat.com, Air, Flashplayer,...)
    (Some people don't need Acrobat, others don't need InDesign and so on and noone needs air and Flashplayer, as they are maintained already)
    If I run Setup.exe --mode=silent --deploymentFile="$application.xml" each setup works fine.
    But as soon as I installed Acrobat the InDesign setup fails with code 7 and also the other way round.
    Acrobat, Illustrator and Photoshop together work flawlessly.
    acrobat.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <Deployment>
    <Properties>
    <Property name="EULA_LANGUAGE">de_DE</Property>
    <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
    <Property name="OS64Bit">1</Property>
    <Property name="StartMenuSubFolder">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Standard CS4</Property>
    <Property name="defaultLanguage">de_DE</Property>
    <Property name="driverAdobeCode">{AA1AFF46xxx}</Property>
    <Property name="eula_EPIC_EULA_ACCEPTED">1</Property>
    <Property name="eula_EPIC_EULA_SELECTED">2</Property>
    <Property name="installLanguage">de_DE</Property>
    <Property name="installSourcePath">C:\Program Files (x86)\Common Files\Adobe\Installers\1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="mediaName">Adobe CS4 Design Standard Disc 1</Property>
    <Property name="mediaPath">payloads\AdobeDesignSuiteStandard4-mul\AdobeDesignSuiteStandard4-mul.msi </Property>
    <Property name="mediaType">0</Property>
    <Property name="mediaVolumeIndex">1</Property>
    <Property name="overrideFile">0</Property>
    <Property name="pers_EPIC_SERIAL">1327xxx</Property>
    <Property name="serialNumber">1327xxx</Property>
    <Property name="sessionID">1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="setupVersion">2.0.138.0</Property>
    </Properties>
    <Payloads>
    <Payload adobeCode="{AA1AFF46-803D-4446-BDF3-CDB5F9E33D6D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AC76BA86-1033-F400-7760-000000000004}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5746C6E3-DC6E-4762-9445-F89C50B5E1D2}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5D195AB1-30AC-44F6-93FE-225CE5BBAB74}">
    <Action>donotinstall</Action>
    </Payload>
    </Payloads>
    </Deployment>
    InDesign.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <Deployment>
    <Properties>
    <Property name="EULA_LANGUAGE">de_DE</Property>
    <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
    <Property name="OS64Bit">1</Property>
    <Property name="StartMenuSubFolder">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Standard CS4</Property>
    <Property name="defaultLanguage">de_DE</Property>
    <Property name="driverAdobeCode">{AA1AFF46xxx}</Property>
    <Property name="eula_EPIC_EULA_ACCEPTED">1</Property>
    <Property name="eula_EPIC_EULA_SELECTED">2</Property>
    <Property name="installLanguage">de_DE</Property>
    <Property name="installSourcePath">C:\Program Files (x86)\Common Files\Adobe\Installers\1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="mediaName">Adobe CS4 Design Standard Disc 1</Property>
    <Property name="mediaPath">extensions\AdobeInDesign6AppLang-de_DE\AdobeInDesign6AppLang-de_DE.msi</ Property>
    <Property name="mediaType">0</Property>
    <Property name="mediaVolumeIndex">1</Property>
    <Property name="overrideFile">0</Property>
    <Property name="pers_EPIC_SERIAL">1327xxx</Property>
    <Property name="serialNumber">1327xxx</Property>
    <Property name="sessionID">1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="setupVersion">2.0.138.0</Property>
    </Properties>
    <Payloads>
    <Payload adobeCode="{043A67CA-08C4-4669-A2A1-B03F6D8D509C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{064F0D64-1F54-4F4B-953E-BAED5D7E69B2}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0967604F-33E6-4C6B-934B-157C3AB4ED4C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{14A5A29B-D252-4575-B40C-695B8D8B34D5}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{2965A5F0-0326-4479-B140-F5799BD025B7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{3095E614-711B-48D2-BAAF-0CA9D9968F68}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{31FC14DD-7641-4BEB-B5D1-9976F99AF956}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{35304775-CB5F-101B-A142-83B5468C225C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{395FC443-B34B-4E77-9928-23C147FC83F1}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{490F274E-689A-4ECF-AC3E-322347ED7613}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{53560287-20EA-4EB6-9B5C-5B1EC080350A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{563275A9-CC66-101B-8B71-81B8A321A480}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{5A2D6654-8164-4810-A76F-FD160223558E}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{5C99A447-812B-4531-816B-38F0C8B19F02}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{603DA164-1FA4-43F4-AD82-0A56206E5BD7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{73656117-7621-4603-9830-786F7F46F966}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{8167335C-8FEA-4576-8EC2-8AC77EC58F19}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{87C4EC3E-47F0-4287-A436-9ADA103E05E9}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9907B3BB-23CD-424E-B18F-A2E158D4B6D0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9DFDAC02-972C-4A6A-9419-AD702DC40EC6}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{A9A71A55-3C8A-4DCD-8291-1F4B749627C9}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AA1AFF46-803D-4446-BDF3-CDB5F9E33D6D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AB8E4534-C573-4CC9-BA6A-76DD14055510}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{B2A01A26-BCD8-4BFB-ADC2-164416D42A38}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{D95B5192-2606-4176-893B-7B6704D2605B}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{E769C759-5B9B-487B-AAC3-FAB7015D7B9A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{E9124DCC-945E-4450-B8CD-689A6FE15F8D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5746C6E3-DC6E-4762-9445-F89C50B5E1D2}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5D195AB1-30AC-44F6-93FE-225CE5BBAB74}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{6743AE49-4594-4CAE-807C-27682446F498}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{CBC8AB3C-85F0-4D16-8E01-95E0343EE383}">
    <Action>donotinstall</Action>
    </Payload>
    </Payloads>
    </Deployment>
    Also the complete Suite-setup created by wizard returns code 7
    complete.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <Deployment>
    <Properties>
    <Property name="EULA_LANGUAGE">de_DE</Property>
    <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
    <Property name="OS64Bit">1</Property>
    <Property name="StartMenuSubFolder">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Standard CS4</Property>
    <Property name="defaultLanguage">de_DE</Property>
    <Property name="driverAdobeCode">{AA1AFF46xxx}</Property>
    <Property name="eula_EPIC_EULA_ACCEPTED">1</Property>
    <Property name="eula_EPIC_EULA_SELECTED">2</Property>
    <Property name="installLanguage">de_DE</Property>
    <Property name="installSourcePath">C:\Program Files (x86)\Common Files\Adobe\Installers\1e3ba55b33b1e8227645fb9c82acca3</Property>
    <Property name="mediaName">Adobe CS4 Design Standard Disc 1</Property>
    <Property name="mediaPath">extensions\AdobeInDesign6CommonLang-de_DE\AdobeInDesign6CommonLang-de_DE .msi</Property>
    <Property name="mediaType">0</Property>
    <Property name="mediaVolumeIndex">1</Property>
    <Property name="overrideFile">0</Property>
    <Property name="pers_EPIC_SERIAL">1327xxx</Property>
    <Property name="serialNumber">1327xxx</Property>
    <Property name="sessionID">1e3bxxx</Property>
    <Property name="setupVersion">2.0.138.0</Property>
    </Properties>
    <Payloads>
    <Payload adobeCode="{043A67CA-08C4-4669-A2A1-B03F6D8D509C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{064F0D64-1F54-4F4B-953E-BAED5D7E69B2}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0967604F-33E6-4C6B-934B-157C3AB4ED4C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0D47D055-102E-443D-9FE7-FFF0BBAB6A98}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{14A5A29B-D252-4575-B40C-695B8D8B34D5}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{176894A3-E35F-45C0-98E3-3FB4CD46C0E0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{2965A5F0-0326-4479-B140-F5799BD025B7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{3095E614-711B-48D2-BAAF-0CA9D9968F68}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{31FC14DD-7641-4BEB-B5D1-9976F99AF956}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{35304775-CB5F-101B-A142-83B5468C225C}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{395FC443-B34B-4E77-9928-23C147FC83F1}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{490F274E-689A-4ECF-AC3E-322347ED7613}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{4F3CE025-D60B-4E6B-8D39-B04CD3769008}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{53560287-20EA-4EB6-9B5C-5B1EC080350A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{563275A9-CC66-101B-8B71-81B8A321A480}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{5A2D6654-8164-4810-A76F-FD160223558E}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{5C99A447-812B-4531-816B-38F0C8B19F02}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{603DA164-1FA4-43F4-AD82-0A56206E5BD7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{6A7D180B-9A75-4C62-BE94-FE44BE3732C2}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{71C506FA-C006-4822-A371-059856E706CA}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{73656117-7621-4603-9830-786F7F46F966}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{79E0F594-E8F3-4930-8EBD-0C7178302EFB}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{7F60FD0C-F2FF-433A-A91C-EC76152DEF05}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{8167335C-8FEA-4576-8EC2-8AC77EC58F19}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{87C4EC3E-47F0-4287-A436-9ADA103E05E9}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{98D81F21-D408-4431-B1CD-FD5F34F70DA0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9907B3BB-23CD-424E-B18F-A2E158D4B6D0}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9DFDAC02-972C-4A6A-9419-AD702DC40EC6}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{9F299EC3-0FBB-4C64-80C8-66849A26CFBD}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{A6148177-E733-4F44-8123-C7565DFA7819}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{A9A71A55-3C8A-4DCD-8291-1F4B749627C9}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AA1AFF46-803D-4446-BDF3-CDB5F9E33D6D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AB8E4534-C573-4CC9-BA6A-76DD14055510}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{AC76BA86-1033-F400-7760-000000000004}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{B2A01A26-BCD8-4BFB-ADC2-164416D42A38}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{CFCD7AD2-150A-4194-BA98-4C59850A0F98}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{D7AF82DE-06CD-493D-8866-58BD4A7C54EB}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{D95B5192-2606-4176-893B-7B6704D2605B}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{DBB1B2E9-0DF9-495C-B58D-C23A3599EDA7}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{E769C759-5B9B-487B-AAC3-FAB7015D7B9A}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{E9124DCC-945E-4450-B8CD-689A6FE15F8D}">
    <Action>install</Action>
    </Payload>
    <Payload adobeCode="{0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{40E33B80-0C73-41A0-82A5-9AF7D1D68C98}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5746C6E3-DC6E-4762-9445-F89C50B5E1D2}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{5D195AB1-30AC-44F6-93FE-225CE5BBAB74}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{6743AE49-4594-4CAE-807C-27682446F498}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{8AD0C0B9-B397-45FE-89A3-D42F95F6E9EF}">
    <Action>donotinstall</Action>
    </Payload>
    <Payload adobeCode="{CBC8AB3C-85F0-4D16-8E01-95E0343EE383}">
    <Action>donotinstall</Action>
    </Payload>
    </Payloads>
    </Deployment>
    Where is the problem?
    Unfortunately, Adobe refuses support, as this is a custom installation... (I have several tickets and they didn't solve a single one finding some pretext every single time or simply withdraw it *mad*)

    J2EE only allows for deploying a complete web application. You cannot redeploy (new) parts of a web application.
    So, if you want to deploy the wiuzards separately, then you need to create separate ViewController projects, and deploy them as separate web applications. But then they do not share session state, and users need to log on again for each wizard (unless you are using Single Sign On).
    Steven Davelaar,
    JHeadstart team.

  • Urgent!!! problems deploying BC4J to Oracle 8i

    I have the following problem deploying BC4J to Oracle 8i as EJB :
    When I tried to deploy as an EJB following the guidelines in the following help page:
    Contents help--> Developing Business Components-->Deploying Business Components-->Creating Deployment Profiles and Deploying
    I get the following error :
    An exception occurred during code generation: Class not found: bc4jEjbtrial.common.ejb.DeptAppModHome.class
    *** Errors occurred while deploying the EJB to JServer ***
    Could someone please tell me where I am possibly going wrong?

    What version of jdev are you running? The Bc4jtrial package sounds suspicious.
    Thanks
    Blaise

  • Problem deploying tc/SL/CMS/PCS

    hi,
    I have the problem deploying the JDI. The WEB AS 7.0 has SP09 the JDI files also.
    I have got this error messge.
    Starting Deployment of tc/SL/CMS/PCS
    Aborted: development component 'tc/SL/CMS/PCS'/'sap.com'/'SAP AG'/'6.4009.00.0000.20040923175519.0000'/'1', grouped by software component 'SAP_DEVINF'/'sap.com'/'SAP AG'/'1000.6.40.9.0.20041022114750''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/tcSLCMSPCS.. Reason: Incorrect application sap.com/tcSLCMSPCS:Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeRequest.Error in bean CmsOrganizerProxy: The business method restartExportByChangelists in the local interface throws java.rmi.RemoteException or a subclass of it. The throws clause of any method in the local interface must not include the java.rmi.RemoteException.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method restartExportByChangelists.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getRequestMaskForWorkspace.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeListsOfChangeRequest.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getComponentLocation.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method readSystemMessages.; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Incorrect application sap.com/tcSLCMS~PCS:Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeRequest.Error in bean CmsOrganizerProxy: The business method restartExportByChangelists in the local interface throws java.rmi.RemoteException or a subclass of it. The throws clause of any method in the local interface must not include the java.rmi.RemoteException.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method restartExportByChangelists.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getRequestMaskForWorkspace.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeListsOfChangeRequest.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getComponentLocation.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method readSystemMessages.
         at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:66)
         at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:253)
         at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2144)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:553)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Incorrect application sap.com/tcSLCMS~PCS:Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeRequest.Error in bean CmsOrganizerProxy: The business method restartExportByChangelists in the local interface throws java.rmi.RemoteException or a subclass of it. The throws clause of any method in the local interface must not include the java.rmi.RemoteException.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method restartExportByChangelists.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getRequestMaskForWorkspace.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getUnfinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getFinishedChangeRequests.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getChangeListsOfChangeRequest.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method getComponentLocation.Error in the local interface com.sap.cms.pcs.organizer.proxy.LocalCmsOrganizerProxy of bean CmsOrganizerProxy: No corresponding business method in the bean class was found for method readSystemMessages.
         at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:66)
         at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:253)
         at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2144)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:553)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment of tc/SL/CMS/PCS finished with Error (Duration 10375 ms)
    thanks in advance
    regards
    Milen

    Hi Pete,
    the version of your SAPDEVINF is SP9 Patch Level 0 build at 2nd November 2004.
    Do you want to install SP9? If not get a newer version from service marketplace.
    You can see the version and time here:
    SAPDEVINF<b>09_0</b>.SCA
    and here
    sap.com'/'SAP AG'/'6.40<b>09.00</b>.0000.<b>20041102</b>104825.0000
    Regards
    Helmut

  • HELLO, I HAVE THE SNOW OF LEOAPARD 10.6.8, I WOULD LIKE TO UPDATE THE LAST LION. I WOULD LIKE TO KNOW IF THERE ARE PROBLEMS WITH THE SOFTWARE COMPATIBILITY NOW, EXAMPLES: LOGIC, REASON, SUITE ADOBE CS5 ... THANK YOU

    HELLO, I HAVE THE SNOW LEOAPARD 10.6.8, I WOULD LIKE TO UPDATE THE LAST LION. I WOULD LIKE TO KNOW IF THERE ARE PROBLEMS WITH THE SOFTWARE COMPATIBILITY NOW, (EXAMPLES: LOGIC, REASON, SUITE ADOBE CS5 ...) THANK YOU!

    Have a look here:
    http://applehelpwriter.com/2011/07/24/will-my-old-apps-work-with-lion/
    (Like any website owner, I may (or may not) derive compensation from my website)

Maybe you are looking for

  • .CR2 Files not recognized by Photoshop, Bridge, or iPhoto

    I am a photographer shooting in Raw with my Canon Rebel T1i. I used to Import the images into iPhoto for editing and organization. But a few moths ago while importing the images (usually shows a preview of the photos) It just showed black... Then whe

  • How do I dynamically create a hyperlink in Indesign with vb

    Hi, does anyone know how to create a dynamic link to Indesign with vb? I'm coding a catalog from Access database with images and would like to make an "Enlarge image" hyperlink while generating the page. Somehow I seem to have no luck in my code. Tha

  • Cannot sqlplus sys as sysdba from remote server :ORA-12154

    Hi, I am trying to connect from linux VM app server to the database as sys as sysdba but it returns TNS error. I verified that listener is up, the REMOTE_LOGIN_PASSWORDFILE is exclusive and there is password file. [ORACLE@SERVER admin]$ sqlplus sys a

  • Photoshop CS3 10.0.1 - Launch hangs on Registration Screen, All menu items grayed out

    I'm using Adobe Photoshop CS3 10.0.1. When launching, the window labeled "Adobe Design Suite Premium CS3" opens - it's only filled with white, and no text or graphics (I think it's usually the window asking me if I want to register, which always come

  • Patch 4252319

    Patch 4252319 README.txt for e-business 11.5.10.2 has a rather cryptic statement in it that you should apply this patch "...if you are using NLS versions in your environment." So I infer that this means if you are using "MULTIPLE" NLS versions - e.g.