App server 10.1.2 deploy error

Hi All,
I am using Jdev 10.1.3 and configured it with Jdk 1.4 and compiled my code. No errors (I had to do this configuration, bcza we have Oracle 10.1.2 app server )
Then, I deploy this application on 10.1.2, it is deployed successfully.
First login page I visit, I get following error.:---
500 Internal Server Error
javax.faces.el.EvaluationException: oracle.jbo.ConfigException: JBO-33003: Connection name GEMINIDBConnection1 not defined
Fact is this dataConnection is defined in my Jdev and when I "Test" it is success, so all parameters are correct.
Then why does deploy on standalone app server gives this error ??
What additionally do I need to do, with respect to this error if I am deploying on standalone server ??

Hi Shay,
I checked that link.
1>In my Jdev 10.1.3 I have connection created by name GEMINIDBConnection1
I tested that connection. I get success.
2>With this connection, my app runs good in embedded server
3>The bc4j.xcfg file in my application is as follows and it does have a connection name correctly listed.
<?xml version = '1.0' encoding = 'UTF-8'?>
<BC4JConfig>
<AppModuleConfigBag>
<AppModuleConfig name="GeminiLoginAppModuleLocal">
<DeployPlatform>LOCAL</DeployPlatform>
<JDBCName>GEMINIDBConnection1</JDBCName>
<jbo.project>Model</jbo.project>
<AppModuleJndiName>com.gemini.model.appmodule.GeminiLoginAppModule</AppModuleJndiName>
<ApplicationName>com.gemini.model.appmodule.GeminiLoginAppModule</ApplicationName>
</AppModuleConfig>
</AppModuleConfigBag>
<ConnectionDefinition name="GEMINIDBConnection1">
<ENTRY name="JDBC_PORT" value="1521"/>
<ENTRY name="ConnectionType" value="JDBC"/>
<ENTRY name="HOSTNAME" value="briss-dev6.fjds.net"/>
<ENTRY name="user" value="gemini"/>
<ENTRY name="ConnectionName" value="GEMINIDBConnection1"/>
<ENTRY name="ServiceName" value="ORCL.FJCS.NET"/>
<ENTRY name="JdbcDriver" value="oracle.jdbc.OracleDriver"/>
<ENTRY name="password">
<![CDATA[{904}050E30CE18609RRFDFCFBD8E10DB032451D]]>
</ENTRY>
<ENTRY name="ORACLE_JDBC_TYPE" value="thin"/>
<ENTRY name="DeployPassword" value="true"/>
</ConnectionDefinition>
</BC4JConfig>
4>Now, I deploy this application on Standalone server 10.1.2 It gets deployed succeess. So far as deploment concern, I do not make any change in any file. I just create a ear using Jdev deployment wizard and deploy it. I get success.
5>I go to server console, it says the app status is active. So, I go to my login page on this server and keep getting :-
500 Internal Server Error
javax.faces.el.EvaluationException: oracle.jbo.ConfigException: JBO-33003: Connection name GEMINIDBConnection1 not defined     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:206)     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:154)
any idea ? Do I need to do anything alse manually, as I deploy on standalone server. ? Standalone server is running on windows.
thanks in advance.
pp

Similar Messages

  • Help with App Server when trying to deploy JDeveloper 9.0.3 JClient

    I want to deploy JClients (applets) created in JDeveloper (9.0.3). I would like to set up a web site/web page to allow access to these applets via the Internet. I assume I need Application Server for this? If so, what version will work with 9.0.3 of JDeveloper? I read the documentation in JDeveloper about deploying to Oracle App Server, but I have NO experience with ANY application servers, so it's a little confusing.
    Thanks!

    Debabrata,
    OK, I installed App Server 9.0.3, and I deployed my applet as a WAR file to 9iAS. I then created an OC4J instance in 9iAS, and deployed the WAR file to this instance. NOW, how does someone access this applet from a WEB browser. I noticed that the WAR deployment has an associated URL, but if I try to enter this URL on the browser (i.e. ../applications/MyApplet.ear), the browser says the page is not found.
    Help!

  • OEM app server interface - Renderer failed:  servlet error and NoClassDefFoundError

    Hello, I am having problems accessing my OEM (running on Sun Solaris) in an XSession/ssh terminal window on my Windows machine. It was working fine for months, and now I get the following errors on the OEM web browser interface page. I was wondering if anyone has had this problem, or if someone from Oracle can suggest a fix for us? We are currently unable to re-start our live app server while this connection option is not working.
    Thanks!
    -Eva
    11/11/02 12:50 PM emd: javax.servlet.ServletException: Renderer failed: java.lang.NoClassDefFoundError
    at oracle.cabo.servlet.ui.UINodePageRenderer.renderPage(Unknown Source)
    at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.BajaServlet.doGet(Unknown Source)
    at oracle.sysman.emSDK.eml.svlt.EMServlet.doGet(EMServlet.java:240)
    at oracle.sysman.eml.app.ConsoleSN.doGet(ConsoleSN.java:71)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    11/11/02 12:50 PM emd: Servlet error
    javax.servlet.ServletException: Renderer failed: java.lang.NoClassDefFoundError
    at oracle.cabo.servlet.ui.UINodePageRenderer.renderPage(Unknown Source)
    at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.BajaServlet.doGet(Unknown Source)
    at oracle.sysman.emSDK.eml.svlt.EMServlet.doGet(EMServlet.java:240)
    at oracle.sysman.eml.app.ConsoleSN.doGet(ConsoleSN.java:71)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.jav
    a:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispat
    cher.java:523)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequ
    estDispatcher.java:269)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:735)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    11/11/02 12:50 PM emd: java.lang.NoClassDefFoundError
    at oracle.sysman.emSDK.eml.chart.ChartDataSource.setKey(ChartDataSource.java:720)
    at oracle.sysman.emSDK.eml.chart.ChartDataSource.setKey(ChartDataSource.java:702)
    at oracle.sysman.emSDK.eml.chart.EmChartDataSourceBean.addColumn(EmChartDataSourceBean.java:227)
    at oracle.sysman.emSDK.eml.chart.EmChartDataSourceBean.addColumn(EmChartDataSourceBean.java:171)
    at oracle.sysman.emSDK.eml.chart.EmChartBean.processChildren(EmChartBean.java:384)
    at oracle.sysman.emSDK.eml.chart.EmChartBean.setAttributes(EmChartBean.java:294)
    at oracle.sysman.emSDK.eml.chart.EmChartBean.initializeFromTag(EmChartBean.java:212)
    at oracle.sysman.emSDK.eml.chart.EmChartBean.<init>(EmChartBean.java:182)
    at oracle.sysman.emSDK.eml.chart.EMChartRenderer.getRenderingUINode(EMChartRenderer.java:65)
    at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderNamedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderNamedChild(Unknown Source)
    at oracle.cabo.ui.laf.base.SwitcherRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.laf.xhtml.RowLayoutRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)

    We also see this error message in the OEM webpage interface:
    Servlet error: Renderer failed: java.lang.InternalError: Can't connect to X11 window server using '64.52.70.36:0.0' as the value of the DISPLAY variable
    I am hoping this extra info might help someone who would like to give us a suggestion of how we can get the OEM to appear in our browser again. Thanks!!

  • SQL Server Management Plug-ins deploy error

    Hi,
    I have a GC 10.2.0.3.0.
    I am trying to deploy the MS SQL server plug-in and am getting the following errors.
    I have followed the instruction in this document: http://download.oracle.com/docs/cd/B16240_01/doc/apirefs.102/e12776/pisqp.htm
    This thread did not help me much, Re: microsoft plug in deployment errors on grid control
    At least one error has occurred. Refer to the Deployment Status page for more details.
    The Deployment Status page shows ....
    Deployment Errors and Warnings
         Name          microsoft_sqlserver_database          Agent          tenhrmdb201:3872
         Version          3.3.3.1.0
    An error occurred while communicating with the agent. It may be down or unreachable.
    I have created a local user on the windows box(Agent) and given all the required permissions according to the document.
    In the GC for the Agent Preferred Credentials, i have given the Host UserName = SERVER\username and the password.
    Please help me find what am i missing here.

    I had to add the Windows server's IP to the /etc/hosts file on the OEM server.
    That fixed the issue.

  • Error during Sun ONE App server 7 startup

    hi
    i am getting the following error when i try to start my app server. given below is the error messages that i am getting. can some one help me with this
    [12/Apr/2003:16:55:49] INFO ( 1688): CORE1116: Sun ONE Application Server 7.0
    [12/Apr/2003:16:55:51] INFO ( 1688): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.0_02] from [Sun Microsystems Inc.]
    [12/Apr/2003:16:55:53] INFO ( 1688): ADM0002:System MBean initialized:[ias:type=controller]
    [12/Apr/2003:16:55:53] INFO ( 1688): ADM0002:System MBean initialized:[ias:type=configurator]
    [12/Apr/2003:16:55:53] INFO ( 1688): ADM0001:MBeanServer initialized successfully
    [12/Apr/2003:16:55:53] INFO ( 1688): ADM0005:Timestamp files for configuration created for:[admin-server]
    [12/Apr/2003:16:55:54] INFO ( 1688): ADM0005:Timestamp files for configuration created for:[server1]
    [12/Apr/2003:16:55:54] INFO ( 1688): ADM0102: Starting a thread for tracking manual changes
    [12/Apr/2003:16:55:57] INFO ( 1688): IOP5053: Received a locate request on a disabled connection. Locate requests are permitted.
    [12/Apr/2003:16:55:58] INFO ( 1688): JTS5014: Recoverable JTS instance, serverId = [100]
    [12/Apr/2003:16:55:59] INFO ( 1688): RAR5060: Install JDBC Datasources ...
    [12/Apr/2003:16:55:59] INFO ( 1688): JMS5015: Install JMS resources ...
    [12/Apr/2003:16:55:59] SEVERE ( 1688): CORE4007: Internal error: Unexpected Java exception thrown (unknown exception, no description), stack: java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:130)
         at com.iplanet.ias.jms.IASJmsUtil.getJMSAdminFactory(IASJmsUtil.java:96)
         at com.iplanet.ias.jms.IASJmsUtil.getJMSAdmin(IASJmsUtil.java:107)
         at com.iplanet.ias.jms.IASJmsConfig.getJmsAdmin(IASJmsConfig.java:196)
         at com.iplanet.ias.jms.IASJmsConfig.<init>(IASJmsConfig.java:71)
         at com.iplanet.ias.jms.IASJmsUtil.installJMSResources(IASJmsUtil.java:168)
         at com.sun.enterprise.resource.ResourceInstaller.installJMSResources(ResourceInstaller.java:1383)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:418)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
         at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
         at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.util.MissingResourceException: Can't find bundle for base name com.sun.messaging.jmq.admin.resources.AdminResources, locale en_US
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:538)
         at com.sun.messaging.jmq.admin.util.Globals.getAdminResources(Globals.java:75)
         at com.sun.messaging.jmq.admin.jmsspi.JMSAdminFactoryImpl.<clinit>(JMSAdminFactoryImpl.java:25)
         ... 12 more
    [12/Apr/2003:16:55:59] SEVERE ( 1688): CORE3186: Failed to set configuration

    hi
    i was able to solve the error :-).
    I was trying to migrate an application from iAS 6.5 to 7.0. During the deployment of the application (using ant scripts) a few jar files required for the application to run were copied to the jdk\jre\lib\ext folder. Those files were the cause of the problem. Once i removed those files i was able to start up the application server..
    Thanks
    Narayan

  • EJB not getting bound to JNDI name using Sun App Server upon deployment

    Hello,
    I've created a very simple "HelloWorld" EJB (2.1-style) and have successfully deployed it to my local application server (Sun Java System App Server Platform Edition 9.0). I now want to invoke the EJB (I have single stateless session bean that returns a string) using a simple remote client app (the client app is executing outside of the app server within its own JVM).
    From my client app I am able to create the InitialContext object, but I get error when trying to lookup my EJB's home object. My client looks as follows:
                   jndiProperties = new Properties();
                   jndiProperties.put("java.naming.factory.initial",
                        "com.sun.jndi.cosnaming.CNCtxFactory");
                   jndiProperties.put("java.naming.provider.url",
                        "iiop://localhost:3700"); // ORB listener is listening on port 3700...
                   context = new InitialContext(jndiProperties);
                   home = context.lookup("ejb/HelloWorldEJB"); // this line throws an exception (line 54)
                   ...The exception I receive is:
                   [java] 234  ERROR [main] net.blueslate.sample.ejb.helloworld.HelloWorldClient     - javax.namin
    g.NameNotFoundException [Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.
    org/CosNaming/NamingContext/NotFound:1.0]
         [java]     at com.sun.jndi.cosnaming.ExceptionMapper.mapException(ExceptionMapper.java:44)
         [java]     at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:453)
         [java]     at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:492)
         [java]     at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:470)
         [java]     at javax.naming.InitialContext.lookup(InitialContext.java:351)
         [java]     at net.blueslate.sample.ejb.helloworld.HelloWorldClient.main(HelloWorldClient.java:5
    4)
         [java] Caused by: org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/Naming
    Context/NotFound:1.0
         [java]     at org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read(NotFoundHelper.java:72
         [java]     at org.omg.CosNaming._NamingContextExtStub.resolve(_NamingContextExtStub.java:406)
         [java]     at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:440)
         [java]     ... 4 moreHere is my ejb-jar.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar
         xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
         version="2.1">
         <enterprise-beans>
              <session>
                   <ejb-name>HelloWorldEJB</ejb-name>
                   <home>net.blueslate.sample.ejb.helloworld.HelloWorldRemoteHome</home>
                   <remote>net.blueslate.sample.ejb.helloworld.HelloWorldRemote</remote>
                   <local-home>net.blueslate.sample.ejb.helloworld.HelloWorldLocalHome</local-home>
                   <local>net.blueslate.sample.ejb.helloworld.HelloWorldLocal</local>
                   <ejb-class>net.blueslate.sample.ejb.helloworld.impl.HelloWorldImpl</ejb-class>
                   <session-type>Stateless</session-type>
                   <transaction-type>Container</transaction-type>
              </session>
         </enterprise-beans>
    </ejb-jar>Here is my sun-ejb-jar.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 EJB 3.0//EN" "http://www.sun.com/software/appserver/dtds/sun-ejb-jar_3_0-0.dtd">
    <sun-ejb-jar>
         <enterprise-beans>
              <ejb>
                   <ejb-name>HelloWorldEJB</ejb-name>
                   <jndi-name>HelloWorldEJB</jndi-name>
              </ejb>
         </enterprise-beans>     
    </sun-ejb-jar>I believe the root cause is that my EJB is not bound to a name within the app server. If I browse the "JNDI tree" from the app server admin console, I can see there is a root element "ejb," but there is nothing underneath. I guess I just expected to find the name of my EJB, "HelloWorldEJB." I swear I could have read somewhere in the documentation for the app server that when you deploy an EJB, the name of the EJB as specified by the "<ejb-name>" element of the ejb-jar.xml deployment descriptor gets automatically bound within the naming server to its home object.
    At this point I would appreciate any insight anyone might have regarding this problem. I suspect there is something extra I need to do when deploying my EJB so that its name gets binded to its home object; I just don't have a clue at this point what that is.
    I should also mention that I have played with the parameter passed to 'context.lookup()' - I tried passing: "ejb/HelloWorldEJB", "HelloWorldEJB", etc - nothing seems to work. FWIW, if I just pass in "ejb", I don't receive an exception (I was glad to see this work since the JNDI tree-view from the app server admin console shows "ejb" as one of the root-elements within the naming-tree - this indicated to me I was on the right track in my diagnosis of the problem; i.e., it's probably not a connectivity or protocol issue)
    Thank you very much for your time and help.

    Nevermind folks - I got it to work. All my configuration was correct; I had other issues with the ejb-jar file that the verifier informed me of (my previous deployments were with the verifier turned-off).

  • Deploying jdeveloper application to apps server fails

    I'm trying to deploy application from jdeveloper to apps server 10.1.2.02
    connection to apps server is successful. but deployment fails with foll error
    ---- Deployment started. ---- Sep 10, 2007 4:51:49 PM
    Target platform is Standard J2EE.
    Wrote EJB JAR file to D:\Program\JDeveloper\jdev\mywork\HDFCCustWeb\website\deploy\ejb1.jar
    Elapsed time for deployment: 1 second
    ---- Deployment finished. ---- Sep 10, 2007 4:51:50 PM
    ---- Deployment started. ---- Sep 10, 2007 4:54:37 PM
    Target platform is Oracle Application Server 10g 10.1.2 (Windows) (howsora9).
    Wrote EJB JAR file to D:\Program\JDeveloper\jdev\mywork\HDFCCustWeb\website\deploy\ejb1.jar
    Wrote EAR file to D:\Program\JDeveloper\jdev\mywork\HDFCCustWeb\website\deploy\ejb1.ear
    Invoking DCM servlet client...
    D:\Program\JDeveloper\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar D:\Program\JDeveloper\jdev\lib\oc4j_remote_deploy.jar http://howsora9:18100/Oc4jDcmServletAPI/ ias_admin **** redeploy G:\Oraappsr2 D:\Program\JDeveloper\jdev\mywork\HDFCCustWeb\website\deploy\ejb1.ear hdfccustweb
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy G:\Oraappsr2 D:\Program\JDeveloper\jdev\mywork\HDFCCustWeb\website\deploy\ejb1.ear hdfccustweb UNDEFINED
    Command = REDEPLOY
    Reading application's ear file
    Ear file was successfully read
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = 0a0000b746b40e54065c96c04298b795b7b5e8caef3b
    Please, wait for command to finish...
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=0a0000b746b40e54065c96c04298b795b7b5e8caef3b
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-8)
    #### HTTP return code was -8
    Exit status of DCM servlet client: -8
    Elapsed time for deployment: 13 seconds
    #### Deployment incomplete. #### Sep 10, 2007 4:54:50 PM

    Try deploying directly from the OAS EM Web interface - it might provide a more detailed error message.
    If you are using JDev 10.1.3 my guess it might be that your deployment descriptor files are using J2EE 1.4 syntax instead of J2EE 1.3 syntax which is what OAS 10.1.2 expects.

  • Deployed webservices is not compatible on sun app server 9

    I build my webservices in automated form provided by excelent wizards of jdev.
    I was not changed any name, and let all default descriptors generated to after I try to run it, and it run perfectly on oc4j, who is compatible with j2ee specification....
    But when I deploy it on Sun App Server 9(stable), the follow error is throwed
    "Invalid url pattern" like my screenshot: http://img115.imageshack.us/img115/4673/errojf1.gif
    I have tried to replace this url, but without sucess to run my web services. Someone with more experience can help me?
    I need to run it on SunAppServer.
    Thanks all

    You probably need to add the Sun specific deployment descriptor files to your WAR.
    JDeveloper doesn't have a utility to do that automatically for Sun.

  • Error while starting Oracle App server

    I installed Oracle App Server
    when i am trying to start App server I am getting following error.
    K:\OAS\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=coeserv0:6200
    0 of 1 processes started.
    ias-instance id=ORACOESERVER.coeserv0.wipro.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=10760)
    failed to start a managed process after the maximum retry limit
    Log:
    k:\OAS\opmn\logs\HTTP_Server~1
    I tried to start Apache it is also giving following error.
    K:\OAS\Apache\Apache>apache
    [Tue May 17 17:43:08 2005] [warn] pid file k:/oas/apache/apache/logs/httpd.pid o
    verwritten -- Unclean shutdown of previous Apache run?
    ap_spawn_child: Bad file descriptor
    Couldn't fork child for piped log process
    Note the errors or messages above, and press the <ESC> key to exit. 29...
    K:\OAS\Apache\Apache>
    Amit

    Hi Cema,
    Make sure that httpd.conf file (located at /ORACLE_HOME/Apache/Apache/conf ) has not changed.
    Is your AS running on Linux? ".so" is used in case of linux only and for windows extension should be ".dll"
    Please use the same if your http server is running on windows. HTTP Server documetation may have more details related to this.
    Regards,
    Anuj

  • Upgrading Oracle Apps Server from 10g (10.1.3.0) to 10.1.3.5

    Have the following question.
    First time upgrading Oracle Apps Server. So not that familiar in this area.
    1. Step 6.1.2 in Oracle Application Server Patch Set Notes it says <p>
    If you are applying 10g Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0) to a 10g Release 3 (10.1.3.0.0) Oracle home and your system uses Enterprise Javabeans 3.0 applications, then you must undeploy your applications before applying the patch </p>
    When I try to start Application Server Control I get the following error, please advice <p>
    ./apps/tech_st/10.1.2/bin/emctl start iasconsole
    ./apps/tech_st/10.1.2/bin/emctl: line 336: cd: /d2/R12AB/ab/apps/FINVIS19/apps/tech_st/10.1.2/: No such file or directory
    ./apps/tech_st/10.1.2/bin/emctl: line 338: /d2/R12AB/ab/apps/FINVIS19/apps/tech_st/10.1.2//perl/bin/perl: No such file or directory
    </p>
    <p>
    /u01/oraerp/DEV> ./apps/tech_st/10.1.2/opmn/bin/opmnctl status
    ./apps/tech_st/10.1.2/opmn/bin/opmnctl: line 730: /d2/R12AB/ab/apps/FINVIS19/apps/tech_st/10.1.2//opmn/bin/argus: No such file or directory
    </p>
    Do we have to undeploye EJB3.0

    Hi,
    It seems like you are upgrading E-Business Suite . If thats the case its better post the problem in Ebiz forum. Also post the document id you are following, your app and db release, OS release. We do not deploy J2EE applications on Ebiz Tech Stack app server. So un-deployment should not be applicable here.

  • "Message Driven Bean" doesn't work with Sun App Server

    Hello all,
    i have a little bit problems, running a simple "Message Driven Bean" under the Sun App Server. The deployment of it works fine, but after starting the SUN App Server i get the following error message:
    An error occurred during the message-driven beancontainer initialization at runtime. The most common cause for this is that the physical resource(e.g. Queue) from which the message-driven bean is consuming either does not exist or has been configured incorrectly. Another common error is that the message-driven bean implementation class does not correctly implement the required javax.ejb.MessageBean or MessageListener interfaces.
    Has anybody a workaround for this problem?
    The queue seems to be correctly installed. A simple client programm from the Sun Tutorial (Consumer & Producer) works fine without any Errors or Exceptions.
    I am a little bit confused, because the queue seems to work with the client programms but not with a MDB running on the SUN App Server.
    Thanks for you help!
    Greetings
    Manuel

    Hello Mr Manuel!
    could you plz help me with the steps for creating a message driven bean using netbeans ver 5.0(with Sun Java� System Application Server Platform Edition 8.2 )
    I just know how to work with Session beans & Entity Bean, and am try to learn to work on Message Driven Beans too. there are no proper tutorials where i can find steps for creating these..
    I need the steps from the scratch.,like creating QueueConnection Factory & Destination etc..
    It will be gr8 if you can help me with this at the earliest .
    Thank you
    Bye

  • BPEL 11g Deployment Error Index Out of Bounds

    Hiiii all,
    Facing an issue while deploying a composite to the SOA Suite 11g. There are no issues when i compile the application.. I donot deploy directly to the app server using jdev , instead deploy it to the jar and deploy to server.
    Below the error:
    Error during deployment/undeployment: Error occurred during deployment of component: UpdatePINPS to service engine: implementation.bpel for composite: Update: ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/usr/wls1033/Oracle/Middleware/user_projects/domains/{domain}/deployed-composites/UpdatePIN_rev1.0/sca_Update_rev1.0/soa_522fc650-7030-46f2-a21f-0177aec0aba4"; the exception reported is: java.lang.IndexOutOfBoundsException: Index: 0 Size: 0
    Seeking your help,
    Thanks in advance :)

    Hi,
    I am also gettting same error, any clue for resolving this issue, please

  • Issue in booting app server.

    I have installed tuxedo 8.1 on windows 2003 on PT 8.48.16 .
    Whenver I am trying to boot app server I m getting below error message .
    I had tried all the possible solution given on support site, but no luck.
    Beside that , I also get a pop-up image which say " an unhandeled win32 exception occured in tmadmin.exe[3004] "
    Can you please give advice on it.
    ==========
    Error :-
    073656.DCB-STG-APP3!tmloadcf.4048.1592.-2: 04-24-2012: Tuxedo Version 8.1, 32-bit
    073656.DCB-STG-APP3!tmloadcf.4048.1592.-2: CMDTUX_CAT:879: INFO: A new file system has been created. (size = 1120 512-byte blocks)
    073658.DCB-STG-APP3!tmloadcf.4048.1592.-2: CMDTUX_CAT:871: INFO: TUXCONFIG file E:\psoft\PT848\appserv\CRPROD\PSTUXCFG has been created
    073705.DCB-STG-APP3!PSADMIN.3964: Begin attempt on domain CRPROD
    073717.DCB-STG-APP3!tmboot.3744.864.-2: 04-24-2012: Tuxedo Version 8.1, 32-bit
    073717.DCB-STG-APP3!tmboot.3744.864.-2: LIBTUX_CAT:681: ERROR: Failure to create message queue
    073717.DCB-STG-APP3!tmboot.3744.864.-2: FATAL: internal error: CMDTUX_CAT:1098: ERROR: Can't create queue
    073717.DCB-STG-APP3!PSADMIN.3964: End boot attempt on domain CRPROD

    Did you also try the solution BobLilly gave, connecting to the server in Console mode?
    Are you connecting to the appserver machine via Remote Desktop or is it running locally?
    See also this doc on why terminal server and psadmin conflict.
    E-AS: LIBTUX_CAT:681: ERROR: Failure to create message queue with psadmin Using Remote Desktop when Connecting to Windows Servers [ID 658213.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=658213.1
    And this doc with several solutions for this issue
    E-TUX: LIBTUX_CAT: 681/1098 - Failure to create message queue / Cannot Create Queue [ID 607729.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=607729.1

  • Deployment error in JDeveloper 11.1.1.4 when deploying 11.1.1.3 application

    We have built a bpm application using JDeveloper 11.1.1.3. Now we have upgraded the server to new version 11gR3 and have also upgraded our jdeveloper to 11.1.1.4.
    We have opened in Jdeveloper(11.1.1.4) the exisitng bpm application developed in older version (11.1.1.3) and when trying to deploy the application to the 11gR3 server getting the following deployment error in jdeveloper:      
    06:53:04 PM] Weblogic Server Exception: weblogic.application.ModuleException:
    [06:53:04 PM] Caused by: java.lang.ClassNotFoundException: oracle.bpel.services.datacontrol.types.Number
    [06:53:04 PM] See server logs or server console for more details.
    [06:53:04 PM] weblogic.application.ModuleException:
    [06:53:04 PM] Taskflow deployment failed to deploy to server. oracle.jdeveloper.deploy.DeployException: Remote deployment failed
    [06:53:04 PM] #### Deployment incomplete. ####
    [06:53:04 PM] Remote deployment failed
    This deployment error is happening only when the UI project is deployed along with the composite. When I open the Project Properties --> Library, I notice that a Library "ALE Component" is displayed in exclamation. Even after removing this library I am getting the same deployment error. Will be grateful if any help is suggested to this issue.

    Yes, you need to update the library reference apparently. (I just started again.)
    Try adding the following library ref to your weblogic.xml of UI project
    <library-ref> <library-name>oracle.soa.worklist.webapp</library-name> <specification-version>11.1.1</specification-version> </library-ref>
    Anthony

  • SQL Server 2008 on the Web/App server for BPC 7.0

    In a multi-server environment (DB/OLAP on a 64-bit platform, Web/App on a 32-bit platform), is it necessary to have SQL Server on the Web/App server if Reporting Services is not used?  Could you explain why SQL Server is needed on this server if Reporting Services is not used?

    Hi
    Reporting Service is a requirement for BPC. If it is not deployed on App Server, it can be deployed elsewhere but is required.
    Other SQL related things that go on App Server include:
    Reporting Services
    Shared Features
           Client Tools Connectivity
           Management Tools - Complete
           Business Intelligence Development Studio
           Integration Services
           Client Tools Backward Compatibility
    Microsoft SQL Server 2005 Backward Compatibility Components from Microsoft SQL Server 2008 Feature Pack
    Reporting Services/Integration Service requires SQL license(s). Standard ediiton of these can be used if you are not performing Load Balanced deployement.
    Regards
    Shaam

Maybe you are looking for

  • Update Rules to an ODS

    I have a Data field as part of the Update Rules to an ODS.  By default it is able to get its value from the source field.  However, I want to modify this slightly so that I can strip out the brackets if they occur in the source field.  Would I need t

  • Need to write a query for extractions

    How can I extract the following data from Oracle: 1. Segment1 and description from mtl_system_items_b 2. Onhand quantity that is orderable (Not under the WIP manufacturing or PO) 3. Onhand quantity that not orderable (That is under WIP manufacturing

  • Field selection for J1ID

    Hi All, I want to make PAN number field(Vendor excise details) in J1ID as mandatory. How to make it mandatory. Thanks and Regards Pavan

  • Adobe Document Services / Interactive Forms

    Gud Mrng Techies, Can anyone suggest a gud reading on 1. How To Configure Adobe Document Services on J2EE Engine. 2. How To Work With Adobe Interactive Forms in NWDS using Adobe Live Cycle Designer. Thanks in advance.... Bhushan Reddy.

  • IBooks app thinks my two user created textbooks are the same!

    iBooks app thinks my two user created textbooks are the same file. Whichever I load first works just fine, but when I try to load the second, nothing happens and then my first book opens up again. I use drop copy to move files onto my class' iPads (2