Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

unable to install weblogic server 7.x on solaris

0 views
Skip to first unread message

jguo

unread,
Nov 8, 2002, 6:43:11 PM11/8/02
to

Hi,

We are having problems to install weblogic server 7.x on our Solaris 2.7
unix box. At the end is the out of the installation and the file
silent.xml. We tried both weblogic700_solaris.bin and
server701_solaris.bin, and tried to install it both on silent mode and
console mode with no luck. The error message says that the problem is
related to Java VM, but it comes with the software. In the log file,
there are a couple of exceptions, and one of them is also appended at
the end.

We are currently using 4.5.2, and we are trying to install it from
scratch.

Any help is appreciated.

Jianhan

======== output of installation =======================
./server701_solaris.bin -mode=silent -silent_xml=/Quackware/silent.xml
-log=/Quackware/weblogic-install.log
Extracting
0%....................................................................................................100%

An unexpected exception has been detected in native code outside the VM.

Unexpected Signal : 10 occurred at PC=0x2d6ff8
Function name=(N/A)
Library=(N/A)

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:

Dynamic libraries:
0x10000
/var/tmp/aaad5aqiq/jdk131_03/bin/../bin/sparc/native_threads/java
0xff360000 /usr/lib/libthread.so.1
0xff3a0000 /usr/lib/libdl.so.1
0xff280000 /usr/lib/libc.so.1
0xff260000 /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1
0xfe480000
/var/tmp/aaad5aqiq/jdk131_03/jre/lib/sparc/client/libjvm.so
0xff210000 /usr/lib/libCrun.so.1
0xff1f0000 /usr/lib/libsocket.so.1
0xff100000 /usr/lib/libnsl.so.1
0xff1c0000 /usr/lib/libm.so.1
0xff240000 /usr/lib/libw.so.1
0xff0e0000 /usr/lib/libmp.so.2
0xff0a0000
/var/tmp/aaad5aqiq/jdk131_03/jre/lib/sparc/native_threads/libhpi.so
0xff070000 /var/tmp/aaad5aqiq/jdk131_03/jre/lib/sparc/libverify.so
0xff030000 /var/tmp/aaad5aqiq/jdk131_03/jre/lib/sparc/libjava.so
0xfe450000 /var/tmp/aaad5aqiq/jdk131_03/jre/lib/sparc/libzip.so
0xfe1e0000 /var/tmp/aaad5aqiq/jdk131_03/jre/lib/sparc/libawt.so
0xe1a80000
/var/tmp/aaad5aqiq/jdk131_03/jre/lib/sparc/motif21/libmawt.so
0xfe190000
/var/tmp/aaad5aqiq/jdk131_03/bin/../jre/lib/sparc/libmlib_image.so
0xe1800000 /usr/lib/libXm.so.4
0xfd080000 /usr/lib/libXt.so.4
0xfe160000 /usr/lib/libXext.so.0
0xfe140000 /usr/openwin/lib/libXtst.so.1
0xe1700000 /usr/lib/libX11.so.4
0xfd060000 /usr/lib/libSM.so.6
0xfd030000 /usr/lib/libICE.so.6
0xfafe0000 /var/tmp/aaad5aqiq/libFreeSpace.so

Local Time = Fri Nov 8 15:20:52 2002
Elapsed Time = 3
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_03-b03 mixed mode)
#
# An error report file has been saved as hs_err_pid8260.log.
# Please refer to the file for further information.
#
Abort - core dumped
** Error during execution, error code = 34304.


====silent.xml======================
<?xml version="1.0" encoding="UTF-8"?>
<domain-template-descriptor>
<input-fields>
<data-value name="BEAHOME" value="/Quackware/bea"/>
<data-value name="USER_INSTALL_DIR"
value="/Quackware/bea/weblogic700"/>
<data-value name="RUN_DOMAIN_WIZARD" value="true"/>
<!--The following values are used by the Configuration
Wizard to create and configure a domain.-->
<data-value name="domain.directory"
value="/Quackware/domains/wltestapp_domain"/>
<data-value name="C_domainName"
value="wltestapp_domain"/>
<data-value name="C_serverName" value="testapp_admin"/>
<data-value name="C_username" value="webapps"/>
<data-value name="C_password" value="xxx"/>
<data-value name="C_serverListenAddress" value=""/>
<data-value name="C_serverListenPort" value="7001"/>
<data-value name="C_serverSSLListenPort" value="7002"/>
<data-value name="ClusterName" value="mycluster"/>
<data-value name="ClusterPort" value="7777"/>
<data-value name="ClusterMCAddr" value="237.0.0.1"/>
<data-value name="ADMIN_HOST_NAME_OR_IP"
value="server1"/>
<data-value name="ADMIN_LISTEN_PORT" value="7001"/>
<data-value
name="MANAGED_SERVER_REGISTERED_NAME_IN_ADMIN" value="mngserver1"/>
<!--The SERVER-RUN-AS value determines the server
configuration that the Configuration Wizardcreates. There are four
options as indicated by the following lines. Comment out the three
options you do not
want to use.-->
<data-value name="SERVER-RUN-AS" value="Admin
Server with Managed Server(s)" />
<!-- <data-value name="SERVER-RUN-AS" value="Single
Server (Standalone Server)"/> -->
<!-- <data-value name="SERVER-RUN-AS"
value="Admin Server with Clustered Managed Server(s)" /> -->
<!-- <data-value name="SERVER-RUN-AS"
value="Managed Server (with owning Admin Server configuration)" /> -->
<!--The selectedJar value determines the template that
the Configuration Wizard uses to create a domain and configure
servers.-->
<data-value name="selectedJar"
value="/Quackware/bea/weblogic700/common/templates/domains/wls.jar"/>
<data-value name="INSTALL_NT_SERVICE" value="no"/>
<!--The managedServers data group determines the
configuration of the group of managed servers in the domain. This data
group applies only when you select "Admin Server with Managed Server(s)"
as the value for SERVER-RUN-AS. To use this data group, uncomment all
applicable lines.-->
<data-group name="managedServers">
<data-element>
<data-value name="managedServerRegName"
value="mngtestapp1" />
<data-value name="managedServerHostIP"
value="server1" />
<data-value name="managedServerListenPort"
value="8001" />
<data-value name="managedServerSSLListenPort"
value="8002" />
</data-element>
<!-- <data-element> -->
<!-- <data-value
name="managedServerRegName" value="managed2" /> -->
<!-- <data-value
name="managedServerHostIP" value="2.3.4.5" /> -->
<!-- <data-value
name="managedServerListenPort" value="2001" /> -->
<!-- <data-value
name="managedServerSSLListenPort" value="2002" /> -->
<!-- </data-element> -->
<!-- <data-element> -->
<!-- <data-value
name="managedServerRegName" value="managed3" /> -->
<!-- <data-value
name="managedServerHostIP" value="3.4.5.6" /> -->
<!-- <data-value
name="managedServerListenPort" value="3001" /> -->
<!-- <data-value
name="managedServerSSLListenPort" value="3002" /> -->
<!-- </data-element> -->
<!-- <data-element> -->
<!-- <data-value
name="managedServerRegName" value="managed4" /> -->
<!-- <data-value
name="managedServerHostIP" value="4.5.6.7" /> -->
<!-- <data-value
name="managedServerListenPort" value="4001" /> -->
<!-- <data-value
name="managedServerSSLListenPort" value="4002" /> -->
<!-- </data-element> -->
</data-group>
<!--The clusterServers data group determines the
configuration of the group of managed clustered servers in the domain.
This data group applies only when you select "Admin Server with
Clustered Managed Server(s)" as the value for SERVER-RUN-AS. To use this
data group, uncomment all applicable lines.-->
<!-- <data-group name="clusterServers"> -->
<!-- <data-element> -->
<!-- <data-value
name="clusterServerRegName" value="cluster1" /> -->
<!-- <data-value
name="clusterServerHostIP" value="1.2.3.4" /> -->
<!-- <data-value
name="clusterServerListenPort" value="101" /> -->
<!-- </data-element> -->
<!-- <data-element> -->
<!-- <data-value
name="clusterServerRegName" value="cluster2" /> -->
<!-- <data-value
name="clusterServerHostIP" value="2.3.4.5" /> -->
<!-- <data-value
name="clusterServerListenPort" value="202" /> -->
<!-- </data-element> -->
<!-- <data-element> -->
<!-- <data-value
name="clusterServerRegName" value="cluster3" /> -->
<!-- <data-value
name="clusterServerHostIP" value="3.4.5.6" /> -->
<!-- <data-value
name="clusterServerListenPort" value="303" /> -->
<!-- </data-element> -->
<!-- <data-element> -->
<!-- <data-value
name="clusterServerRegName" value="cluster4" /> -->
<!-- <data-value
name="clusterServerHostIP" value="4.5.6.7" /> -->
<!-- <data-value
name="clusterServerListenPort" value="404" /> -->
<!-- </data-element> -->
<!-- </data-group> -->
</input-fields>
</domain-template-descriptor>


==========from log file==================
2002-11-05 10:38:43,311 INFO [transferControl]
com.bea.installer.BEAInstallController - Unable to load resour
ce bundle: wls7000_solaris
java.util.MissingResourceException: Can't find bundle for base name
resources/wls7000_solaris, locale en
at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)

at
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:683)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:575)
at
com.bea.installer.BEAInstallController.loadResourceBundle(Unknown
Source)
at
com.bea.installer.BEAInstallController$TaskClassLoader.addAnotherURL(Unknown
Source)
at
com.bea.installer.BEAInstallController$TaskClassLoader.access$100(Unknown
Source)
at
com.bea.installer.BEAInstallController.transferControl(Unknown Source)
at com.bea.installer.ControllerProxy.transferControl(Unknown
Source)
at com.bea.installer.tasks.TransferControlTask.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:484)


Kumar Allamraju

unread,
Nov 12, 2002, 5:02:00 PM11/12/02
to
That's wierd.
Remember you need to update OS patches if you are using one of the
latest JDK releases.

see http://java.sun.com/j2se/1.3/download.html

I suspect that you are hitting one of the bugs fixed in the above OS
patches.

--
Kumar

0 new messages