JRE server changes?

I built an application that ships with an embedded JRE that uses the server version of the Hotspot compiler. It used to work fine, but when I changed to the 1.4.1_01 JRE, it fails because is looking for c:\program files\java\j2re1.4.1_01\bin\server\.... Adding the server runtime folder and the dlls it contains to c:\program files\java\j2re1.4.1_01 fixed the immediate problem on my development system. It appears that only the client Hotspot compiler is normally installed in this location.
I would like to embed the JRE in my application and have no dependency on other packages (this worked fine with the 1.3 JDK). I can't find anything that ties the JRE to C:\program files\java\j2re1.4.1_01 in the registry.
How do I go about distributing this JRE with server support in a specified directory?
Thanks,
David Morris

Thank you for your reply. I do distribute the server folder with the build. The problem is that I distribute the JRE in c:\myapp\jre\j2re1.4.1_01... and for some reason I am getting an error saying that c:\program files\java\j2re1.4.1_01\server\... does not exist. Copying the server folder to c:\program files\java\j2re1.4.1_01 does fix the problem but I would much rather embed the JRE in my application directory structure and not rely on someone elses windows setup.
Thanks,
David Morris

Similar Messages

  • Mail Server changed

    Had a mail server change. Made the change on the BB, but apparently the IMAP port is different on the new server from the old. It does not appear I can change the port through the BB. Any ideas?  I would change it to POP, but it doesn't give the option.
    I could delete the email account, and add it back, but I am worried I may lose my existing mail when I delete the account.
    Any help is appreciated, I'm sure someone has run into this ....
    Ron

    I would recommend to delete the account and set it back up.
    What do you mean by loose the existing email?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Office programs slow after huge server changing project

    Hello All!
    Long story: A while back, my team has started and finished a migration of several different smaller domains, to one main domain.
    A lot of servers were either re-purposed or decommissioned, the migration was a success.
    Now a few days later our service desk has received an increasing amount of tickets about people who have issues with the time it takes opening files in excel, word, etc.
    Anyway, in the past many locations were mapping drives based on logonscripts for example, in some cases including a part where all drives (and printers) got disconnected first and then only those ones got added which were really needed. This was “easy” as
    “local admins” knew the drives which were needed and which not.
    Naturally, you can do the same with the help of group policies, but the problem in this very global world is the fact we cannot “disconnect in a centralized way”, as we might disconnect “manually per user mapped drives” and this might cause a lot of gray hair
    for many people. In the long run people tend to forget what they mapped themselves, so in case of any issues the request is only to “reconnect my H: drive which got lost because you disconnected it”.
    The point of this whole message is the fact we have now realized the following “phenomena” has taken place in multiple locations:
    -    user has mapped drives in use, M:\, R:\, S:\ and so on, pointing to multiple local/global servers and shares
    -    server migration or other server side changes takes place
    -    FQDN for the server changes, or UNC path for the target location changes
    -    user’s workstation/laptop side drive mappings (AND PRINTERS) are still trying to get connected with the old nowadays not-existing target
    Servers were 2003, are now 2008 R2.
    Workstations consist of only Windows 7 machines.
    Short question: Is there a tool or script available which would help us to remap network drives en mass, without GPO, or to see which drives are orphaned drives?
    Many thanks for reading my loooong post.

    Do yourself a big favor that you should have done before migrating.  Move all shares onto a DFSR share and use GP to map all required drives.
    Now that you have done it the hard way I recommend usijng a logon script to dump lists of mapped drives then decide which should be mapped via GP and which should not or should be left to the user.
    There is no easy answer or tool which is why  almost all migration documents suggest fixing this before the migration.
    Start by dumping the session drives in a logon script.
    NET USE > c:\temp\drives.txt
    ¯\_(ツ)_/¯

  • Project Server changes the permissions automatically

    Hi everybody
    I've already searched the internet for a solution and unfortunately haven't found anything. Following case: The overnight patch changes every time the given permissions. That means that the patch deletes some permissions or that he gives permissions to people
    who shouldn't have permissions on specified projects. Do you have any idea what could be the issue?
    Kind regards
    Roman

    Roman - have you got either the Enterprise Resource Pool or one or more Security Groups synchronising with Project Server?
    If you do then you may be experiencing situations where a user has been removed from an AD group and as a result is removed or marked as inactive in a security group. Active Directory has primacy over project server, changes in AD impose upon Project Server.
    Dominic Moss | MAPM Microsoft Certified Technology Specialist | Our Newsletter:
    PM News Project Server Specialists
    Project Server PRIME | Twitter:
    @Twitter | Facebook:
    @Facebook | Linkedin:
    Wellingtone

  • Logic behind having to accept server changes with DEPENDENCIES

    Hi,
    Does anyone know the logic behind having to accept server changes with dependencies (deliverable feature)? Shouldn't this edit of the communicated delivery date automatically be changed in the receiving plan? The acceptance of late/early delivery is in the
    sync-action...

    Hi Sander,
    Here is an interesting article on the delivrables dependencies features: http://blogs.msdn.com/b/project/archive/2007/02/24/deliverables.aspx
    It applies to PS2007 but the feature is quite the same in PS2010.
    What is exactly your concern?
    Basically, concerning the dependencies, first you can retrieve the information on the dependency date on the server (meaning the date coming from the deliverables published by the "sender" project manager). Then you can decide wheither or not you can to
    synchornize your milestone on the dependency.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Sql server change ligature?

    Why Sql server change some lattin ligature into two seperate alphabet? It causes duplicated error! how to solve this problem? thx a lot !

    My c# program generates a file containing records:  cash
    flows and  cash flows.
    (Note they are different! Both hash of my
    program and notepad++ can distinguish them!)
    A
    field of a table is of type nvarchar(402), I use bulk insert to import that file into table containing that field.
    option DATAFILETYPE
    = 'widechar'
    BTW, I both tried unicode and BigEndianUnicode
    in my c# program to output that file.
    However, although each phase is ensued to
    Unicode set, SQLserver pointed that there is duplicated error!
    which means that it can not tell the differences
    between cash flows and  cash
    flows.
    Could you help me? Thx a lot!
    fl is a  LATIN
    SMALL LIGATURE FL, how can sqlserver change it into fl ?!

  • AP log got Connection lost to WLCCP server, changing to Stand-Alone Mod

    Our customer has about 200 Autonomous APs(Version=c1200-k9w7-tar.123-2.JA2),WLSM(Maintenance img(1.1(2)),Application img=12.2(15)XR2), Sup720 IOS=s72033-jk9o3sv-mz.122-18.SXD3.bin.The static WDS point to WLSM,somme of AP will fail with log"Connection lost to WLCCP server, changing to Stand-Alone Mode".
    Any ideas about solutions on this?

    You will receive this error message if the AP loses its connectivity with the WDS. This can happen if the radios are flapping, as well as if there are problems with authentication / registration with WDS. If the AP is powered using POE, please ensure that you configure the proper poe support on them. Also check if authentication is happening correctly. Debugs on the AP and the logs on the AAA server will help troubleshoot this issue.

  • 10.5 server changes host name when changed to be member of 10.4 OD Master

    Hi,
    I have a Xserve with 10.4.11. This is my working OD master hostname: AAA, FQDN: AAA.domain, realm DOMAIN. Now I have a PowerMac G5, hostname BBB, FQDN BBB.domain, where I install 10.5 server.
    When it comes up as stand alone, the hostname is BBB (FQDN BBB.domain), but when I then connect it (as domain member) to my OD master, it promts me to say that "AAA" is a used hostname and that it changes hostname to" AAA (2)".
    In my DNS it is still identified as BBB.domain, and it is bind to the realm as BBB.
    Why does it act like this?
    Subsequently I can't get kerberos to work and SMB does not want to be a member of the domain (always get back to standalone instead of becoming member of the domain).

    Here comes a bit more on this one. I waited and maybe this had to do with having a OD master in Tiger and the OD member on Leopard. But now both are in Leopard. And things are the same.
    I have thou been studying the Console after some tips. And I'm changing the host name in Server Admin/Network to BBB (what it should be). And it seems to work fine. Name of the server changes where supposed to (what I can see). And in Console I can se that the administration tool changes host name in a variety of places.
    And now I wait.
    If I do nothing (the network is pretty small), nothing happens. But after a while, I login with for example Remote desktop the followingapears in Console:
    +Jan 3 12:58:02 emil mDNSResponder[30]: User updated Computer Name from AAA (2) to AAA+
    +Jan 3 12:58:02 emil mDNSResponder[30]: afpovertcp.tcp. service renamed from "AAA (2)" to "AAA"+
    +Jan 3 12:58:02 emil mDNSResponder[30]: ssh.tcp. service renamed from "AAA (2)" to "AAA"+
    +Jan 3 12:58:02 emil mDNSResponder[30]: sftp-ssh.tcp. service renamed from "AAA (2)" to "AAA"+
    +Jan 3 12:58:02 emil mDNSResponder[30]: servermgr.tcp. service renamed from "AAA (2)" to "AAA"+
    +Jan 3 12:58:02 emil mDNSResponder[30]: rfb.tcp. service renamed from "AAA (2)" to "AAA"+
    +Jan 3 12:58:02 emil mDNSResponder[30]: ldap.tcp. service renamed from "AAA (2)" to "AAA"+
    +Jan 3 12:58:02 emil mDNSResponder[30]: net-assistant.udp. service renamed from "AAA (2)" to "AAA"+
    +Jan 3 12:58:02 emil mDNSResponder[30]: adisk.tcp. service renamed from "AAA (2)" to "AAA"+
    +Jan 3 12:58:02 emil mDNSResponder[30]: User updated Local Hostname from AAA-2 to AAA+
    +Jan 3 12:58:03 emil mDNSResponder[30]: Local Hostname AAA.local already in use; will try AAA-2.local instead+
    +Jan 3 12:58:03 emil mDNSResponder[30]: afpovertcp.tcp. service renamed from "AAA" to "AAA (2)"+
    +Jan 3 12:58:03 emil mDNSResponder[30]: ssh.tcp. service renamed from "AAA" to "AAA (2)"+
    +Jan 3 12:58:03 emil mDNSResponder[30]: sftp-ssh.tcp. service renamed from "AAA" to "AAA (2)"+
    +Jan 3 12:58:03 emil mDNSResponder[30]: servermgr.tcp. service renamed from "AAA" to "AAA (2)"+
    +Jan 3 12:58:03 emil mDNSResponder[30]: rfb.tcp. service renamed from "AAA" to "AAA (2)"+
    +Jan 3 12:58:03 emil mDNSResponder[30]: ldap.tcp. service renamed from "AAA" to "AAA (2)"+
    +Jan 3 12:58:03 emil mDNSResponder[30]: net-assistant.udp. service renamed from "AAA" to "AAA (2)"+
    +Jan 3 12:58:03 emil mDNSResponder[30]: adisk.tcp. service renamed from "AAA" to "AAA (2)"+
    +Jan 3 12:58:03 emil mDNSResponder[30]: User updated Computer Name from AAA to AAA (2)+
    +Jan 3 12:58:03 emil mDNSResponder[30]: User updated Local Hostname from AAA to AAA-2+
    +Jan 3 12:58:03 emil mDNSResponder[30]: mDNS_SetFQDN - hostname unchanged+
    "AAA (2) to AAA" may as well be "BBB to AAA". But I'm very surprised over that the logg claims that "User updated Computer name..." For all I know, I haven't. And note in the middle here that the mDNSResponder changes to AAA (which indeed is used - it's the OD master!!!), discovers that the name is in use, and then changes to "AAA (2)".
    But why does it at all initiate a change from AAA to "AAA (2)"?
    Why can't I call the server BBB?

  • "Sent Messages" folder not receiving new sent mails after a server change

    My provider just moved my account to another server. The IMAP accounts needed to be re-established on my wife's PC in her program. So we know the files are all there on the new server.
    Funny thing is that it's not working on Mail on my iBook. And when these changes took place, my sidebar contents in Mail changed on me. I have sent some mail to various places since this happened, but none of these new mails have copies which are saved in my "Sent Items" or "Sent Messages" folders. So I have no record now of anything new since the change happened. I DO have copies of mail in there that are pre-change.
    I checked my preferences for mailbox behaviors, and the "Store Sent Items on the Server" is checked, so I'm not sure what's up.
    For the record I'm running OS X 10.4.7 and Mail 2.1.
    I have deleted and re-established my two email accounts in Mail in order to make them re-establish new links with the server, so I'm seeing my folders, but no new mail sent is showing up in my Sent Messages folder.
    I would appreciate if anyone knows if there could be an issue with Mail, my new host's servers, or what. It looks like a Mail issue to me, since my wife's PC is reading everything fine (and she is running Thunderbird as her client).
    Thanks!
    iBook G4   Mac OS X (10.4.7)  
    iBook G4   Mac OS X (10.4.6)  
    iBook G4   Mac OS X (10.4.7)  

    You're welcome.
    I don't think it's your fault. Different IMAP servers use different naming conventions, and the Mailbox > Use This Mailbox For command is meant to let you tell Mail which folder should be used for what purpose, but you shouldn't have to use it just to prevent your mail from being lost. At the very least, Mail should be able to use its own default Sent Messages folder without you having to do anything. I don't know why Mail fails to do this properly so often.
    Worse yet, not only does Mail sometimes fail to use the Sent Messages folder that's already there, but it doesn't even warn you that it's failing to save your sent messages as you've told it to.

  • Temp File in SQL Server change to Oracle

    Dear all,
    If there is temp file in SQL Server named '#Tablename',
    HOw can I change it to use in Oracle Database?
    Now I am doing upgrade to oracle database. If I need to create the temp file name , HOw can I do in oracle database?
    Thanks for your big help.

    Can you clarify the question a bit? I'm not sure what you're trying to accomplish.
    Are you trying to create a temporary table? A data file for a temporary tablespace? A temporary operating system file?
    Is there something ODBC-related in this question? If not, you may want to post the question in the general database forum.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • App Server changes the actual exception thrown [URGENT]

    Hello All,
    I am getting a very typical problem with SJS Platform Edition 8.1_01. I have a form to delete a record from table which throws an exception with oracle error in message as "ORA-02292: integrity constraint (some_constraint name) violated - child record found" .
    Another code checks the message and converts it into more user friendly message to be displayed. This word fine when application runs in Studio. Problem arises when the application is deployed on Application Server. Here, the message is provided when same exception is thrown as "java.rmi.RemoteException: Unidentified Trap Session : nested exception is: java.rmi.RemoteException: nested exception is: java.rmi.RemoteException: "
    Since this doesn't contain any ORA error no. the message is not converted to user friendly message.
    I am not able to find out the reason for this as the same code works well on IBM Websphere studio/ App Server and also works fine on Sun Java Studio {jstudio_04Q4}.
    Is there any configuration change that I need to do on SJS Platform Edition 8.1_01 or is there any setting which truncate the actual message of exception because in log I can see the whole message as "java.rmi.RemoteException: Unidentified Trap Session : nested exception is: java.rmi.RemoteException: nested exception is: java.rmi.RemoteException: Remote Entity Remove:  delete from CARD_MASTER where CARD_TYPE = ? ORA-02292: integrity constraint (ORACLE.FK_PROMO_CARD) violated - child record found"
    Please help ASAP as this is becoming very critical.

    I'm not sure what do you mean that it works with Studio?
    You can see an exception text when you execute the SQL?
    To check the actual exception text, you need to catch
    the exception on the server side (i.g. in a Session Bean),
    make sure the transaction is rolled back (if you need so),
    and re-throw it as a checked exception to make sure the
    text is untouched.
    Regards,
    -marina

  • SCCM 2012 SP1 - Secondary SUP Sync Source Server Changed without intervention

    Hi,
    Recently I noticed that some of ours Secondary SUP's have stopped syncing. Looking at the logs I found that they cannot found SUP parent. Name resolution was OK, no firewall blocking traffic flow, SUP at Primary Site working normally, all replica SUP services
    online.
    Then I went to the Sync Settings at Site Components of the SUP replica and the value of the option "Synchronize from a upstream data source location (URL)" had been changed!
    The URL of the upstream server has the correct server name, but the 8530 port is missing! The interesting fact is that I have other SUP replicas working normally with the correct upstream server name and port.
    So, my question is: Since I've installed all the replicas SUP's with the same upstream SUP settings, they have been working normally until last week, how the settings are now wrong? The property is greyed out and I cannot change it back to the
    correct parameter.
    Is there any way to correct it without having to reinstall all the replicas SUPs?
    Thanks!! 

    Hi Joice,
    Thanks for your response! Well, I followed your suggestion but it didn't work. After I removed the parent SUP, the Sync Settings of the SUP replicas were still greyed out.
    I forgot to mention in my post that this problem appeared after I moved the SCCM database to another SQL server. I followed the right procedure and everything worked fine but the SUP. After I run the Perform site maintenance or reset this site I noticed
    that SCCM removed the port 8530 from the parent SUP. All the replicas stopped syncing. Then I changed back the port through SCCM console - Site Components - and all worked fine. But 2 days later, the majority of my SUP replicas have the port 8530 removed from
    Sync Settings and they cannot sync anymore, and here I am.
    There's a cmdlet (Set-CMSoftwareUpdatePointComponent) I thought I could use, but it only works with R2.
    So, I just reinstalled the Parent SUP, hoping that it could reconfigure replicas SUPs, but I think it's a long shot.

  • Planning App Web Server changed.

    Hello gurús!
    I´m in a big issue. In my org, we have 3 physical servers with 3 servers installed: Essbase, Shared Services and Planning. The problem is that we cloned that servers to virtual machines to duplicate these servers. We want to reconfigure that virtualized servers to work like that physical servers. Essbase and Shared Services was reconfigured succefully, but planning had problems with Web Logic licence. For that, we decided to change app web server from web logic to apache tomcat 5. After that, we reconfigure planning using the same instance, data sources and application that were in the source physical server. But it doesn´t work, because planning does not connect with apllications, and Workspace doesn´t not work properly. It only listen at port 45000 and did not at 19000 (like in physical server). Also, workspace cannot connect with planning (if we want to create a planning application it throws these errors: "Invalid or not find module configuration", "Required application module HyperionPlanning.planning is not configured. Please contact your administrator.", "Comunication Error".
    Also, when I start workspace from Start->Programs->Hyperion.... In server console it throws a that Warning: "Please initialize the log4j System Properly". This maybe the reason because planning and workspace doesnt write any logs?
    Thanks for your time floks.
    Best regards,
    Fabián

    What did you do to clone, use a P2V vm conversion? What about hostnames and dns names ? Personally I don't believe trying to clone is a good idea.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • [10.6 Server]Change default subnet InternetSharing

    Greetings
    I would like to change the default subnet for Internet Connection Sharing on Snow Leopard Server. The assistant that helps you setup this InternetSharing chooses 192.168.1.x and then works perfectly. But in our case we would like to have the subnet set to 192.168.0.x
    I found an easy solution for Snow Leopard ‘client’ on this site (http://www.macosxhints.com/article.php?story=20090510120814850), but it turned out not to comply with Snow Leopard Server.
    Can anybody help me? Thanks in advance…

    have you tried this hint?
    http://hints.macworld.com/article.php?story=20090510120814850

  • Server change name and need to know where to change the configuration

    Hi all,
    Want to check that if the web application and the database server has change the server name what we need to change in the BO app and also data intergrator edge xi3.1. Hope someone can assist me on this so that i won't need to re-install  BO edge with data intergrator again. I cannot find any information anywhere that would inform me where to change. I really need it urgently.
    Regards,

    This is something that has plagued BusinessObjects Edge/Enterprise admins for a while--you can't change the server name for BusinessObjects XI 3.1 once it has been installed. There were some forum posts going around, with people trying with limited success but given the range of products and technologies in BusinessObjects (CR, Webi, Voyager, Xcelsius, QaaWS, Explorer, etc.) the server name is embedded in too many places to be able to successfully change the name. Your best bet would be to install BOE on a new server with the correct name then use the Import Wizard to swing the content over.
    On the Data Integrator front, you could probably rename the server and then delete and recreate your DI Job Server-- most of the meta data for DI is stored in the local repository database, so you may have a shot. I would definitely test this theory out on a development machine before trying it in a production environment!!

Maybe you are looking for