Problem deploying simple WS

I'm trying to create a simple Web Service and get a problem at deployment stage.
Firstly I create a simple Java class in the Java perspective.
public class HelloNige {
     public String hello (String name) {
          return "Hello " + name;
I then go to the Web service perspective and right click on the project to create a Web service Deployment Descriptor.
I then right click on the project to build the EAR file.
I then try to deploy the EAR file which is when I get the following error:
4/09/2006 08:45:52 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager)
[Thread[Deploy Thread,5,main]] ERROR:
[005]Deployment aborted
Settings
SDM host : ausyd-8rvgc1s
SDM port : 50018
URL to deploy : file:/C:/DOCUME~1/smithnp/LOCALS~1/Temp/temp19039EasyTestWS.ear
Result
=> deployment aborted :
file:/C:/DOCUME~1/smithnp/LOCALS~1/Temp/temp19039EasyTestWS.ear
Aborted: development component 'EasyTestWS'/'sap.com'/'localhost'/'2006.09.04.08.45.45':
Caught exception during application deployment from SAP J2EE Engine's deploy service:
java.rmi.RemoteException:
Error occurred while deploying ear file ./temp/deploy/work/deploying/EasyTestWS.ear.
Reason: None of the available containers recognized the components
of application sap.com/EasyTestWS;
it is not possible to make deploy.
(message ID:
com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.
performAction(DeploymentActionTypes).REMEXC)
Deployment exception : The deployment of at least one item aborted
What am I doing wrong?
Thanks in advance,
nigel

I might be wrong here, but I don't think that's enough to create a web service. Maybe the link below migh be of osme help. Do a search in the forums and sdn for more information.
<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/f9bc3d52f39d33e10000000a11405a/frameset.htm">SAP help</a>
regards,
Dion

Similar Messages

  • Problems deploying application.

    Hi,
    we are trying to migrate a JAVA application from Oracle ias 9i (9.0.3) to 10G (10.1.3), and we have a problem with the EJBs when we make the deploy.
    We have two EJBs into two JAR files, into an EAR file.
    One of them is a SessionBean, and the other one is an EntityBean.
    We deploy, using the Oracle Enterprise Manager, the ear file. We let that the EM make the Deployment plan, and it seems to work.
    But when we go to the JNDI Explorer, into the OC4J instance where we have deployed the ear, we don't see any entry, and the combo-box to select an application is empty.
    And we have found this error at the log, when we access at JNDI Explorer:
    08/04/02 18:30:46 java.lang.UnsupportedOperationException: This part of the API is not supported
    08/04/02 18:30:46 at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.queryMBeans(SimpleInstanceMBeanServerDelegate.java:522)
    08/04/02 18:30:46 at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.queryMBeans(LocalizationFilterMBeanServer.java:420)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.queryMBeans(JMXConnectorImpl.java:346)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.j2ee.userdefined.jndi.JndiHGridOC4JModel.getJndiTree(JndiHGridOC4JModel.java:164)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.j2ee.userdefined.jndi.JndiHGridOC4JModel.getJndiTree(JndiHGridOC4JModel.java:134)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.j2ee.userdefined.jndi.JndiGridHelper.createHGrid(JndiGridHelper.java:421)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.j2ee.userdefined.jndi.JndiGridHelper.prepareData(JndiGridHelper.java:357)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.sdk.AbstractController.prepareData(AbstractController.java:875)
    08/04/02 18:30:46 at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:391)
    08/04/02 18:30:46 at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765)
    08/04/02 18:30:46 at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:297)
    08/04/02 18:30:46 at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    08/04/02 18:30:46 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    08/04/02 18:30:46 at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75)
    08/04/02 18:30:46 at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85)
    08/04/02 18:30:46 at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80)
    08/04/02 18:30:46 at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    08/04/02 18:30:46 at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68)
    08/04/02 18:30:46 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
    08/04/02 18:30:46 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    08/04/02 18:30:46 at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    08/04/02 18:30:46 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    08/04/02 18:30:46 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    08/04/02 18:30:46 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    08/04/02 18:30:46 at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    08/04/02 18:30:46 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    08/04/02 18:30:46 at java.lang.Thread.run(Thread.java:595)
    Any idea about which may be the problem?...

    PRODUCT VERSION: OC4J_STANDALONE: 10133
    I also am having a problem with simple MBEAN deployment as well. some attributes with default values defined in orion-application.xml deploy fine, one however does not. The error I see in ASControl is attribute "unavailable".
    Would appreciate some guidance here.
    I see the following errors in the log:
    2008-04-09 06:56:11,515 [EMUI_06_56_11_/console/ias/j2ee/userdefined/admin/j2eeBrowserRight] WARN oc4j.OC4JManagementAdminBeanJMXImpl getCurrentJVMs.253 - java.lang.IllegalArgumentException: J2EE Server not found from SimpleInstanceMBeanServerDelegate
    2008-04-09 06:56:11,515 [EMUI_06_56_11_/console/ias/j2ee/userdefined/admin/j2eeBrowserRight] WARN oc4j.OC4JManagementAdminBeanJMXImpl getCurrentJVMs.253 - java.lang.IllegalArgumentException: J2EE Server not found from SimpleInstanceMBeanServerDelegate
    Here are the relevant files:
    ===== orion-application.xml ================
    <jmx-mbean objectname=":type=Application,name=MessageHandler" class="com.eds.gtm.ccg.management.MessageHandler">
    <description>GTMDEMOBEANS</description>
    <attribute name="TestSize">
    <value>100</value>
    </attribute>
    <attribute name="Interval">
    <value>100</value>
    </attribute>
    <attribute name="WindowSize">
    <value>7</value>
    </attribute>
    </jmx-mbean>
    ============== MBEAN source files ===================
    package com.eds.gtm.ccg.management;
    public interface MessageHandlerMBean {
    public void setTestSize(String testSize) ;
    public String getTestSize();
    public void setInterval(String interval);
    public String getInterval();
    public void setWindowSize(String windowSize);
    public String getWindowSize();
    public void setEdsCacheConfig(String edsCacheConfig);
    public String getEdsCacheConfig();
    ==================== class ============================
    package com.eds.gtm.ccg.management;
    public class MessageHandler implements MessageHandlerMBean {
    private String testSize;
    private String interval;
    private String windowSize;
    private String edsCacheConfig;
    public MessageHandler() {
    public void setTestSize(String testSize) {
    this.testSize = testSize;
    public String getTestSize() {
    return testSize;
    public void setInterval(String interval) {
    this.interval = interval;
    public String getInterval() {
    return interval;
    public void setWindowSize(String windowSize) {
    this.windowSize = windowSize;
    public String getWindowSize() {
    return windowSize;
    public void setEdsCacheConfig(String edsCacheConfig) {
    this.edsCacheConfig = edsCacheConfig;
    public String getEdsCacheConfig() {
    return this.edsCacheConfig;
    Message was edited by:
    user54633

  • Problem deploying an ADF Application - SOLVED

    I am having a problem deploying an ADF Faces + BC4J application to my 10.1.3.1 App server. When I deploy to the Jdev embedded oc4j or to a standalone oc4j from Jdeveloper, everything works fine, but when I deploy to the app server, the first page submit gives me an error "Error setting property 'actionEvent' in bean of type null"
    I can deploy and run a simple ADF Faces BC4J test page, but my real app fails.
    Does anyone have any ideas what might be wrong?
    I'm using Jdev 10.1.3.2, oc4j 10.1.3.1 and app server 10.1.3.1, all with the latest adf runtime.
    Message was edited by:
    mattysmith

    Frank,
    some further information. My app has a login page, which is what gave me the error about an actionEvent. If I bypass the login page and go straight to the app I can open a jspx with adf components in it, but as soon as a submit the page (button clicks etc) I get the 'bean of type null' error. This time I can capture the stack though:
    Server error: javax.faces.el.PropertyNotFoundException: Error testing property 'inputValue' in bean of type null
    stack javax.faces.el.PropertyNotFoundException: Error testing property 'inputValue' in bean of type null at com.sun.faces.el.PropertyResolverImpl.isReadOnly(PropertyResolverImpl.java:274) at oracle.adfinternal.view.faces.model.FacesPropertyResolver.isReadOnly(FacesPropertyResolver.java:124) at com.sun.faces.el.impl.ArraySuffix.isReadOnly(ArraySuffix.java:236) at com.sun.faces.el.impl.ComplexValue.isReadOnly(ComplexValue.java:209) at com.sun.faces.el.ValueBindingImpl.isReadOnly(ValueBindingImpl.java:266) at oracle.adfinternal.view.faces.renderkit.core.xhtml.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:211) at oracle.adfinternal.view.faces.renderkit.core.xhtml.FormElementRenderer.renderAsElement(FormElementRenderer.java:155) at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.getLabelFor(InputLabelAndMessageRenderer.java:53) at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer$Label.getForId(LabelAndMessageRenderer.java:500) at oracle.adfinternal.view.faces.renderkit.core.xhtml.OutputLabelRenderer.encodeAll(OutputLabelRenderer.java:69) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.delegateRenderer(CoreRenderer.java:281) at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer._renderLabelCell(LabelAndMessageRenderer.java:222) at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer.encodeAll(LabelAndMessageRenderer.java:159) at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.encodeAll(InputLabelAndMessageRenderer.java:94) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169) at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:246) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer.encodeColumnChild(PanelFormRenderer.java:275) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer.renderColumn(PanelFormRenderer.java:251) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer._renderColumns(PanelFormRenderer.java:545) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer._encodeChildren(PanelFormRenderer.java:153) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer.encodeAll(PanelFormRenderer.java:69) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169) at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624) at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:54) at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:50) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:242) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeAllChildren(CoreRenderer.java:265) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:65) at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:117) at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:147) at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:60) at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169) at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624) at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:645) at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:568) at oracle.adf.view.faces.webapp.UIXComponentTag.doEndTag(UIXComponentTag.java:100) at broSessListjspx._jspService(_broSessList_jspx.java:1407) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:287) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346) at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152) at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at com.cgi.security.AuthenticationFilter.doFilter(AuthenticationFilter.java:595) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228) at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197) at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123) at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595)

  • Problem deploying JSR168 portlets; Tomcat, Win2003

    Dear All,
    Am having some problems deploying the JSR168 portlets on Tomcat 4.1 and Win2003.
    This is on Windows, and I have to manually deploy it per the instructions...
    So far I__
    1. Exploded the .war and added ptjsr168 to pthome.xml per the sparse installation pdf;
    2. stopped tomcat, deleted the cache (contents of the work directory), restarted.
    3. verified that the application appears in the work directory
    but get the error,
    /PtPortletContainer/portlet/RssPortlet/mode/view
    descriptionThe requested resource (/PtPortletContainer/) is not available.
    ...when I try to browse there to get the correct URL tp paste into the remote server, something like:
    http://portlets.mycustomer.com:8080/ptjsr168/
    The extension to this in the web service is, by default:
    /PtPortletContainer/portlet/RssPortlet/mode/view
    I may be typing the URL wrong, for all I know. Something simple.
    Any ideas?
    Cheers,
    Rob

    You can verify whether your portlet works correctly by testing it on OpenPortal Portlet Container(https://portlet-container.dev.java.net). Or if you think the issue is with Pluto Portal I would recommend posting your issue on the Pluto Portal mail alias.

  • 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.

  • My problem is simple: my recently changed Password does not work

    my problem is simple: my recently changed Password does not work

    Flash Player doesn't require a password so it's not as simple as you make it out.
    Where exactly are you being asked for a password , and for what?

  • 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 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

  • 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

  • Problem deploying JDeveloper files

    Hi, I'm new to jdeveloper, and i'm having some problem deploying the applets that the wizard makes, i deployed the files into a zip and when i unziped them, the html file that was in the zip keeps comming up with can't find package.test.class (package is the name of my package and test is teh name of my applet), can anyone help me? thank you.
    Will

    John - JDeveloper Team:
    I am not sure what you are doing exactly, but
    The HTML file references the class file
    that must be found on the CLASSPATH.
    You may want to experiment with AppletViewer
    until you figure it out. Remember your
    CLASSPATH must point to a directory whose
    SUB-DIrectory is named package
    I am assuming your file is named Test.java
    and the output will be Test.class!You may also want to use a batch file included
    in the [JDeveloper]\bin directory called
    SetVars.bat which sets up such information
    for you when you are in a CMD shell.
    John - JDeveloper Team
    null

  • Problem deploying an EJB that uses the JCE 1.2.1 api

    We are deploying a JAR file containing all EJBs of our application on
    Weblogic 5.1 SP4 and we're getting a DeploymentException (which is
    fully included at the end of the message).
    We have no problem deploying the same JAR file on WebLogic 5.1 SP8.
    We have isolated each EJB, so that one EJB is pack into is own JAR
    file. We were able to deploy all EJBs but the one using the JCE 1.2.1
    api.
    Is there any issue using JCE 1.2.1 within an EJB under WL SP4 ?
    As I mentionned earlier, everything works fine with SP8 ?
    Any help will be greatly appreciated.
    Patrick
    Complete error dump:
    Fri Dec 21 14:06:07 EST 2001:<E> <EJB> Could not deploy:
    'C:/weblogic/myserver/eportal/EpcWSHBilling.jar': file is not a valid
    jar file, or does not
    contain a valid bean
    weblogic.ejb.common.DeploymentException: DeploymentException opening
    JAR file C:\weblogic\myserver\eportal\EpcWSHBilling.jar; nested
    exception is:
    weblogic.ejb.deployment.JarLoadException - with nested
    exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:/weblogic/myserver/eportal/EpcWSHBilling.jar from
    C:\weblogic\myserver\eportal\EpcWSHBilling.jar; nested exception is:
            weblogic.ejb.common.DeploymentException: could not read JAR
    file 'C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar'
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            java.lang.NullPointerException
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            java.lang.NullPointerException
    java.lang.NullPointerException
            at weblogic.ejb.internal.depend.ClosedSet.skipClass(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.addClass(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.findConstants(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.run(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.findDependencies(ClosedSet.java:53)
            at weblogic.ejb.internal.EJBJarLoader$ClosedSetAdapter.findDependencies(EJBJarLoader.java:220)
            at weblogic.ejb.internal.EJBJarLoader.computeExclude(EJBJarLoader.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBJarLoader.initialize(EJBJarLoader.java:125)
            at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:88)
            at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:211)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
            at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
            at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
            at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
            at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
            at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
            at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
            at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
            at java.lang.reflect.Method.invoke(Native Method)
            at weblogic.Server.startServerDynamically(Server.java:99)
            at weblogic.Server.main(Server.java:65)
            at weblogic.Server.main(Server.java:55)
    weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:/weblogic/myserver/eportal/EpcWSHBilling.jar from
    C:\weblogic\myserver\eportal\EpcWSHBilling.jar; nested exception is:
    weblogic.ejb.common.DeploymentException: could not read JAR
    file 'C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar'
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    java.lang.NullPointerException
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at weblogic.ejb.internal.depend.ClosedSet.skipClass(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.addClass(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.findConstants(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.run(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.findDependencies(ClosedSet.java:53)
    at weblogic.ejb.internal.EJBJarLoader$ClosedSetAdapter.findDependencies(EJBJarLoader.java:220)
    at weblogic.ejb.internal.EJBJarLoader.computeExclude(EJBJarLoader.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBJarLoader.initialize(EJBJarLoader.java:125)
    at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:88)
    at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:211)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
    at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    weblogic.ejb.common.DeploymentException: could not read JAR file
    'C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar'
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    java.lang.NullPointerException
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at weblogic.ejb.internal.depend.ClosedSet.skipClass(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.addClass(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.findConstants(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.run(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.findDependencies(ClosedSet.java:53)
    at weblogic.ejb.internal.EJBJarLoader$ClosedSetAdapter.findDependencies(EJBJarLoader.java:220)
    at weblogic.ejb.internal.EJBJarLoader.computeExclude(EJBJarLoader.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBJarLoader.initialize(EJBJarLoader.java:125)
    at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:88)
    at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:211)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
    at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:213)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
    at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    --------------- nested within: ------------------
    weblogic.ejb.deployment.JarLoadException - with nested exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:/weblogic/myserver/eportal/EpcWSHBilling.jar from
    C:\weblogic\myserver\eportal\EpcWSHBilling.jar; nested exception is:
            weblogic.ejb.common.DeploymentException: could not read JAR
    file 'C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar'
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            java.lang.NullPointerException
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            java.lang.NullPointerException
    java.lang.NullPointerException
            at weblogic.ejb.internal.depend.ClosedSet.skipClass(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.addClass(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.findConstants(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.run(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.findDependencies(ClosedSet.java:53)
            at weblogic.ejb.internal.EJBJarLoader$ClosedSetAdapter.findDependencies(EJBJarLoader.java:220)
            at weblogic.ejb.internal.EJBJarLoader.computeExclude(EJBJarLoader.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBJarLoader.initialize(EJBJarLoader.java:125)
            at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:88)
            at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:211)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
            at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
            at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
            at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
            at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
            at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
            at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
            at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
            at java.lang.reflect.Method.invoke(Native Method)
            at weblogic.Server.startServerDynamically(Server.java:99)
            at weblogic.Server.main(Server.java:65)
            at weblogic.Server.main(Server.java:55)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:313)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)

    We are deploying a JAR file containing all EJBs of our application on
    Weblogic 5.1 SP4 and we're getting a DeploymentException (which is
    fully included at the end of the message).
    We have no problem deploying the same JAR file on WebLogic 5.1 SP8.
    We have isolated each EJB, so that one EJB is pack into is own JAR
    file. We were able to deploy all EJBs but the one using the JCE 1.2.1
    api.
    Is there any issue using JCE 1.2.1 within an EJB under WL SP4 ?
    As I mentionned earlier, everything works fine with SP8 ?
    Any help will be greatly appreciated.
    Patrick
    Complete error dump:
    Fri Dec 21 14:06:07 EST 2001:<E> <EJB> Could not deploy:
    'C:/weblogic/myserver/eportal/EpcWSHBilling.jar': file is not a valid
    jar file, or does not
    contain a valid bean
    weblogic.ejb.common.DeploymentException: DeploymentException opening
    JAR file C:\weblogic\myserver\eportal\EpcWSHBilling.jar; nested
    exception is:
    weblogic.ejb.deployment.JarLoadException - with nested
    exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:/weblogic/myserver/eportal/EpcWSHBilling.jar from
    C:\weblogic\myserver\eportal\EpcWSHBilling.jar; nested exception is:
            weblogic.ejb.common.DeploymentException: could not read JAR
    file 'C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar'
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            java.lang.NullPointerException
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            java.lang.NullPointerException
    java.lang.NullPointerException
            at weblogic.ejb.internal.depend.ClosedSet.skipClass(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.addClass(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.findConstants(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.run(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.findDependencies(ClosedSet.java:53)
            at weblogic.ejb.internal.EJBJarLoader$ClosedSetAdapter.findDependencies(EJBJarLoader.java:220)
            at weblogic.ejb.internal.EJBJarLoader.computeExclude(EJBJarLoader.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBJarLoader.initialize(EJBJarLoader.java:125)
            at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:88)
            at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:211)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
            at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
            at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
            at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
            at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
            at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
            at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
            at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
            at java.lang.reflect.Method.invoke(Native Method)
            at weblogic.Server.startServerDynamically(Server.java:99)
            at weblogic.Server.main(Server.java:65)
            at weblogic.Server.main(Server.java:55)
    weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:/weblogic/myserver/eportal/EpcWSHBilling.jar from
    C:\weblogic\myserver\eportal\EpcWSHBilling.jar; nested exception is:
    weblogic.ejb.common.DeploymentException: could not read JAR
    file 'C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar'
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    java.lang.NullPointerException
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at weblogic.ejb.internal.depend.ClosedSet.skipClass(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.addClass(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.findConstants(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.run(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.findDependencies(ClosedSet.java:53)
    at weblogic.ejb.internal.EJBJarLoader$ClosedSetAdapter.findDependencies(EJBJarLoader.java:220)
    at weblogic.ejb.internal.EJBJarLoader.computeExclude(EJBJarLoader.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBJarLoader.initialize(EJBJarLoader.java:125)
    at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:88)
    at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:211)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
    at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    weblogic.ejb.common.DeploymentException: could not read JAR file
    'C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar'
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    java.lang.NullPointerException
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at weblogic.ejb.internal.depend.ClosedSet.skipClass(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.addClass(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.findConstants(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.run(ClosedSet.java,
    Compiled Code)
    at weblogic.ejb.internal.depend.ClosedSet.findDependencies(ClosedSet.java:53)
    at weblogic.ejb.internal.EJBJarLoader$ClosedSetAdapter.findDependencies(EJBJarLoader.java:220)
    at weblogic.ejb.internal.EJBJarLoader.computeExclude(EJBJarLoader.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBJarLoader.initialize(EJBJarLoader.java:125)
    at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:88)
    at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:211)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
    at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:213)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
    at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    --------------- nested within: ------------------
    weblogic.ejb.deployment.JarLoadException - with nested exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:/weblogic/myserver/eportal/EpcWSHBilling.jar from
    C:\weblogic\myserver\eportal\EpcWSHBilling.jar; nested exception is:
            weblogic.ejb.common.DeploymentException: could not read JAR
    file 'C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar'
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            java.lang.NullPointerException
    weblogic.ejb.common.DeploymentException: loading EJB JAR
    C:\weblogic\myserver\tmp_deployments\ejbjar2596.jar; nested exception
    is:
            java.lang.NullPointerException
    java.lang.NullPointerException
            at weblogic.ejb.internal.depend.ClosedSet.skipClass(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.addClass(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.findConstants(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.run(ClosedSet.java,
    Compiled Code)
            at weblogic.ejb.internal.depend.ClosedSet.findDependencies(ClosedSet.java:53)
            at weblogic.ejb.internal.EJBJarLoader$ClosedSetAdapter.findDependencies(EJBJarLoader.java:220)
            at weblogic.ejb.internal.EJBJarLoader.computeExclude(EJBJarLoader.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBJarLoader.initialize(EJBJarLoader.java:125)
            at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:88)
            at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:211)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:182)
            at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:164)
            at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
            at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:122)
            at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:112)
            at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:305)
            at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
            at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
            at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
            at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
            at java.lang.reflect.Method.invoke(Native Method)
            at weblogic.Server.startServerDynamically(Server.java:99)
            at weblogic.Server.main(Server.java:65)
            at weblogic.Server.main(Server.java:55)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:313)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)

  • Problem deploying certain mappings using OMBPlus

    We've got a problem deploying certain mapings using OMBPLus. This applies to all mappings that use a function to lookup the effective date of a SCD (type 2) from a lookup table. We use that function in the dimension operator properties as the "Default Effective Time of Open Record". Though the validation of those mappings fails they can nevertheless be deployed using the Control Center Manager. And, best of all, they work fine.
    Now we have to deploy those mappings using OMBPlus because we're not allowed to work with tools on the preproduction and production systems. Deploying those mappings with OMBPlus doesn't seem to work. It works fine for all other mappings but not for those mentioned above. Has anybody a solution?
    Regards,
    Jörg

    Hi Dave,
    this is the error message I get whe I run my OMBPLus script:
    OMB05602: An unknown Deployment error has occured for Object Type PUB03205 : Validation Error: MAP_DIM_FAHRZEUGKLASSE : VLD-5010: The Default Effective Date of open records for dimension DIM_FAHRZEUGKLASSE should be an expression of type DATE. Value "FCT_GET_AKT_LL_vmon()" is not a valid date: PLS-00201: identifier 'FCT_GET_AKT_LL_VMON' must be declared
    I'm not quite sure about what you mean with creating a stub function. As you can see from the error message above I use a function called FCT_GET_AKT_LL_vmon that returns the actual date od the load from a lookup table. This function is of course present in the target schema.
    Regards,
    Jörg

  • Problems deploying webapplication from JDev11.1.1.0.0 to weblogic 10.3

    Hi,
    We have a huge Fusion webapplication with ADF/JSF as ViewController and PL/SQL Webservices as the Business Layer.
    The App works great when deployed locally.But when deployed as an EAR and tried to run from WebLogic 10.3 , it is giving the following error.
    We have no clue becoz these errors are not seen when deployed locally.Plz help.
    Warning> <HTTP> <wtxcitiappp02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1237385786757> <BEA-101162> <User defined listener weblogic.wsee.deploy.ServletDeployListener failed: weblogic.wsee.deploy.WSEEServletEndpointException: Failed to prepare wsse module: LSPWebAppCiti-Model-context-root.war.
    weblogic.wsee.deploy.WSEEServletEndpointException: Failed to prepare wsse module: LSPWebAppCiti-Model-context-root.war
         at weblogic.wsee.deploy.ServletDeployListener.contextPrepared(ServletDeployListener.java:32)
         at weblogic.servlet.internal.EventsManager$FireContextPreparedAction.run(EventsManager.java:487)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.EventsManager.notifyContextPreparedEvent(EventsManager.java:156)
         at weblogic.servlet.internal.WebAppServletContext.initContextListeners(WebAppServletContext.java:1765)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1125)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:449)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:424)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:910)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:364)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    weblogic.wsee.ws.WsException: Class not found for link: WSAPPMbrMessageAlertsSoapHttpPort
         at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:130)
         at weblogic.wsee.deploy.ServletDeployListener.contextPrepared(ServletDeployListener.java:29)
         at weblogic.servlet.internal.EventsManager$FireContextPreparedAction.run(EventsManager.java:487)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.EventsManager.notifyContextPreparedEvent(EventsManager.java:156)
         at weblogic.servlet.internal.WebAppServletContext.initContextListeners(WebAppServletContext.java:1765)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1125)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:449)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:424)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:910)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:364)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Hi,
    From the CNFE on WSAPPMbrMessageAlertsSoapHttpPort i would suspect that the server is missing the WSM-PM extension modules as part of the OFM **evstudioxxxxxinstall_*.exe.
    Try recreating your domain - If you ran the default domain creation wizard using "Tools | Configuration Wizard" you may notice that the 3 checkboxes below were unchecked - the default
    "* JRF - xx.x.x.x [**eveloper]"
    "* WSM-PM Extension - xx.x.x.x.x [**eveloper]" <----- you should require this one
    "* SOA Suite - xx.x.x.x [**eveloper]"
    I would select all 3.
    This will only apply to embedded **eveloper OFM domains and not to standalone WLS installs. If you are deploying your EAR to an external standalone server (servernnn_win32.exe), you will need to xref the modules and/or wls_servernnn/server/lib directories between servers.
    If you are having issues with TopLink ORM or JPA could you include your persistence.xml file and reply to both posts
    Problems deploying webapplication from JDev11.1.1.0.0 to weblogic 10.3
    Problems deploying webapplication from JDev11.1.1.0.0 to weblogic 10.3
    thank you
    /michael
    Edited by: michael_obrien on Mar 24, 2009 5:58 PM
    Edited by: michael_obrien on Mar 24, 2009 5:58 PM

Maybe you are looking for

  • Where is a link to download Adobe Media Encoder CC?

    I just registered for the Creative Cloud trial and would like to download the Media Encoder. If that isn't included in the trial, where may I subscribe to it or purchase it?

  • Can't edit address in attributes

    I'm trying to use ssh tunneling to forward a port. I've successfully forwarded 5900 to e.g. 5910 and tried to edit the address in the attribute panel to something like 127.0.0.1:5910. When I click Done it keeps the 127.0.0.1 and ignores the :5910 par

  • Replace single values in a internal table

    Hi all, I have two internal tables. In the first table (itab) I have some values which I have to "decode" using the second table (itabtext). This means that I have to pick every line and replace in the itab a value like "01" with "text for 01" from i

  • My track pad doesn't respond

    hyee there.. i really need help now about my blackberry track pad.. how to solve track pad that doesn't give any respond when i reboot.. 1) when i reboot my blackberry my track pad doesn't move up side down and left to right..when i click the track p

  • Iphoto library being recognised as aperture library

    Updated iPhoto to 9.6. after this library was able to be opened for a while and recently stopped opening.  Returned iPhoto to 9.5.1 which now has allowed me to open a blank library which was created perviously but I cannot still open my primary libra