Setting stacksize in Sun Appseerver 8.2

Hi,
I am migrating my application from Sun Appserver 7.1 to Sun Appserver 8.2.In 7.1, I have set the stacksize in HOME\domain1\server1\config\init.conf file. The stach size is set as
Security off
StackSize 196608
RqThrottle 128
To set the stacksize in Sun Appserver 8.2, I added the following entry in domian.xml file .
i.e.
<http-service >
<virtual-server >....</ ...>
*<property name="stack-size" value="262144" />*
</http-service>
But I am getting this warning message on start-up
[#|2007-10-24T21:14:14.647+0530|WARNING|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0304: Unsupported http-service property (stack-size) is being ignored|#]
How to set the stacksize property?

I tried setting that.But it is ignored...
<http-service>
     <property name="stacksize" value="262144" />
</http-service>[#|2007-10-25T21:54:13.076+0530|WARNING|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0304: Unsupported http-service property (stacksize) is being ignored|#]

Similar Messages

  • How do I use a JDBC Resource set-up in Sun Java System Appliation Server?

    How do I use a JDBC Resource set-up in Sun Java System Appliation Server 8.2?
    I created a JDBC Resource labeled "jdbc/__PetroPool" that is backed by a Connection Pool labeled "PetroPool".
    Since this is set-up in Sun Java System Appliation Server 8.2, I am looking for suggestions, examples or guides on how I can use this connection.
    I've been browsing the developer's guide for Sun Java System Appliation Server 8.2 without much luck.
    Googling really doesn't provide a lot of useful information either...
    Any suggestions, examples or guides on how I can use this connection is greatly appreciated.
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    How do I use a JDBC Resource set-up in Sun Java System Appliation Server 8.2?
    I created a JDBC Resource labeled "jdbc/__PetroPool" that is backed by a Connection Pool labeled "PetroPool".
    Since this is set-up in Sun Java System Appliation Server 8.2, I am looking for suggestions, examples or guides on how I can use this connection.
    I've been browsing the developer's guide for Sun Java System Appliation Server 8.2 without much luck.
    Googling really doesn't provide a lot of useful information either...
    Any suggestions, examples or guides on how I can use this connection is greatly appreciated.
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I need help with setting up my Sun Java Studio Creator

    Hello all, i need help with setting up the Studio Creator, i"m new to all that staff so is there anyone to help me just a little with all that if yes email me at [email protected] or get me on AOL Instant Messanger with the screen name: wretch17
    thanks :-)

    Hi,
    Welcome to the Creator community! Thanks for your interst in Sun Java Studio Creator. Please feel free to post any question related to creator on this forum .
    Take a look the creator website at
    http://developers.sun.com/prodtech/javatools/jscreator/
    CreatorTeam

  • How to setting up the sun.jdbc driver in servlet

    in my servlet i implemens the MetaData Interface, The Sun JDBC driver was Not support the getMetaData() function .. I dont knw why it was
    Pls hel me

    http://www.apple.com/support/iphone/assistant/airprint/

  • How to set stacksize to unlimited OS X 10.8?

    I don't know if I'm doing something wrong but when I type
    limit stacksize unlimited
    Into a terminal on Mountain Lion I get:
    -bash: limit: command not found
    and so I try:
    sudo ulimit -s unlimited
    and
    sudo ulimit -H unlimited
    Which won't work either. Can you please tell me what I should be using to get an unlimited stacksize in terminal?
    Many Thanks for any help.

    Maybe this can help

  • Setting LANG in sun webserver 7

    I have a web app that requires the LANG to be set to en_US in the webserver? ANyone have any idea how this is done? or some ideas how to do this?

    Can you give some more info on your requirement.
    The default language can be set using Admin GUI -- Configurations > (Select Configuration) > General > Advanced > Localization.

  • Deploying a WAR file to Sun App Server 8.1 PE

    So I thought that if I downloaded Sun App Server PE 8.1 and put it on my soon-to-be production machine, it should be pretty easy right?
    Nope. So I have JSC update 6 (which includes Sun Application Server 8.0) (God how I wish there was a catchy name like Tomcat or something)
    And I have a machine running a good copy, installed and everything, of Sun Application Server 8.1 Platform Edition (another catchy name) up on the production target.
    I create a WAR file in JSC, scp it up.
    Then try to deploy it - so I get bit by the no DB connection thing.
    Ok, but when I copy each of my connection's attributes (the driver (which I did copy up to the lib directory) is MySQL's Connector/J)
    I copy the username, password, URL and DriverClass attributes to the connection pool.
    I still get a
    "Operation 'pingConnectionPool' failed in 'resources' Config Mbean. Target exception message: Class name is wrong or classpath is not set for : com.sun.sql.datasource.DriverAdapter"
    when I try to Ping the ConnectionPool
    I have javax.sql.DataSource as the resource type... (same as 8.0 uses)
    what JAR file is DriverAdapter in? anyone know?
    cheers,
    Kris

    Okay. mysql folks - this works......
    here's what happened, on the production server, different from the dev machine....
    mysql 4.1.9
    sun application server platform edition PE 8.1
    connector/j - latest
    and on the dev machine: JSC Update 6 and the app works fine on the dev machine.
    first, there is a JAR file in ~whatever/Create/SunAppServer/lib/ named
    driveradaptor.jar
    and it it comtains
    com.sun.sql.datasource.DriverAdapter
    which 8.1 ain't got
    and should be copied up to
    /installdir/SunAppServer/domains/domain1/lib/ext/driveradapter.jar
    (domain1 is your app svr domain that runs your app.)
    your Connector/J JAR needs to go here too. I used:
    mysql-connector-java-3.2.0-alpha-bin.jar
    downloaded from mysql.com.
    and then there is the whole thing about Added Properties in the Connection Pool page inside the 8.1 Admin Console (which is nice work guys). Gawd, I added a bunch of properties and am, frankly, not sure which ones actually work (for the Ping, for the initial connection creation and the eventual successful connection all seem to use different combinations...)
    and I found this in the domain's domain.xml once all the admin console page filling was done - but you'll need to add each one as a Property in the connection pool:
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" [blah...]
    <property name="Username" value="root"/>
    <property name="Password" value="secret"/>
    <property name="ValidationQuery" value="SELECT 1"/>
    <property name="DriverClassName" value="com.mysql.jdbc.Driver"/>
    <property name="LoginTimeout" value="0"/>
    <property name="Url" value="jdbc:mysql://localhost/databasename?autoReconnect=true"/>
    <property name="User" value="root"/>
    <property name="password" value="secret"/>
    <property name="PasswordCredential" value="secret"/>
    </jdbc-connection-pool>
    (and you see how User and Username and username are all the same thing? well, different parts of 8.1 seem to use different attributes...)
    Just keep Adding Properties in the connection pool until you get them all....
    Oh and, the two key class references for the pool are:
    datasource class: com.sun.sql.datasource.DriverAdapter
    resource type: javax.sql.ConnectionPoolDataSource
    Finally: in the /installdir/SunAppServer/domains/domain1/applications/j2ee-modules/YourAppName/WEB-INF/
    your 'sun-web.xml' (don't delete it, like some have advocated, I think that wrong) needs to look like:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 8.1 Servlet 2.4//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_4-1.dtd">
    <sun-web-app xmlns="http://java.sun.com/xml/ns/j2ee">
    <context-root>/yourcontext</context-root>
    <resource-ref>
    <res-ref-name>jdbc/Yourname</res-ref-name>
    <jndi-name>jdbc/Yourname</jndi-name>
    <default-resource-principal>
    <name>root</name>
    <password>secret</password>
    </default-resource-principal>
    </resource-ref>
    </sun-web-app>
    and I think that's all of it. the only Bug I would I would say is that the sun-web.xml should have the right res-ref-name, but then I think the Creator Team knows this and will fix it sometime soon.
    cheers,
    and Roger Federer lost in the Aussie Open. (I think he lost tomorrow too, that whole time zone thing being so damn Einsteinian...)
    -Kristofer

  • Why com.sun.CORBA.ORBServerHost can not be cleared after the JVM is closed?

    run an application on a multiple IPs windows box. In order to initialize the ORB on the right IP, i set the com.sun.CORBA.ORBServerHost property at the app startup.
    If the right IP is set, then the software works fine as expected. Btut ionce the wrong IP is set, the software won't work even if I restart it with the right parameter. It looks like the new value just does not take effect.
    And until the box is rebooted, the new parameter will take effect. As per my understanding, this parameter should be set at a JVM level and will be cleared after the JVM is shutdown......
    Have no idea how to fix this issue and even don't know where to start to investigate it?
    Would you please provide any suggestion on it? Thx in advance.

    I had the same problem when I upgraded to snv_114 from snv_98
    on SPARC. The important line in /var/dt/Xerrors is this one:
    could not open default font 'fixed'
    The problem (in my case, anyway) was that the fonts.dir files were
    not updated during the install/upgrade process. This fixed it:
    $ su -
    # cd /usr/X11/lib/X11/fonts
    # for f in *; do cd $f; mkfontdir; cd -; done

  • Bug or wrong configuration of the Sun Ray Server+DTU+17" and 24" screenres.

    I have 2 DTU, one has a 17" screen with a resolution of 1280x1024 and the other DTU has a 24" screen with a 1900x1200 resolution attached. The setting of the Sun Ray server is configured only that registrated cards, can make an kiosksession to VMware View 4.6.
    When I start the DTU's, there is nothing wrong. The correct screen resolution is displayed on the screen for both DTU's. When I put a smart card into the DTU that has a 17" attached, it's indicates the correct resolution. The problem starts when I hotdesk to the other DTU with the 24" attached to, the session what was builded on the 17" will be showed on the 24". So the the resolution is 1280x1024. With this action there's nothing wrong, because the kiosksession is made on the 17" and no disconnection is made, so this is a correct resolution at this point. When I pull the card out of the 24" DTU, the screenresolution will be still at 1280x1024. It's looks like the setting will be saved on the DTU. Only a restart of a DTU will turn back the good resolution.
    When I do the same as the case before, but only I start at the DTU with 24" screen the kiosksession will start at 1900x1200. When I hotdesk to the Other DTU the kiosksession is still at 1900x1200, but only this time when I pull out the card out of the 17" DTU, The DTU will give the right screen resolution of 1280x1024
    the DTU's are Sun Ray 3 Plus, it doesn't matter which DTU's I place, the problems seems like that the DTU will save the last screen resolution. I got 300 of these DTU's and try a lot of them, but still the same issue.
    Note: with each case explained in this thread, the kiosksession will be started at first time, the kiosksession is not builded yet or has been disconnected.
    This behaviour is with a standard installation and configuration of Sun Ray server software 5.1.2. No extra script is implemented. Also I tried the UTRESIZE script that I've found on this forum, but it didn't helped.
    Is this problem a bug (known issue) or is this a wrong configuration of me? This is a big issue for me

    I have also a lot of fun with different screens, so I walk the "hardwired" mostly when I run into my screen does not look like correctly.
    utresadm -a -c MAC -t default 1280x1024@60 ... and then this is nailed, whatever you do with this box. Very effective especially for beamers ...
    what you can set, utresdef is your friend, utresadm -p show all the devices overwritten in case you need to change for a new monitor. And finally utresadm -d -c MAC -t default clears the setting.
    regards, thomas

  • How to set the right filter mode?

    Hi All,
    I have a few applications deployed in Tomcat 5.5.9 for which i need to control access.
    I have created a policy to which I have added a rule of type URL Policy Agent and added a few users as subjects.
    Now that the policy is in place, I tried to change the filter.mode property in AMAgent.properties file to all the possible options and I have noticed the following:
    filter.mode=NONE              Allows all users without authentication
    filter.mode=SSO_ONLY          Allows all users after authentication against DS
    filter.mode=URL_POLICY          Disallows authentic users also (HTTP 403 error)
    filter.mode=J2EE_POLICY          Allows all users after authentication against DS
    filter.mode=ALL                      Disallows authentic users also (HTTP 403 error)
    In my case all the observations except the J2EE_POLICY option work as required.
    I conclude this as a part of my understanding gained through the following:
    http://docs.sun.com/source/816-6884-10/chapter3.html#wp21908
    I have failed to understand why the J2EE_POLICY option allows users which are not included as subjects in the realm as authentic.
    I have also tried setting the com.sun.am.policy.agents.do_sso_only=false property but dint get things working as needed.
    Any help in this regard would be appreciated.
    Regards,
    Saiesh Nayak,
    Persistent Systems.

    J2ee_policy allows users which are not included as subjects in the realm because the policy agent actually doesn't validate the URL policies configured in AM, it just validate j2ee declarative security from your web application.
    So, as I suspect, if you don't have security constraints in your webapp, you won't enforce security.
    With URL_POLICY option, you will enable url policy evaluations as you configure it in Access Manager. So, in this case and in the ALL option case, check that the url policy is correctly configured, mainly the rule.
    You can enable debug.level=message instead of debug.level=error in AMAgent.properties in order to see what's happening. When you enable message level debug, the agent will create some debug log files, please take a look on the amFilter and amWebPolicy log files.
    Hope it helps.

  • Sun Ray error when connecting to Oracle VDI - No Kiosk Sessions Available

    When the Sun Ray DTUs go to connect to the Oracle VDI cluster at times they will throw the error "Error starting Kiosk session: No Kiosk accounts configured." We have tried going through the steps to confirm that the Kiosk sessions are configured on the two secondary hosts but the problem persists. When the Sun Ray DTUs do connect they will work for a while and then when left idle for a period of time will loose their connection and be unable to restart the connection with the error mentioned. The Screen Blanking option on the Sun Ray DTUs is set to "0" to prevent them from going into power-save mode but this makes no difference. The Sun Ray DTUs are all updated with the latest GUI firmware and there are no custom options set in the Sun Ray Session Servers.
    The thing that bothers me the most is I have not seen any error messages in the logs. I will post up the logs as links in a follow-up post.
    Has anyone had any similar issues while connecting with a Sun Ray DTU?
    Currently we are running Oracle VDI 3.2.1 on the cluster.
    Here are the commands we used to reset the Sun Ray Kiosk accounts:
    # /opt/SUNWkio/bin/kioskstatus -c
    # /opt/SUNWkio/bin/kioskuseradm status
    # /opt/SUNWkio/bin/kioskuseradm delete
    # /opt/SUNWkio/bin/kioskuseradm create -l utku -g utkiosk -i auto -u –c

    I was trying to transfer data from oracle to sql server 2008 on a daily basis.
    I have very hard time connecting to oracle from ssis package on windows server 2008. I am almost dead and cannot find any help. i was able to connect to oracle using import/export 64 bit feature of SQL Server 2008 using Oracle provider for OLEDB. But I am not sure why the same does not work with BIDS?
    Here's the environment info:
    1. Oracle Client 10g
    2. SQL Server 2008
    3. Windows Server 2008
    Appreciate your help. Please save me.
    Thanks,

  • Parameter 1 not being set

    Hi everyone,
    I'm trying to delete a row from a data table and although I'm using a simple piece of code which works elsewhere I'm getting a parameter1 not set error. The problem is with cursorFirst() but I haven't got an idea why...
    Anyone got a suggestion?
    Thanks very much in advance...
    Emma Wykes
    Here's the code -
    try {
    log("Into the prerender about to set parameters");
    editRanges_RangesDataProvider.cursorFirst();
    log("**********at ranges data provider first cursor**********");
    editProducts_firstRange = editRanges_RangesDataProvider.getValue("RANGES.RANGEINFOID");
    log("**********got rangeinfoid**********"+editProducts_firstRange);
    editRanges_rangesDD.setSelected(editProducts_firstRange);
    log("**********just set rangesDD**********");
    getSessionBean1().getEditRanges_RangesRowSet().setObject(1, editProducts_firstRange);
    log("Just set parameter 1");
    editRanges_suppliersDataProvider.cursorFirst();
    editProducts_firstSupplier = editRanges_suppliersDataProvider.getValue("SUPPLIERS.SUPPLIERID");
    editRanges_supplierDD.setSelected(editProducts_firstSupplier);
    getSessionBean1().getEditRanges_suppliersRowSet().setObject(1, editProducts_firstSupplier);
    log("Just set parameter 2");
    } catch (Exception ex) {
    log("Couldn't set parameters", ex);
    Here's the error -
    [#|2006-02-11T18:03:23.752+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=29;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2006-02-11T18:03:27.532+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=16;|WebModule[/FocalPoint5]Into the prerender about to set parameters|#]
    [#|2006-02-11T18:03:27.610+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=16;|WebModule[/FocalPoint5]Couldn't set parameters
    java.lang.RuntimeException: java.sql.SQLException: Statement parameter 1 not set.
         at com.sun.data.provider.impl.CachedRowSetDataProvider.setCursorRow(CachedRowSetDataProvider.java:343)
         at com.sun.data.provider.impl.CachedRowSetDataProvider.setCursorIndex(CachedRowSetDataProvider.java:300)
         at com.sun.data.provider.impl.CachedRowSetDataProvider.getRowKeys(CachedRowSetDataProvider.java:245)
         at com.sun.data.provider.impl.CachedRowSetDataProvider.cursorFirst(CachedRowSetDataProvider.java:351)
         at focalpoint1.editRangesAndSuppliers.prerender(editRangesAndSuppliers.java:577)
         at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.prerender(ViewHandlerImpl.java:860)
         at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:295)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         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:249)
         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:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:185)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:653)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:534)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doTask(ProcessorTask.java:403)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:55)
    Caused by: java.sql.SQLException: Statement parameter 1 not set.
         at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1031)
         at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:676)
         at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1030)
         at com.sun.sql.rowset.internal.CachedRowSetXReader.readData(CachedRowSetXReader.java:193)
         at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:950)
         at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:1410)
         at com.sun.data.provider.impl.CachedRowSetDataProvider.checkExecute(CachedRowSetDataProvider.java:1219)
         at com.sun.data.provider.impl.CachedRowSetDataProvider.setCursorRow(CachedRowSetDataProvider.java:329)
         ... 45 more
    |#]

    I will answer for someone looking for this answer. Actually I'm working on a search page. If you want to use CachedRowSetDataProvider for your searching page, using a parametric query on a Session Bean, then you have to add some code to the page where you have your table (or working on), defining some values in order to avoid this error. In other words, setting the parameter values at the beginning.
    In my case, I'm searching over a patient's table using 3 parameters.
        public void prerender() {
         if ( this.fldCriteria.getText() == null ) {
              try {
                   // This code runs the first time but not for postback requests.
                   pacientesDataProvider.getCachedRowSet().setObject(1, "XX");
                   pacientesDataProvider.getCachedRowSet().setObject(2, "XX");
                   pacientesDataProvider.getCachedRowSet().setObject(3, "XX");
                   pacientesDataProvider.refresh();
              } catch (Exception e) {
                   error("Cannot set initial search value " + pacientesDataProvider.getValue(
                        "nombres"));
                   log("Cannot initial search value " + pacientesDataProvider.getValue(
                        "nombres"), e);
        }You may want to use other values, it depends on what kind of data are you working on.
    I hope this info helps somebody else, as help me to finish my project.

  • Netra T1 (200) and Sun Storedge D1000

    Following scenario:
    I want to set up an Sun Cluster 3 enviroment. For that I have two Netra T1 (200) and two D1000.
    The Netra T1 has only one SCSI interface on borad, so I added an PCI SCSI/Ethernet combocard in both server. Now I am able to write data from each server to each disk array.
    But the following error occur:
    After all parts were connected, I execute an "probe-scsi-all" on one server to see the disks in the D1000, but I cannot see any disks of the D1000.
    On the second server I got the error message:
    Nov 5 10:58:13 wapgw2 scsi: WARNING: /pci@1f,0/pci@1/pci@5/SUNW,isptwo@4 (isp0):
    Nov 5 10:58:13 wapgw2 SCSI Cable/Connection problem.
    Nov 5 10:58:13 wapgw2 scsi: Hardware/Firmware error.
    Nov 5 10:58:13 wapgw2 scsi: WARNING: /pci@1f,0/pci@1/pci@5/SUNW,isptwo@4 (isp0):
    Nov 5 10:58:13 wapgw2 Fatal error, resetting interface
    I work with Solaris 8, patchlevel 24. The Prom was already updated (111991-06).
    Can somebody help me?

    Hello,
    thanks for help.
    In order to change the scsi initiator on one of the two machines, I need the path of both interfaces.
    Since now I changed it not.
    As I know you do the following:
    - switch off one server
    - set auto-boot? to false
    - reset-all
    - probe-scsi-all
    after that you have the path of both scsi interfaces. With that info you perform a nvedit and set the id of one machine for example to 6.
    But I thought that regardless of the scsi id, I should be able to do a probe-scsi-all.
    Was this a mistake from me?

  • Applet from Sun's tutorial - can't get it to work

    Hi all - I'm new to Java
    Here's what I did so far:
    I installed the Sun ONE Studio CE.
    I downloaded the example .java files - ClickMe and Spot from the tutorial found at http://java.sun.com/docs/books/tutorial/java/concepts/practical.html
    Using Sun ONE Studio I compiled the two java files into class files.
    I created a html file called ClickMe.html and inserted the code from the tutorial page.
    Now when I open the page (using localhost or the filepath) the applet displays ok and no errors occure. However no red spots apear when I click somewhere in the applet.
    By searcing a little around I was led to beleive that it might have to do with setting the classpath so that the ClickMe.class which is called from the html file can find the Spot.class.
    In command promt I ran C:>set and found that CLASSPATH="\QTJava.zip"
    I then ran the command C:>set CLASSPATH=C:\sun-one-ide\sampledir\spot (which is the folder where the .java, .class and the .html file is on my computer).
    This a) did not help and b) when I restarted my computer was back to CLASSPATH="\QTJava.zip"
    I am running Windows XP professional.
    Am I doing something wrong? Or do I need to install something more like the JRE (I kind of thought that everything needed was installed with the studio)?

    Thank you for your reply. I tried everything you suggested. I checked "Show Java Console", and this is the error message that came when I tried to click inside the applet.
    java.lang.NoClassDefFoundError: Spot
         at ClickMe.mousePressed(ClickMe.java:28)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)Seems like even though the spot.class file lies within the same folder, the ClickMe.class (which is the one that runs as an applet in the html file) can't find it. It again makes me wonder if the CLASSPATH have something to do with this (though I'm just guessing).
    If anyone got more suggestions I'd be very happy.

  • How to set skin for Menu bar

    I am doing a get Skin from Menu bar, but it returns null. Is there a way to set the skin for menu bar. I tried other alternatives like setting new com.sun .java fx.sce ne .control.skin.Menu BarSkin() but it doesn't work.
    Please help.

    The skin isn't set on the control until the next pulse after the control has been added to the scene-graph. In other words, you cannot do
    MenuBar menuBar  = new MenuBar();
    Skin skin = menuBar.getSkin();because the MenuBar has not yet been added to the scene-graph. Nor can you do
    MenuBar menuBar = new MenuBar();
    ((Group)scene.getRoot()).getChildren().add(menuBar);
    Skin skin = menuBar.getSkin();because the skin isn't set until the next pulse. There are many ways you can get the skin. The easiest is to just set the skin yourself:
    MenuBar menuBar = new MenuBar();
    menuBar.setSkin(new com.sun.javafx.scene.control.skin.MenuBarSkin(menuBar));Or you can add a listener to the skinProperty of the Control and grab it when it is set.

Maybe you are looking for

  • How do I create podcast links that open automatically in iTunes?

    I want to create different podcasts and distribute them via emails to my friends. I want to make it as simple as possible, so that my friends can click on the link to my feed, and have iTunes open automatically, and subscribe to my podcast without ta

  • Question: InDesign help with e-book creation

    When I place my InDesign created book into the Kindle Previewer, I run into two problems: 1) Some of its paragraphs are doublespaced and some are single. However, they are all set at 14.4 pts apart. And 2) The hyperlinks that connect the Table of Con

  • Airport express as an airtunes only device. Best setting?

    Hello! Just wondering if there are any "best settings" for an airport express that is going to be used strictly for airtunes? I've no close neighbors or other electrical interference sources that are out of my control. I do have a wireless phone that

  • Steps to take before a workflow can begin

    Hi,    I am trying to create one Workflow definition from the SWDD transaction. When I get the first screen, I try to save by giving the abbreviation "z_test_wf" and Name "WF_Learning". When I press 'enter', I get an error message saying "Prefix numb

  • Switch off auto-remark in marketing document

    Greetings, When we do a Copy To/Copy From from one document to another, SAP B1 will auto-remark the base document number in the remarks field (for example: Based On Sales Orders 10005). Can we switch this off?