Execute Netscape in Solaris

Hi!
I have a Java application in Solaris. This application has a button that when it is pressed it may start Netscape. But it doesn't happen. When you press the button and error occurs:
netscape: couldn't find our resources?
This could mean that there is an inappropriate 'Netscape' file installed
in the app-defaults directory. Check these environment variables and the
directories to which they point:
$XAPPLRESDIR
$XFILESEARCHPATH
$XUSERFILESEARCHPATH
Also check for this file in your home directory, or in the directory
called 'app_defaults' somewhere under /usr/lib.
Otherwise if you execute Netscape with a terminal or with the
fromPanel, it starts. With the button, if you execute another program it
can starts.
Thanks in advance.

Dude wrote:
Bash looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. (man page) In other words, it's not reading .profile if ./bash_profile or .bash_login exists. However, the OP might not be using bash.OK, I was wrong again, again, again today.
I am going to quit while I am behind so as to not make it any worse.

Similar Messages

  • Need to install Latest Version of Netscape on Solaris 10.

    Hi,
    I want to install Latest version of Netscape on Solaris 10. I doubt it comes with the solaris 10 installation CD's.
    I can't find the downloads for Netscape. Please guide or suggest me in this regard.
    Thanks & Regards,
    -GnanaShekar-

    hi,
    solaris 10 use mozilla instead netscape, u can run mozilla:
    $/usr/sfw/bin/mozilla &
    # pkginfo|grep -i netscape
    MOZ17 SUNWmoznspr Mozilla for Solaris(TM) - Netscape Portable Runtime
    MOZ17 SUNWmoznspr-devel Mozilla for Solaris(TM) - Netscape Portable Runtime - developer files
    system SUNWpr Netscape Portable Runtime
    system SUNWprd Netscape Portable Runtime Development

  • Problem with Sessions, Servlets, Netscape and Solaris

    We are experiencing a problem that is confounding and frustrating us (I have
              a felling that it is something exremely minor that we are overlooking).
              Here goes:
              Context:
              The problem only occurs when using a netscape browser against weblogic
              4.51running on our Solaris 7 box (Everything works fine through IE, and
              through both browsers against our development machines which are on NT)
              Problem:
              We have a bunch of JSP pages and servlets that are used togehter throughout
              our site. They both manage session information for the user. What is
              happening is that there is no problem maintaining session information among
              all the JSP pages, but when we hit a servlet that we use to stream graphs
              back to the browser, it gets the session but it has no contents all of a
              sudden. What seems to be even more strange is that the session is not
              tagged as new (by checking isNew()), it is just empty of the contents that
              were placed it by the JSP pages. Again, this is only occurring from
              Netscape browsers against our Solaris server.
              If anyone can provide any help it would be greatly appreciated. I can
              provide more details if need be.
              Jeremy
              

    There is a property in the weblogic.properties file that lets you set
              the cookie name. If this isn't set, the port will be appended as part of
              the name. I've had a similar problem switching between http and https
              and losing sessions.
              Carles
              Jeremy wrote:
              >
              > in the link tothe servlet the URL had a :80 in it. This was because the url
              > was generated by a JSP page so that when it was moved from server to server
              > and port to port the code wouldn't have to be changed. Unfortuneately,
              > Netscape sucks and takes this to mean that x.x.x.x and x.x.x.x:80 are
              > different and won't acknowledge the cookie from the JSP pages (x.x.x.x) to
              > the servlet (x.x.x.x:80). Thanks fpr your help.
              >
              > Jeremy <[email protected]> wrote in message
              > news:[email protected]...
              > > my mistake, it appears to always happen on port 80 regardless of the
              > server
              > > it is on.
              > >
              > > Jeff Martin <[email protected]> wrote in message
              > > news:[email protected]...
              > > > It really sounds like your servlet is making a new session, even though
              > > > isNew() doesn't say so. What you might try to do is use session.getId()
              > > > to print out the session ID from your jsp pages as well as your servlets
              > > > to determine if it really is a new session.
              > > >
              > > > Do your servlets and JSPs both use the same scheme (http or https) or
              > > > cookie.setSecure()? Do your cookies use domains or paths in either
              > > > servlets or jsps (cookies can be restricted to certain subdirectories
              > > > which might be different between jsps and servlets)? Are you testing
              > > > through a proxy or firewall, or does either browser have different proxy
              > > > settings than the others?
              > > >
              > > > Jeff
              > > >
              > > > Jeremy wrote:
              > > > >
              > > > > We are experiencing a problem that is confounding and frustrating us
              > (I
              > > have
              > > > > a felling that it is something exremely minor that we are
              > overlooking).
              > > > > Here goes:
              > > > >
              > > > > Context:
              > > > > The problem only occurs when using a netscape browser against weblogic
              > > > > 4.51running on our Solaris 7 box (Everything works fine through IE,
              > and
              > > > > through both browsers against our development machines which are on
              > NT)
              > > > >
              > > > > Problem:
              > > > > We have a bunch of JSP pages and servlets that are used togehter
              > > throughout
              > > > > our site. They both manage session information for the user. What is
              > > > > happening is that there is no problem maintaining session information
              > > among
              > > > > all the JSP pages, but when we hit a servlet that we use to stream
              > > graphs
              > > > > back to the browser, it gets the session but it has no contents all of
              > a
              > > > > sudden. What seems to be even more strange is that the session is not
              > > > > tagged as new (by checking isNew()), it is just empty of the contents
              > > that
              > > > > were placed it by the JSP pages. Again, this is only occurring from
              > > > > Netscape browsers against our Solaris server.
              > > > >
              > > > > If anyone can provide any help it would be greatly appreciated. I can
              > > > > provide more details if need be.
              > > > >
              > > > > Jeremy
              > >
              > >
              

  • About Netscape in Solaris

    I've encountered a problem, I have a webpage which would be browsed under Windows IE/Netscape, but when I try to browse it in Sun's Workstation's Netscape, the Netscape is closed. I don't know why it would be like that, any hints to me? please send me an email if you know. [email protected]

    I was wondering if anyone happened to know if a program written for Solaris for Intel can run on a Solaris for Sun... The program would be written using Java and Oracle.
    DEA

  • I can't execute TELNET at Solaris.

    I have a problem to use Runtime.getRuntime().exec() function. I want to execute Telnet with console at
    Solaris. By using this command :
    public static void main(String args[])
    String argv[] = { "telnet", "10.1.1.4", "5000" };
    try
    Runtime.getRuntime().exec("sh", argv);
    } catch(Exception e)
    System.out.println("Error");
    I hope I didn't type any errors on the codes above.
    It executed (no error), but without displaying a console to user.
    Can anybody tell me the solutions ?

    you will need to catch the stdout & stderr from the Process that is returned by Runtime.exec(), and feed them to the console user. in addition you will need to copy the console input to the Process stdin, so that commands that the user types are passed to the telnet process.
    take a look at java.lang.Process getxxxxxStream methods
    or perhaps exec a different process
      String msg = "xterm -e telnet 10.1.1.4 5000"
      Runtime.getRuntime().exec(msg);
    [/cdoe]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Netscape Bug on Solaris 8 for x86

    Has anyone else had a problem with Netscape on Solaris 8 for Intel? when I resize the Netscape window, shortly afterwards, the display begins to corrupt the CDE desktop with objects that should be displayed within the Netscape window. When I exit Netscape, the entire CDE goes white with black lines across the screen.
    I've downloaded the latest version of Netscape Communicator for Intel Platforms. Netscape V4.76.
    I've installed the x86_Recommended patches.
    I still have the same problem. Any suggestions?
    Thanks

    Yes, I'm having the same problem. however when I exit out of netscape and refresh the screen everything is ok. Please let me know if you've solved the problem.
    [email protected]
    thanks,
    John

  • Installing Veritas SF on Solaris 10 5/08 - perl - cannot execute

    Hi all,
    I have been trying to install the Storage Foundation on a Solaris 10 5/08 box. Running ./installer from the DVD gives me quickly the following error message, 3 repeated lines (referring to file/folders on the DVD):
    ./installer: ./perl/SunOS/perl/bin/perl: cannot execute
    ./installer: ./perl/SunOS/perl/bin/perl: cannot execute
    ./installer: ./perl/SunOS/perl/bin/perl: cannot execute
    After installing Solaris I updated it and installed the companion programs. I also compiled and installed the more recent perl 5.8.8.
    Does anyone have any idea why the Storage Foundation is giving me this? All the r/x. rights are in place.
    Best regards

    Hi,
    Why aren't you just unzip the file locally, on your target server? It shouldn't use a lot of space.
    Regards,
    catalin.

  • Solaris Container Manager console does not work

    I've loaded SMC 3.6 and loaded the container manager piece with no problems on a fresh Solaris 10 (11/06) install on a blade 1000. The managment center works just fine. I've loaded the container manager according to the following doc:
    http://docs.sun.com/app/docs/doc/819-4098/6n699bc48?a=view
    The install went fine but when I point my browser to the page specified in the doc above the browser wants to download a bin file. I've restarted the java web server as shown in the above doc and I've scanned the port 6789 with nmap to make sure it was open. All browsers I've tried want to download a bin file. They are not launching a console as shown in the doc.
    I've tried firefox on linux, netscape on solaris and IE on windows. Java is loaded and working on all platforms. How do I get this working?

    use secure http
    https://<server name>:6789
    make sure you ran the setup for Solaris Container Manager

  • Hyperlink is not working when running on sun solaris OS

    Hi,
    I have Created PDF file using oracle reports 2.5 version and included hyperlinks in reports which will open files located on our intranet server(http://cup2.ngc.co.uk). Hyperlinks are working properly when I generated report on window xp machine but not working when I compiled and executed report on solaris unix server(reports 6i).
    please let me know why hyperlinks is not working when executed on solaris((5.8). do we need any setup to work hyperlinks on unix server.
    Thanks in advance,

    Ok, there are 2 docs i've tried.
    A = Doc created originally from MPB Pages with hyperlink
    B = Doc created from iPad Pages with hyperlink
    A was transfered to iPad Pages using iTune. I emailed A as pdf from iPad to gmail and reopen the file on iPad using Quickoffice / PDF Reader Lite, the link is NOT active, not working. BUT, when i read A using MBP gmail, the link is ACTIVE, i click on the link and it brings me to the correct webpage.
    As for B, after the page was created with links on iPad, i emailed B as pdf from iPad to gmail, reopen the file on iPad using Quickoffice / PDF Reader Lite, the link is NOT active, and this time, when i read B using MBP gmail, the link is NOT active as well.
    Weird huh? I'm starting to sense that is the problem with iPad Pages. What say you?

  • JNI Question Executing Question

    Dear member,
    I have my C invocation program and Java executable on a Solaris 8 machine using SDK 1.2; I also have the permission on the C executable set as "chmod dm_check 6750". I have changed the owner to "root" and changed the group to "topic". The 6750 gives the file the following permissions: " 64 -rwsr-s--- 1 root topic 30896 Jul 31 01:05 dm_check". There is an another application which runs this C program transparent to the user, i.e., this C program integrates with another application. When this application tries to call this C program as user "dmadmin", the application cannot invoke the C program.
    When I run the C program from the command line as "root" or "dmadmin", I get an error that a library file cannot be found; however, I have added to the LD_LIBRARY_PATH the necessary directory "/usr/lib:/vx00/ora/app/product/9iv2/jdk/jre/lib:/vx00/ora/app/product/9iv2/jdk/jre/lib/sparc:" for both "root" and "dmadmin". Can anyone suggest an alternative solution?

    I had a similar problem, I think there might be another env variable besides LD_LIBRARY_PATH. I can't tell you what it is because I am working the my Windows Partition right now. Also it could be something in your makefile too. Sorry I wish I could be more help. If this does not help post and when I go over to the linux parition I check a project I was working on and see what the other env variable was.

  • SIGCHLD signal issue in Solaris 10

    I executing binaries on Solaris 10, but binaries are compiled on Solaris 8. Same binaries are working fine on Solaris 8 and Solaris 9 but not working on Solaris 10. Operating system is throughing SIGCHLD to my application. Also this is not consistant.
    Is there any change in Solaris 10 related to signals.

    I executing binaries on Solaris 10, but binaries are compiled on Solaris 8. Same binaries are working fine on Solaris 8 and Solaris 9 but not working on Solaris 10. Operating system is throughing SIGCHLD to my application. Also this is not consistant.
    Is there any change in Solaris 10 related to signals.

  • Boot from san in solaris 11

    Hi,
    Thanks in advance.
    I have a solaris 11 set up with SPARC(sunfire v-250). I wanted to set up a boot from san environment in Solaris 11.
    1) In solaris 10 I used to do set up using ufsdump command and the further steps. Now in solaris 11 the command ufsdump cannot be used since the native file system has changed to zfs.
    2) When I tried to create a boot environment using beadm utility, I am able to create and activate BE in the san(SCSI) disk. But when I activated the new BE, status of new BE is changed to "R" and that of the current BE is still "NR" (which should be N, as per the behaviour of beadm). When I reboot the system it is again getting booted in the same old BE. I tried by setting the boot-device in OBP as the new san disk, which is giving error as "Does not appear to be an executable".
    In solaris 10 i used lucreate for creating zfs BE, but lucreate command is not present solaris 11.
    Can anybody help me creating a SAN boot environment either with ufs or zfs filse system?
    Thanks and Regards
    Maneesh

    Glad to hear that you have other supportable systems that you can try this with.
    881312 wrote:
    1) In solaris 10 I used to do set up using ufsdump command and the further steps. Now in solaris 11 the command ufsdump cannot be used since the native file system has changed to zfs. With zfs, the analogs to ufsdump and ufsrestore are 'zfs send' and 'zfs receive'. The process for creating an archive of a root pool and restoring it is documented in the ZFS admin guide at http://docs.oracle.com/cd/E23824_01/html/821-1448/recover-1.html#scrolltoc. Note that instead of sending it to a file and receiving it from the file, you can use a command like "zfs send -R pool1@snap | zfs recv pool2@snap". Read the doc chapters that I mention for actual zfs send and recv options that may be important, as well as other things you need to do to make the other pool bootable.
    2) When I tried to create a boot environment using beadm utility, I am able to create and activate BE in the san(SCSI) disk. But when I activated the new BE, status of new BE is changed to "R" and that of the current BE is still "NR" (which should be N, as per the behaviour of beadm). When I reboot the system it is again getting booted in the same old BE. I tried by setting the boot-device in OBP as the new san disk, which is giving error as "Does not appear to be an executable".I would have expected this to work better than that - but needing to set boot-device in the OBP doesn't surprise me. By any chance, was the pool on the SAN created using the whole disk (e.g. c3t0d0) instead of a slice (ct30d0s0)? Root pools need to be created on a slice.
    Note that beadm only copies the boot environment. Datasets like <rootpool>/export (mounted at /export) and its descendants are not copied. Also, dump and swap are not created in the new pool. Thus, you may have built dependencies into the system that cross the original and new root pools. You may be better off using a variant of the procedure in the ZFS admin guide I mentioned above to be sure that everything is copied across. On the first boot you will likely have other cleanup tasks, such as:
    - 'zpool export' the old pool so that you don't have multiple datasets (e.g. <oldpool>/export and <newpool>/export) both trying to mount datasets on the same mountpoint.
    - Modify vfstab to point to the new swap device
    - Use dumpadm to point to the new dump device
    In solaris 10 i used lucreate for creating zfs BE, but lucreate command is not present solaris 11.I think that once you get past this initial hurdle, you will find that beadm is a great improvement. Note that beadm is not really intended to migrate the contents of one root pool to another - it has a more limited scope.
    Can anybody help me creating a SAN boot environment either with ufs or zfs filse system?Is there any reason to not just install directly to the SAN device? You shouldn't really need to do the extra step of installing to a non-SAN disk first, thus avoiding the troubles you are seeing.
    Good luck and please let us know how it goes.
    Mike

  • Backward Compatability solaris 10 to Solaris 9

    I am trying to mix
    executables compiled on Solaris 10 with C++ compiler 5.8
    with shared libraries compiled on Solaris 9.
    On solaris 9 it says libm.so.2 file not found.
    what may be the solution to run the executable from solaris 10 to solaris 9

    Running binaries built in Solaris 10 platform, on Solaris 9 or earlier versions, is not "backward" compatibility. It is the other way round ie., running executables built on earlier versions of Solaris, on Solaris 10.
    I believe libm.so.2 was introduced in Solaris 10; and is not available for Solaris 9. If you want to run your executable on both 9 & 10, you have to build it on Solaris 9, but definitely not on 10.

  • DI on Solaris erratic behavior

    While executing jobs on Solaris, various dataflows are failing inconsistenly with a similar message to the one below
    (11.7) 11-12-08 15:13:40 (E) (17833:0001) RUN-050406: |Session JOB_NOMIS_MIS_Load_D|Workflow C_WF_OFFENDER_MOVEMENTS|Workflow WF_FACT_MOVEMENT_EXTERNAL|Dataflow DF_FACT_MOVEMENT_EXTERNAL_SUMMARY_1_MIS Data flow DF_FACT_MOVEMENT_EXTERNAL_SUMMARY_1_MIS> received a bad system message. Message text from the child process is <blank message, possibly due to insufficient memory>. The process executing data flow <DF_FACT_MOVEMENT_EXTERNAL_SUMMARY_1_MIS> has died abnormally. For NT, please check errorlog.txt. For HPUX, please check stack_trace.txt. Please notify Customer Support.
    (11.7) 11-12-08 15:13:40 (E) (17833:0001) RUN-050409: |Session JOB_NOMIS_MIS_Load_D|Workflow C_WF_OFFENDER_MOVEMENTS|Workflow WF_FACT_MOVEMENT_EXTERNAL The job process could not communicate with the data flow <DF_FACT_MOVEMENT_EXTERNAL_SUMMARY_1_MIS> process. For details, see previously logged error <50406>.
    (11.7) 11-12-08 15:13:40 (E) (17833:0001) RUN-050409: |Session JOB_NOMIS_MIS_Load_D|Workflow C_WF_OFFENDER_MOVEMENTS|Workflow WF_FACT_MOVEMENT_EXTERNAL The job process could not communicate with the data flow <DF_FACT_MOVEMENT_EXTERNAL_SUMMARY_1_MIS> process. For details, see previously logged error <50406>.
    The failure is not consistent, even though the same code executes with the same data.  I've been told the job server has plenty of available memory and the failing dataflows do not have a large memory footprint.  As I'm not a UNIX person, I don't know where to start looking. 
    Any help pointing us at where to look (with the configuration) would be appreciated.
    Thanks
    Michael

    $ ulimit -a
    core file size        (blocks, -c) unlimited
    data seg size         (kbytes, -d) unlimited
    file size             (blocks, -f) unlimited
    open files                    (-n) 256
    pipe size          (512 bytes, -p) 10
    stack size            (kbytes, -s) 8192
    cpu time             (seconds, -t) unlimited
    max user processes            (-u) 29995
    virtual memory        (kbytes, -v) unlimited
    env4-bodimis1:/u01/app/bobj/product/11.7.3.0/di_1/log
    One dataflow has a query and table_comparision and the other has lots of queries, a case, and a validation transform.
    I've been told its always the same data being processed (as its being release tested at the moment).
    Michael

  • Execute System Cmd

    Pls pardon my igorance ... how do I execute a system (Solaris 8) command from Java? In PERL, we can use the "system" command or grave accent "`" ... what's the equivalent in java? Thanks for your help.

    How do I pass arguments into the program then? I have tried the following, but it failed. It seems that the arguments are not passed to the program. For example, I want to execute the following command "program -v uid bochap". Here's is my sample code ..
    String cmd = new String(program);
    String[] argv = new String[3];
    argv[0] = "-v";
    argv[1] = "uid";
    argv[2] = "bochap";
    Runtime rt = Runtime.getRuntime();
    Process proc = rt.exec(cmd,argv);
    Thanks for your help again.

Maybe you are looking for

  • Adding new column in an existing report which was build using Union

    While working in OBIEE 11g I encounter an issue. My existing report was build using UNION at Criteria Tab in Analysis. Now I have a requirement to add a new column into the same report. For each criteria I have added the new column but when I go back

  • PDF from Interactive Report - general question

    Hello, I read in another post that there may be plans to make it so that PDFs downloaded from an Interactive Report will include the formatting in the report. Is this true? If so, will it work with the Apache FOP? Regards, Dan http://danielmcghan.us

  • How to avoid Standard text

    Hi All, I want to getrid of the Description for one of the column, i am trying to unselect the checkbox Standard Text even it is default taking the standard text. In my report i want t display blank(with out description) under thatb we will get to se

  • JAAS Login Module using Deployable Web Service proxy

    Hi, We've created a JAAS Login Module that calls a deployable web service proxy to validate users on Netweaver Portal 2004 SP19. To do this the following steps were taken: 1) created a deployable web proxy named 'SGU_proxy' and uploaded it to server.

  • Report with pipe character delimited

    Hi all we have requiremnt to customize the report to pipe character delimited report output. Please advice me how to achieve this Thanks in advance Anu.