J2EE problem

i recieved an error message while trying to start up my server .i typed in j2ee in the command prompt and entered the command.i recieved the following error message:
hotspot virtual machine error : EXCEPTION_ILLEGAL_INSTRUCTION
error id : 4F530E43505002CC
java VM :Java Hotspot(TM)client VM(1.3.1-b24 mixed mode).
what do i do and how do i start up the server??

here are the 3 classes.
package com.brainysoftware.ejb;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
public interface Adder extends EJBObject {
public int add(int a, int b) throws RemoteException;
package com.brainysoftware.ejb;
import java.rmi.RemoteException;
import javax.ejb.SessionBean;
import javax.ejb.SessionContext;
public class AdderBean implements SessionBean {
public int add(int a, int b) {
System.out.println("from AdderBean");
return (a + b);
public void ejbCreate() {
public void ejbRemove() {
public void ejbActivate() {
public void ejbPassivate() {
public void setSessionContext(SessionContext sc) {
package com.brainysoftware.ejb;
import java.rmi.RemoteException;
import javax.ejb.CreateException;
import javax.ejb.EJBHome;
public interface AdderHome extends EJBHome {
Adder create() throws RemoteException, CreateException;
}and has been made adder.jar using
E:\ejb\classes>jar cfv adder.jar com/brainysoftware/ejb/* META-INF/ejb-jar.xml
then drag this adder.jar and placed it into Jboss deploy directory.
restarted Jboss and got the error mesaage
16:33:59,453 WARN  [DeploymentInfo] Could not delete file:/C:/jboss/server/defau
lt/tmp/deploy/tmp63365adder.jar restart will delete it
16:38:45,312 ERROR [MainDeployer] could not create deployment: file:/C:/jboss/se
rver/default/deploy/adder.jar
org.jboss.deployment.DeploymentException: ejb-jar.xml must either obey the right
xml schema or define a valid DOCTYPE!can you say why ?

Similar Messages

  • Crystal Report generate PDF with J2EE problem

    Dear All
    I am having a great problem on generating PDF file by Crystal Report in J2EE.
    I have my J2EE application runs Crystal Report to generate PDF files.
    However for a report, i hit the following error (red color) when the PDF is generating.
    But is no problem for the other reports.
    Here is the code  that i used to generate the PDF
    My OS and Java version as follows
    Window 2003 server.
    Java 1.4.2_04
    Please Kindly Help
    Thanks very much
    public static void export(HttpServletRequest request, HttpServletResponse response, String reportPath, ArrayList paramList, ReportExportFormat outFormat) throws Exception{
         System.gc();
      HttpSession session = request.getSession(false);
      Object reportSource = getReportSource(request, reportPath);
      ReportExportControl exportControl = new ReportExportControl();
      if(paramList != null && paramList.size()>0){
       exportControl.setParameterFields(getParamFields(paramList));
      ExportOptions exportOptions = new ExportOptions();
      exportOptions.setExportFormatType(outFormat);
      PDFExportFormatOptions pdfexpopts = new PDFExportFormatOptions();
      exportOptions.setFormatOptions(pdfexpopts);
      exportControl.setReportSource(reportSource);
      exportControl.setExportOptions(exportOptions);
      exportControl.processHttpRequest(request, response, session.getServletContext(), null);
      exportControl.dispose();
        public static IReportSource getReportSource(HttpServletRequest request, String reportPath) throws Exception{
      ReportClientDocument oReportClientDocument = new ReportClientDocument();
      HttpSession session = request.getSession(false);
      oReportClientDocument.open(reportPath, 0);
      return oReportClientDocument.getReportSource();
    00:57:08,671 ERROR reportdefinition Thread-28 - Report printer was not valid, switching to default printer.
    00:57:08,687 ERROR objectformatter Thread-28 - com.crystaldecisions.reports.dataengine.k: |Y
    00:57:09,343 ERROR b Thread-28 - Disk Exporter: no output file was created by an exporter
    00:57:09,343 ERROR b Thread-28 - PdfExporter: caught Exception in PDFFormatter.finalizeFormatJob (from destination?); java.lang.IllegalArgumentException

    Hi,
    I have tried this code but stil the same.
    However i tried setup another tomcat and application in the other machine and the only job for  the application is exporting the report that has problem, then the error is gone.
    So i guess that is the memory size problem.
    Thanks for this
    One more question about the memory size between Tomcat and Crystal report.
    I have set in catalina.bat as
    set JAVA_OPTS = "-Xms2048M -Xmx1024M"
    and CRConfig as
    <JVMMaxHeap>1024000000</JVMMaxHeap>
    <JVMMinHeap>512000000</JVMMinHeap>
    1. Is that the correct setting.?
    2. The memory in the JAVA_OPT and is the MAX and MIN memory that java would use,
        then is the Max memory in CRConf is 1024M out of the java heap size or the application use another 1024 memory

  • J2ee problem after offline backup

    hi all,
    this question has been asked before but there was no answer. maybe now, there's a solution already? after the offline backup, abap stack is ok, but there's a problem with the j2ee stack. cant launch the integration builder. we had to restart the j2ee via smicm. it has been happening for 4 weeks now..

    we have checked it and j2ee did not come back up after the reboot / offline backup. we had to restart j2ee via smicm for 4 consecutive sundays now. here are two possible reasons why i think it did not come back up:
    1) there were transfers during the offline backup. messages were being transferred during the offline backup process.
    2) there are scheduled background jobs while offline backup is running. these scheduled jobs ran right after the offline backup.

  • A J2EE problem from an International Bank EJB-RDB remapping problem

    Background Information:
    We are going to deploy a J2EE project with DB2 V7.1 as the backend database server. However, the project is developed using WSED and initially assumed DB2 V.8 will be used as the database server. The inconsistency of DB2 version have us to make some amendments on the project. To simplify the scenario, what we do is to truncate the table/column name with length >18 to 18 defined in all .tblxmi, ... for EJB-RDB mapping. After we rebuild the project and deploy it in WAS 5.1, the following error occured,
    CNTR0020E: Non-application exception occurred while processing method "populateSystemCache" on bean "BeanId(eFOSt
    0#eFOS-Session.jar#SystemService, null)". Exception data: javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com
    .ibm.db2.jcc.DB2SQLException: DB2JDBCCursor Received Error in Method prepare:SQLCODE==> -107 SQLSTATE ==> 42622 Error Tokens ==> <<D
    B2 7.1 SQLJ/JDBC>> "ACTUAL_MONTH_END_DATE" 18
    com.ibm.db2.jcc.DB2SQLException: DB2JDBCCursor Received Error in Method prepare:SQLCODE==> -107 SQLSTATE ==> 42622 Error Tokens ==>
    <<DB2 7.1 SQLJ/JDBC>> "ACTUAL_MONTH_END_DATE" 18
    at COM.ibm.db2os390.sqlj.jdbc.DB2SQLJJDBCCursor.setError(DB2SQLJJDBCCursor.java:1232)
    at COM.ibm.db2os390.sqlj.jdbc.DB2SQLJJDBCSection.prepare(DB2SQLJJDBCSection.java:767)
    at COM.ibm.db2os390.sqlj.jdbc.DB2SQLJConnection.prepareStatement(DB2SQLJConnection.java:1470)
    at COM.ibm.db2os390.sqlj.jdbc.DB2SQLJConnection.prepareStatement(DB2SQLJConnection.java:1580)
    We are sure that we have made all the necessary truncations for the table/column. We discovered that some of the .class file, e.g. SystemBeanFunctionSet_71684028.class, was generated under the directory ../websphere_deploy/DB2UDBOS390_V71_1 after we rebuild the project. Many column names with length >18 were found there, such as ACTUAL_MONTH_END_DATE.
    PreparedStatement pstmt = null;
    try
    pstmt = prepareStatement(connection, "INSERT INTO FAK.SYSTEM (SYSTEM_CODE, ACTIVE_FLAG, SYSTEM_NAME, BUSINESS_DATE, LAST_BUSINESS_DATE, NEXT_BUSINESS_DATE, REGION_CODE, MONTH_FLAG, ACTUAL_MONTH_END_DATE, LOCAL_COMPANY_CODE, LOCAL_BRANCH_CODE, LOCAL_COUNTRY_CODE, LOCAL_CURRENCY_CODE, FUNDING_CURRENCY_CODE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)");
    String tempString = (String)inputRecord.get(0);
    May I know what those .class file (with number prefix in the file name)for and how can we solve the problem?
    Thanks a lot

    Put it simply, is there any method using WSED to
    deploy the project using DB2 V.7.2 if the project is
    assembled using DB2 V8 and no java source is
    available ???If you are not making use of any functions specific to DB2 V8 how does it matter for you? The difference only lies in the DataSource configuration or something like that but certainly not on your java code(If you have not done anything specific to V8).Your problem sounds me like as suggested you have an extra/lesser parameters(?) or checkout the parameter that you are passing in is not overflowing any columns.

  • A J2EE Problem

    I have tried j2ee1.3.1. I followed the tutorial, deployed the first example--the converter. I have no problem to run the ConverterClient from the command line. But when I tried to run the jsp client, it gave me the following error:
    org.apache.jasper.JasperException:
    Unable to compile class for JSPd:
    xxx\web\converter\_0002findex_jsp.java:18: Class org.apache.jsp.Converter not found.
         private Converter converter = null;
         ^
    Apparantly tomcat doesn't know where the Converter.class is, it thought it is part of org.apache.jsp package.
    I think if I put all the needed .class files into the same directory as the _0002findex_jsp.java, it should work. But it is not the way it should be.
    Does anybody know how to fix this problem?
    Thanks in advance

    Thanks for the reply.
    How do I do that? just include the Coverter class in my classpath variable of Windows 2000? like following
    classpath=%classpath%;c:\j2ee\example\build\converter
    Or I should do something else to register?

  • SSL and J2EE - Problems with the tutorial

    I'm trying to make a small amendment to the bank application ('Duke's Bank') which is the main example in the J2EE tutorial. Nothing complicated: just add a simple 'enrollment' page which will be secured through SSL.
    The aim is to demonstrate that J2EE makes it very easy to put a session over a secure SSL channel.
    As I read the documentation, this should be a fairly simple thing to configure. Add a 'CONFIDENTIAL' network security requirement to the WAR component through the deploytool and import a server certificate using keytool. I've done all that and the thing won't work.
    After adding the 'CONFIDENTIAL' requirement I find that using the 'http' protocol serves up a server certificate which I can choose to trust through by IE6.0 browser. But then the application freezes. If I use the 'https' protocol the application freezes without even bothering about the certificate.
    I wonder if the J2EE tutorial setup is so tightly packaged that configuring it for SSL involves a number of undocumented steps related to ports, keystores and security providers. Explaining it all within the context of the tutorial would throw it out of scope so we're not really meant to do things like adding SSL.
    This is a big deal for us -- we're trying to decide if J2EE will be our application platform over the next five years or so. Any assistance here will be gratefully received.
    WR

    The Duke's Bank tutorial can be found at:
    http://java.sun.com/j2ee/tutorial/1_3-fcs/
    It is the last chapter of the tutorial, under the "Putting it All Together" section.
    Andy

  • J2EE problem while accessing RMI server

    Hi,
    I have a J2EE application in Oracle 9iAS server, I have created an application which access a RMI Server runs in a different PC, it works fine in my /dev site, I moved the same files to /test site (Same machine but different context), which also access the same RMI Server, now my application throws the following error in /test site where as it is working perfectly in /dev site.
    If you have any idea on this please let me know. Thanks in advance.
    Regards,
    Venkat
    ----------- Exception throws in server --------------------
    500 Internal Server Error
    java.lang.ClassFormatError: com/sgsap/feed/server/IFeed (Extra bytes at the end of the class file)     at java.lang.ClassLoader.defineClass0(Native Method)     at java.lang.ClassLoader.defineClass(ClassLoader.java:493)     at com.evermind[Oracle9iAS (1.0.2.2) Containers for J2EE].naming.ContextClassLoader.findClass(ContextClassLoader.java:250)     at java.lang.ClassLoader.loadClass(ClassLoader.java:299)     at java.lang.ClassLoader.loadClass(ClassLoader.java:255)     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)     at java.lang.ClassLoader.defineClass0(Native Method)     at java.lang.ClassLoader.defineClass(ClassLoader.java:493)     at com.evermind[Oracle9iAS (1.0.2.2) Containers for J2EE].naming.ContextClassLoader.findClass(ContextClassLoader.java:250)     at java.lang.ClassLoader.loadClass(ClassLoader.java:299)     at java.lang.ClassLoader.loadClass(ClassLoader.java:255)     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)     at java.lang.Class.forName0(Native Method)     at java.lang.Class.forName(Class.java:195)     at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:654)     at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:121)     at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:918)     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)     at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)     at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)     at java.rmi.Naming.lookup(Naming.java:84)     at com.sgsap.feed.client.FeedClient.getData(FeedClient.java:99)     at ReportManager.updatePostTradeFeedServerValues(ReportManager.java:998)     at ReportManager.updatePostTradeFeedValues(ReportManager.java:961)     at ReportManager.getPostTradeData(ReportManager.java:1449)     at /html/Trade/PostTradeReportExcel.jsp._jspService(/html/Trade/PostTradeReportExcel.jsp.java:84) (JSP page line 44)     at com.orionserver[Oracle9iAS (1.0.2.2) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:54)     at com.evermind[Oracle9iAS (1.0.2.2) Containers for J2EE].server.http.HttpApplication.serviceJSP(HttpApplication.java:5458)     at com.evermind[Oracle9iAS (1.0.2.2) Containers for J2EE].server.http.JSPServlet.service(JSPServlet.java:31)     at com.evermind[Oracle9iAS (1.0.2.2) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:501)     at com.evermind[Oracle9iAS (1.0.2.2) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:170)     at com.evermind[Oracle9iAS (1.0.2.2) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:576)     at com.evermind[Oracle9iAS (1.0.2.2) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)     at com.evermind[Oracle9iAS (1.0.2.2) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:62)

    Looks like ClassLoader tries to load different class. Check your classpath, check where are classes com/sgsap/feed/server/IFeed and if there are more than one such class, check why if your app is in /dev it is loading different class than when it is in /test.
    Other solution could be that something gone wrong while compilation. Are you sure you was not recompiling any code between testing it on /dev and on /test?
    I do not know, I am just trying to give some clues.
    Regards
    Pawel

  • Compiling j2ee problem

    Hi,
         I wrote a j2ee program which was in J2ee tutorial.But I get these
    errors when I compile it with - javac Converter.java
    This is the program
    import javax.ejb.EJBObject;
    import java.rmi.RemoteException;
    import java.math.*;
    public interface Converter extends EJBObject
    public BigDecimal dollarToYen(BigDecimal dollars) throws RemoteException;
    public BigDecimal yenToEuro(BigDecimal yen) throws RemoteException;
    THESE ARE THE ERRORS
    1. package javaax.ejb does not exist
    2. cannot resolve sysmbol
    class EJBObject
         Why do I get these errors. Is there another way to compile j2ee programs.
                        Chamal.
                   

    The package, javax.ejb.EJBObject, needs to be in your classpath.

  • J2ee Problem - Please help!!!

    Hi all,
    some time ago i install a test J2EE server. The default license expired two month ago and i was always saying to myself i had to enter the new license, but i didn't. Now i'm trying to save the server and to ask for the new license i have to enter to VA and check some data of the installation, But obviously my server0 doesn't start and neither msgserver so i cant enter to VA, and also i cant get the data i need to ask for the license and enter the new license either. Please...i need some help to save my test J2EE. And if some now how to uninstall the J2EE without formatting the machine where is it, better!!!
    regards
    Mariana

    Hi,
    Is your system standalone Java system. I guess you are not able to login to visual admin  to apply the license as the java is not started. So try activating the emergency user sap* in configtool and you should be able to login to the server....
    http://help.sap.com/saphelp_nw04s/helpdata/en/3a/4a0640d7b28f5ce10000000a155106/content.htm
    Or if you want to uninstall you have uninstall in the master dvd.
    Thanks,
    Tanuj

  • Problem starting oc4j.jar

    Hi all
    I want to run oc4j in a w2k sp3 machine, and I want to do it with a non administrator group's user. When I start it with "java -jar oc4j" I receive an error "Error starting Http-server: (code=10106)", then it shows "Oracle9iAS (9.0.2.1.0) Containers for J2EE initialized", but there's nothing listening. I tried to looking for this error, by I can't find anything.
    If I start the container with an user belonging to administrators groups I have no problems. I know it can be troubles creating a port less than 1024 without administratives privileges, but I set port 11500 to start the sever.
    I'm really don't know if this is a j2ee problem or a windows problem, but I'm having big headaches with this issue. Could someone help me?
    Thanks in advance.
    Alfredo

    I have running iis 5.0, but i checked there's nothing
    listening in the port where I want to start the oc4j.
    Still I tried other ports than 11500, but I always get
    the same error.

  • Help with regular expression to not run shtml-hacktype on particular reqs

    Hi,
    Okay, back to 7.0 u2 not ignoring things it should. Our regular site has a lot of SHTML includes. Then we have the glassfish loadbalancer plugin configured for a back-end web application. The problem is, the application URLs end in .html and the web server is looking locally for those requests. If I disable:
    ObjectType fn="shtml-hacktype"In the instance obj.conf, then the requests process normally in the proxy.
    I can't do that, though, because of the includes - then our main site doesn't function properly.
    Is there a way I can surround that line with something like "if request is not /gog/*" then execute? Similar to what I had to do for the j2ee problem looking locally instead of on the back end Weblogic servers.
    <If $uri =~ '^/wp-(.*)'>
    NameTrans fn="ntrans-j2ee" name="j2ee"
    </If>Only I want the opposite - if $uri is not equal to '^/gog/(.*)' then execute the shtml hacktype. I just don't know exactly what the expression would be.
    Thanks!

    Nevermind - I got it. RTFM :-)
    <If $uri !~ '^/gog/(.*)'>
    ObjectType fn="shtml-hacktype"
    </If>

  • War files and configuration files

    Hi,
    I'm trying to deploy servlets using a WAR file. Everything works fine except I can't read the configuration files from the servlet code.
    The code reading the configuration file is as follows:
    input = ClassLoader.getSystemResourceAsStream("test.properties");
    properties.load(input);
    Of course this code assumes that the file "test.properties" is in the class path.
    Where should I put the property file in the WAR file so that it is in the class path?
    If this can�t be done, how should I structure my code around this problem?
    I�m using Tomcat 3.2�
    Thank you very much

    I haven't had any trouble accessing properties files in the WEB-INF\classes using the following...
    public class MyAnchor
         private static Properties properties = new Properties();
         static
              URL url = MyAnchor.class.getResource("mywebapp.properties");
              try
              properties.load(url.openStream());
              catch(Exception e)
              e.printStackTrace();
    public static final String PROP_CONSTANT_1 = properties.getProperty("prop_constant_1");
    But I have now run into problems when trying to create a WAR file with the J2EE Deploy Tool, which will only allow *.class files to sit in the WEB-INF\classes directory.
    I'll be really annoyed if I have to change the properties file name to mywebapp.class just to get around this problem.
    Has anyone else found this?? I know I can add the *.props manually, but again would prefer not to.
    I'm hoping its only a J2EE problem and deploying to other servers will not have this requirement.

  • Can I please have a free Diablo CD because WLS 8.1 SP4 doesnt support EL &

    I understand (from your doc and from reading forum entries) that BEA WLS 8.1 SP4 does not have a container that can support EL and JSTL; however, Diablo does (which is WLS 9.0)
              I'm currently studying for the SCWCD Exam which requires JSP 2.0 and Servlet 2.4 I cannot do EL and JSTL under my current WLS 8.1 and I require WLS 9.0
              However it's a large download and I have a 56KB modem.
              Is it possible that you can please send me a free Diablo CD for the Windows Operating System (I have Windows-2000):
              currently there's not an option for this on your website.
              My name and address are as follows:
              Al Diovanni
              450 Raritan Ave
              Staten Island, NY 10305
              Home EMAIL: [email protected]
              Work EMAIL: [email protected]
              Please let me know on this. Thanks. Take care.

    When I took out DOCTYPE, I received several web.xml validation errors and marshaller errors; see below:
              weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:125:8:125:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:125:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:134:8:134:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:134:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:143:8:143:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:143:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:152:8:152:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:152:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:161:8:161:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:161:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:170:8:170:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:170:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:179:8:179:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:179:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:188:8:188:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:188:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:353:5:353:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:353:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:357:5:357:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:357:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:361:5:361:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:361:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:365:5:365:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:365:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:369:5:369:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:369:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:373:5:373:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:373:5>
                   at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:726)
                   at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:255)
                   at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:81)
                   at weblogic.application.internal.flow.ModuleCallbackWrapper.prepare(ModuleCallbackWrapper.java:113)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:331)
                   at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:71)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:60)
                   at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:455)
                   at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
                   at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:147)
                   at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:129)
                   at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:38)
                   at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:169)
                   at weblogic.management.deploy.internal.DeploymentAdapter$1.prepare(DeploymentAdapter.java:31)
                   at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:125)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:82)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:61)
                   at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:138)
                   at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
                   at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
                   at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:899)
                   at weblogic.work.ExecuteThread.execute(ExecuteThread.java:167)
                   at weblogic.work.ExecuteThread.run(ExecuteThread.java:139)
              weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:125:8:125:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:125:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:134:8:134:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:134:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:143:8:143:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:143:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:152:8:152:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:152:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:161:8:161:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:161:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:170:8:170:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:170:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:179:8:179:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:179:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:188:8:188:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:188:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:353:5:353:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:353:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:357:5:357:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:357:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:361:5:361:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:361:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:365:5:365:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:365:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:369:5:369:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:369:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:373:5:373:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:373:5>
                   at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:195)
                   at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:171)
                   at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:127)
                   at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:194)
                   at weblogic.application.descriptor.AbstractDescriptorLoader.createDescriptor(AbstractDescriptorLoader.java:347)
                   at weblogic.application.descriptor.AbstractDescriptorLoader.createDescriptor(AbstractDescriptorLoader.java:336)
                   at weblogic.application.descriptor.AbstractDescriptorLoader.getDescriptor(AbstractDescriptorLoader.java:246)
                   at weblogic.application.descriptor.AbstractDescriptorLoader.getRootDescriptorBean(AbstractDescriptorLoader.java:226)
                   at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:107)
                   at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:722)
                   at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:255)
                   at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:81)
                   at weblogic.application.internal.flow.ModuleCallbackWrapper.prepare(ModuleCallbackWrapper.java:113)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:331)
                   at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:71)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:60)
                   at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:455)
                   at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
                   at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:147)
                   at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:129)
                   at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:38)
                   at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:169)
                   at weblogic.management.deploy.internal.DeploymentAdapter$1.prepare(DeploymentAdapter.java:31)
                   at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:125)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:82)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:61)
                   at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:138)
                   at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
                   at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
                   at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:899)
                   at weblogic.work.ExecuteThread.execute(ExecuteThread.java:167)
                   at weblogic.work.ExecuteThread.run(ExecuteThread.java:139)
              >
              ####<May 15, 2005 4:29:14 AM EDT> <Error> <Deployer> <Diovanni> <examplesServer> <ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1116145754595> <BEA-149205> <Failed to initialize the application examplesWebApp due to error weblogic.application.ModuleException: [HTTP:101064][WebAppModule(examplesWebApp:examplesWebApp)] Error parsing descriptor in Web appplication "C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp"
              weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
              C:\bea\weblogic90b\samples\server\exam

  • Smart Ticket 2.0

    I have a problem with end-to-end J2ME Application Development by Example.
    I make deploy the J2EE application but...... ???
    distribute: C:\Documents and Settings\Desktop\smart_ticket2.0\smart_ticket.ear
    Deploy action running...
    java.lang.Exception: ERROR: no JoinObjectDescriptor for 1-many/many-many relationship. Possible cause: SQL generator has not been run.
    at com.sun.ejb.codegen.J2EEGeneratorDriver.j2eeCompile(J2EEGeneratorDriver.java:1297)
    at com.sun.ejb.codegen.J2EEGeneratorDriver.j2eeCompile(J2EEGeneratorDriver.java:1238)
    at com.sun.enterprise.tools.deployment.main.DeployTool.deploy(DeployTool.java:213)
    at com.sun.enterprise.deployapi.actions.DeployAction.run(DeployAction.java:65)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.RuntimeException: ERROR: no JoinObjectDescriptor for 1-many/many-many relationship. Possible cause: SQL generator has not been run.
    at com.sun.ejb.codegen.J2EEGeneratorDriver.preDeploy(J2EEGeneratorDriver.java:904)
    at com.sun.ejb.codegen.J2EEGeneratorDriver.j2eeCompile(J2EEGeneratorDriver.java:1293)
    ... 4 more
    !!! Operation Failed !!!
    [Completed (time=15.0sec, status=13)]
    Please help me, :'(
    Thanks.

    Hello,
    this means that somewhere in your application you are using an entity beans but you have not generated ejb-ql for those beans, either try to follow the samples closer (it should explain how to do this) or define the ejb-ql queries and then run the verifier to see if everything is fine before deployment, you should always do this.
    Also if you have these J2EE problems, it might make sense to ask for help on the J2EE forums.
    Regs Jirka

  • J2EE shutdown, reboot - rfc, r2startup problem

    Hi,
    I have install J2EE Engine 6.20 on a R/3 Enterprise 4.70 extension set 2.00 central instance.
    I tried to start, restart and stop j2ee from smicm. "End process - with restart": works fine, after that "End process - without restart": ok. "Restart - yes": is ok, j2ee starts up. During these operations, sometimes (not always as I remember) I see these logs in sm21:
    [code]
    16:41:49
    RD
    S23
    Connection to CPI-C client 007 was closed
    16:41:49
    RD
    S74
    > Partner LU name:
    16:41:49
    RD
    S0R
    > Host: sinisap
    16:41:49
    RD
    S0I
    > Partner TP Name: java
    16:41:49
    DIA
    00
    000
    SAPJSF
    R49
    Communication error, CPIC return code 020, SAP return code 223
    16:41:49
    DIA
    00
    000
    SAPJSF
    R5A
    > Conversation ID: 63568076
    16:41:49
    DIA
    00
    000
    SAPJSF
    R64
    > CPI-C function: CMSEND(SAP)
    [/code]
    Is this a problem or just a sideeffect of the restarts?
    After that I tried "Soft shutdown - with restart". Java processes disappeared, but starting up the j2ee again did not worked always. Sometimes it did not started the new java processes, sometimes it worked, in this case I could connect with Visual Administrator. During these softshutdowns these logs always appeared:
    <i>cluster/dispatcher/managers/console_logs/DATE_error.log</i>:
    [code][r3startup]: ID021101: Couldn't send INVALIDATE_ETAG to R/3 dispatcher. Exception is : java.io.IOException: Broken pipe
            at java.net.SocketOutputStream.socketWrite(Native Method)
            at java.net.SocketOutputStream.write(SocketOutputStream.java:103)
            at com.inqmy.services.r3startup.dispatcher.SocketThread.sendMessage(SocketThread.java:75)
            at com.inqmy.services.r3startup.dispatcher.R3StartupService.invalidateEtag(R3StartupService.java:615)
            at com.inqmy.services.httpserver.dispatcher.HttpDispatcherFrame.receive(HttpDispatcherFrame.java:218)
            at com.inqmy.core.service.context.cluster.message.MessageListenerWrapper.process(MessageListenerWrapper.
    java:79)
            at com.inqmy.core.cluster.impl0.OrderedChannel.run(OrderedChannel.java:68)
            at com.inqmy.core.thread.impl2.SingleThread.run(SingleThread.java:119)
    [/code]
    <i>cluster/server/managers/console_logs/DATE_output.log</i>:
    [code]
    RFCEngine: Error in Server "SAPProfile:\usr\sap\SIN\SYS\profile\SIN_DVEBMGS00_sinisap" :
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: lcomListen failed (11)
    RFCEngine: Server startup error, stopping "SAPProfile:\usr\sap\SIN\SYS\profile\SIN_DVEBMGS00_sinisap" :
    com.sap.mw.jco.JCO$Exception: (129) JCO_ERROR_SERVER_STARTUP: Server startup failed at Thu Jan 20 16:41:35 CET 2
    005.
    This is caused by either a) erroneous server settings, b) the backend system has been shutdown, c) network probl
    ems. Will try next startup in 1 seconds.
    Could not establish the lcom accepted connection: lcomListenCreate failed with rc 9[/code]
    Can somebody explain me what is wrong? If during restart the j2ee just stops and does not start, I have to stop r3
    Also I have noticed these logs in Visual Administrator - server services - rfcengine:
    16:41:35
    [code]java.lang.Exception: Error in Server "SAPProfile:\usr\sap\SIN\SYS\profile\SIN_DVEBMGS00_sinisap" :
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: lcomListen failed (11)
            at com.inqmy.services.rfcengine.JCOParadigm.logThrowable(JCOParadigm.java:206)
            at com.inqmy.services.rfcengine.JCOParadigm.handleThrowable(JCOParadigm.java:195)
            at com.inqmy.services.rfcengine.JCOParadigm.serverExceptionOccurred(JCOParadigm.java:173)
            at com.sap.mw.jco.JCO.fireServerExceptionOccurred(Unknown Source)
            at com.sap.mw.jco.JCO$Server.listen(Unknown Source)
            at com.sap.mw.jco.JCO$Server.run(Unknown Source)
            at java.lang.Thread.run(Thread.java:512)
    [/code]
    16:41:35
    [code]com.sap.mw
    .jco.JCO$Exception: (129) JCO_ERROR_SERVER_STARTUP: Server startup failed at Thu Jan 20 16:41:35 CET 2005.
    This is caused by either a) erroneous server settings, b) the backend system has been shutdown, c) network probl
    ems. Will try next startup in 1 seconds.
    Could not establish the lcom accepted connection: lcomListenCreate failed with rc 9
            at com.inqmy.services.rfcengine.JCOParadigm.logThrowable(JCOParadigm.java:206)
            at com.inqmy.services.rfcengine.JCOParadigm.handleThrowable(JCOParadigm.java:189)
            at com.inqmy.services.rfcengine.JCOParadigm.serverExceptionOccurred(JCOParadigm.java:173)
            at com.sap.mw.jco.JCO.fireServerExceptionOccurred(Unknown Source)
            at com.sap.mw.jco.JCO$Server.listen(Unknown Source)
            at com.sap.mw.jco.JCO$Server.run(Unknown Source)
            at java.lang.Thread.run(Thread.java:512)
    [/code]
    16:43:46
    [code]Bundle "SAPProfile:\usr\sap\SIN\SYS\profile\SIN_DVEBMGS00_sinisap" added.
    [/code]
    Thanks

    Hello,
    Does your backend system has the frfclib.o? That file should be available on the R/3 side, and not on the Portal.
    Good Luck,
    Bruno Duque

Maybe you are looking for

  • Forms 6.0.5.34.0 / Reports 6.0.5.34.1 - Please Help (URGENT)

    I would like to OPEN a WORD document using Forms and SAVE the document in the database. (CLOB or BLOB) column. (Including WORD Table format and BOLD, TAB etc.) I then want to PRINT this using Reports. Can this be done? If so, how? Any ideas would be

  • Explain Plan changed using "IN"

    Hi , I am using one of the query as below select a.x, b.y, c.z from a,b,c where a.x in ( select x from temp where col=b.y) i checked explain plan this query is going to access full table x i have index on x for temp table. i need to check b.y in subq

  • Different due dates for the same SC

    Hi dear experts, We are facing a problem with our customer, the customer wants to have the flexibility in the system to create SC´s with 2 different characteristics, the first category are plans which work with the standard and we already have them w

  • Album artwork-how do i get rid of old low res images and get new artwork?

    Before apple introduced the new artwork download, I spent ages searching the internet for album sleeves and copied them to itunes, but the quality of the images in some cases was very bad. I am trying to replace this artwork with the downloadable hig

  • Automatic scroll adobe_reader on iPad

    Est-il possible de lire un document sur un iPad avec un défilement automatique en réglant la vitesse comme avec un PC I would like the capability to read automaticly a pdf document on an iPad  whithout touching the screen like with a PC. Thank You