Internet Sharing 10.8 Server Doesn't Start

I have upgraded to 10.8 ML + Server from 10.7.
Wireless internet (4G) is managed using AirCard Watcher on directIP interface (en6).
Internet Sharing is ON
     Share your connection from direct IP
      To computers using Ethernet
I am expecting the server to act as a DHCP server.  Articles elsewhere suggest this will happen (eg http://support.apple.com/kb/HT5412)
But in /etc/bootpd.plist this looks wrong:
mini:etc charlie$ more bootpd.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
Where is the rest of it?
This is basically doing nothing?
Toggling "Internet Sharing" in the sharing pane makes /etc/bootpd.plist disappear.
What is going on?!

DHCP is now in 10.8.2/Server 2.1.0 as an explicit setting.
When you select 'Internet Sharing' (System Preferences-Sharing) it automatically configures 192.168.2/24 DHCP network.
But NAT still doesn't seem to be working. 
Clients are appearing in the client list.  IP addresses seem to be assigned ok looking directly on each device.
But when you try to access a URL from any of the connected devices it just times out.
How can you jig about with NAT at command line?
OR
How can you tell if NAT is working otherwise?
Here is the bootpd.plist file contents (which now seem to be created successfully).
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Subnets</key>
        <array>
                <dict>
                        <key>_creator</key>
                        <string>com.apple.InternetSharing</string>
                        <key>allocate</key>
                        <true/>
                        <key>dhcp_domain_name_server</key>
                        <array>
                                <string>192.168.2.1</string>
                        </array>
                        <key>dhcp_router</key>
                        <string>192.168.2.1</string>
                        <key>lease_max</key>
                        <integer>86400</integer>
                        <key>lease_min</key>
                        <integer>86400</integer>
                        <key>name</key>
                        <string>192.168.2/24</string>
                        <key>net_address</key>
                        <string>192.168.2.0</string>
                        <key>net_mask</key>
                        <string>255.255.255.0</string>
                        <key>net_range</key>
                        <array>
                                <string>192.168.2.2</string>
                                <string>192.168.2.254</string>
                        </array>
                </dict>
        </array>
        <key>bootp_enabled</key>
        <false/>
        <key>detect_other_dhcp_server</key>
        <true/>
        <key>dhcp_enabled</key>
        <array>
                <string>bridge0</string>
        </array>
        <key>use_server_config_for_dhcp_options</key>
        <false/>
</dict>
</plist>

Similar Messages

  • Server doesn't start after applying SP3

    Hi,
    after applying SP3 the server doesn't start.
    I just get the following error within the server log.
    Any hints ?
    Regards
    Gerald Eder
    JVMX version - May 20 2007 23:27:34 - 01_REL - optU - windows amd64 - bas2:78002 (mixed mode, sharing)
    (CompilerOracle exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources)
    (CompilerOracle exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain)
    (CompilerOracle exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub)
    (CompilerOracle exclude com/sapportals/portal/prt/util/StringUtils escapeToJS)
    (CompilerOracle exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices)
    (CompilerOracle exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile)
    (CompilerOracle exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup)
    (CompilerOracle exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue)
    (CompilerOracle exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode)
    (CompilerOracle exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode)
    (CompilerOracle exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto)
    (CompilerOracle exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Using an index file : D:\usr\sap\TC1\J20\j2ee\cluster\bin\index.list
    [GC [ParNew: 14592K->4114K(29120K), 0.0102761 secs] 14592K->4114K(116544K), 0.0103466 secs]
    Reading kernel properties from kernelProperties.bin file...
       Checked the data for 32 ms.
       Read the objects for 250 ms.
       Substituted the values for 47 ms.
    Finished reading kernel objects for 297 ms.
    StartupFramework returned mode [NORMAL]
    StartupFramework returned action [NONE]
    SAP J2EE Engine Version 7.10.3301.162847.20070927153007 is starting...
    Loading: LogManager ... 578 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... Error - ID:000004. System is halted. Exception is:
    java.lang.NoClassDefFoundError: com/sap/jvm/Capabilities
         at com.sap.engine.core.thread.impl3.ErrorQueueHandler.<clinit>(ErrorQueueHandler.java:34)
         at com.sap.engine.core.thread.impl3.ThreadManagerImpl.init(ThreadManagerImpl.java:204)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:665)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:367)
         at com.sap.engine.core.Framework.start(Framework.java:296)
         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:585)
         at com.sap.engine.boot.FrameThread.startFramework(FrameThread.java:161)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:183)
         at com.sap.engine.boot.StartFrame.work(StartFrame.java:101)
         at com.sap.engine.boot.Start.main(Start.java:33)
    Caused by: java.lang.ClassNotFoundException: com.sap.jvm.Capabilities
    Loader Info -
    ClassLoader name: [system:Kernel]
    Living status: alive
    Direct parent loaders:
       [library:core_lib]
    Resources:
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\jenqulib.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcantlr~runtime.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblcachemgmtapi_for_assembly.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblcachemgmtimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblcache_pluginslib.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblframekrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_cacheimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_classloadkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_clusterkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_configurationkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_databasekrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_licensingkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_lockingkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_logkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_poolkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_servicekrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_threadkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblopensqlkernelimplOpenSQLKrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcjeoffline_deployimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcjesessionmgmtimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcseclikeylikey_assembly.jar
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:259)
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:228)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)
         ... 13 more

    After upgrading the SAPVM the server starts

  • MDM Server doesn't start after upgrade to SP 5

    hi,
    i'm not used to sap services on windows hosts.
    After the Update from 7.1.04 to 7.1.05 the mdm server doesn't start. I found only a few logs (unter c:/usr/sap/SID/MDS00/work). Most of them from sapcpe (without errors or warnings). Only the sapstart.log contains a bit information:
    SAP-R/3-Startup Program
    Starting at 2010/08/16 21:29:18
    Startup Profile: "C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest"
    Starting Programs
    (1684) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/mds.lst
    (976) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/shared.lst
    (3632) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/sapinstance.lst
    (2172) Execute: C:\usr\sap\MDM\MDS00\exe\mdmcpc.bat C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest.INI C:\usr\sap\MDM\MDS00\config\mds.ini
    (3652) CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3652 died unexpectedly, restarting process
    (3612) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3612 died unexpectedly, restarting process
    (2364) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 2364 died unexpectedly, restarting process
    (3576) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3576 died unexpectedly, restarting process
    (3588) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3588 died unexpectedly, final process restart.
    Process will not be restated in the future because of frequent failure.
    (1396) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    This isn't really much I can work with. In the sapmmc I found the Option Developer Trace. I try to 'switch it on', but there is no difference.
    With 7.1.04 the server was running well.
    I happy for any suggestions

    Hi,
    Please check out Note 1482822 - MDM Server not starting after MDM 7.1 SP05 was installed.
    hope it helps you.
    Best regards,
    sudhanshu

  • LaserJet 1018 shared on Printer server doesn't print

    Hi, I'm a multi HP owner (notebook, desktop a Photosmart printer and the LaserJet 1018)... I recently bought a Iomega NAS with the printer server service and I tried to share both of my HP printers on it. The PhotoSmart 7260 works perfectly, but the LaserJet 1018 does not: it says that it have a job pending but the print doesn't start. I've passed the same nightmare when I've tried to share the printer on the Desktop PC with Windows 7 Ultimate 64 bit: job pending but no printing unless I restart the PC... on startup the print stated. I've found the way to share it with Ubuntu Server 9.10 by installing HP linux driver.Now, having this nice NAS I would like to use it as my printer server (energy saving reasons).
    I've read a lot of people with the same problem but havn't find the solution. Somebody even says that the 1018 is a low budget printer and is not enabled for sharing, but it sounds bull**bleep** to me (it prints under linux). Somebody knows if and how to solve this problem? My clients are both Win7 x64 (I have to test my Ubuntu 10.10 desktop)... should I install 32bit version drivers? ore something like that? Or should I buy a new printer (!HP)???
    Thanks
    Alessandro

    If the printer is not postscript, and you are using 'generic' then the printer is likely not understanding what is being sent to it, so it is dumping the job.
    HP printers default to HPs own page desription language called PCL (Printer Control Language).
    If you did not install all the 'additional printers' when you installed your OS, might want to do so.
    If not, check HPs site for Mac drivers, or check out GIMP & GhostScript from SourceForge.net to see if they support that particular printer

  • HTTP Server Doesn't Start after install

    I just completed an install of the 10.1.3.1 Oracle App Server. It indicated that the install was successful. I can see in the log the BPEL Manager deploying in the default domain, but I do not see any reference to the HTTP server. Also, when I do a *./opmnctl startall* there is no HTTP_Server~1.log created.
    Is there a step I need to complete to enable the Apache server to start? I must be missing something - the Apache folder is there in the install folder.
    The *./opmnctl status* reports:
    Processes in Instance: AS02.ssg-st-bpel-build0-dev.vzbi.com
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status
    ---------------------------------+--------------------+---------+---------
    OC4JGroup:default_group          | OC4J:home          |   18970 | Alive
    ASG                              | ASG                |     N/A | DownI found the following in the installActions log:
    Install type for "Oracle HTTP Server 10.1.3.0.0 " is "Typical".
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.bc4j 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.bc4j.oem 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.soap.srv 2.2.0.0.2a.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.apache.ejb 9.0.1.0.1.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.apache.ojsp 10.1.2.0.0.
         Conflict while setting install type of "Oracle Process Management Notification 10.1.3.1.0 "  to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.dcm 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.sysman.emd 10.0.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.java.j2ee.iascfg 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.logloader 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.webdb.monitor 10.1.2.0.0.
    What am I missing?  Is there a package I need to install before installing the App Server?
    Edited by: BCurtis on Sep 24, 2010 3:22 PM
    Edited by: BCurtis on Sep 24, 2010 3:25 PM

    I now know I'm missing the <ias-component id="HTTP_Server"> in the opmn.xml file. The following is from an older install of a few years ago.
             <ias-component id="HTTP_Server">
                <process-type id="HTTP_Server" module-id="OHS">
                   <module-data>
                      <category id="start-parameters">
                         <data id="start-mode" value="ssl-enabled"/>
                      </category>
                   </module-data>
                   <process-set id="HTTP_Server" numprocs="1"/>
                </process-type>
             </ias-component>This explains why the startall doesn't start the HTTP Server, but why would the install not include the HTTP Server in the configuration?

  • Trouble enabling internet sharing on my server

    I'm setting up my first server (10.4 on a mac pro).
    Under Sharing Prefs, I can't find the tab that I would normally use to enable internet sharing.
    I'd like our external internet line to go into Ethernet1 and our network switch to plug into Ethernet2.
    Thanks!

    I guess he meant to give this link :
    http://docs.info.apple.com/article.html?path=ServerAdmin/10.4/en/c1gs9.html
    Also setup DNS in the server and use that for LAN clients or you probably will have to change firewall settings to allow the use of a public DNS to-from LAN.

  • J2ee server doesn't started in debug mode

    Hi.
    I set J2EE server debug mode using configtool and I try to start J2EE.
    At that time, dispatcher, SDM process started successfully but server process doesn't start.
    SAP MMC has "waiiting for start" status for server process.
    Any ideas ?
    Regards, Arnold.

    Right aside the Enable Debugging checkbox in the configtool, there's a 'Restricted Load Balancing' checkbox. As I remember, in some version of the J2EE engine, you need to invert its state in order to get debugging to run.
    Regards,
    Armin

  • J2EE server doesn't start (has been starting..) EP6SP9 on Windows XP Pro.

    I am trying to install EP6 SP9 sneak preview edition. Just I followed the instructions.
    Installation is successful. After that I installed PDK6(6090) using SDM. I also exported initial data objects to SLD.
    When I restart the from SAPMMC console, jcontrol.exe has been in "starting" state(indicating with yellow color). It doesn't start even afer couple of hours.
    Excerpt from <i>dev_jcontrol</i>
    JStartupStartJLaunch: program = C:usrsapJ2EJC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:usrsapJ2EJC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:usrsapJ2ESYSprofileJ2E_JC00_epsystem
    -> arg[02] = -DSAPINFO=J2E_00_server
    -> arg[03] = -file=C:usrsapJ2EJC00j2eeclusterinstance.properties
    -> arg[04] = -nodeName=ID5454450
    -> arg[05] = -nodeId=1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_2772
    -> arg[07] = -jvmOutFile=C:usrsapJ2EJC00workjvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=C:usrsapJ2EJC00workstd_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=C:usrsapJ2EJC00workdev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=C:usrsapJ2ESYSprofileJ2E_JC00_epsystem
    -> lib path = PATH=C:j2sdk1.4.2_08jrebinserver;C:j2sdk1.4.2_08jrebin;c:sapdbprogramsbin;c:sapdbprogramspgm;C:usrsapPython.;C:oracleora92bin;C:Program FilesOraclejre1.3.1bin;C:Program FilesOraclejre1.1.8bin;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program FilesATI TechnologiesATI Control Panel;C:j2sdk1.4.2_08bin;C:softwaresnmap-3.81;C:usrsapJ2ESCS01exe;C:usrsapJ2EJC00exe;C:usrsapJ2ESYSexerun
    -> exe path = PATH=C:j2sdk1.4.2_08bin;C:usrsapJ2EJC00j2eeos_libs;c:sapdbprogramsbin;c:sapdbprogramspgm;C:usrsapPython.;C:oracleora92bin;C:Program FilesOraclejre1.3.1bin;C:Program FilesOraclejre1.1.8bin;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program FilesATI TechnologiesATI Control Panel;C:j2sdk1.4.2_08bin;C:softwaresnmap-3.81;C:usrsapJ2ESCS01exe;C:usrsapJ2EJC00exe;C:usrsapJ2ESYSexerun
    [Thr 2776] JControlICheckProcessList: process server0 started (PID:4304)
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:46:50 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:46:55 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:00 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:10 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:15 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:21 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:26 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:31 2005
    [Thr 3696] JControlMSConnect: reconnected to message server (epsystem/3601)
    [Thr 3696] Thu Jul 07 09:52:17 2005
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] Thu Jul 07 09:57:24 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:02:25 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:07:45 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:12:46 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:18:06 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:23:07 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:28:27 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    (Same lines repeated for every 5 minutes)
    MMC shows that all processes are running inclucing the message server
    C:usrsapJ2EJC00j2eeclusterinstance.properties
    ID5454400.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    ID5454400.Debuggable=no
    ID5454400.JLaunchParameters=
    ID5454400.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1 -XX:NewSize=28m -XX:MaxNewSize=28m Xms170m -XX:+DisableExplicitGC -Drdbms.driverLocation=C:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global/
    ID5454400.LogName=dispatcher
    ID5454400.MainClass=com.sap.engine.boot.Start
    ID5454400.MaxHeapSize=170
    ID5454400.Name=dispatcher
    ID5454400.Parameters=
    ID5454400.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster/dispatcher
    ID5454400.Type=dispatcher
    ID5454450.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    ID5454450.DebugMode=no
    ID5454450.DebugPort=50021
    ID5454450.Debuggable=no
    ID5454450.JLaunchParameters=
    ID5454450.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+UseParNewGC -Xms512M -Xmx512M -XX:MaxNewSize=85M -XX:NewSize=85M -XX:+DisableExplicitGC -XX:MaxPermSize=192M -XX:PermSize=192M -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Drdbms.driverLocation=C:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global/
    ID5454450.LogName=server0
    ID5454450.MainClass=com.sap.engine.boot.Start
    ID5454450.MaxHeapSize=512
    ID5454450.Name=server0
    ID5454450.Parameters=
    ID5454450.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster/server0
    ID5454450.Type=server
    bootstrap.ClassPath=./bootstrap/launcher.jar
    bootstrap.JavaParameters=-Djco.jarm=1 -Djco.jarm=1
    bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap.MaxHeapSize=128
    bootstrap.Name=bootstrap
    bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0054544
    bootstrap.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster
    bootstrap.Type=bootstrap
    bootstrap_ID5454400.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID5454400.JLaunchParameters=
    bootstrap_ID5454400.JavaParameters=-Djco.jarm=1 -Djco.jarm=1
    bootstrap_ID5454400.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID5454400.MaxHeapSize=170
    bootstrap_ID5454400.Name=dispatcher bootstrap
    bootstrap_ID5454400.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID005454400
    bootstrap_ID5454400.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster
    bootstrap_ID5454400.Type=bootstrap
    bootstrap_ID5454450.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID5454450.JLaunchParameters=
    bootstrap_ID5454450.JavaParameters=-Djco.jarm=1 -Djco.jarm=1
    bootstrap_ID5454450.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID5454450.MaxHeapSize=512
    bootstrap_ID5454450.Name=server0 bootstrap
    bootstrap_ID5454450.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID005454450
    bootstrap_ID5454450.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster
    bootstrap_ID5454450.Type=bootstrap
    instance.enabled=yes
    instance.install.dir=C:usrsapJ2EJC00j2ee
    instance.ms.host=epsystem
    instance.ms.port=3601
    instance.osLibsPath=C:/usr/sap/J2E/JC00/j2ee/os_libs
    instance.runAction=NONE
    instance.runMode=NORMAL
    <i>syslog</i> has lot of error messages:
    SAP Basis System: Operating system call           recv failed (error no. 10054)
    When I counter this problem, I uninstalled and installed again. Still same problem persists.
    Any ideas?
    Thanks

    Real problem is log is full.
    To overwrite the log files run this:
    dbmcli [-n <hostname>] -d <databasename> -u <dbmuser>,<dbmuserpw> util_execute set log auto overwrite on
    Default MaxDB installation accepts (control, control) for (username, passwd)
    How to overwrite/remove log files?

  • When Starting OC4J, why the report server doesn't start automatically? !!

    Dear All,
    I have DS 10g on my system and I start the OC4J when I have to run either forms or reports.
    But when I attend to start the do the following command from the form:
    WEB.SHOWDOCUMENT(..../getjobid<jobid>?server=<servername>...), I have an error: FRM-41213: Unable to connect to the report server <servername>.
    I noticed that if I run the following URL:http://<server>:.../reports/rwservlet, it gives me a list of command, but the server still not running..But if I add any command to the above URL like for example "getserverinfo" or "showjobs" then the server is started. Now, and after the command, if we return back and we run the report from the form, the report will run successfully.
    The question WHY??
    Regards,
    Joe
    Message was edited by: Joe
    Joe Farah

    Hello,
    That's the way it works ...
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_strt.htm
    2.1.3.1 Starting the In-process Server (Windows and UNIX)
    If you are using Reports Server as an in-process server (the default configuration), sending a run report request starts the in-process server; however, if you are sending a request through a command line, the servlet must be invoked first using either the run report URL or the Web command URL. When you have successfully started the servlet, this also means you have successfully started the in-process server.
    If you use "Oracle Application Server", the "in-process" reports server will be started automatically by opmn ...
    Regards

  • Reports server doesn't start after upgrade 11.1.1.2 - 11.1.1.6

    Hello,
    I've upgraded a Linux server from Weblogic 10.3.2 / Forms 11.1.1.2 to Weblogic 10.3.6 / Forms 11.1.1.6 and I have some problems with reports server.
    I can't use jobStatusRepository on my reports server.
    I've created a new one, and when I activate the Job Status Repository, server can't start.
    I've added this features from Enterprise Manager and I've build a new credential (I first have tried to redefine old ones).
    When I modify my rwserver.conf adding comments to jobStatusRepository section, my report server start (from opmnctl or from Enterprise Manager) but as soon I put on line the jobStatusRepository, it fails to start.
    My server is an Oracle Linux 5.
    I've done the same on another server (same releases) and it does the same ...
    Thanks for any help.
    Xavier Cabantous

    Hello,
    thanks for your reply.
    I've put level TRACE:32in traces but there is nothing interesting in log files :
    in console~rep11_nodhos~1.log =>
    12/06/09 21:02:10 Start process
    9 juin 2012 21:02:13 oracle.security.jps.internal.common.util.XmlSchemaValidationUtil$StrictErrorHandler warning
    ATTENTION: Echec de la validation du contenu XML. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Emplacement : line 2 column 272.
    but I've seen in other topics that we don't have to care to this Warning.
    in rwserver_diagnostic.log =>
    no errors messages, it ends with
    [2012-06-09T21:02:13.483+02:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000JVIc0PeFw000jzwkno1Fotqn000001,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] Multicast:registerReceiver Packet handler registered
    [2012-06-09T21:02:13.489+02:00] [reports] [NOTIFICATION:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000JVIc0PeFw000jzwkno1Fotqn000001,0] ServerPacketHandler:start ServerPacketHandler started successfully
    I just have opened a SR on MetaLink

  • Endeca Server doesn't start

    Hi,
    I'm using OEID 3.0 on an Oracle Linux virtual machine. Two days ago I've experienced an issue with Endeca Server: when I start the endeca server domain, launching the $ENDECA_DOMAIN/bin/startWebLogic.sh script the domain starts, but in the standard output I can see this error message:
    <17-lug-2013 11.03.18 CEST> <Warning> <com.endeca.opmodel.control.ClusterCoordinator> <OES-000056> <OES-000056: ClusterCoordinator process ended. Automatically restarting>
    1994415 [Thread-36-SendThread(localhost:2181)] INFO   [ClientCnxn] Opening socket connection to server localhost/127.0.0.1:2181
    1994416 [Thread-36-SendThread(localhost:2181)] WARN   [ClientCnxn] Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
    java.net.ConnectException: Connection refused
      at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
      at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
      at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1143)
    1995685 [Thread-36-SendThread(localhost:2181)] INFO   [ClientCnxn] Opening socket connection to server localhost/127.0.0.1:2181
    1995685 [Thread-36-SendThread(localhost:2181)] WARN   [ClientCnxn] Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
    java.net.ConnectException: Connection refused
      at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
      at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
      at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1143)
    <17-lug-2013 11.03.22 CEST> <Warning> <com.endeca.opmodel.control.ClusterCoordinator> <OES-000056> <OES-000056: ClusterCoordinator process ended. Automatically restarting>
    1997172 [Thread-36-SendThread(localhost:2181)] INFO   [ClientCnxn] Opening socket connection to server localhost/127.0.0.1:2181
    1997172 [Thread-36-SendThread(localhost:2181)] WARN   [ClientCnxn] Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
    This message is repeated endlessy and the server isn't active.
    If I try to retrieve the list of data domains using the endeca-cmd command, the result is:
    [oracle@testbi endeca-cmd]$ endeca-cmd list-dd
    GRAVE: Error while invoking endpoint "http://localhost:7001/endeca-server/ws/manage" from client
    endeca-cmd encountered a problem.
    caused by:
    The Endeca Server returned an error: OES-000075: Caught exception when starting Endeca Server: null
    caused by:
    OES-000075: Caught exception when starting Endeca Server: null
      OES-000075: Caught exception when starting Endeca Server: null
    But if I try to digit in my web browser the url http://192.168.2.16:7001/endeca-server/ws/manage?wsdl I can see that the web services are active and I can display the xml.
    Can anyone help me please?
    Best regards,
    Samuele Scattolini

    Hi Samuele,
    Another issue might be related to the fact that you are running the deployment on a VM. Specifically, could it be that that the machines you were using aren't able to resolve the names to addresses?  We've seen this on VM machines - they seem to have two names configured, one of which is resolvable externally and one of which is only resolvable locally. If this indeed is the case in your deployment, try the following:
    1. Go to $MW_HOME/user_projects/domains/endeca_server_domain/config
    2. Check the contents of the EndecaServer.properties file, on all machines on which the Endeca Server is deployed. Specifically, see how the host on which the Cluster Coordinator should be running is configured.
    For example, in a three-node Endeca Server cluster, this line may read as in this example:
    endeca-cluster-coordinator-hosts=host1,host2,host3
    where host1, host2 and host3 are local host names of your machines.
    It is possible that if your machine is configured with a fully qualified domain name, such as host1.us.oracle.com, but the EndecaServer.properties file lists this machine as host1, then, due to the fact that it is a VM, the name is not resolvable.
    To see if this is the case, try changing this file to use another type of notation (say, switch from FQDN to a short name, or vice versa, depending on what is in your etc/hosts and ipconfig, and see if this works.
    Hope this helps,
    Here is a doc link about the EndecaServer.properties file: http://docs.oracle.com/cd/E37483_01/server.751/es_install/toc.htm#Changing%20settings%20in%20EndecaServer.properties
    It applies to a data domain cluster, but even in a single-node deployment, the Cluster Coordinator is still running, on this same node, and thus its host must be resolvable.
    Hope this helps,
    Julia

  • Windows service of WWI server doesn't start

    Hello all,
    I'm installing a WWI generation server (EHSWWI32_26-20000084 on a Windows Server 2008 R2(SP1)) for ECC 6.0.
    Now I have a problem with starting windows service.
    I installed WWI in the following path.
      E:\EHS\WWI
    Word version is 2003.
    The installation (CGSADM) is finished without problem, and the management server works fine.
    But service EHS_WWISRV, which is a service of wwi generation server, fails to start with following messages.
    <event log 1>
    The initialization process for the EHS_WWISRV_ST1_ST1_01 service failed.  Switching Desktop for Word failed!
    <event log 2>
    WWI started at: 08/03/11 10:48:37 as PID: 1132
    Initialisation........start
    Working dir is: E:\EHS\WWI
    Current PATH is: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\EHS\WWI
      Attaching service to desktop winsta0 / default
        session: 0
        window station: Service-0x0-e34639$, desktop: Default
    Error opening window station winsta0
    Windows-Error 5 in SetDesktop/OpenWindowStation: (null)
    Error setting window station winsta0
    Windows-Error 6 in SetDesktop/SetProcessWindowStation: (null)
    Error Attaching service to desktop winsta0 / default
    I have no idea what "Switching Desktop for Word failed!" means.
    Does anybody know how to fix the error?
    Thank you in advance for your support.
    Regards,
    Kazuma

    I could fix the error.
    SAP Note 580586 helped me.
    WWIUSER wasn't a member of the administrators group, and that caused the error.
    Thanks all.

  • My server doesn't start without monitor (UEFI system)

    Hallo folks!
    I have a problem with my new Gigabyte J1800N-D2H motherboard: the computer doesn't start if there is no screens at the startup.
    I can't find any log about this fact...
    I can't connect with ssh, ping doesn't pong and there aren't R/ARP packages on the lan.
    Also I didn't find any option into UEFI system.
    What I could check?
    Thanks all
    Last edited by the9ull (2014-10-08 08:03:37)

    jasonwryan wrote:
    Can you more accurately describe the problem? You have sshd running, but when you boot if a monitor is not connected, you cannot ssh in?
    What does "computer doesn't start" mean? Doesn't boot at all? Boots but chokes at some point?
    I can't see where is the problem because the machine doesn't apprear online: no ssh, no ping; moreover, no logs were saved.
    On the other hand, if the monitor is connected no errors are shown

  • Oracle BAM server doesn't start up

    Hi, I have a BAM server in a cluster and start up sometimes and not others.
    When started shuts down unexpectedly.
    Logs files doesn't show errors.
    =============================================================================================
    startWebLogic.cmd console show a "million" times, stop when shutdown server
    "(Warning) (oracle.mds) (BEA-000000) (A call to flushChanges on the current MDSSession does not specify the correct transaction key)"
    ==============================================================================================
    startManagedWebLogic.cmd console show this:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141247]The configuration di
    rectory C:\Oracle\Middleware\wlserver_10.3\common\bin\config does not exist and
    the admin server is not available.
            at weblogic.management.provider.internal.RuntimeAccessImpl.parseNewStyle
    Config(RuntimeAccessImpl.java:200)
            at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(Runtim
    eAccessImpl.java:115)
            at weblogic.management.provider.internal.RuntimeAccessService.start(Runt
    imeAccessService.java:41)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
    ager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
    icesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
    >
    <16/04/2014 11h'07 ART> <Notice> <WebLogicServer> <BEA-000365> <Server state cha
    nged to FAILED>
    <16/04/2014 11h'07 ART> <Error> <WebLogicServer> <BEA-000383> <A critical servic
    e failed. The server will shut itself down>
    <16/04/2014 11h'07 ART> <Notice> <WebLogicServer> <BEA-000365> <Server state cha
    nged to FORCE_SHUTTING_DOWN>
    Thanks!

    See the below error :
    The configuration directory C:\Oracle\Middleware\wlserver_10.3\common\bin\config does not exist and  the admin server is not available.
    It clearly mentions that config.xml file was not found - which is needed for the Admin Server to start. Check in the above location if one exists or not.

  • Once again: j2ee server doesn't start :(

    after installation it worked just perfect. yesterday something happened, no idea what, and now it doesn't want to start anymore.
    it says: "Unable to create ORB. Possible causes include TCP/IP ports in use by another process". Well i tried to change it to 1049, 1051, 10590 and so on. No result: it doesn't like any other ports as well :(
    did anybody had such a problem or has any idea what could it be?
    thanks!
    here is the complete error message:
    C:\>j2ee -verbose
    J2EE server listen port: 1050
    org.omg.CORBA.INTERNAL:   minor code: 1398079697  completed: No
            at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:256)
            at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:205)
            at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:140)
            at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:488)
            at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:154)
            at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:112)
            at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:110)
            at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:128)
            at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:21)
            at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:2421)
            at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:2356)
            at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:193)
            at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by ano
    ther process
            at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:203)
            at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by ano
    ther process
            at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:203)
            at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by ano
    ther process
            at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:350)
            at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
    J2EE server reported the following error: Unable to create ORB. Possible causes include TCP/IP ports
    in use by another process
    Error executing J2EE server ...

    I had the same problem, and this hint solved it.
    I changed the port number in setenv.bat.
    from: http://docs.sun.com/source/816-4063/ffjee40_troubleshooting.html
    This error occurs when another process is already using the 1050 listen port. You can either shut down the other process or change the port number assigned to J2EE Reference Implementation 1.3.1 to something other than 1050, for example, 11050. This error can also occur if the 1060 listen port is in use, even if the 1050 port is not in use. Do the following to correct the problem:
    Determine whether the 1050 port is in use, the 1060 port is in use, or both are in use.
    Change whichever is in use. To change the 1050 port assignment, you must modify the $J2EE_HOME\config\orb.properties file.To change the 1060 port assignment, use a text editor to modify the $J2EE_HOME\setenv.bat (for Microsoft Windows systems), or $J2EE_HOME/setenv.sh file (for Solaris or Red Hat Linux environments).

Maybe you are looking for

  • Sharing Itunes store account

    I recently received a gift card for the itunes store and have tried to share it with my daughter, but it's not clear how to do this. Do we simply log into the same account from different computers to buy songs? If so, are those songs playable on both

  • Trouble sharing Music and Photos on new Mac Book Pro

    I am loving my new Mac Book Pro. Front Row seems quite promising, but I'm having problems with shared music and photos. I have an airport network in my home and have most of my music and photos stored on my desktop (Dual G4). When I open iTunes on my

  • Can LWAPP be converted to Automous AP?

    I have a LWAPP 1242 and I need it to be autonomous, can this be done? Seth

  • Default Collection Set For New Collect

    Good Morning, Since upgrading to 5.2 I notice that when I right click on a collection set to create a new collection Lightroom does not default to the collection set I right clicked on as the "Inside Collection Set" if my original collection set is n

  • Shutting down/Restart problem (as I type this) - please help

    Info: I have an external firewire HD attached. I inserted a Compact Flash card (photos on it). The Lexar card reader is new and worked fine yesterday. I double clicked it to get to the photos and I think this is where the candy colored swirling circl