- This topic has 2 replies, 2 voices, and was last updated 18 years, 5 months ago by
klew.
-
AuthorPosts
-
klewMemberHi,
Last week I was attempted to start my Sun App Server 8.2 through MyEclipse and ran into a bunch of FileNotFoundExceptions. They were all looking for various localizations of the appserv jar files (ex: appserv-admin_ja.jar, appserv-admin_zh.jar, appserv-rt_it.jar). I had made no changes to any of the window/project preferences (it had been working prior to this). I also could not find any references to these files in any of my config files. Any idea why it’s looking for these files?
Thanks,
Kevin
February 12, 2007 at 5:48 pm #266020
Scott AndersonParticipantKevin,
I wish I knew, but we’ve never seen this behavior. Are you using any startup arguments (like a language setting) that might be confusing the server to think it’s running in a non-English locale? That’s about the only thing I can think of that would cause this.
February 14, 2007 at 8:30 am #266095
klewMemberI’ve reinstalled MyEclipse and the JDK, and now receiving a ZipException for localedata.pack. When I continue from that error I hit the same FileNotFoundExceptions and the server won’t start. But if I don’t run it in debug mode, I just get a warning about the ZipException and the server starts up.
Here is my command line:
C:\jdk1.5.0_11\bin\javaw.exe -Djava.ext.dirs=C:\jdk1.5.0_11/jre/lib/ext;C:\Sun\AppServer\domains\domain1/lib/ext -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl -Dcom.sun.aas.configName=server-config -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter -Ddomain.name=domain1 \”-Djavax.net.ssl.keyStore=C:\Sun\AppServer\domains\domain1/config/keystore.jks\” -Djmx.invoke.getters=true -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder \”-Djava.security.auth.login.config=C:\Sun\AppServer\domains\domain1/config/login.conf\” \”-Djava.security.policy=C:\Sun\AppServer\domains\domain1/config/server.policy\” -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser -Dcom.sun.enterprise.taglisteners=jsf-impl.jar -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Djava.endorsed.dirs=C:\Sun\AppServer/lib/endorsed \”-Dcom.sun.aas.instanceRoot=C:\Sun\AppServer\domains\domain1\” -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager -Dproduct.name=Sun-Java-System/Application-Server -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver \”-Djavax.net.ssl.trustStore=C:\Sun\AppServer\domains\domain1/config/cacerts.jks\” \”-Dcom.sun.aas.configRoot=C:\Sun\AppServer\config\” -Djava.library.path=C:\jdk1.5.0_11\bin;C:\Sun\AppServer\bin \”-Dcom.sun.aas.instanceName=server\” -Dcom.sun.aas.verboseMode=true \”-DJAVA_HOME=C:\jdk1.5.0_11\” -Dcom.sun.aas.configRoot=C:\Sun\AppServer\config -classpath “\”C:\Sun\AppServer/lib/appserv-rt.jar\”;\”C:\Sun\AppServer/lib/activation.jar\”;\”C:\Sun\AppServer/lib/admin-cli.jar\”;\”C:\Sun\AppServer/lib/appserv-admin.jar\”;\”C:\Sun\AppServer/lib/appserv-cmp.jar\”;\”C:\Sun\AppServer/lib/appserv-ext.jar\”;\”C:\Sun\AppServer/lib/appserv-jstl.jar\”;\”C:\Sun\AppServer/lib/appserv-upgrade.jar\”;\”C:\Sun\AppServer/lib/commons-launcher.jar\”;\”C:\Sun\AppServer/lib/commons-logging.jar\”;\”C:\Sun\AppServer/lib/dom.jar\”;\”C:\Sun\AppServer/lib/j2ee-svc.jar\”;\”C:\Sun\AppServer/lib/j2ee.jar\”;\”C:\Sun\AppServer/lib/jax-qname.jar\”;\”C:\Sun\AppServer/lib/jaxr-api.jar\”;\”C:\Sun\AppServer/lib/jaxr-impl.jar\”;\”C:\Sun\AppServer/lib/jaxrpc-api.jar\”;\”C:\Sun\AppServer/lib/jaxrpc-impl.jar\”;\”C:\Sun\AppServer/lib/jmxremote.jar\”;\”C:\Sun\AppServer/lib/jmxremote_optional.jar\”;\”C:\Sun\AppServer/lib/jsf-api.jar\”;\”C:\Sun\AppServer/lib/jsf-impl.jar\”;\”C:\Sun\AppServer/lib/mail.jar\”;\”C:\Sun\AppServer/lib/relaxngDatatype.jar\”;\”C:\Sun\AppServer/lib/rmissl.jar\”;\”C:\Sun\AppServer/lib/saaj-api.jar\”;\”C:\Sun\AppServer/lib/saaj-impl.jar\”;\”C:\Sun\AppServer/lib/xalan.jar\”;\”C:\Sun\AppServer/lib/xercesImpl.jar\”;\”C:\Sun\AppServer/lib/xsdlib.jar\”;\”C:\jdk1.5.0_11/lib/tools.jar\”;\”C:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar\”;\”C:\Sun\AppServer/imq/lib/jaxm-api.jar\”;\”C:\Sun\AppServer/imq/lib/fscontext.jar\”;\”C:\Sun\AppServer/lib/ant/lib/ant.jar\”;\”C:\Sun\AppServer/pointbase/lib/pbclient.jar\”;\”C:\Sun\AppServer/pointbase/lib/pbembedded.jar\”;\”C:/Offload/Offload Metrics/lib/ojdbc14_g.jar\”” -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,suspend=y,address=localhost:4306 com.sun.enterprise.server.PEMain start display native
-
AuthorPosts