Connect to ServerSocket of codebase host fails thru proxy since 1.6.0_03

hi there,
I have an applet that connects to a server-socket of it's code-base host (i.e. the server it has been loaded from) and loads additional data.
since 1.6.0_03 the connection fails with a SecurityException when there is a proxy server in between the applet machine and the server.
clients with direct connection to the internet work fine.
The server address is read with the following:
serverProtocol = getCodeBase().getProtocol();
serverHost = getCodeBase().getHost();
serverPort = getCodeBase().getPort();
serverPath = getCodeBase().getPath();
the connection to the server socket is then performed with a standard
socket:
try {
socket = new Socket(serverHost , customPort);
} catch (UnknownHostException e) {
System.err.println("ERROR: UnknownHostException: Can't find host: "
+ host + "\n");
return;
} catch (IOException e) {
System.err
.println("ERROR: IOException: Can't open socket on rendezvous port "
+ port + " (on host " + host + ").\n");
return;
The applet is NOT signed but socket connection to its "codebase host" should be allowed! why is the connection not working when there is a proxy server in between? is this a bug in 1.6.0_03 or is something wrong with the applet?
regards,
hans

Hi,
I think I've heard of this problem before, and if memory serves me right it had something to do with the configuration of the IP address of the network interface. It is a Linux box, right?
Anyway, as a workaround you could set -Djava.rmi.server.hostname explicitly to the IP of the interface you're communicating over.
Kind Regards,
Marcus

Similar Messages

  • ICloud bkup & system update fail thru proxy

    Using iPhone 4S with iOS 6.
    I can't backup to iCloud or even check if a software update is available ("Unable to Check for Update" error) when connected to my corporate wifi network, which requires proxy authentication.
    All apps work fine. No issues at all thru wifi at home.
    Any hints?

    FYI: issues persist in iOS 6.0.1

  • Connect to message server host failed;WSAECONNREFUSED: Connection refused

    Hi All,
    I am getting the following error when I tried to test the system connectivity from the portal to NSP instance.
    Connection failed. Make sure that Single Sign-On is configured correctly
    I found the following entry in the logs
    Error> occured  >Wed Feb 03 22:43:49,875<   
    RfcException:
        message: Connect to message server host failed
    Connect_PM  TYPE=B MSHOST=abchome.abcsap.local GROUP=SPACE R3NAME=NSP MSSERV=sapmsNSP PCS=1
    ERROR       partner '192.xxx.xxx.123:sapmsNSP' not reached
    TIME        Wed Feb 03 22:43:49 2010
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
        Return code: RFC_FAILURE(1)
        error group: 102
        key: RFC_ERROR_COMMUNICATION
    Both NSP and J2E instances are on the same server. OS - win2k3.
    I checked the services file and have the sapmsNSP entry.
    I am able to launch an SAP transaction from System Administration -> Support
    RZ70 from NSP also fails JCo error. SLD_UC RFC itself works fine and the JCo RFC provider SLD_UC program is running
    WEB AS & ITS connections work fine.
    User authentication is from backend, NSP.
    I think I have gone thru all the logs but could not resolve the issue.
    I appreciate any help on this,
    Victor

    I tried to go thru the thread. I did not find any clue as why only server connectivity is failing. ABAP trial version is running fine and the NW trial version is working fine too. These run without crashing. I did a lot of customizing on the portal but dont see any issues except the System Connectivity. Like I mentioned I did UME configuration to point to NSP ABAP instance and I can log into the portal with user credentials that I use to login to ABAP.  I can launch webgui etc without any issues.

  • (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed

    Hello,
    I'm almost giving up on this...I've been messing with this for too long now...
    I get this error message:
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM 
    TYPE=B MSHOST=exts0002 GROUP=PUBLIC R3NAME=ANB MSSERV=sapmsANB PCS=1 ERROR       hostname 'exts0002' unknown TIME       
    Tue Feb 14 16:40:02 2006 RELEASE     640 COMPONENT   NI (network interface) VERSION     37 RC          -2 MODULE      ninti.c
    LINE        332 DETAIL      NiPGetHostByName2: hostname 'exts0002' not found SYSTEM CALL gethostbyname_r COUNTER     1
    I try to get the flightlist demo to work. I've put in "sapmsANB         3600/tcp" in services file locally in my machine (I'm using Sneak Preview SP11).
    I've also done everything in "/people/sugree.phatanapherom/blog/2005/08/14/configuring-sld-in-sneak-preview-sap-netweaver-04-sneak
    I've done everything possible to get this to work, but no luck.
    What is wrong here?, please help

    Now I've put in "193.183.156.17     PetJoh     PetJoh.afab.local" in Hosts -> rebooted -> but still can't ping exts0002 (or the fully resolved name to it) I can't ping the actual IP nr either.
    I can, however use JCO java code like:
    import com.sap.mw.jco.*;
    public class R3Connect extends Object {
         JCO.Client mConnection;
         public R3Connect() {
              try {
                   // Change the logon     information     to your     own     system/user
                   mConnection     =
                   JCO.createClient(
                   "100",                                        // SAP client
                   "rfcuser",                                   // userid
                   "jakob",                                   // password
    //               null,                                        // language
                   "en",                                        // language
                   "anb.af.hosting.emtab.com",               // application server host name
                   "00");                                        // system number
                   mConnection.connect();
                   System.out.println(mConnection.getAttributes());
                   mConnection.disconnect();
              } catch (Exception ex) {
                   ex.printStackTrace();
                   System.exit(1);
         public static     void main (String args[]) {
                   R3Connect app =     new     R3Connect();
    This works perfectly fine to connect, Why doesn't SLD?

  • RFC_ERROR_COMMUNICATION: Connect to message server host failed

    We are trying to create JCO destination
    and we are getting the below problem
         com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM  TYPE=B MSHOST=sappw2ci GROUP=PUBLIC R3NAME=PW2 MSSERV=sapmsPW2 PCS=1 ERROR       service 'sapmsPW2' unknown TIME        Thu Jan 10 23:34:05 2008 RELEASE     700 COMPONENT   NI (network interface) VERSION     38 RC          -3 MODULE      nixxhsl.cpp LINE        776 DETAIL      NiHsLGetServNo: service name cached as unknown COUNTER     1
    we added sapmsPW2 in the services file still we are facing the problem
    i saw all the related posts in the forum but nothing worked
    please help me in resolving this issue and points will be awarded for sure
    Bala

    Hi,
    This JCO Exception caused by network problems, connection breakdowns, gateway problems, unavailability of the remote SAP system, etc.
    What you can do is: Get the host of the SAP System from dev_jrfc.trc or the JRFC trace; ping the SAP system from command line; check routers, gateways, SAP systems
    If an error has occurred on a lower communication layer, for example an RFC_ERROR_COMMUNICATION or RFC_ERROR_SYSTEM_FAILURE exception, have a look at the dev_jrfc.trc files. These files are written by JRFC and can be found in the directories j2ee/cluster/server* of the J2EE Application Server Installation.
    Please check this blog and link:
    The specified item was not found.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fhelp%2fsdn_help_nw04s%2fsaphelp_nw04s%2fhelpdata%2fen%2f3a%2f3b1b40fcdd8f5ce10000000a155106%2fcontent.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fhelp%2fsdn_help_nw04s%2fsaphelp_nw04s%2fhelpdata%2fen%2f94%2f3c1b40fcdd8f5ce10000000a155106%2fcontent.htm
    Hope it helps....
    Regards,
    Mona

  • NW2004s Connect to Message Server Host Failed - BW to Portals connection

    Hi,
    I am trying to connect a SAP BW NW2004s Patch 8 system to a NW2004s Portal. All of the checks in RSPOR_SETUP are successful.
    However when I try to launch a query from Bex Query it fails with the following message.
    "Connect to message server host failedConnect_PM  TYPE=B MSHOST=SAPMSCR6 GROUP=webshop1_biw R3NAME=CR6 MSSERV=01 PCS=1"
    The message server entry in the System Landscape object for the BW Server is "SAPMSCR6". Is this right?
    I have searched for information about this and can't find anything. I am sure it is something basic. As anyone else resolved this issue or do they have an idea what might be causing the problem?
    Any suggestions gratefully received.
    Dave

    Guys look at the below SAP note. it will help
    SAP Note Number: 764881 Inf. Broad.Connect to message server host failed - sapms

  • Connect to message server host failed Connect_PM TYPE=B MSHOST=hmsnsw00

    When i deploy "TutWD_FlightBooking" Sample WebDynpro application  I get following error.
    I have following setup.
    NetWeaver developer Studio (NWDS) Version: 2.0.9
    J2EE server running on the same machine where i have NWDS Version: SAP J2EE Engine/7.00 PatchLevel 105053.42
    SLD Version: 7.0009.20060621180635.0000
    Build: 20060622 2041, Depot: //sdt/com.sap.lcr/645_SP_REL, Changelist: 345651
    ABAP R/3 system is on remote system (accessing clients R/3 system) on the network.
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=hmsnsw00 GROUP=PUBLIC R3NAME=DEV MSSERV=sapmsDEV PCS=1 ERROR timeout while pending for route completion TIME Tue Mar 13 12:04:14 2007 RELEASE 700 COMPONENT NI (network interface) VERSION 38 RC -12 DETAIL NiErrSet COUNTER 1
        at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)
        at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:989)
        at com.sap.mw.jco.JCO$Client.connect(JCO.java:3193)
        at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:90)
        at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:122)
        ... 62 more
    I get same error message when i test the JCo Metadata connection, Model data connection works fine.
    The message server value under WebDynpro content admin is created with right values as i checked with Basis person.
    My service file in C:/windows/system32/drivers/etc has entries for both J2EE stack entry and ABAP stack (on remote server) entry with port numbers.
    When i ping the ABAP (remote server) from my machine command prompt I get response.
    I am running out of options. I really appreciate your inputs.
    Ramesh

    Hi, I think this might have todo with the fact that your Java stack wants to connect with a server from the same logon group called "PUBLIC".
    Please make sure you added the same logon group "PUBLIC" to the ABAP Server.  Try transaction SMLG.
    Also as posted above the SLD needs this info aswell.
    After using the transaction SMLG, log in and out 5 times in a row to your ABAP stack using SAP GUI. This might actually force an update to the SLD.
    Greetings,
    Robbert
    Message was edited by:
            Robbert van Waveren

  • Elom Java Console "Connect to remote host Fail"

    Hi,
    I'm accessing an elom over the https interface, which works fine, however when trying to launch the Java console, the app starts but a dialogue box appears stating "Connect to remote host Fail!", and quits when I click ok. I'm using:
    Kubuntu 9.10
    Firefox 3.5.5
    Java 1.6.0_15
    Elom firmware version 2.70
    I've also tried running against JRE 1.5, and tried saving the jnlp file and running that directly from javaws, all attempts produce the same result. I am able to connect to port 8890 from my machine. An strace seems to suggest that it sends and receives from port 8890 but then gets a Connection reset by peer.
    Furthermore I've also tried running it through localhost using an ssh tunnel to the elom, again, same result.
    I've now run out of ideas of what could be causing this issue, any help would be greatly appreciated.
    TIA
    Regards
    Craig

    SOLVED
    FYI, I downloaded the debian package of libstdc++5 from http://ftp.us.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb
    After installing that on Kubuntu, the console works fine.

  • Connection to data store on host MYSQL failed

    We have observed multiple occurrence of below errors on the 6 App-V servers (default server group).
    <ServerName> 3796 9044 SW_ServerAuthenticationTask::Authorize - "Default Provider" <UserID> - 2 41472 "Module execution failed."
    <ServerName>nPool::Reconnect - "Default Provider" <UserID> - 2 41543 "Connection to  data store on host MYSQL failed.
    APPV Server details:
    APPV Server 4.5.3.19480
    The issue is been there for some time and we seen these error on the SFT-SERVER log now and then.Though the error is reported in the APP-V log but we have not seen any issue accessing any APPV application during the duration.
    Could someone suggest solution to resolve the issue.

    Do all your servers face this issue? They are load balanced I suppose?
    Check those servers if the App-V management Server service is running and that the firewall doesn't block anything. If that's not the case, try to give the machine account of those servers full control for Share/NTFS on the content-share.
    If that does not work, open a ticket with MS.

  • Rmid activation fails if rmi codebase host down.

    Dear activation/rmid gurus.
    I have trouble with rmid activation when the host storing the codebase is down. I understand that it can't activate as long as the codebase host is down but should'nt rmid keep trying in regular intervals in case the codebase host appears.
    Imagine a restart of a rmid host machine have the codebase on a local webserver (on the same host). If the rmid service is started before the webserver is up and running the activation system will not start correctly. In this case its pretty easy to fix the codebase host dependency by making sure the webserver is started before the rmi service.
    Its more troublesome when the codebase is located on another host on the network. If the machines goes down, e.g. due to a powerfailure, and the rmid host machine restarts faster than the codebase host the activatable object will be out of business.
    Is there some way to ensure that the rmid deamon keep trying activation its activatable objects?
    \Magnus

    After some tests I finally got it working...
    It appears as as the java.rmi.server.hostname property needs to be set on the java interpreter running rmid. This is achieved by passing
    -J-Djava.rmi.server.hostname=yoda as argument to rmid.
    \Magnus

  • Remote Desktop Virtualization Host failed to get redirection authentication information from the virtual machine

    Hello,
    When implementing a VDI solution, I'm getting an error on our virtualization host server.  The error is:
    Remote Desktop Virtualization Host failed to get redirection authentication information from the virtual machine [VDI-PC].
    Hresult 0x8000FFFF
    Event ID 8467, Severity: Warning, Source: Microsoft-Windows-TerminalServices\TSV\VmHostAgent
    This error happens every time a user or admin connects to a VDI desktop.  This is a fresh install of Remote Desktop Services on completely fresh servers.  This is in testing and we have not ever had it working before without the error.
    Topolgy: Server2012 R2, Windows 7
    Srv-RDCB1: Is the connection broker and Web Access server.  It is Virtualized thru Hyper=V.
    Srv-RDVH1: Is the virtualization host.  It is a physical server. It also has a separated hyper-v role (for RDS VDI deployment).
    Everything seems to be functional other than this error in the log, and I haven't found any information on what this could mean.
    Any help is greatly appreciated, thanks!

    Hello. I have this trouble too.
    All roles on one server.
    Deployment type - Quick start
    Deployment Scenario Virtual mashine-based desktop deplyment
    Reinstall all roles 2 times
    Warning TerminalServices-TSV-VmHostAgent
    8467 Orchestration
    Remote Desktop Virtualization Host failed to get redirection authentication information from the virtual machine [per-0] . 
    Hresult: 0x8000FFFF
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="Microsoft-Windows-TerminalServices-TSV-VmHostAgent" Guid="{92618A87-2F6A-4B75-9AE2-E77BE7EAF43C}"
    />
      <EventID>8467</EventID>
      <Version>0</Version>
      <Level>3</Level>
      <Task>22</Task>
      <Opcode>14</Opcode>
      <Keywords>0x4000000000000000</Keywords>
      <TimeCreated
    SystemTime="2014-11-11T13:24:45.579138000Z" />
      <EventRecordID>1655</EventRecordID>
      <Correlation
    ActivityID="{F4200EF7-FEDD-4CAD-9F5D-6219A5F30000}" />
      <Execution ProcessID="3164" ThreadID="13164" />
      <Channel>Microsoft-Windows-TerminalServices-TSV-VmHostAgent/Operational</Channel>
      <Computer>blade2.vzfei.local</Computer>
      <Security UserID="S-1-5-20" />
      </System>
    <UserData>
    <EventXML xmlns="Event_NS">
      <param1>per-0</param1>
      <param2>0x8000ffff</param2>
      </EventXML>
      </UserData>
     </Event>
    In RD Gateway Manager, right-click on the RD RAP and click Properties.  On Network Resources tab select
    “Allow users to connect to any network resource”.
    not work.

  • Connecting to the LOB system has failed. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is

    hi ,
    when generate the schema , i  got the below error, please any one put your inputs:
    Connecting to the LOB system has failed.  A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server
    is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server).

    thaks shanky,
    but facing another , after generate schema from  WCF_SQL, im unable get elements in my schema.
    this is schema generate from storeprocduer , but thru WCF-sql im unable get the elements like
    id, name
    <xsd:schema targetNamespace="urn:schemas-microsoft-com:sql:SqlRowSet2" xmlns:schema="urn:schemas-microsoft-com:sql:SqlRowSet2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sqltypes="http://schemas.microsoft.com/sqlserver/2004/sqltypes" elementFormDefault="qualified">
      <xsd:import namespace="http://schemas.microsoft.com/sqlserver/2004/sqltypes" schemaLocation="http://schemas.microsoft.com/sqlserver/2004/sqltypes/sqltypes.xsd" />
      <xsd:element name="Test.dbo.sample">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="id" type="sqltypes:int" minOccurs="0" />
            <xsd:element name="name" minOccurs="0">
              <xsd:simpleType>
                <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1033" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth" sqltypes:sqlSortId="52">
                  <xsd:maxLength value="1000" />
                </xsd:restriction>
              </xsd:simpleType>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>18</id>
      <name>BIRADAR</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>18</id>
      <name>BIRADAR</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>19</id>
      <name>sw</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>18</id>
      <name>BIRADAR</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>14</id>
      <name>swe</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>13</id>
      <name>se</name>
    </Test.dbo.sample>

  • Error: Device 768 (vbd) could not be connected. /etc/xen/scripts/block fail

    Hello OTN,
    After converting/exporting machines from VMware and importing them into OVM i am receiving errors on some of the machines when powering on.
    Here is the complete error message:
    Start - /OVS/running_pool/dirkwin
    PowerOn Failed : Result - failed:<Exception: return=>failed:<Exception: ['xm', 'create', '/var/ovs/mount/483E943AE684484EAD7255356E8F24CC/running_pool/machinename/vm.cfg'] => Error: Device 768 (vbd) could not be connected. /etc/xen/scripts/block failed; error detected.
    >
    StackTrace:
    File "/opt/ovs-agent-2.3/OVSXXenVM.py", line 57, in xen_start_vm
    run_cmd(args=cmd)
    File "/opt/ovs-agent-2.3/OVSCommons.py", line 85, in run_cmd
    raise Exception('%s => %s' % (cmdlist, p.childerr.read()))
    >
    StackTrace:
    File "/opt/ovs-agent-2.3/OVSSiteVM.py", line 131, in start_vm
    raise e
    Searching for this error turned up different solutions but none of them worked.
    One mentioned OVM not being able to handle spaces in vm names but this is not a working solution as most of the machines are just regular names without spaces or special characters.
    Also interesting, sometimes this error does not turn up when powering on BUT the machine just powers off again and returns to its turned off state. Next power on the error returns.
    OS types vary from S10, Win XP and RedHat so a possible connection to the error being the host OS is not there.
    Harddrive types are set to auto. The vm.cfg's of functioning machines do not differ from non functioning machines besides the actual vm name in the vm.cfg
    Any idea to this error or how to solve it ?
    Thanks
    -Stephan

    Hello Sebastian,
    This is one of the vm.cfg which will abort due to the above mentioned error:
    acpi = 1
    apic = 1
    builder = 'hvm'
    device_model = '/usr/lib/xen/bin/qemu-dm'
    disk = ['file:/var/ovs/mount/483E943AE684484EAD7255356E8F24CC/running_pool/vmname/vmname.img,hda,w',
    ',hdc:cdrom,r',
    kernel = '/usr/lib/xen/boot/hvmloader'
    memory = '2048'
    name = 'vmname'
    on_crash = 'restart'
    on_reboot = 'restart'
    pae = 1
    serial = 'pty'
    timer_mode = '0'
    usbdevice = 'tablet'
    uuid = 'a2a62bcb-f9ab-4ec3-8574-7415985cdf0a'
    vcpus = 1
    vif = ['bridge=xenbr0,mac=xx:xx:xx:xx:xx:xx,type=ioemu']
    vif_other_config = []
    vnc = 1
    vncconsole = 1
    vnclisten = '0.0.0.0'
    vncpasswd = 'xx'
    vncunused = 1
    The xend.log also turned up nothing concerning this error. no messages were written into it. No other log has been created by xen in the /var/log/xen directory concerning an issue with the current machine.
    Thanks for your help !
    -Stephan
    ps:mac address + pw is commented out
    Edited by: Stephan Becker on Aug 5, 2010 7:11 AM

  • Connecting to "localhost" on port "21212" failed

    I run startinstgui.bat to install WEBAS640SP9 before I downloaded J2sdk-1_4_2_06.
    I got error message with Connection to SAPinst can not be establish - Connecting to "localhost" on port "21212" failed. I tested with different values - no result.
    Any idea?

    Maybe this could be the case.....
    You have a fault in your network and hostname configuration.
    You hostname should be different to localhost.
    - > rename your full qualified hostname
    -> e.q linux.mydomain.foo
    You can use the configuration tool Yast to change it.
    It should be able use the command ping with your hostname
    If the name of your host is linux.mydomain.foo
    ping linux
    ping linux.mydomain.foo
    should work.
    If your full qualified hostname is linux.mydomain.foo the file
    /etc/hosts should be
    127.0.0.1      localhost      localhost.localdomain
    127.0.0.2      linux          linux.mydomain.foo
    It is important that localhost and linux are mapped to a differnt IP
    address. Something like
    127.0.0.1   localhost    localhost.localdomain   linux
    do not work.
    The best choice to run the NW4 testdrive is to use Suse 9 because you do
    not need to change any configuration. On Suse 9.1 the NW4 also runs but
    you have to set an environment variable and you will get an error
    message because of kernel 2.6
    Also don't forget start boot.sysctl at boot time.
    ln -s /etc/init.d/boot.sysctl /etc/init.d/rc1.d/S99boot.systctl
    ln -s /etc/init.d/boot.sysctl /etc/init.d/rc3.d/S99boot.systctl
    ln -s /etc/init.d/boot.sysctl /etc/init.d/rc5.d/S99boot.systctl
    /sbin/sysctl -p

  • Cannot connect Contribute to WordPress blog hosted on Startlogic

    I installed WordPress on the server where my website is
    hosted. I want to use Contribute to work on that blog. When I try
    to set up connections, I specify "other hosts" and I enter the URL
    of the blog. After I enter that URL, I can click the "browse"
    button and display the blog. When I clicke "next" I am asked for
    the ID and password, presumably because Contribute has identified
    the API connection. I enter the same ID and password that works
    successfuly when I log in to wp-admin on that server. However, I
    receive a message that Contribute cannot connect to the Blog.
    I am able to connect successfully to my publicly hosted
    WordPress blog. I identified the file to which Contribute is
    connecting for the publicly hosted blog, and I found the same file
    in my WordPress installation on my Startlogic server. However, when
    I specify that path and filename in Contribute, the connection
    fails, saying it cannot connect to the server.
    I opened a ticket with my hosting service, Startlogic, and
    the support techs believe I should be able to connect with the ID
    qatharms that works fine on wp-admin. However, that ID doesn't
    work, and Startlogic cannot tell me what is going wrong. Can
    anybody here give me a clue?

    Hi Dominic
    That's the one thing I can't do right now.  The website & customized (and integrated) blog all share the same menu structure in a common Dreamweaver library item.  So when you update the library item for the menus, this update is shared across both website and blog.  Currently the menus are relatively addressed, for example:
    ../index.html
    ../contact.html
    This works as long as the blog doesn't use sub-directories to file its posts, created by changing the permalink setting in the WordPress server.
    Once you introduce sub-directories then you have to use full URL references to make a shared library item for the menu across website & blog work, for example:
    http://www.domain.com/index.html
    http://www.domain.com/contact.html
    What I'll do is setup another test website / blog arrangement and try your suggestion to see if it fixes the issue.
    Would having Contribute setup for both website & blog cause a problem?  This is how things are now, the first time I've tried this combo.
    Thanks.
    Aly

Maybe you are looking for

  • How do I add more email inboxes to the Mail application?

    Hey guys! Just a quick question! An answer in which I'm sure will be simple. How is it I add more email inboxes to the pre-installed "Mail" application? In other words, I have two email addresses in which both are used by myself. One is Yahoo, and th

  • Download a text file from JSP (Urgent Please!)

    Hi, I have a issue with this JSP, I need to download a txt file from my webserver to the pc client, the page shows the dialg box but appear the filename (list.jsp) of my jsp instead of the txt file. If I click the save buton save the list.jsp page; i

  • I have a hppsc 1310 series that prints the test page, butr will not print the selected document.

    I have a hppsc 1310 series that prints the test page when turned on, but will not print the document I want to print.  It shows in STATUS as printing, but it does not print.  I keep getting a message to install software and I do this.  I then get a m

  • Masks and blend modes

    Hello all, So, I'm creating a chest caption and I wanted to have the text on a semi-transparent rectangle background. I also want to use a soft light blend mode on the rectangle. Now, I also want the rectangle to quickly appear from nowhere so I am u

  • HELP ME BEFORE I BLOW UP MY MAC

    Okay, I just got this mac for collage. I'm a few seconds away from blowing it up. There are a bunch of things I don't understand and I really need help. First, how do I control the volume to a more detailed level. I've gone into the system preference