facebook

[Closed]XDoclet-fails to run-JVM terminated error in console

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 15 posts - 1 through 15 (of 33 total)
  • Author
    Posts
  • #244493 Reply

    eadon
    Member

    Hi,
    My system is Mandrake 10 Linux
    Sun J2EE 1.4 (version 1.5 JVM)
    Eclipse 3.1.1
    MyEclipse version 4
    JBoss 4

    The above were the latest stable version downloaded a couple of weeks back.
    Followed MyEclipse instructions at this myEclipse help page and generated a stateless EJB: (with myEclipse ejb project configured to J2EE 1.3)
    http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/firstejb/index.html
    Step 7.2 Running XDoclet Code Generation
    I followed all the instructions for add Standard EJB module to XDoclet project properties and customised XDoclet configuration for JBoss.
    When I run XDoclet from the “myEclipse” context menu for the EJB project, it fails. Error message in the console is:

    <terminated> /optSUNWappserver/jdk/bin/java (12-jan-2006 21:02:02)

    There are no other error messages, and no log files that I can inspect that I can find. When I remove the configuration for JBoss from the XDoclet properties the problem is still the same. I have no idea why the JVM is falling over. In a MyEclipse web project, I have Struts with Validator and Tiles working fine, so the system seems OK in other respects. Have I done something wrong? Maybe this is a linux file permissions problem? Many thanks for any assistance!
    P.S. I know that the answer is probably no, but does myEclipse rely on a PostgreSQL database behind the scenes? Because if so, that could be an explanation.

    .mymetadata contains:
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <project-module
    type=”EJB”
    name=”intermon-wsEJB”
    id=”myeclipse.1136544650207″
    j2ee-spec=”1.3″
    archive=”intermon-wsEJB.jar” />

    .project contains:
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <projectDescription>
    <name>intermon-wsEJB</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
    <buildCommand>
    <name>org.eclipse.jdt.core.javabuilder</name>
    <arguments>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
    <arguments>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>com.ibm.etools.validation.validationbuilder</name>
    <arguments>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>com.ibm.sse.model.structuredbuilder</name>
    <arguments>
    </arguments>
    </buildCommand>
    </buildSpec>
    <natures>
    <nature>com.genuitec.eclipse.j2eedt.core.ejbnature</nature>
    <nature>org.eclipse.jdt.core.javanature</nature>
    </natures>
    </projectDescription>

    .xdoclet contains:
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <configurations>
    <configuration name=”Standard EJB” used=”true”>
    <task name=”ejbdoclet” used=”true” className=”xdoclet.modules.ejb.EjbDocletTask”>
    <attribute name=”ejbSpec” value=”2.0″ used=”true”/>
    <attribute name=”ejbClassNameSuffix” value=”” used=”false”/>
    <attribute name=”excludedTags” value=”@version,@author,@todo” used=”true”/>
    <attribute name=”destDir” value=”src” used=”true”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”force” value=”” used=”false”/>
    <attribute name=”verbose” value=”true” used=”true”/>
    <attribute name=”addedTags” value=”@xdoclet-generated at ${TODAY},@copyright The XDoclet Team,@author XDoclet,@version ${version}” used=”true”/>
    <attribute name=”ignoredtags” value=”” used=”false”/>
    <attribute name=”validating” value=”” used=”false”/>
    <element name=”fileset” used=”true”>
    <attribute name=”dir” value=”src” used=”true”/>
    <attribute name=”includes” value=”**/*.java” used=”true”/>
    <attribute name=”excludes” value=”” used=”false”/>
    </element>
    <element name=”packageSubstitution” used=”true”>
    <attribute name=”packages” value=”ejb” used=”true”/>
    <attribute name=”substituteWith” value=”interfaces” used=”true”/>
    </element>
    <element name=”remoteinterface” used=”true”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”localinterface” used=”true”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”homeinterface” used=”true”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”localhomeinterface” used=”true”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”dataobject” used=”false”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”valueobject” used=”false”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”entitypk” used=”false”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”entitycmp” used=”false”>
    <attribute name=”CmpSpec” value=”” used=”false”/>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”entitybmp” used=”false”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”session” used=”true”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”dao” used=”false”>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    <element name=”PackageSubstitution” used=”false”>
    <attribute name=”packages” value=”ejb” used=”true”/>
    <attribute name=”substituteWith” value=”dao” used=”true”/>
    </element>
    </element>
    <element name=”utilobject” used=”false”>
    <attribute name=”Kind” value=”” used=”false”/>
    <attribute name=”pattern” value=”” used=”false”/>
    <attribute name=”includeGUID” value=”true” used=”true”/>
    <attribute name=”cacheHomes” value=”true” used=”true”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”” used=”false”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”deploymentdescriptor” used=”true”>
    <attribute name=”smallicon” value=”” used=”false”/>
    <attribute name=”largeicon” value=”” used=”false”/>
    <attribute name=”displayname” value=”” used=”false”/>
    <attribute name=”description” value=”” used=”false”/>
    <attribute name=”clientjar” value=”” used=”false”/>
    <attribute name=”useIds” value=”” used=”false”/>
    <attribute name=”xmlencoding” value=”” used=”false”/>
    <attribute name=”schema” value=”” used=”false”/>
    <attribute name=”validateXML” value=”true” used=”true”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”src/META-INF” used=”true”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    <element name=”jboss” used=”true”>
    <attribute name=”webServiceContextRoot” value=”” used=”false”/>
    <attribute name=”jbossTemplateFile” value=”” used=”false”/>
    <attribute name=”jawsTemplateFile” value=”” used=”false”/>
    <attribute name=”jbosscmpTemplateFile” value=”” used=”false”/>
    <attribute name=”debug” value=”” used=”false”/>
    <attribute name=”Version” value=”4.0.2″ used=”true”/>
    <attribute name=”securityDomain” value=”” used=”false”/>
    <attribute name=”unauthenticatedPrincipal” value=”” used=”false”/>
    <attribute name=”datasource” value=”” used=”false”/>
    <attribute name=”datasourceMapping” value=”” used=”false”/>
    <attribute name=”typemapping” value=”” used=”false”/>
    <attribute name=”generateRelations” value=”” used=”false”/>
    <attribute name=”preferredRelationMapping” value=”” used=”false”/>
    <attribute name=”createTable” value=”” used=”false”/>
    <attribute name=”alterTable” value=”” used=”false”/>
    <attribute name=”removeTable” value=”” used=”false”/>
    <attribute name=”useIds” value=”” used=”false”/>
    <attribute name=”xmlencoding” value=”” used=”false”/>
    <attribute name=”schema” value=”” used=”false”/>
    <attribute name=”validateXML” value=”” used=”false”/>
    <attribute name=”acceptInterfaces” value=”” used=”false”/>
    <attribute name=”acceptAbstractClasses” value=”” used=”false”/>
    <attribute name=”packageSubstitutions” value=”” used=”false”/>
    <attribute name=”packageSubstitutionInheritanceSupported” value=”” used=”false”/>
    <attribute name=”subTaskClassName” value=”” used=”false”/>
    <attribute name=”prefixWithPackageStructure” value=”” used=”false”/>
    <attribute name=”destinationFile” value=”” used=”false”/>
    <attribute name=”templateURL” value=”” used=”false”/>
    <attribute name=”templateFile” value=”” used=”false”/>
    <attribute name=”Extent” value=”” used=”false”/>
    <attribute name=”havingClassTag” value=”” used=”false”/>
    <attribute name=”ofType” value=”” used=”false”/>
    <attribute name=”subTaskName” value=”” used=”false”/>
    <attribute name=”destDir” value=”src/META-INF” used=”true”/>
    <attribute name=”mergeDir” value=”” used=”false”/>
    <attribute name=”currentMethodTag” value=”” used=”false”/>
    <attribute name=”currentClassTag” value=”” used=”false”/>
    <attribute name=”currentFieldTag” value=”” used=”false”/>
    <attribute name=”currentPackage” value=”” used=”false”/>
    <attribute name=”currentMethod” value=”” used=”false”/>
    <attribute name=”currentConstructor” value=”” used=”false”/>
    <attribute name=”currentField” value=”” used=”false”/>
    <attribute name=”currentClass” value=”” used=”false”/>
    </element>
    </task>
    </configuration>
    </configurations>

    MANIFEST.MF contains
    Manifest-Version: 1.0
    Class-Path:

    EJB is:
    package com.nova.imon.ejb;

    import java.rmi.RemoteException;

    import javax.ejb.EJBException;
    import javax.ejb.SessionBean;
    import javax.ejb.SessionContext;

    /**
    * XDoclet-based session bean. The class must be declared
    * public according to the EJB specification.
    *
    * To generate the EJB related files to this EJB:
    * – Add Standard EJB module to XDoclet project properties
    * – Customize XDoclet configuration for your appserver
    * – Run XDoclet
    *
    * Below are the xdoclet-related tags needed for this EJB.
    *
    * @ejb.bean name=”Login”
    * display-name=”Login Bean”
    * description=”Login logic”
    * jndi-name=”ejb/com/nova/imon/ejb/Login”
    * type=”Stateless”
    * view-type=”remote”
    */
    public class LoginBean implements SessionBean {

    /** The session context */
    private SessionContext context;

    public LoginBean() {
    super();
    // TODO Auto-generated constructor stub
    }

    public void ejbActivate() throws EJBException, RemoteException {
    // TODO Auto-generated method stub

    }

    public void ejbPassivate() throws EJBException, RemoteException {
    // TODO Auto-generated method stub

    }

    public void ejbRemove() throws EJBException, RemoteException {
    // TODO Auto-generated method stub

    }

    /**
    * Set the associated session context. The container calls this method
    * after the instance creation.
    *
    * The enterprise bean instance should store the reference to the context
    * object in an instance variable.
    *
    * This method is called with no transaction context.
    *
    * @throws EJBException Thrown if method fails due to system-level error.
    */
    public void setSessionContext(SessionContext newContext)
    throws EJBException {
    context = newContext;
    }

    /**
    * An example business method
    *
    * @ejb.interface-method view-type = “remote”
    *
    * @throws EJBException Thrown if method fails due to system-level error.
    */
    public void create() throws EJBException {
    // rename and start putting your business logic here
    }

    }

    No files were generated by xdoclet. I hope this is enough info to go on.

    Kind regards,

    James E

    #244497 Reply

    Riyad Kalla
    Member

    P.S. I know that the answer is probably no, but does myEclipse rely on a PostgreSQL database behind the scenes? Because if so, that could be an explanation.

    No it doesn’t.

    James,
    Try dropping to a command line and typing “java -version” does that work? What do you get?

    Also, your log file is located at (<workspace dir>\.metadata\.log) double check it for interesting exceptions.

    #244511 Reply

    eadon
    Member

    Hi,
    To answer your queries, I installed java 1.5 on a server recently, and confused it with my local install: my JVM is actually 1.4:
    java version “1.4.2_04”
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b04)
    I could upgrade if that might help.
    And the peculiar thing is, the log file you mentioned, in the .metadata directory does not exist, I explicitly hunted for it yesterday, but the directory is empty (other than the expected subversion .svn folder). A categoric recursive search for *.log in the workspace directory fails also. Which, of course may be a massive clue as to what is going wrong here.
    Any ideas on how to procede?
    Thanks!
    James

    #244534 Reply

    Riyad Kalla
    Member

    James,
    Let’s try the big-bang test. Create a new workspace and import your project, then try and use XDoclet.

    1) File > Switch Workspace > C:\tempworkspace
    2) File > Import > Existing Project
    3) Try and use XDoclet

    #244581 Reply

    eadon
    Member

    Hi,
    The “big bang” test idea caused me to realise I was looking in the wrong place for the .log file, which I have now successfully located. Here are the contents of that file, I hope this indicates what the difficulty is

    !SESSION 2006-01-14 08:27:31.223 ———————————————–
    eclipse.buildId=M20050929-0840
    java.version=1.4.2_04
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_GB
    Command-line arguments: -data /home/jim/tempworkspace -os linux -ws gtk -arch x86

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:49.240
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/css_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:49.358
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/forms_lists_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:49.383
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/htmlform_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:50.124
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/html_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:50.173
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/javascript_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:50.261
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/jsf_f_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:50.327
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/jsf_h_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:50.377
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/struts_bean_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:50.437
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/struts_html_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:50.486
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/struts_logic_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-14 08:27:50.549
    !MESSAGE Installed snippet library: /home/jim/java/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/snippets/struts_tiles_snippets.xml

    !ENTRY com.genuitec.eclipse.wdt.jsp.debug 1 1 2006-01-14 08:28:58.226
    !MESSAGE 14-Jan-2006 08:28:58 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Javac exception
    Compile failed; see the compiler error output for details.
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:933)
    at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:757)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.parse(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.JSPValidator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction$1.run(Unknown Source)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1739)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.run(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validateIfNeeded(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.ibm.etools.validation.ValidatorLauncher.start(ValidatorLauncher.java:58)
    at com.ibm.etools.validate.ValidationOperation.launchValidator(ValidationOperation.java:1275)
    at com.ibm.etools.validate.ValidationOperation.internalValidate(ValidationOperation.java:1099)
    at com.ibm.etools.validate.ValidationOperation.validate(ValidationOperation.java:1014)
    at com.ibm.etools.validate.ValidationOperation.run(ValidationOperation.java:731)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:204)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:197)
    at com.ibm.etools.validate.ValidationBuilder.build(ValidationBuilder.java:141)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:593)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:168)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    14-Jan-2006 08:28:58 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Env: Compile: javaFileName=/tmp/myeclipse-jspcc//org/apache/jsp/common_002dview/layout_jsp.java
    classpath=::/opt/SUNWappserver/jdk/jre/lib/rt.jar:/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar:/opt/SUNWappserver/jdk/jre/lib/jsse.jar:/opt/SUNWappserver/jdk/jre/lib/jce.jar:/opt/SUNWappserver/jdk/jre/lib/charsets.jar:/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar:/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar:/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar:/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes:/home/jim/projects/intermon-ws/intermon-ws-ejb/classes:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    cp=/home/jim/java/eclipse/startup.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/rt.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jsse.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jce.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/charsets.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes
    cp=/home/jim/projects/intermon-ws/intermon-ws-ejb/classes
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    work dir=/tmp/myeclipse-jspcc
    extension dir=/opt/SUNWappserver/jdk/jre/lib/ext
    srcDir=/tmp/myeclipse-jspcc
    compiler=extJavac
    include=org/apache/jsp/common_002dview/layout_jsp.java

    !ENTRY com.genuitec.eclipse.wdt.jsp.debug 1 1 2006-01-14 08:28:59.457
    !MESSAGE 14-Jan-2006 08:28:59 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Javac exception
    Compile failed; see the compiler error output for details.
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:933)
    at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:757)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.parse(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.JSPValidator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction$1.run(Unknown Source)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1739)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.run(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validateIfNeeded(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.ibm.etools.validation.ValidatorLauncher.start(ValidatorLauncher.java:58)
    at com.ibm.etools.validate.ValidationOperation.launchValidator(ValidationOperation.java:1275)
    at com.ibm.etools.validate.ValidationOperation.internalValidate(ValidationOperation.java:1099)
    at com.ibm.etools.validate.ValidationOperation.validate(ValidationOperation.java:1014)
    at com.ibm.etools.validate.ValidationOperation.run(ValidationOperation.java:731)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:204)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:197)
    at com.ibm.etools.validate.ValidationBuilder.build(ValidationBuilder.java:141)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:593)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:168)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    14-Jan-2006 08:28:59 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Env: Compile: javaFileName=/tmp/myeclipse-jspcc//org/apache/jsp/common_002dview/tilesDefinitions_jsp.java
    classpath=::/opt/SUNWappserver/jdk/jre/lib/rt.jar:/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar:/opt/SUNWappserver/jdk/jre/lib/jsse.jar:/opt/SUNWappserver/jdk/jre/lib/jce.jar:/opt/SUNWappserver/jdk/jre/lib/charsets.jar:/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar:/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar:/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar:/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes:/home/jim/projects/intermon-ws/intermon-ws-ejb/classes:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    cp=/home/jim/java/eclipse/startup.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/rt.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jsse.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jce.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/charsets.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes
    cp=/home/jim/projects/intermon-ws/intermon-ws-ejb/classes
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    work dir=/tmp/myeclipse-jspcc
    extension dir=/opt/SUNWappserver/jdk/jre/lib/ext
    srcDir=/tmp/myeclipse-jspcc
    compiler=extJavac
    include=org/apache/jsp/common_002dview/tilesDefinitions_jsp.java

    !ENTRY com.genuitec.eclipse.wdt.jsp.debug 1 1 2006-01-14 08:29:00.951
    !MESSAGE 14-Jan-2006 08:29:00 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Javac exception
    Compile failed; see the compiler error output for details.
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:933)
    at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:757)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.parse(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.JSPValidator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction$1.run(Unknown Source)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1739)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.run(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validateIfNeeded(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.ibm.etools.validation.ValidatorLauncher.start(ValidatorLauncher.java:58)
    at com.ibm.etools.validate.ValidationOperation.launchValidator(ValidationOperation.java:1275)
    at com.ibm.etools.validate.ValidationOperation.internalValidate(ValidationOperation.java:1099)
    at com.ibm.etools.validate.ValidationOperation.validate(ValidationOperation.java:1014)
    at com.ibm.etools.validate.ValidationOperation.run(ValidationOperation.java:731)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:204)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:197)
    at com.ibm.etools.validate.ValidationBuilder.build(ValidationBuilder.java:141)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:593)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:168)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    14-Jan-2006 08:29:00 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Env: Compile: javaFileName=/tmp/myeclipse-jspcc//org/apache/jsp/pages/userLogin_002dbody_jsp.java
    classpath=::/opt/SUNWappserver/jdk/jre/lib/rt.jar:/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar:/opt/SUNWappserver/jdk/jre/lib/jsse.jar:/opt/SUNWappserver/jdk/jre/lib/jce.jar:/opt/SUNWappserver/jdk/jre/lib/charsets.jar:/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar:/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar:/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar:/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes:/home/jim/projects/intermon-ws/intermon-ws-ejb/classes:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    cp=/home/jim/java/eclipse/startup.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/rt.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jsse.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jce.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/charsets.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes
    cp=/home/jim/projects/intermon-ws/intermon-ws-ejb/classes
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    work dir=/tmp/myeclipse-jspcc
    extension dir=/opt/SUNWappserver/jdk/jre/lib/ext
    srcDir=/tmp/myeclipse-jspcc
    compiler=extJavac
    include=org/apache/jsp/pages/userLogin_002dbody_jsp.java

    !ENTRY com.genuitec.eclipse.wdt.jsp.debug 1 1 2006-01-14 08:29:02.133
    !MESSAGE 14-Jan-2006 08:29:02 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Javac exception
    Compile failed; see the compiler error output for details.
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:933)
    at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:757)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.parse(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.JSPValidator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction$1.run(Unknown Source)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1739)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.run(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validateIfNeeded(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.ibm.etools.validation.ValidatorLauncher.start(ValidatorLauncher.java:58)
    at com.ibm.etools.validate.ValidationOperation.launchValidator(ValidationOperation.java:1275)
    at com.ibm.etools.validate.ValidationOperation.internalValidate(ValidationOperation.java:1099)
    at com.ibm.etools.validate.ValidationOperation.validate(ValidationOperation.java:1014)
    at com.ibm.etools.validate.ValidationOperation.run(ValidationOperation.java:731)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:204)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:197)
    at com.ibm.etools.validate.ValidationBuilder.build(ValidationBuilder.java:141)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:593)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:168)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    14-Jan-2006 08:29:02 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Env: Compile: javaFileName=/tmp/myeclipse-jspcc//org/apache/jsp/userLogin_jsp.java
    classpath=::/opt/SUNWappserver/jdk/jre/lib/rt.jar:/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar:/opt/SUNWappserver/jdk/jre/lib/jsse.jar:/opt/SUNWappserver/jdk/jre/lib/jce.jar:/opt/SUNWappserver/jdk/jre/lib/charsets.jar:/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar:/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar:/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar:/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes:/home/jim/projects/intermon-ws/intermon-ws-ejb/classes:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    cp=/home/jim/java/eclipse/startup.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/rt.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jsse.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jce.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/charsets.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes
    cp=/home/jim/projects/intermon-ws/intermon-ws-ejb/classes
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    work dir=/tmp/myeclipse-jspcc
    extension dir=/opt/SUNWappserver/jdk/jre/lib/ext
    srcDir=/tmp/myeclipse-jspcc
    compiler=extJavac
    include=org/apache/jsp/userLogin_jsp.java

    !ENTRY com.genuitec.eclipse.wdt.jsp.debug 1 1 2006-01-14 08:29:03.352
    !MESSAGE 14-Jan-2006 08:29:03 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Javac exception
    Compile failed; see the compiler error output for details.
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:933)
    at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:757)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.parse(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.JSPValidator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction$1.run(Unknown Source)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1739)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.run(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validateIfNeeded(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.ibm.etools.validation.ValidatorLauncher.start(ValidatorLauncher.java:58)
    at com.ibm.etools.validate.ValidationOperation.launchValidator(ValidationOperation.java:1275)
    at com.ibm.etools.validate.ValidationOperation.internalValidate(ValidationOperation.java:1099)
    at com.ibm.etools.validate.ValidationOperation.validate(ValidationOperation.java:1014)
    at com.ibm.etools.validate.ValidationOperation.run(ValidationOperation.java:731)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:204)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(ValidationBuilder.java:197)
    at com.ibm.etools.validate.ValidationBuilder.build(ValidationBuilder.java:141)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:593)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:168)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    14-Jan-2006 08:29:03 com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Env: Compile: javaFileName=/tmp/myeclipse-jspcc//org/apache/jsp/userLoginSuccess_jsp.java
    classpath=::/opt/SUNWappserver/jdk/jre/lib/rt.jar:/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar:/opt/SUNWappserver/jdk/jre/lib/jsse.jar:/opt/SUNWappserver/jdk/jre/lib/jce.jar:/opt/SUNWappserver/jdk/jre/lib/charsets.jar:/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar:/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar:/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar:/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar:/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes:/home/jim/projects/intermon-ws/intermon-ws-ejb/classes:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar:/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    cp=/home/jim/java/eclipse/startup.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/rt.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/sunrsasign.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jsse.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/jce.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/charsets.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/localedata.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/dnsns.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/ldapsec.jar
    cp=/opt/SUNWappserver/jdk/jre/lib/ext/sunjce_provider.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/activation.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/javax.servlet.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-j2ee.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jboss-jaas.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jsse.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/jts.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.1/data/libraryset/1.3/mail.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/antlr.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-beanutils.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-digester.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-fileupload.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-logging.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/commons-validator.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/jakarta-oro.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/lib/struts.jar
    cp=/home/jim/projects/intermon-ws/intermon-ws-web/WebRoot/WEB-INF/classes
    cp=/home/jim/projects/intermon-ws/intermon-ws-ejb/classes
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jasper-runtime.jar
    cp=/home/jim/java/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/lib/jsp-api.jar
    work dir=/tmp/myeclipse-jspcc
    extension dir=/opt/SUNWappserver/jdk/jre/lib/ext
    srcDir=/tmp/myeclipse-jspcc
    compiler=extJavac
    include=org/apache/jsp/userLoginSuccess_jsp.java

    !ENTRY com.genuitec.eclipse.core 1 0 2006-01-14 10:38:01.471
    !MESSAGE Unable to locate .myeclipse.properties file

    Can you please cast some light on this? as I am still sure how to proceed.
    Thanks and regards,

    James

    #244582 Reply

    eadon
    Member

    I should have said, UNsure how to proceed 🙂

    #244584 Reply

    Riyad Kalla
    Member

    Actually no, all the errors in the log file are because you don’t have your “javac” executable from your JDK’s /bin directory in your System’s PATH environment variable; that is what MyEclipse uses to validate JSPs, when it can’t find it, it spits out that exception.

    #244588 Reply

    eadon
    Member

    Hi,
    Thanks for your reply. It could be a path problem, however my system path is:

    echo $PATH
    /usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/opt/SUNWappserver/jdk/bin:/home/jim/java/apache-ant/bin [and so on]

    The path seems correct:
    ls /opt/SUNWappserver/jdk/bin
    appletviewer* HtmlConverter* jar* java* javadoc* javap* jdb* kinit* ktab* orbd* rmic* rmiregistry* servertool*
    extcheck* idlj* jarsigner* javac* javah* java-rmi.cgi* keytool* klist* native2ascii* policytool* rmid* serialver* tnameserv*

    This is the same jdk configured in Eclipse properties.

    Is there another explanation for why MyEclipse running XDoclet is not working, as per my above messages?
    Many thanks

    James

    #244589 Reply

    eadon
    Member

    To verify, typing javac at the command prompt gives:
    $ javac -version
    javac: invalid flag: -version
    Usage: javac <options> <source files>
    where possible options include:
    -g Generate all debugging info
    -g:none Generate no debugging info
    … etc etc
    So the path seems OK. Any ideas?

    #244730 Reply

    eadon
    Member

    Hi,
    Having returned my attention to this problem, as far as I can tell, the problem is caused by a missing library:
    com.genuitec.eclipse.wdt.jsp.jasper.compiler
    is absent from the Eclipse “plugins” directory – hence the bug

    #244746 Reply

    Riyad Kalla
    Member

    MyEclipse is installed as an extension, meaning none of it’s plugins go or should go into your Eclipse\plugins directory. They should all be in your <MyEclipse dir>\eclipse\plugins directory. If you navigate to that location, do you see them?

    #244768 Reply

    eadon
    Member

    Hi,
    On my Linux system, within the eclipse/plugins directory there are manifold myeclipse jar files. To chose one at random:
    com.genuitec.myeclipse.hibernate_4.0.1
    Now the jasper compiler jar file mentioned above is absent as afore mentioned. Unfortunately, I am unable to locate a myeclipse directory per se, so cannot inspect it, does it really exist? Please advise on how to procede.
    Thanks

    J

    #244769 Reply

    eadon
    Member

    To help me locate it, where does the installer put the myeclipse directory by default, on Linux, and what is the actual (case sensitive) name of that directory, “myeclipse”?

    #244772 Reply

    Riyad Kalla
    Member

    eadon,
    Your Eclipse/plugins directory shouldn’t have any MyEclipse plugins in it, if it does what I think might have happened is when you installed MyEclipse you specified your Eclipse directory, so the installer dumped everything in there (which it shouldn’t have done)

    What I would suggest doing is a clean reinstall of Eclipse and MyEclipse to temporary directories just to make sure atleast that setup works. I would hate to spend a bunch of time to find out the problem was something else.

    #244860 Reply

    eadon
    Member

    Hi,
    I downloaded and installed the latest eclipse and my eclipse. The myeclipse libs are indeed now separate from the eclipse plugin directory, being located in their own installation area. The library is still missing. The closest to the mising library, which is com.genuitec.eclipse.wdt.jsp.jasper.compiler is com.genuitec.eclipse.wdt.jsp.debug_4.0.3.
    Please can you tell me where I can obtain the missing library(s) or otherwise solve this prblem that apparently prevents XDoclet from running?

    Thanks
    James

Viewing 15 posts - 1 through 15 (of 33 total)
Reply To: [Closed]XDoclet-fails to run-JVM terminated error in console

You must be logged in to post in the forum log in