ZipException running sconadm register on Solaris 10 1/06

I'm trying to register a system. Here is some diagnostic commands followed by the sconadm command that throws a stack trace.
#cat /var/opt/opsware/RegistrationProfile.properties
userName=plyonsopsware
password=XXXXXXXXXX
hostName=m304.dev.opsware.com
proxyHostName=
proxyPort=
proxyUserName=
proxyPassword=
#uname -a
SunOS m304.dev.opsware.com 5.10 Generic_118822-25 sun4u sparc SUNW,UltraAX-i2
#cat /etc/release
                       Solaris 10 1/06 s10s_u1wos_19a SPARC
           Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                           Assembled 07 December 2005
#java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
#sconadm register -a -r /var/opt/opsware/RegistrationProfile.properties
sconadm is running
Authenticating user ...
Collecting asset ...
java.util.zip.ZipException: No such file or directory
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:203)
        at java.util.jar.JarFile.<init>(JarFile.java:132)
        at java.util.jar.JarFile.<init>(JarFile.java:70)
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.<init>(DataCollectorAdapter.java:43)
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.getInstance(DataCollectorAdapter.java:59)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:272)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSISystemModel(MiniAdvertisement.java:2235)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2618)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSISerialNumber(MiniAdvertisement.java:2252)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2619)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIHostID(MiniAdvertisement.java:2272)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2620)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIHostAliases(MiniAdvertisement.java:2288)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2621)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIHostAddresses(MiniAdvertisement.java:2297)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2622)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIDnsDomain(MiniAdvertisement.java:2306)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2623)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSINisDomain(MiniAdvertisement.java:2319)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2624)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSIMacAddress(MiniAdvertisement.java:2332)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2625)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.getNumCPUs(DataCollectorAdapter.java:185)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSINumCpu(MiniAdvertisement.java:2341)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2626)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
java.lang.NullPointerException
        at com.sun.cns.basicreg.adapter.DataCollectorAdapter.getCPUStatus(DataCollectorAdapter.java:167)
        at com.sun.cns.basicreg.MiniAdvertisement.collectSICpuStatusAll(MiniAdvertisement.java:2369)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2627)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
Exception in thread "main" java.lang.NumberFormatException: For input string: ""
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:468)
        at java.lang.Integer.parseInt(Integer.java:497)
        at com.sun.cns.basicreg.MiniAdvertisement.collectCPUDeviceIds(MiniAdvertisement.java:2552)
        at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2628)
        at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
        at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
        at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
        at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)

Thanks for the prompt reply. Adding the -s to my sconadm still gets the same exception.
Here is the showrev output:
showrev -p | egrep -e '121453|121118|120335|121081|121563|122231|11
9788'
Patch: 121453-02 Obsoletes: 120776-03, 121086-02, 119107-07 Requires: 119574-02, 119254-06 Incompatibles:  Packages: SUNWcsu, SUNWcsr, SUNWbreg, SUNWppror, SUNWccccrr, SUNWccccr, SUNWccsign, SUNWpprou
Patch: 120335-04 Obsoletes:  Requires: 121453-01 Incompatibles:  Packages: SUNWpprouSo I guess I have incorrect/old versions of the software. However, it is very difficult to determine exactly what I should be installing from the documentation. I downloaded the update connection software from Sun yesterday, but when I try to install it, it seems to indicate I don't have most of the needed packages installed (and there are many of them).
-bash-3.00# ./installUpdateConnection
Adding patch 119107-06
Validating patches...
Loading patches installed on the system...
Done!
Loading patches requested to install.
Done!
The following requested patches have packages not installed on the system
Package SUNWccfw from directory SUNWccfw in patch 119107-06 is not installed on the system.
Package SUNWswupcl from directory SUNWswupcl in patch 119107-06 is not installed on the system.
Package SUNWppro-plugin-sunos-base from directory SUNWppro-plugin-sunos-base in patch 119107-06 is not installed on the system.
Package SUNWupdatemgrr from directory SUNWupdatemgrr in patch 119107-06 is not installed on the system.
Package SUNWdc from directory SUNWdc in patch 119107-06 is not installed on the system.
Package SUNWccccfg from directory SUNWccccfg in patch 119107-06 is not installed on the system.
Package SUNWupdatemgru from directory SUNWupdatemgru in patch 119107-06 is not installed on the system.
Package SUNWccfwctrl from directory SUNWccfwctrl in patch 119107-06 is not installed on the system.
Package SUNWccinv from directory SUNWccinv in patch 119107-06 is not installed on the system.
Package SUNWcctpx from directory SUNWcctpx in patch 119107-06 is not installed on the system.
Package SUNWcsmauth from directory SUNWcsmauth in patch 119107-06 is not installed on the system.
Checking patches that you specified for installation.
Done!
The following requested patches will not be installed because
the packages they patch are not installed on this system.
           0 All packages from patch 119107-06 are patched by higher revision patches.I guess I will try installing all of those packages from my base OS media and then running the installUpdateConnection again.
Please advise if there are other packages/patches I should install or if you need any other diagnostic information.
Thank you.

Similar Messages

  • Cannot register a Solaris 10 11/06 (the problem seems to be my Sun account)

    Hi.
    I cannot register a solaris 10 11/06 neither with updatemanager nor with sconadm. After some minutes, the applications fail with an "Authentication failed" message. The funny thing is that:
    - if I try to create another account with updatemanager, it says that my email address is already associated with an account...
    - if I click the "I forgot my password" link, an email is sent to me with the password reset. I login, I change my password again and when I retry, the registration fails again.
    Any hint?
    Thanks,
    Enrico.

    Sorry for the delay, thank you for the reply.
    I'm running 1.5.0_08, so I'll upgrade my system and try again. By the way, I was reluctant to upgrade java because I didn't found a solaris package on http://java.sun.com/javase download page. I'll try and let you know.
    Thanks,
    Enrico.

  • Sconadm register - exception in web communication

    I'm trying to use sconadm to register a machine.
    It is failing, which is not great, but what is most annoying is that I cannot get it to output any useful error message.
    All I get is:
    # sconadm register -a -r ./registrationProfile.properties
    sconadm is running
    Authenticating user ...
    Exception in web service communication
    I have set the web proxy in the properties file (and tried on the command line). Even if I hadn't I would expect an error indicating that communication could not be established with the web server if that was the problem.
    I have tried using the -l flag to specify a log file but I get this message (e.g):
    The location of log file ./scon.log doesn't exist
    (where ./scon.log is the arg I passed to -l)
    I have got patch 121454-02 installed.
    How do I go about diagnosing what is going wrong?
    Thanks,
    Robert

    Aha. The log file provides a little bit extra information although not quite enough I think.
    Here is the extract from the end of the log:
    INFO: setting secure proxyPort:8000
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.common.ProxyManager setProxySettings
    INFO: new proxy setting is OK !
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile
    INFO: userName = rgreig
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile
    INFO: password = *****
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile
    INFO: hostName =rosenberg
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile
    INFO: subscriptionKey = ********
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile
    INFO: portalEnabled =false
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile
    INFO: proxyHost = webproxy.uk.jpmorgan.com
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile
    INFO: proxyPort = 8000
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.BasicRegCLI run
    INFO: Authenticating user ...
    12-Jan-2006 10:41:48 com.sun.cns.basicreg.adapter.eCRAdapter <init>
    INFO: Using eCRAdapter endpoint := https://cns-services.sun.com/UserInformationS
    ervice/UserInformationService
    12-Jan-2006 10:42:51 com.sun.cns.basicreg.common.ProxyManager isSecureProxyEnabl
    ed
    INFO: secure proxy is enabled
    12-Jan-2006 10:42:51 com.sun.cns.basicreg.adapter.Adapter connectToSun
    INFO: secure proxy tested OK !
    12-Jan-2006 10:42:51 com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
    SEVERE: Exception in web service communication
    12-Jan-2006 10:42:51 com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
    SEVERE: java.lang.NullPointerException
    12-Jan-2006 10:42:51 com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
    SEVERE:
    com.sun.cns.basicreg.adapter.eCRAdapter.authenticateUser(eCRAdapter.java:82)
    com.sun.cns.basicreg.BasicRegCLI.authenticateUser(BasicRegCLI.java:1016)
    com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:653)
    com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    12-Jan-2006 10:42:51 com.sun.cns.basicreg.BasicRegCLI run
    SEVERE: Exception in web service communication
    12-Jan-2006 10:42:51 com.sun.cns.basicreg.BasicRegCLI run
    SEVERE: Exception in web service communication
    Any idea what the NullPointer actual results from? It does appear that it can connect to the web server. Is there any way to get it do output a stack trace?
    I can't use telnet since I need to go via a web proxy.
    Is the -l option to sconadm supposed to allow you to change the location of the logfile from the default in /tmp? If so, that's another bug since it does not appear to work.
    Thanks for your help,
    Robert

  • I am trying to run my registered CS6 Design Standard programs for the first time after install. InDesign runs OK, but Illustrator and Photoshop will only run in trail mode. How do I activate those two?

    I can't get my registered versions of CS6 Photoshop and Illustrator to run in full mode. I installed CS6 Design Standard online end of June (an upgrade from CS5.5), on my old MacBook Pro. I didn't run the programs then as I was waiting on arrival of new MacBook Pro. I migrated the programs from my old MacBook to the new, and today tried to run those programs for the first time. InDesign work OK (after an initial hiccup) but Illustrator and Photoshop will only run in trial mode, and won't let me save files. My CS6 Design Standard shows with it's registration in my Adobe Account. All seems in order, but Illustrator and Photoshop won't run in registered mode. Can you please help?

    Demons1 in the future please only migrate your documents and settings.
    Please use the uninstallers to remove your current installation.  They are located in the Applications/Utilities/Adobe Installers folder.  Once the uninstall is complete you will also want to run the CC Cleaner Tool.  You can find more details at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.
    If you need to download a fresh copy of the installation files for Creative Suite 6 you can do so at Download CS6 products.

  • CSI Not found(not recognized) when running up2date --register

    I recently downloaded OEL 5.5, paid for the Network support option (which DOESN'T allow Support logging) but when I try to log in to download updates, I enter my username, password, the CSI provided me when I purchased the Network option but it errors telling me the CSI is invalid. Any suggestions?

    Been there, done that already. I have an account, I even received an email from Oracle with the Network UL CSI. The problem is that running up2date --register works but I keep getting a message that the CSI is INVALID.                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can we run two instances of solaris in 1 hardware (SunFire Server)

    Hi,
    There is a need for us to run two instance of Solaris in SunFire Server.
    Because we need to install Domino Servers in a Single Hardware.
    The hardware consist of Eight Processors.
    How to allocate the resource in such a way that the Domino Server should take 4 Processor and other application should take other four.
    Please be in more detail.
    Regards,
    C.Kumanan

    "Sunfire" is a product line that includes many different computer designs
    and many different capabilities. You will need to be more specific as to what model you actually have.
    The Sun Fire Midrange Systems are hardware designs that can be configured
    to run discrete domains in the same overall chassis.
    So, for those systems the answer to your question would be "Yes".
    For any Sun Fire computer syustem that is smaller than the Midrange systems,
    the answer to your question would be "No".
    So ... A Sun Fire 3800 with eight processors ??? "Yes"
    However, a Sunfire V880 with eight processors ??? "No"
    Any other configuration questions of the actual Solaris instance,
    such as Zones or processor thread affinity are outside the scope of this forum.
    Those issues would be discussed better in an OS forum.

  • Technical query w.r.t running C++ applications on Solaris 9.

    Hi,
    We have an C++ application which is compiled with Sun compiler 5.3 which comes along with Forte6 Update2. The application is compiled and linked on Solaris 9 platform. Will there be any issues while running this application on Solaris 8? Are applications built on Solaris 9 safely run on Solaris 8?
    Thanks,
    Vinay

    Sun supports moving old programs and binary files forward from old Solaris and compiler versions to be used with newer Solaris and compiler versions, but not the reverse. (Supporting the reverse would mean never providing new or improved features.)
    If you build an application on one Solaris version, you can run it on that version or later versions. In general it will NOT run on earlier Solaris versions.
    SImilarly if you create an object file (.o, .a, .so) on one Solaris version, you cannot use that file on an earlier Solaris version.
    When you plan to deploy an application on different versions of Solaris, you must build the entire application, including shared libraries that are part of the application, on the earliest version of Solaris that you intend to support.

  • HELP: WL 8.1 run unexpectedly slow on solaris 9 with low CPU utilization

    Hi All
    I have setup my app to run on WL8.1 + solaris 9 env + SUN mid-end series server.
    JVM was configured to use 3G RAM and there are still abundant RAM on the HW server.
    I tried out a use case, it took long time to get response (~ 2 minutes). But the
    CPU utilization has been always lower 20%. I have tried out the same test case
    on a wintel server with 500 RAM allocated to JVM, the response time is much quicker
    (less than 30 sec). I did the same on solaris 8 with 3G RAM and had used alternate
    threads library mode (changing LD_LIBRARY_PATH to include /usr/lib/lwp) which
    is the default mode adopted by solaris 9. The same use case responded much quicker
    and comparable to abovementioned test on wintel. Can anybody advice on how to
    tune WL 8.1 on solaris 9 so as to make it perform best ? Is there any special
    trick ?
    thank u very much for any advice in advance
    dso

    "Arjan Kramer" <[email protected]> wrote:
    >
    Hi dso,
    I'm running the same two configs and run into the same performance issues
    as you do. Please let me know if you any response on this!
    Regards,
    Arjan Kramer
    "dso" <[email protected]> wrote:
    Hi All
    I have setup my app to run on WL8.1 + solaris 9 env. JVM was configured
    to use
    3G RAM and there are still abundant RAM on the HW server. I tried out
    a use case,
    it took long time to get response (~ 2 minutes). But the CPU utilization
    has been
    always lower 20%. I have tried out the same test case on a wintel server
    with
    500 RAM allocated to JVM, the response time is much quicker (less than
    30 sec).
    I did the same on solaris 8 with 3G RAM and had used alternate threads
    library
    mode (changing LD_LIBRARY_PATH to include /usr/lib/lwp) which is the
    default mode
    adopted by solaris 9. The same use case responded much quicker and comparable
    to abovementioned test on wintel. Can anybody advice on how to tuneWL
    8.1 on
    solaris 9 so as to make it perform best ? Is there any special trick
    thank u very much for any advice in advance
    dso
    There could be many factors that add to performance degradation, database, OS,
    Network, app config etc, so without knowing too much its difficult to tell.
    Can you please supply the startup JAVA options used to set the heap etc. Having
    larger heao sizes is not always the best approach of building HA applications...the
    bigger they are, the bigger they fall. I'd suggest using many but smaller instances.
    Provide the heap info from NT also.
    BTW, when weblogic starts, can you tell me how much memory is being used in the
    console...ie the footprint of weblogic + your application.
    Many Thanks

  • Can I run my registered LR 5 alongside monthly deal for Photoshop CC ?, Can I run my registered LR 5 alongside monthly deal for Photoshop CC ?

    probably a dumb question ..apologies if it is, I have registered LR5 and am currently running the CC trials of LR5 and Photoshoop on my new
    mac - I'm trying to work out cheapest long-term solution to having both programmes, seems a bit wasteful to pay the monthly subscrioption
    any help or opinions welcome thanks in advance

    If you decide on Photoshop CC then you won't save any money trying to stay with your standalone version of Lightroom 5. Photoshop CC and Lightroom are offered together as a creative cloud package. There isn't a package that just offers Photoshop. So I'm not sure what you will accomplish by subscribing to Photoshop CC and then staying with your registered version of Lightroom. I don't know what complications you might run into. When I switched to the creative cloud subscription plan I replaced Lightroom 5 that I had been using. The programs are exactly the same. It's just a difference in licensing.
    Photoshop CC has some nice features that you will not be able to get if you purchase Photoshop CS6. In the long run, it might seem that you will be saving money by purchasing standalone licenses. But eventually those versions will be obsolete, no longer supported by Adobe, and you will have no ability to update them other than to purchase upgrade versions. I decided it was easier to spend $10/month because I'm retired and it's easier to budget that amount than to come up with the money to purchase upgrades when they are needed. But that is something you will have to decide for yourself.

  • How to run oracle 10g on solaris 10

    hi,
    i am running oracle10g in windows xp............
    but i have installed solaris 10 on my computer and not able to install oracle 10.
    pls help......
    thanks

    870657 wrote:
    hi,
    i am running oracle10g in windows xp............
    but i have installed solaris 10 on my computer and not able to install oracle 10.
    pls help......
    thanksThere are three flavors of Solaris -
    1) SPARC 64bit,
    2) x86, and
    3), x86-64.
    Which one are you using?
    Did you download the correct/appropriate installation files?
    At what step in the very fine Insatallation Guide are you having a problem with? What is the nature of the problem?

  • Errors running oracle jsp on solaris

    I'm getting errors running jsp's on Apache 1.3.9 on Solaris.
    I have configured this to work on a NT box.
    But no luck on Solaris.
    The message's I'm getting are:
    javax.servlet.ServletException:
    /oracle/apache/htdocs/jsp_samples/jspstore/_pages/jsp_samples/jsp
    store/Globals.java
    This is when I'm running the jspstore example.
    It is not creating the servlet. I created a blank _pages
    directory and the above is what I get.
    Anyone ever see this before.
    Normal servlets work with no problem.
    null

    Oracle Java Technical Team wrote:
    : Ravi Thakur (guest) wrote:
    : : I'm getting errors running jsp's on Apache 1.3.9 on Solaris.
    : : I have configured this to work on a NT box.
    : : But no luck on Solaris.
    : : The message's I'm getting are:
    : : javax.servlet.ServletException:
    /oracle/apache/htdocs/jsp_samples/jspstore/_pages/jsp_samples/jsp
    : : store/Globals.java
    : : This is when I'm running the jspstore example.
    : : It is not creating the servlet. I created a blank _pages
    : : directory and the above is what I get.
    : : Anyone ever see this before.
    : : Normal servlets work with no problem.
    : Make sure the user the webserver runs at has write permissions
    : in the directories where Oracle JSP emits pages to. By default
    : OJSP writes to _pages directory in your document tree.
    Thanks for the reply. The webserver has the write permissions in
    the document tree.
    One more thing that I have tried is to create the _pages path
    that it is looking for and putting compiled code in there. I then
    get the message:
    java.lang.ClassFormatError: Wrong name
    null

  • Problems running adobe 7 on solaris 9

    Hello all,
    I am needing some information on getting adobe 7 to run on my solaris 9 server v4400. I have installed the software correctly in the recommended directory and I can run the the reader from /opt/acrobat folder. I can then load any files manually through the reader.
    What I need to be able to do is when a user puts a cd in the drive with a file that has a .pdf extension for them to be able to double click on it and the reader to open the file. Right now I am getting an error message that states acro reader not found. I have a guess that it is a path problem but am very new to solaris. Any help would be appreciated.
    Oh yeah I have tried this while logged in as root and as a admin user account I created.

    Maybelline :
    No error message. When I click on a pdf file, nothing happens. When trying to execute the command in a terminal window, the cursor remains hung up and nothing happens. I raised the issue because Adobe did not indicate it would work in a CDE desktop environment. As a result, I am still using Acrobat 5. But it would be great if I could upgrade to 7 or 8.
    Thanks,
    Al Arking

  • Running Reports 6i on Solaris 10 ?

    We are trying to get several more months out of our Oracle Reports Server 6i installation before we scrap ORS for another reporting product. However, we need to replace our Solaris 8 reports servers with Solaris 10 servers before we can shut down ORS.
    We have had good luck in the past copying the same 6i installation from machine to machine, but we were going from Solaris 8 to Solaris 8. I followed the same procedure moving to the Solaris 10 server, but I cannot get rwmts60 to start.
    I get the standard "REP-0186: Daemon failed to listen to port" message.
    Has anybody ever gotten this combination to work ? Do you remember what your ORS6i patch level was ? Did you need any Solaris 10 patches ?
    Any help is appreciated. Thanks ahead of time.

    Hello,
    Even if it has never been certified (Reports 6i is desupported for a while now ...) , you can test to run rwrun60
    rwrun60 report=test destype=file desname=/tmp/test.pdf desformat=pdf userid=scott/tiger@dbalias
    If it works , rwmts60 should work too ...
    About the error : REP-0186: Daemon failed to listen to port
    have you added an entry in the tnsnames.ora for the Reports Server ?
    What is retuned by the command :
    tnsping80 <reports server name>
    Regards

  • Layout errors when running 6i Reports on Solaris

    Hi,
    I've developed a large number of complex reports - lots of nested groups etc. They were developed on NT in Rep 6i patch 8. They run fine in Reports Runtime on NT.
    When I ftp them across to the Solaris box and compile them in rw60con they no longer run but bomb out with field and boilerplate positioning errors (object not fully contained... etc. etc.).
    Why does this happen? My server has patch 4A I think - the one that came with 9iAS 1.0.2.2.1, although Oracle support say that this mismatch between client and server versions does not matter on 6i.
    I have developed a simple report with no repeating groups etc and it works great on the server.
    Is it something that I have missed or is the Solaris generator just a load of rubbish? If I have to make thousands of changes to my reports which show no difference in the client environment and then ftp, convert them across for each change just to see if they work then I am going to be very unhappy...
    These need to go live next week, therefore I would appreciate any ideas...
    Regards,
    John

    Apologies for the double entry - my browser timed out...
    Here is one of the regular errors I keep encountering.
    Oracle Reports Server CGI - Report Job has terminated with error.
    Reports Server Replies:
    REP-1814: Report cannot be formatted. Object 'vertically' can never fit within 'B_1_SEC1'.
    --it suggests object vertical properties to me. But why is there no problem on NT??                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Cannot run up2date --register

    Hi everybody,
    I have a linux machine that I have already registered to Oracle ULN network for more than one year.using up2date --register ..and by mistake i deleted the system from the ULN..
    I wanted to register this machine again ...but when i execute up2date --register  nothing happened .even no error messages ???
    had someone face the same issue.
    Thanks
    Aljaro

    If you are paying for support you might want to contact Oracle support for help. You can probably send an email to uln-info_us(at)oracle.com, including information about your CSI and account, or create a service request, to sort out the problem.
    If I recall correctly, if you need to re-register a machine then you will need to delete your system using the ULN web interface first.

Maybe you are looking for

  • Not able to add driver update during Solaris 10 installation on IBM x3550

    I am facing a problem with installation of Solaris 10 on IBM x3550. My question is not specific to IBM server. I am trying to add SAS driver during Solaris 10 installation. I selected option "Apply device driver update" (option # 4). It is asking to

  • Creative mediasource resets my computer when I run

    <SPAN class=postbody>Hi I have Win XP Home with latest updates, 3.0ghz pentium 4 cpu, 000mb ram, 20gig harddri've, Creative Soundblaster Audigy 2 sound card. When I run Creative Mediasource Organizer or Player my computer it immediately loads, and th

  • Standard SAP reporting

    I have a requirement to find a report that shows a breakdown of 3rd party costs, I have created in a condition record. I have created a BOM. The BOM at header level is relevant for pricing and billing. The sub-boms are just relevant for statistical p

  • Transaction Code - Promise to Pay

    Hi all, What is the Transaction code for Promise to pay case search in Collections Management?? What is the transaction code for valuation of Promise to pay??? Lakshmi

  • N810 can not view Vietnamese font

    Hi, I've just have a N810 Internet Tablet as a gift. It works fine but the only problem is that It can not view any Vietnamese webpage properly. All Vietnamese fonts (Unicode) are broken.  Is there any chance to install Vietnames unicode font to N810