Installing SunOne Appserver 8 on Trustix

If possible, I would like to install SunOne Appserver 8 on a Linux server running Truxtix 2.0. This is a Redhat-based distribution, but it does not have XFree86 installed. I followed the instructions given in another topic regarding installation on Mandrake 10 - unzipped the download bundle in a temporary directory, changed some permissions and executed:
package/jre/bin/java -cp .:package/PackageFormat.jar -Xmx256m appservI got an error:
java.lang.UnsatisfiedLinkError: /home/users/andy/temp/package/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
This is most likely because X11 is not installed.
The instructions say that you can add the "-console" option to run the installer without the GUI. I tried that but got the same error.
Is it possible to install SunONE Appserver 8 on a server that does not have X11 installed, and manage it using just the config files and/or Web-based admin toosl?
Thanks.
Andy Seila

Thank you for your help!
I had tried running the <distribution_name> -console command, and got an error indicating that the libs needed to uncompress the binary package and start the installation could not be found. I found a fix to this problem in an earler post.
I tried your other suggestion:
package/jre/bin/java -cp .:package/PackageFormat.jar -Djava.awt.headless=true -Djava.library.path=package appserv -nodisplay
and got the following error:
Unexpected Signal : 11 occurred at PC=0x40417B05
Function=(null)+0x40417B05
Library=/home/users/andy/temp/package/jre/lib/i386/client/libjvm.so
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at java.lang.StringBuffer.<init>(StringBuffer.java:115)
at java.lang.StringBuffer.<init>(StringBuffer.java:103)
at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1378)
at com.sun.wizards.core.ArchiveReader.registerClasses(ArchiveReader.java:1145)
at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:125)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
at appserv.<init>(ArchiveClassLoader.java:143)
at appserv.main(ArchiveClassLoader.java:1271)
Dynamic libraries:
08048000-0804e000 r-xp 00000000 08:06 79897 /home/users/andy/temp/package/jre/bin/java
0804e000-0804f000 rw-p 00005000 08:06 79897 /home/users/andy/temp/package/jre/bin/java
40000000-40014000 r-xp 00000000 08:03 3918 /lib/ld-2.3.2.so
40014000-40015000 rw-p 00013000 08:03 3918 /lib/ld-2.3.2.so
40016000-4001a000 rw-s 00000000 08:03 19128 /tmp/hsperfdata_andy/17731
4001a000-40027000 r-xp 00000000 08:03 3936 /lib/libpthread-0.10.so
40027000-40028000 rw-p 0000d000 08:03 3936 /lib/libpthread-0.10.so
4006a000-4006c000 r-xp 00000000 08:03 3923 /lib/libdl-2.3.2.so
4006c000-4006d000 rw-p 00001000 08:03 3923 /lib/libdl-2.3.2.so
4006d000-40191000 r-xp 00000000 08:03 41 /lib/libc-2.3.2.so
40191000-40195000 rw-p 00124000 08:03 41 /lib/libc-2.3.2.so
40198000-40593000 r-xp 00000000 08:06 79758 /home/users/andy/temp/package/jre/lib/i386/client/libjvm.so
40593000-405ae000 rw-p 003fa000 08:06 79758 /home/users/andy/temp/package/jre/lib/i386/client/libjvm.so
405c1000-405d2000 r-xp 00000000 08:03 3928 /lib/libnsl-2.3.2.so
405d2000-405d3000 rw-p 00010000 08:03 3928 /lib/libnsl-2.3.2.so
405d5000-405f7000 r-xp 00000000 08:03 3925 /lib/libm-2.3.2.so
405f7000-405f8000 rw-p 00021000 08:03 3925 /lib/libm-2.3.2.so
405f8000-40600000 r-xp 00000000 08:06 79780 /home/users/andy/temp/package/jre/lib/i386/native_threads/libhpi.so
40600000-40601000 rw-p 00007000 08:06 79780 /home/users/andy/temp/package/jre/lib/i386/native_threads/libhpi.so
40601000-4060a000 r-xp 00000000 08:03 3931 /lib/libnss_files-2.3.2.so
4060a000-4060b000 rw-p 00008000 08:03 3931 /lib/libnss_files-2.3.2.so
4060b000-4061b000 r-xp 00000000 08:06 79778 /home/users/andy/temp/package/jre/lib/i386/libverify.so
4061b000-4061d000 rw-p 0000f000 08:06 79778 /home/users/andy/temp/package/jre/lib/i386/libverify.so
4061d000-4063d000 r-xp 00000000 08:06 79772 /home/users/andy/temp/package/jre/lib/i386/libjava.so
4063d000-4063f000 rw-p 0001f000 08:06 79772 /home/users/andy/temp/package/jre/lib/i386/libjava.so
4063f000-40653000 r-xp 00000000 08:06 79773 /home/users/andy/temp/package/jre/lib/i386/libzip.so
40653000-40656000 rw-p 00013000 08:06 79773 /home/users/andy/temp/package/jre/lib/i386/libzip.so
40656000-41ff6000 r--s 00000000 08:06 79797 /home/users/andy/temp/package/jre/lib/rt.jar
42040000-42056000 r--s 00000000 08:06 79847 /home/users/andy/temp/package/jre/lib/sunrsasign.jar
42056000-42131000 r--s 00000000 08:06 79816 /home/users/andy/temp/package/jre/lib/jsse.jar
42131000-42142000 r--s 00000000 08:06 79851 /home/users/andy/temp/package/jre/lib/jce.jar
42142000-4269b000 r--s 00000000 08:06 79835 /home/users/andy/temp/package/jre/lib/charsets.jar
44743000-44746000 r--s 00000000 08:06 79815 /home/users/andy/temp/package/jre/lib/ext/dnsns.jar
4c7d0000-4c7ec000 r--s 00000000 08:06 79812 /home/users/andy/temp/package/jre/lib/ext/sunjce_provider.jar
4c7ec000-4c7f9000 r--s 00000000 08:06 79813 /home/users/andy/temp/package/jre/lib/ext/ldapsec.jar
4c7f9000-4c8b5000 r--s 00000000 08:06 79814 /home/users/andy/temp/package/jre/lib/ext/localedata.jar
Heap at VM Abort:
Heap
def new generation total 576K, used 63K [0x44750000, 0x447f0000, 0x44c30000)
eden space 512K, 0% used [0x44750000, 0x44750000, 0x447d0000)
from space 64K, 99% used [0x447e0000, 0x447efff0, 0x447f0000)
to space 64K, 0% used [0x447d0000, 0x447d0000, 0x447e0000)
tenured generation total 24936K, used 24853K [0x44c30000, 0x4648a000, 0x48750000)
the space 24936K, 99% used [0x44c30000, 0x46475568, 0x44deb200, 0x4648a000)
compacting perm gen total 4096K, used 1135K [0x48750000, 0x48b50000, 0x4c750000)
the space 4096K, 27% used [0x48750000, 0x4886bd48, 0x48830000, 0x48b50000)
Local Time = Sun May 30 14:25:10 2004
Elapsed Time = 1
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002EF
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b04 mixed mode)
# An error report file has been saved as hs_err_pid17731.log.
# Please refer to the file for further information.
I'm not sure what is going on here.
Is there a place where all of the command line options for this installation are detailed?
Thanks again.
Andy Seila

Similar Messages

  • Error while installing SunOne DS5.2

    I am installing Sunone DS 5.2 on 4 boxes, but I am to install without any errors on two boxes. But on other two boxes, i am getting the below error .
    [slapd-uapit002]: [08/Nov/2007:16:15:34 -0500] - Sun Java(TM) System Directory Server/5.2_Patch_4 B2005.230.0041 (64-bit) star
    ting up
    [slapd-uapit002]: [08/Nov/2007:16:15:36 -0500] - Listening on all interfaces port 389 for LDAP requests
    [slapd-uapit002]: [08/Nov/2007:16:15:36 -0500] - slapd started.
    Your new directory server has been started.
    Created new Directory Server
    Start Slapd Starting Slapd server configuration.
    Success Slapd Added Directory Server information to Configuration Server.
    +serverConfigure [Ljava.lang.String;@1abdac9" returned status : 11+*
    *+Configuration of the Directory Server failed+.*
    *+Error Directory Server configuration  failure+*
    Checking connection to the Configuration Directory Server... done.
    *+Warning: file already exists, do not overwrite it : /u01/ds5.2/shared/config/ssusers.conf+*
    Registering Administration Server with Configuration Directory Server... done.
    Loading Administration Server tasks... done.
    Loading global Administration Server configuration... done.
    Generating configuration files ... done.
    Configuration of the Administration Server succeeded.
    SunONE-WebServer-Enterprise/6.0SP3 B05/19/2004 02:48
    [LS ls1] http://uapit002.gep.ge.com, port 4001 ready to accept requests
    startup: server started successfully
    Administration server started properly.
    Error Configuration of the server(s) failed.*
    I am not getting anything in the system logs, I have removed productregistry and tried again, still getting same errors.
    Can some one help me with the situation.
    Regards,
    Sri

    hi,
    have you checked the permissions on all of the files that have been changed? have you checked the errors logs for the sun one console?
    thanks
    n

  • JNDI look up failure from JUnitEE for Sunone AppServer 8

    Hi, Dear All:
    I am trying to set up a test framework for developing J2EE application, I successfully deployed the EJB components, see the sun-ejb-jar.xml below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 8.0 EJB 2.1//EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-ejb-jar_2_1-0.dtd">
    <sun-ejb-jar>
    <enterprise-beans>
    <unique-id>0</unique-id>
    <ejb>
    <ejb-name>CounterEJB</ejb-name>
    <jndi-name>ejb/Counter</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <is-one-one-cmp>false</is-one-one-cmp>
    </cmp>
    <ior-security-config>
    <transport-config>
    <integrity>SUPPORTED</integrity>
    <confidentiality>SUPPORTED</confidentiality>
    <establish-trust-in-target>SUPPORTED</establish-trust-in-target>
    <establish-trust-in-client>SUPPORTED</establish-trust-in-client>
    </transport-config>
    <as-context>
    <auth-method>USERNAME_PASSWORD</auth-method>
    <realm>default</realm>
    <required>true</required>
    </as-context>
    <sas-context>
    <caller-propagation>SUPPORTED</caller-propagation>
    </sas-context>
    </ior-security-config>
    <is-read-only-bean>false</is-read-only-bean>
    <gen-classes/>
    </ejb>
    <ejb>
    <ejb-name>UniqueIdGeneratorEJB</ejb-name>
    <jndi-name>ejb/UniqueIdGenerator</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <ior-security-config>
    <transport-config>
    <integrity>SUPPORTED</integrity>
    <confidentiality>SUPPORTED</confidentiality>
    <establish-trust-in-target>SUPPORTED</establish-trust-in-target>
    <establish-trust-in-client>SUPPORTED</establish-trust-in-client>
    </transport-config>
    <as-context>
    <auth-method>USERNAME_PASSWORD</auth-method>
    <realm>default</realm>
    <required>true</required>
    </as-context>
    <sas-context>
    <caller-propagation>SUPPORTED</caller-propagation>
    </sas-context>
    </ior-security-config>
    <is-read-only-bean>false</is-read-only-bean>
    <gen-classes/>
    </ejb>
    <cmp-resource>
    <jndi-name>jdo/pickdirector</jndi-name>
    <default-resource-principal>
    <name>rp3data</name>
    <password>rp3data</password>
    </default-resource-principal>
    <create-tables-at-deploy>false</create-tables-at-deploy>
    <drop-tables-at-undeploy>false</drop-tables-at-undeploy>
    <database-vendor-name>mssql</database-vendor-name>
    </cmp-resource>
    </enterprise-beans>
    </sun-ejb-jar>
    and also I made up a deployable war with developed JUnitEE testcase, the code below is a simple example:
    public class UniqueIdGeneratorEJBTest extends TestCase
    //private UniqueIdGeneratorEJBRemote uidBean;
    private UniqueIdGeneratorLocal uidBean;
    public UniqueIdGeneratorEJBTest()
    super();
    // TODO Auto-generated constructor stub
    * @param arg0
    public UniqueIdGeneratorEJBTest(String arg0)
    super(arg0);
    // TODO Auto-generated constructor stub
    protected void setUp() throws Exception
    Context jndiContext = new InitialContext();
    ServiceLocator sl = ServiceLocator.getInstance();
    (JNDINames.UID_EJBHOME);
    UniqueIdGeneratorLocalHome uidHome = (UniqueIdGeneratorLocalHome)sl.getLocalHome("java:comp/env/ejb/UniqueIdGenerator");
    this.uidBean = uidHome.create();
    protected void tearDown() throws Exception
    this.uidBean = null;
    public void testSimpleIntId() throws RemoteException
    int currentId = uidBean.getUniqueIntId("WORKASSN");
    int nextId = uidBean.getUniqueIntId("WORKASSN");
    assertEquals(nextId, currentId + 1);
    assertTrue("NextId should be currentId plus 1.", nextId == currentId + 1);
    then I created deployable war file with the testcase, and deployed it onto SunOne Server, But I got error :
    javax.naming.NameNotFoundException: No object bound to name java:comp/env/ejb/UniqueIdGenerator
    I have been try to fix this problem for days, could anybody help, what I have done wrong?

    Could you please give an example (full code). I'm having the same problem.
    I can connect remotely from any client console application but as soon as I try to access a remote EJB via a servlet under Sun AppServer 8 I get the following error:
    java.lang.NullPointerException at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.sentFullMessage(CorbaMessageMediatorImpl.java:394) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.sendCancelRequestIfFinalFragmentNotSent(CorbaMessageMediatorImpl.java:359) at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.endRequest(CorbaClientRequestDispatcherImpl.java:851) at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.releaseReply(CorbaClientDelegateImpl.java:140) at com.sun.corba.ee.impl.resolver.BootstrapResolverImpl.resolve(BootstrapResolverImpl.java:115) at com.sun.corba.ee.impl.resolver.CompositeResolverImpl.resolve(CompositeResolverImpl.java:22) at com.sun.corba.ee.impl.resolver.CompositeResolverImpl.resolve(CompositeResolverImpl.java:22) at com.sun.corba.ee.impl.resolver.CompositeResolverImpl.resolve(CompositeResolverImpl.java:22) at com.sun.corba.ee.impl.orb.ORBImpl.resolve_initial_references(ORBImpl.java:1112) at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:340) at com.sun.jndi.cosnaming.CNCtx.initUsingIiopUrl(CNCtx.java:289) at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:245) at com.sun.jndi.cosnaming.CNCtx.initOrbAndRootContext(CNCtx.java:209) at com.sun.jndi.cosnaming.CNCtx.(CNCtx.java:69) at com.sun.jndi.cosnaming.CNCtxFactory.getInitialContext(CNCtxFactory.java:32) at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243) at javax.naming.InitialContext.init(InitialContext.java:219) at javax.naming.InitialContext.(InitialContext.java:195) at Test.TestServlet.processRequest(TestServlet.java:57) at Test.TestServlet.doGet(TestServlet.java:85) at javax.servlet.http.HttpServlet.service(HttpServlet.java:748) at javax.servlet.http.HttpServlet.service(HttpServlet.java:861) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:500) at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268) at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236) at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55) at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145) at java.security.AccessController.doPrivileged(Native Method) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:214) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:168) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:133) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:539) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107) at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107) at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:272) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107) at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:114) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109) at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:936) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:165) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:683) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:604) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:542) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:647) at java.lang.Thread.run(Thread.java:534)
    I have configured my InitialContext properties like so:
    Properties props = new Properties();
    props.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFactory");
    props.put(Context.PROVIDER_URL, "iiop://slavezero:3700");
    InitialContext ic = new InitialContext(props);
    As far as I can see there is no reason for this to be handing back a NullPointerException.
    Please, please HELP!!!!!!!

  • Installing Sunone Directory Proxy server

    Hi all! I am in the process of installing sunone directory proxy server. also in the same machine i have directory server and administration server.
    For some reason directory poxy installation fails at the end.
    look at the log file all i can see is
    Admin Server refused to disclose its pid!
    can any one had this experience or share some thoughts.
    Thanks

    I'm Using standalone DPS installer. Here is what i see in installation log
    [5] stdout> executing dps52cfgUninstall::main
    [5] stdout> Retry for: /admin-serv/tasks/Operation/Restart?op=getpid
    [5] stdout> Retry for: /admin-serv/tasks/Operation/Restart?op=getpid
    [5] stdout> Retry for: /admin-serv/tasks/Operation/Restart?op=getpid
    [5] stdout> Retry for: /admin-serv/tasks/Operation/Restart?op=getpid
    [5] stdout> Retry for: /admin-serv/tasks/Operation/Restart?op=getpid
    [5] stdout> Retry for: /admin-serv/tasks/Operation/Restart?op=getpid

  • Failed to install Sunone 7 in Windows XP

    Hi,
    Recall from my memory, I can successfully install/uninstall Sunone 7 & Sunone 8 in my ThinkPad T43 Windows XP SP2 for several times before.
    However, now after uninstall Sunone 8 and I want to go back to Sunone 7, when I run the setup.exe program, windows just prompts me that it has encountered the error and terminate it.
    Can anybody know and guide me how to find out the problems by some logs/tips? I really don't want to tear down the whole OS and reinstall for it.
    Thanks.
    Ken

    I really hope I can get the exact error for it.
    It's just showing a error provided by microsoft and ask me to send to microsoft:
    setup.exe has encountered a problem and needs to close We are sorry for the inconvinience.
    when I click into the detail:
    Error signature:
    AppName: setup.exe AppVer: 0.0.0.0 ModName: Unknown
    ModVer: 0.0.0.0 Offset: 433b7374
    ...... (other more technical info provided by Microsoft)
    I think there might be some conflict between my OS and SunOne, but I don't know how to figure it out.
    Thanks for your input.

  • Why i dont have /usr/bin/mpsadmserver folder after installing sjs appserve.

    hi
    i installed sjs appserver8.12005q1 on solaris sun ray.while installing its asking me to install webserver 6.1sp4 also,and messeage queue.i installed the same.
    after done with the installation, i need to start admin console, for which i need to go to /usr/bin/mpsadmserver folder ,which i didnit find..............
    i even tried with the tool ASADMIN(by creating domains,starting them, but domain is not getting created, its saying no nspr4 in java.lib.path.........)..to start appserver console,
    can anyone guide me how to start admin console, as i was stuck up here only....i cannot go further...without starting servers...?
    Thanks
    [email protected]

    I went over this link, but still have a similar problem -- different O/S, different scenario.
    I'm trying to install this on Fedora Core 4, installing from one of the big overall download bundles that also includes the Messaging server, Web server, etc.
    I installed, but chose to configure components manually after install. Now, I'm left with a /opt/sun/ directory, but the App server has not been installed.
    I can't find the installation script or executible to install this, nor can I find this in the documentation. Anyone have any clues on this?
    Thanks,
    --Tad
    System Administrator
    Church of Scientology
    http://www.scientology-washingtondc.org

  • Help me, please. Can't Install SunONE Directory Server 5.2 Beta 3 on Solari

    I try to install DS on SUN ULTRA 10 with Solaris 9. We don't use internal DNS server but external one.
    Cannot start console. Always I have an error:
    starting up server ...
    ERROR<38917> -Startup -conn=-1 msgId=-1 - Configuration error Can't find localhost name.
    error:Server not running!! Failed to start ns-slapd process.
    system_errno:2
    Configuration of Directory Server succeededConfiguratin of the admin server Failed
    The configuration is folowing:
    /etc/hosts:
    127.0.0.1 localhost
    192.168.1.105 iplanet iplanet.mydomain.nam
    /etc/resolv.conf:
    search mydomain.nam
    nameserver xxx.xxx.xxx.xxx
    nameserver yyy.yyy.yyy.zzz
    /etc/nsswitch.conf:
    hosts: files dns
    /etc/defaultrouter:
    192.168.1.1
    /etc/hostname.hme0:
    iplanet
    /etc/nodenam:
    iplanet
    /etc/netmasks:
    192.168.1.0 255.255.255.0
    Does anybody knows what's goin on?
    Thanks in advance.
    Marat.

    It is not possible to obtain the Sun ONE Directory Server 5.2 BETA Software. There are various reasons, one is the BETA program has been closed for sometime now. The RR of the Sun ONE Directory Server 5.2 should be available at the end of May.
    Regards
    -Michael
    Sun Microsystems, Inc.

  • FYI: sunone appserver 7 works on Mandrake 9.0 also

    installed it and it works fine on mandrake ... i did have trouble getting it to run on redhat.

    installed it and it works fine on mandrake ... i did have trouble getting it to run on redhat.

  • Asadmin start-appserv fails after install

    I have just installed SunOne app server 7 on an E220R running Solaris 9.
    After installation asadmin start-appserv fails with:
    bash-2.05# ./asadmin start-appserv
    Nov 1 15:01:24 w1 appservd-wdog[3240]: server initialization failed (Interrupted system call)
    Could not start the instance: domain1:admin-server
    server failed to start: abnormal subprocess termination
    Nov 1 15:01:31 w1 appservd-wdog[3254]: server initialization failed (Interrupted system call)
    Could not start the instance: domain1:server1
    server failed to start: abnormal subprocess termination
    Could not start one or more instances in the domain : domain1
    Could not start one or more domains
    /etc/opt/SUNWappserver7/asenv.conf has the correct AS_INSTALL directory and pkginfo looks like this:
    bash-2.05# pkginfo -l SUNWascmo
    PKGINST: SUNWascmo
    NAME: Sun ONE Application Server unbundled (common)
    CATEGORY: system
    ARCH: sparc
    VERSION: 7.0,REV=2002.10.08.16.47
    BASEDIR: /raid0/local/SUNWappserver7
    VENDOR: Sun Microsystems, Inc.
    DESC: Application Server common components
    PSTAMP: korea20021008164747
    INSTDATE: Nov 01 2002 14:55
    HOTLINE: Please contact your local service provider
    STATUS: completely installed
    FILES: 4 installed pathnames
    2 shared pathnames
    2 directories
    16493 blocks used (approx)
    bash-2.05# pkginfo -l SUNWasaco
    PKGINST: SUNWasaco
    NAME: Sun ONE Application Server Admin Client, unbundled
    CATEGORY: system
    ARCH: sparc
    VERSION: 7.0,REV=2002.10.08.16.47
    BASEDIR: /raid0/local/SUNWappserver7
    VENDOR: Sun Microsystems, Inc.
    DESC: Application Server Admin Client
    PSTAMP: korea20021008165101
    INSTDATE: Nov 01 2002 14:55
    HOTLINE: Please contact your local service provider
    STATUS: completely installed
    FILES: 6 installed pathnames
    3 shared pathnames
    3 directories
    2 executables
    1713 blocks used (approx)
    An example of the log errors is:
    [01/Nov/2002:15:01:20] INFO ( 3241): CORE1116: Sun ONE Application Server 7.0
    [01/Nov/2002:15:01:20] INFO ( 3242): CORE3016: daemon is running as super-user
    [01/Nov/2002:15:01:22] SEVERE ( 3242): exception initializing server side logger com.iplanet.ias.config.ConfigException: Error refreshing ConfigContext
    cause: Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
    null
    com.iplanet.ias.config.ConfigException: Error refreshing ConfigContext
    cause: Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
    null
         at com.iplanet.ias.config.ConfigContextImpl.refresh(ConfigContextImpl.java:277)
    <extended stack trace redacted>
    /2002:15:01:23] SEVERE ( 3242): exception initializing server side logger com.iplanet.ias.config.ConfigException: Error refreshing ConfigContext
    cause: Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
    null
    com.iplanet.ias.config.ConfigException: Error refreshing ConfigContext
    cause: Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
    null
         at com.iplanet.ias.config.ConfigContextImpl.refresh(ConfigContextImpl.java:277)
    <snip>
    [01/Nov/2002:15:01:23] FINE ( 3242): reinitializeLogger: javax.enterprise.system.core com.sun.logging.enterprise.system.core.LogStrings FINEST
    [01/Nov/2002:15:01:23] SEVERE ( 3242): exception initializing server side logger com.iplanet.ias.config.ConfigException: Error refreshing ConfigContext
    cause: Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
    null
    com.iplanet.ias.config.ConfigException: Error refreshing ConfigContext
    cause: Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
    null
         at com.iplanet.ias.config.ConfigContextImpl.refresh(ConfigContextImpl.java:277)
    <snip>
    <etc>
    Can you give me an idea of what might be the problem?

    Could you please check <install_dir>/install.log file for any possible warnings. Also, are there any characters
    other than alphanumeric, dash, underscore in any of the parameters provided to the installation program?
    Based on the startup log entry, server configuration files seems to be corrupted.

  • SunOne 7 Fails To Install - Mandrake Linux 10

    Hi, my system:
    - Mandrake Linux 10 (Community)
    - Kernel 2.6.6
    - KDE 3.2
    I tried to install SunOne 7 Platform Edition updates 2, 3 and 4, everytime I launch the ./setup (as root), the result is the initial screen with the following error:
    appservResources:LinOSCheckPanel-Gui-HeaderText
    appservResources:LinOSCheckPanel-unsupportedOS-Text
    And Just the "cancel" button available.
    The I tried to start with -debug option
    java appserv -debug
    Give me the following results (console) :
    Enabling debug mode.
    Using long form attribute offset calculation.
    Time to find offset table: 62ms
    archiveReader class com.sun.wizards.core.ArchiveReader has length 27219
    archiveReader class com.sun.wizards.core.Platform has length 7176
    archiveReader class com.sun.wizards.core.SystemInterface has length 9819
    archiveReader class com.sun.wizards.core.PlatformToolkit has length 3134
    archiveReader class AixNativeToolkit has length 15854
    archiveReader class SolarisPlatformToolkit has length 17266
    archiveReader class LinuxNativeToolkit has length 10697
    archiveReader class WindowsPlatformToolkit has length 16366
    archiveReader class WindowsNativeToolkit has length 17953
    archiveReader class HpuxNativeToolkit has length 11420
    archiveReader class LinuxPlatformToolkit has length 10110
    archiveReader class Osf1NativeToolkit has length 20329
    archiveReader class Osf1PlatformToolkit has length 17213
    archiveReader class AixPlatformToolkit has length 13323
    archiveReader class WindowsBootstrap has length 4046
    archiveReader class HpuxPlatformToolkit has length 13975
    archiveReader class SolarisNativeToolkit has length 20355
    Unable to find class: com.sun.wizards.core.MsgCat
    Extracting...Using long form attribute offset calculation.
    Time to find offset table: 60ms
    ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Unable to find class: com.sun.wizards.WizardResources_pt
    Unable to find class: com.sun.wizards.WizardResources_pt_BR
    Initializing...VM: osName="Linux"
    VM: osArch="i386"
    VM: osVer="2.6.6-mh1"
    osType=1
    osName=2
    arch=2
    currentVersion is 2.6.6-mh1
    platformNameClass=LinuxPlatformToolkit
    trying to instantiate LinuxPlatformToolkit . . . success
    systemInterface created.
    writing native stuff to /tmp
    nativeProcessAvailable=true
    com.sun.wizards.core.Def instantiated.
    system locale = pt_BR
    initial default locales = []
    Unable to find class: com.sun.wizards.WizardResources_pt
    Unable to find class: com.sun.wizards.WizardResources_pt_BR
    Unable to find class: com.iplanet.ias.installer.resource.appservResources_pt
    Unable to find class: com.iplanet.ias.installer.resource.appservResources_pt_BR
    com.iplanet.install.util.wbResource::setResourceBundleKeyName: resource bundle key name is "com.iplanet.ias.installer.resource.appserv"
    com.iplanet.install.util.wbResource::setResourceBundleKeyName: os name "Linux" os type "Unix"
    Unable to find class: com.iplanet.ias.installer.resource.appservResources_pt
    Unable to find class: com.iplanet.ias.installer.resource.appservResources_pt_BR
    Command line to be processed:
    -debug
    com.iplanet.install.util.wbResource::getString: resource string "appservResources:LinOSCheckPanel-Gui-HeaderText" not found
    com.iplanet.install.util.wbResource::getString: resource string "appservResources:LinOSCheckPanel-unsupportedOS-Text" not found
    com.iplanet.install.util.wbResource::getString: resource string "appservResources:LinOSCheckPanel-Gui-OnlineHelp" not found
    Unable to find class: com.sun.wizards.WizardResources_pt
    Unable to find class: com.sun.wizards.WizardResources_pt_BR
    Deleting file /tmp/LinuxNativeToolkit_5.5.1_1
    Deleting file /tmp/j2sdk-1_4_1_04-linux-i586.rpm.rpm.out0.432396
    I am totally lost, :-/
    Can you help me ?
    Thank you very much
    Claudio Miranda

    Sun Java System Application Server 7 installer explicitly checks for supported Linux kernel versions (2.4 and 2.5) and will not let you proceed with installation if different kernel version is detected. Since Mandrake Linux 10 is running 2.6 kernel, you will not be able to install this version of application server on this system.

  • Can't install 2.1agents for Appserver 8.1

    The install fails when prompted for the Admin Server Host.
    I get a can not connect to host error. I have tried on both an x86 linux and Solaris 9 sparc boxes. The same data when used to install for Appserver 7 works fine.
    Thanks,
    Andrew
    Session output: *** replaces personal data
    Enter Sun Java(TM) System Appserver configuration Details.
    Application Server bin directory [opt/SUNWappserver/appserver/bin] {"<"
    goes back, "!" exits} /home/***/SUNWappserver/bin
    Domain Config Directory [var/opt/SUNWappserver/domains/domain1/config] {"<"
    goes back, "!" exits} /home/***/SUNWappserver/domains/domain1/config
    Instance Name [server] {"<" goes back, "!" exits}
    Admin Server Host [laptop] {"<" goes back, "!" exits} dhcp***.Central.Sun.COM
    Admin Server Host is Remote [false] {"<" goes back, "!" exits}?
    Admin Server Port [4849] {"<" goes back, "!" exits} 4848
    Admin Server Protocol [https] {"<" goes back, "!" exits} http
    Admin User Name [admin] {"<" goes back, "!" exits}
    Admin Server Password [] {"<" goes back, "!" exits} ***
    Re-enter Admin Server Password [] {"<" goes back, "!" exits} ***
    Please check if the server is up and running and if the user name,port and
    password provided are correct.

    Turns out it was AS 8.1pe and the 2.1 agents only work with AS 8.1ee.
    Andrew

  • Installing certificate on SunOne Webserver7

    Hi,
    i have installed SunOne webserver 7 on Solaris10.
    i had a problem installing a certificate on
    the SunOne webserver7.
    i got a .p12 certificate from a wellknown CA.
    according to sun i need to enter a .DER
    certificate by path to the file or paste
    the Binary file.
    through openssl command i have converted the .p12 to .pem and from there to .DER.
    but it seems that only one part of the certificate is pass from .pem to .DER.
    which is the privat key or the certificate
    its self i dont know.
    .DER is a binary file so i cant see actually what part did he transfer completly.
    though the SunOne7 says he cant find the private key.
    eventually i have exported the certificate and private key seperatly to .DER files
    but couldnt find the command to join them into one .DER file.
    if someone can help i will appriciate it.
    thanks

    If the certificate and key are in a PKCS#12 format file, then you can import it into a server instance using the pk12util command.
    First ensure that the administration server config store and the instance are synched by deploying/pulling any changes to one of them.
    Then use pk12util to import the pkcs file. You will need the password assigned to the file.
    $ ${server-install-dir}/bin/pk12util -i <exported-pkcs12-file> -d ${server-instance-dir}/configExample:
    $ /d2/nelson/webserver7/bin/pk12util -i /d2/nelson/server.pk12 -d /d2/nelson/webserver7/https-example.com/config
      Enter password for PKCS12 file:
      pk12util: PKCS12 IMPORT SUCCESSFULThen pull the config changes into the admin configuration store using wadm
    wadm> pull-config --config=example.com server.instance
    CLI201 Command 'pull-config' ran successfullyList the certificate
    wadm> list-certs --config=example.com --verbose
    nickname
    ALIAS

  • Need HELP !! Could not start SunOne Application Server 7

    Installed SunOne application server on Windows-XP professional. Failes to start the appserver. I get the following messages in the log files. Could some one help me?
    [28/Mar/2003:20:44:42] INFO ( 3664): CORE1116: Sun ONE Application Server 7.0
    [28/Mar/2003:20:44:47] INFO ( 3664): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.0_02] from [Sun Microsystems Inc.]
    [28/Mar/2003:20:44:49] INFO ( 3664): ADM0002:System MBean initialized:[ias:type=controller]
    [28/Mar/2003:20:44:50] INFO ( 3664): ADM0002:System MBean initialized:[ias:type=configurator]
    [28/Mar/2003:20:44:50] INFO ( 3664): ADM0001:MBeanServer initialized successfully
    [28/Mar/2003:20:44:51] INFO ( 3664): ADM0005:Timestamp files for configuration created for:[admin-server]
    [28/Mar/2003:20:44:53] INFO ( 3664): ADM0005:Timestamp files for configuration created for:[server1]
    [28/Mar/2003:20:44:53] INFO ( 3664): ADM0102: Starting a thread for tracking manual changes
    [28/Mar/2003:20:45:26] WARNING ( 3664):
    com.iplanet.ias.cis.channel.tcp.TCPNativeException: -5973:EndPoint.JNI_getValidAddressNative: PR_GetHostByAddr() Failed
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddressNative(Native Method)
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddress(EndPoint.java:239)
    at com.iplanet.ias.cis.connection.EndPoint.<init>(EndPoint.java:101)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:73)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:78)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:129)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.locateObject(InitialNamingClient.java:905)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.getIORUsingHostInfo(InitialNamingClient.java:724)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveCorbaloc(InitialNamingClient.java:700)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingORBInitRef(InitialNamingClient.java:668)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1237)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:45:50] WARNING ( 3664):
    com.iplanet.ias.cis.channel.tcp.TCPNativeException: -5973:EndPoint.JNI_getValidAddressNative: PR_GetHostByAddr() Failed
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddressNative(Native Method)
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddress(EndPoint.java:239)
    at com.iplanet.ias.cis.connection.EndPoint.<init>(EndPoint.java:101)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:73)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:78)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:129)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:685)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:621)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1155)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:823)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1245)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:45:50] SEVERE ( 3664): NAM5002: Exception in SerialContextProviderImpl InsertSerialContextProvider().
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:203)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:685)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:621)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1155)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:823)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1245)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE5082: Exception running j2ee services: [java.rmi.RemoteException]
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE5091: Error executing J2EE server ...
    java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.rmi.RemoteException
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:61)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    ... 3 more
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE5093: Error executing J2EE server
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1433)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    ... 2 more
    Caused by: java.rmi.RemoteException
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:61)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    ... 3 more
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE3186: Failed to set configuration
    [28/Mar/2003:20:45:54] INFO ( 3336): CORE1116: Sun ONE Application Server 7.0
    [28/Mar/2003:20:46:00] INFO ( 3336): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.0_02] from [Sun Microsystems Inc.]
    [28/Mar/2003:20:46:17] INFO ( 3336): JMS5023: JMS service successfully started. Instance Name = domain1_server1, Home = [C:\Sun\AppServer7\imq\bin].
    [28/Mar/2003:20:46:48] WARNING ( 3336):
    com.iplanet.ias.cis.channel.tcp.TCPNativeException: -5973:EndPoint.JNI_getValidAddressNative: PR_GetHostByAddr() Failed
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddressNative(Native Method)
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddress(EndPoint.java:239)
    at com.iplanet.ias.cis.connection.EndPoint.<init>(EndPoint.java:101)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:73)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:78)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:129)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.locateObject(InitialNamingClient.java:905)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.getIORUsingHostInfo(InitialNamingClient.java:724)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveCorbaloc(InitialNamingClient.java:700)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingORBInitRef(InitialNamingClient.java:668)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1237)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:47:12] WARNING ( 3336):
    com.iplanet.ias.cis.channel.tcp.TCPNativeException: -5973:EndPoint.JNI_getValidAddressNative: PR_GetHostByAddr() Failed
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddressNative(Native Method)
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddress(EndPoint.java:239)
    at com.iplanet.ias.cis.connection.EndPoint.<init>(EndPoint.java:101)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:73)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:78)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:129)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:685)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:621)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1155)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:823)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1245)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:47:12] SEVERE ( 3336): NAM5002: Exception in SerialContextProviderImpl InsertSerialContextProvider().
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:203)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:685)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:621)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1155)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:823)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1245)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE5082: Exception running j2ee services: [java.rmi.RemoteException]
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE5091: Error executing J2EE server ...
    java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.rmi.RemoteException
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:61)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    ... 3 more
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE5093: Error executing J2EE server
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1433)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    ... 2 more
    Caused by: java.rmi.RemoteException
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:61)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    ... 3 more
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE3186: Failed to set configuration

    I was facing a similar problem. I had installed the Sun One 7.0 app server on Win NT with an already existing JDK instead of the bundled one.
    I just updated the /etc/hosts file with my machine IP and DNS name and it worked !!!
    The other alternative I had in mind was to reinstall the app server with the bundled jdk.

  • Run SunOne using normal user

    Hi, I have installed SunOne AppSvr7 on UNIX Server (SunOS) on my own directory "/export/home/SUNWappsvr7".
    I have installed the software using root permission.
    I can start and stop the app-server using root with no problem.
    However, I need to run/operate the app-server with user which does not have root permission.
    I do a chown to user with no root permission on the following directory:
    - <install_config_dir>: /export/home/SUNWappsvr7/config
    - /export/home/SUNWappsvr7/var <-- this contains the domains directory
    - /export/home/SUNWappsvr7/bin
    The error message that i get from the server.log file is as follows:
    [25/Mar/2003:09:19:06] INFO ( 3947): CORE1116: Sun ONE Application Server 7.0
    [25/Mar/2003:09:19:16] INFO ( 3948): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.0_02] from [Sun Microsystems Inc.]
    [25/Mar/2003:09:19:29] INFO ( 3948): JMS5029: Successfully attached to an existing Message Queue broker. Instance Name = TowerDomain_TowerInst
    [25/Mar/2003:09:19:48] INFO ( 3948): JTS5014: Recoverable JTS instance, serverId = [100]
    [25/Mar/2003:09:19:51] INFO ( 3948): RAR5060: Install JDBC Datasources ...
    [25/Mar/2003:09:19:52] INFO ( 3948): JMS5015: Install JMS resources ...
    [25/Mar/2003:09:20:03] SEVERE ( 3948): HTTP3127: HTTP listener http-listener-1 [http://suntest11:88]: Error creating socket (Permission denied)
    [25/Mar/2003:09:20:03] SEVERE ( 3948): HTTP3094: 1 HTTP listener socket(s) could not be created
    [25/Mar/2003:09:20:03] SEVERE ( 3948): CORE3186: Failed to set configuration
    Is there any special configurations or any other required steps to get Appserver running with no root permission?
    If anyone could help me with this problem, it would be deeply appreciated.
    Thanks in advance.

    Only root is allowed to listen on ports below 1024. Your Application Server has an HTTP listener configured on port 88. If you will not be starting your Application Server as root, you must choose another port.

  • Installing multiple Application Servers using setup

    Hi there,
    I successfully installed SunONE application Server on my machine. I wish to install a completely new Application Server in a different directory, however using the setup GUI - when I get to the "Select Components" screen, all options are greyed out and I cannot continue.
    I have already created a new domain in the original install and deleted the default "domain1" domain, however it seems that there can only be one installation of Appserver 7.0 on a machine.
    Is this correct?
    If not, how do I install this a second time?
    Regards
    Brian.

    With the full version of the product (non evaluation copy) that installs as root on your unix environment, you can only have one install image. That is not a problem it is designed that way.
    You can have as many admin domains as you wish on a server. With the PE version, you can only have one instance per domain. With the SE version this restriction is lifted. You can put those domains anywhere you want and have them owned by any user (as long as asadmin create-domain is run as root)
    For assistance you and get help from asadmin:
    # ./asadmin help create-domain
    User Commands create-domain(1)
    NAME
    create-domain - creates a domain with the given
    name
    SYNOPSIS
    create-domain [--path domain_path ] [--sysuser
    sys_user ] [--passwordfile filename ] --adminport
    port_number adminuser admin adminpassword password
    domain_name
    DESCRIPTION
    Use the create-domain command to create a domain
    with the specified administration port number,
    administration user, administration password, and domain name.
    By creating a domain, an administration server is
    created in a directory named as the domain name. This
    command can be run locally only.
    OPTIONS
    --path directory path where the domain should be
    created. If specified, path must be accessible in the
    filesystem. If not specified, the domain is created under
    $AS_DOMAINS_PATH directory.
    --sysuser owner of the domain directory. Must be
    a valid user on the system (Solaris only). The
    domain is created under the specified system username.
    If not specified, the current username is used.
    --passwordfile file containing passwords
    appropriate for the command (e.g., administrative instance).
    --adminport port of the administrative instance.
    The port number cannot be currently active.
    --adminuser user name assoicated with the administrative instance.
    --adminpassword password associated with the administrative name.
    OPERANDS
    domain_name name of the domain. Must be a unique name.
    EXAMPLES
    Using create-domain
    asadmin> create-domain --path /u/domain1/domain_root
    sysuser user1 adminuser admin --adminpassword
    adminadmin --adminport 6868 domain1
    created domain domain1 successfully
    Where: the domain1 domain is created in the domain_root
    directory.
    EXIT STATUS
    0 command executed successfully
    1 error in executing the command
    SEE ALSO
    delete-domain(1), start-domain(1),
    stop-domain(1), list-domains(1), multimode(1)

Maybe you are looking for

  • HP H8-1500z and Samsung SSD - BIOS sees the drive, Win 8.1 doesn't

    I'm trying to help a friend (no really!)  I've worked in IT support, but this has me stumped so far. The H8-1500z has an AMD hexacore CPU, and the AMD Raid storage driver.  The Samsung Magician software has been run using a USB adapter to clone the i

  • Pictures rotating by themselves in DW CC 2014 How do I get it to stop doing this?

    Since I upgraded to DW CC 2014 I've had this problem. If I resize an image in my design space by dragging on the corners of the image, it turns the image sideways. I have to go back to the orig files, resize in Photoshop and rename and reupload the f

  • K8N DIamond Plus- 4 sticks of memory problem

    I have a new Opteron 180 with a K8N Diamond plus mb. I am thinking about getting another 2g of memory to run with my current 2g of 3200 memory to speed up Vista even more.  I thought the new chips could run 4 sticks of memory at 400 with a command ra

  • Documents carryforward

    At our company  commitment carryforward  is only  possible for one year, meaning that documents created in the current year and fund. e.g  year 2009 fund  A9, can be carriedforward the commitments and the budget to the next year and equal fund e.g ye

  • Exception :Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found

    Hi All, I run my application on Redhat Linux 2.4.9-e.27smp using java appname. I'm using JDK1.4.2 and am not using any app server. The app seems to run just fine for a few hours and then I start getting Exception :Provider org.apache.xerces.jaxp.SAXP