Cannot get Weblogic to start (\JDev11.1.3\jdk160_18 was unexpected at this)

Ok, I'm stumped. I've gotten JDev (Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) installed and I imported one of my projects from JDev 10.
the problem is when I try to start WebLogic, I get the following error:
*** Using port 7101 ***
C:\Users\silva29\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd
[waiting for the server to complete its initialization...]
\JDev11.1.3\jdk160_18 was unexpected at this time.
Process exited.
So, I found this in "Known Issues"
Cannot run WLS on Windows 7 64-bit (9466912)
The Windows .bat scripts for managing WLS do not work if environment variables such as JAVA_HOME or CLASSPATH contain a ')'. The former happens when e.g. the 32bit JDK is installed in its default path, e.g. "C:\Program Files (x86)\Java\jdk1.6.0_18". The latter if an application such as Apple QuickTime adds itself to the CLASSPATH environment variable.
When trying to run the integrated WLS you will get an error while starting that instance, stating that
"\Java\jdk1.6.0_18 was unexpected at this time."
The integrated WLS will not start as a result of that.
This also happens if the scripts are being run manually on command prompt.
Workaround is to install the JDK and programs such as Apple QuickTime in a path without ')'.
First off it's unbelievable that the ')' causes this to happen. Hard to believe that that isn't a trivial fix to make and provide a patch for.
SECOND, I changed my path and classpath, but I continue getting the error. So, now I'm stuck again.
Anyone else run into this problem? I'm running on Windows 7 64 bit op sys.
Right now I'm dead in the water. Anyone got a fix for me?
Thanks.

Various parts of the Oracle Middleware platform choke when the PATH or install directories contain a ")" character (it messes up parenthesis matching in scripts). Unfortunately, on 64-bit Windows, Microsoft has decided to have a "Program Files (x86)" directory - yech, both spaces and parenthesis in a directory name!
I've worked around this on my installation by using the little-known MKLINK command to create a junction point for the offending directory like this:
mklink /J c:\pf86 "c:\program files (x86)"And then replacing all occurrences in the PATH of "c:\program files (x86)" with "c:\pf86" - gets rid of the offending parenthesis and makes my path shorter as well.
John

Similar Messages

  • I cannot get ipod to start, Logo for power is the only one that appears but it will not recharge either by using pC or dock. I have used two different connecting wires but no difference in response

    I cannot get Ipod to start. The only logo that comes up is the power needed but in spite of connecting the ipod to PC and using two different connection leads the ipod does not respond. I also tried to power it using a i station 7 but no difference. I tried all the usual pressing of both menu and play buttons. Is it fixable?

    Thanks for your tip. I tried leaving the ipod in the I -Station  7 overnight and then reconnected it to my PC> It asked if i wanted to reset to factory settings. I did this and then the Apple logo came back on .After that a very sad looking logo of an ipod came on with  www.apple.com/support/ipod underneath. I feel that either burial or cremation is my option now for this old ipod.

  • I have just bought new iPad Air and cannot get it to start.

    I have just bought new iPad Air and cannot get it to start. Am I doing something wrong or could there be a fault in the new iPad?

    OK - Item turned out to be faulty and was returned to seller for replacement. No futher follow-up required.

  • I cannot get the Output Module to work. I was able to get the button to show up, but when I click on it, nothing happens. i need to export a PDF asap

    I cannot get the Output Module to work. I was able to get the button to show up, but when I click on it, nothing happens. i need to export a PDF asap. I am trying to export 33 PSD files in BRIDGE to a PDF like I used to do on my other computer with bridge.

    Let's start with the general things.
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • Cannot get Membership Provider with name RoleProvider. The membership provider for this process was not properly configured. You must configure the membership provider in the .config file for every SharePoint process.

    I am trying to create a web application that uses AD LDS as its authentication provider. I have followed all the steps and verified all the web.config files, but I receive the error below:
    Cannot get Membership Provider with name CustomRoleProvider. The membership provider for this process was not properly configured. You must configure the membership provider in the .config file for every SharePoint process.
    Has anyone come across this error before?

    There seems to be some issues in your web.config files. Please make sure your Web application entries for membership and role provider(at central admin site) are matching with Web.config entries. your error
    "Cannot get Membership Provider with name CustomRoleProvider.
    ", indicating that you may have used role provider name in Membership provider text box or in web.config.
    Also please make sure that you have correct entries in all 3 web.config files - Central Administration , Security Token Service (STS), Web application .
    Please refer  -
    Forms Based Authentication (FBA) in SharePoint 2013
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • I recently upgraded and changed from o2 to EE, however although my number has transferred i cannot deactivate my imessage to receive to my transferred number and cannot get messages. To original number? How do i do this.

    I recently upgraded and changed from o2 to EE, however although my number has transferred i cannot deactivate my imessage to receive to my transferred number and cannot get messages. To original number? How do i do this.

    That's because apps are DRM protected & tied to the account used to originally obtain them. They cannot be transferred to another iTunes account. You can contact iTunes support, explain the situation, and request they add these apps to the download queue of your new account:
    http://www.apple.com/support/itunes/contact.html

  • Cannot get weblogic to create default dbms tables

     

    I've encountered the same error while deploying my parent-child test
    ejb with mySQL v3.23.38 as the data source:
    [RDBMSPersistenceManager] : createDefaultDBMSTable: processing Bean
    Table: JCWParent
    [RDBMSPersistenceManager] : full DEFAULT TABLE CREATE QUERY: 'CREATE
    TABLE JCWParent (parentId INTEGER, parentName VARCHAR(150), PRIMARY
    KEY (parentId) )'
    [RDBMSPersistenceManager] : RDBMSPersistenceManager.getConnection
    [RDBMSPersistenceManager] : Table 'JCWParent' was not present in
    Database attempt to CREATE TABLE failed. SQL: 'CREATE TABLE JCWParent
    (parentId INTEGER, parent Name VARCHAR(150), PRIMARY KEY (parentId) )'
    got SQLException java.sql.SQLException: General error: All parts of a
    PRIMARY KEY must be NOT NULL; If you need NULL in a key, use UNIQUE
    instead
    The weblogic server version I'm running is v6.1 (sp1). Any fix?
    --- Jeffrey
    "Thomas Christensen" <[email protected]> wrote in message news:<[email protected]>...
    Hi
    Anyone else seen this?
    If WLS 6.1 doesn't support auto table creation on db2, does it only support CloudScape???
    I do not expect Oracle, Sybase or MySQL to allow nulls in the primary keys either...
    Cheers
    Thomas
    "Thomas Christensen" <[email protected]> wrote:
    Hi
    I have discovered that WLS 6.1 tries to create tables it allows primary
    keys to
    be null, which our DB2 installation does not allow. I you turn on the
    trace mentioned
    below by Matthew, then the message appears.
    If I deploy the ejb20_basic_containerManaged.jar from the samples directory
    then
    I get the following error:
    [RDBMSPersistenceManager] : full DEFAULT TABLE CREATE QUERY: 'CREATE
    TABLE ejbA
    ccounts (id VARCHAR(150), bal DOUBLE PRECISION, type VARCHAR(150), PRIMARY
    KEY
    id) )'
    [RDBMSPersistenceManager] : RDBMSPersistenceManager.getConnection
    [RDBMSPersistenceManager] : Table 'ejbAccounts' was not present in Database
    attempt
    to CREATE TABLE failed. SQL: 'CREATE TABLE ejbAccounts (id VARCHAR(150),
    bal
    DOUBLE PRECISION, type VARCHAR(150), PRIMARY KEY (id) )' got SQLException
    COM.i
    bm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/NT] SQL0542N "ID" cannot
    be a
    part of a primary key or unique key since it can contain NULL-values.
    SQLSTATE=42831
    Any fixes for this?
    Cheers
    Thomas
    Matthew Shinn <[email protected]> wrote:
    Hi Gary,
    What database are you using? Also, if you could start your server with
    the
    following arguments -Dweblogic.ejb20.cmp.rdbms.debug=true
    -Dweblogic.ejb20.cmp.rdbms.verbose=true and post the server output for
    the
    deployment in question, that would be great. This will give us some
    valuable
    debugging information and help us track down the problem. Note that
    these flags
    are going to cause a lot of extra information to be printed out.
    - Matt
    Gary Albelli wrote:
    I am using ejb 2.0 but still cannot get the server to create the tables.
    Any
    ideas?
    "Matthew Shinn" <[email protected]> wrote in message
    news:[email protected]...
    Hi Gary,
    There is a bug in 6.1 that can cause the database tables to fail
    to be
    created
    for 1.1 compliant EJBs. For tracking purposes, the bug ID is CR056543.If you
    require a patch, I suggest contacting support. As a possible workaround,try
    changing the ejb-name of your EJB to something more unique. Again,this
    only
    affects 1.1 EJBs. If you are having this problem with a 2.0 EJB,something else
    is wrong.
    - Matt
    Gary Albelli wrote:
    I am deploying entity beans into WebLogic server 6.1. The EJBs
    deploy
    but I
    cannot get the server to create the default tables. The
    weblogic.cmp.rdbms.jar.xml has the element create-default-dbms-tablesset to
    True. I receive the error message "The Entity EJB requires thetable:
    ContentVersion to be accessible. Please ensure that this tableexists
    and is
    accessible". Any Ideas???

  • Logged in as guest on my macbook air now I cannot get it to start with the option to return with the password to the main user

    I wished to let a friend use my macbook air and signed in as the guest option. I am unable to re-enter as the main user as it now starts with the guest page. How do I get it to start on the original page.
    Thank you driving me crazy
    BenDiff

    Log out of the guest account first.

  • Upgraded to iTUNES 10.5 on PC running XP.  Cannot get it to start.  when I try, window appears, hourglass cursor still present, then I get a message saying a problem was encountered and it has to close.  have tried everything suggested on apple site,

    cannot get iTUNES 10.5 to run on PC w/ XP after upgrade.  Window opens, but cursor stays as hourglass and I eventually get an error message saying it has encountered a problem and has to close.  I've tried everything suggested on the Apple site, included complete uninstall several times. 

    Okay ... so it's not one of the cases of bodged up ACLs on the Apple folder in Common Files. (That's been underlying a few of the recalcitrant E7W5s.
    Just in case, let's try the fixit from the following document:
    Fix problems with programs that can't be installed or uninstalled

  • New ipod touch 5 cannot get iMessage to start

    just got new ipod touch 5 and cannot get iMessage to verify or work

    Maybe:
    iOS: Troubleshooting FaceTime and iMessage activation

  • I cannot get my ringer to work on my phone, anyone else having this issue?

    The day I received my phone it would randomly vibrate and then the ringer would turn back on.  Now I cannot get my phone to do anything but vibrate and the ringer will not work at all.  However; when I go into my settings on the phone my ringer is one and turned all the way up.  Has anyone else had this issue with their phone? 

    Try a reset ( Hold the Home and Sleep/Wake buttons until Apple logo appears). Worked on my phone for other sounds like text and mail being extremely low. Might work for you and is quick and easy and you wont loose any of your data. Good luck!

  • Cannot get iTunes to start, no matter what fixes I try

    Hi all!
    I was running iTunes 12 on Windows 64x computer. My iTunes started crashing a few days ago and now won't open AT ALL. Not in Safe Mode or anything. Won't create a new library either. I get no error message either.
    Please don't tell me to uninstall/reinstall iTunes or Quicktime, I have scoured the internet and Apple support community forums and I've just about tried every single fix I could possibly find.
    This is the first thing I tried: http://support.apple.com/en-za/HT1923
    so please don't suggest that one again. I've even tried unistalling quicktime and also reinstalling the latest version. I have downgraded my iTunes to a previous version. I have tried using an older library file. I have tried the msconfig fix. I have tried the sfc /scannow in command prompt too. It won't even open in safe mode. It won't let me create a new library. NOTHING.
    Some of the articles I read:
    Sometimes (usually late at night when I need to get to bed) itunes will not respond once it opens on my windows laptop.  Get twirly spin and if that ever stops, itunes freezes and I cannot do anything with it.
    Troubleshooting issues with iTunes for Windows updates
    iTunes for Windows doesn't open after upgrading in Windows Vista, Windows 7, or Windows 8 - Apple Support
    Issues installing iTunes for Windows - Apple Support
    itunes will not open --windows 7 64bit
    And NONE of those solutions have worked!!!!
    I thought it might be a problem with IOBit software which I installed recently, so I uninstalled that, but it didn't make any difference.
    I have enabled iTunes and Bonjour on the Firewall too like it says here: How to enable iTunes in Windows Vista, Windows 7, and Windows 8 firewall - Apple Support
    I have even looked at msvcr80.dll and QTMovieWin.dll. I must say, copying QTMovieWin.dll has kept iTunes running longer in Task manager than anything else, a whole 45 sec. But it still didn't open!!
    Please if anyone has help it would be appreciated!!
    Thanks a lot!

    Actually my iTunes just started!!!!
    So if anyone else is having this problem, the last thing I tried was copying the QTMovieWin.dll from my C:\Program Files (x86)\Common Files\Apple\Apple Application Support folder to my C:\Program Files (x86)\iTunes folder and started my iTunes Helper.exe
    Hope that can help someone!

  • I have a white screen of death on my macbook. i cannot get it to start up. help!!!

    i try to start my computer and it has the white screen with the apple then the apple turns into the no smoking symbol. then after about a minute it turns itself off. how do i fix this.

    You can't backup the iPod then.
    Place the iPod in recovery mode using one of these programs and restore via iTunes:
    For PC
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    or
    http://joshuabailey1997.wordpress.com/2010/09/02/recboot-v1-3/
    If necessary:
    Download QTMLClient.dll & iTunesMobileDevice.dll for RecBoot
    and                                           
    RecBoot tip
    RecBoot may have problems on 64X windows, then try:
    Tenorshare ReiBoot – Enter & Exit iPhone, iPad, iPod Recovery Mode with a Single Click
    For MAC or PC       
    The Firmware Umbrella - TinyUmbrella
    Installs blootware on PC too
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If data is not in the backup then:
    - If you used PhotoStream then try getting them from your PhotoStream. See that topic of:
    iOS: Importing personal photos and videos from iOS devices to your computer
    - Maybe you can get some info from the restored iPod via How to perform iPad recovery for photos, videos
    Wondershare Dr.Fone for iOS: iPhone Data Recovery - Wondershare Official     
    http://www.amacsoft.com/ipod-data-recovery.html
    -iPod touch Deleted Photo Recovery Tips You Should Know

  • Cannot get iTunes to start

    Not sure if this is the correct forum but...
    I am a long-time Mac OS X user (been using it since 10.0.3) however something has got me stumped. iTunes refuses to start - the Activity Monitor lists the application as Not Responding - after a while I give up and force quit. The application then disappears from the Activity Monitor but the Dock thinks it is still running (black triangle next to the application) and it won't allow a second attempt to re-start.
    Any suggestions as to what I can do to sort it out; re-install iTunes? It is quite suspicious that my Mac crashed minutes before I started getting this problem (probably only the third time OS X has crashed on me in six years) so something may have got corrupted somewhere,
    Thanks in advance

    A word of caution to anybody trying "remedies" to a problem: Make sure you have a backup of the content (in this case your iTunes Musics Library) somewhere .... CD/DVD's, external hard drive, another computer, etc....
    Michael, this might work for you:
    Drag the iTunes alias from the Dock to the Desktop and let it go puff!
    Disconnect any Firewire or USB cables (except Keyboard USB cable)
    Repair Permissions from /Applications/Utilities/Disk Utility
    go to /Applications/Library/Receipts ... trash all iTunes.pkg files EXCEPT for iTunesX.pkg and iTunesPhoneDriver.pkg
    Repair Permissions from /Applications/Utilities/Disk Utility
    Download 7.2.2 (Mac version) from the Apple website
    Repair permissions again ..... RESTART ....
    Click and drag a new iTunes icon alias from Applications to the Dock
    Reconnect any Firewire/USB cables
    Hopefully, you get lucky!
    DIXIE
    15"iMacG4/800/60GHD/768MB-12"PB/867/60GHD/1.12GB-G3/400/1GB   Mac OS X (10.3.9)   AE network

  • Since I installed the latest version of itunes, I cannot get it to start.

    I tried uninstalling it, clearing cache, downloading a fresh version, disabling antivirus and installing as administrator.  What can I do? I am running Windows 7 Ultimate on a 64 bit machine.  When I install it, I do not get any error messages.

    Refer steps here to delete SC file(s):
    Win7/Vista http://support.apple.com/kb/TS2363
    WinXP http://support.apple.com/kb/TS1776
    Then proceed to repair your QuickTime. START > CONTROL PANEL
    WinXP - Add n Remove Programs
    Win7/Vista - Programs n Features
    highlight QUICKTIME and click CHANGE then REPAIR.

Maybe you are looking for

  • What's wrong with Leopard mail, its allowed in, something corrupting my mac

    Hi, I recently bought a brand new 24 inch iMac and Leopard. Most things were fine until I received an unsolicited email on 28th Nov ...from a Gemma Hindley FW; Compost like a pro since then mail has gone haywire. I cannot delete this email at all. I

  • Como controlar velocidad con un PID con USB 6008 ?????

    Buenas tardes. Acabo de adquirir mi placa USB 6008 y estoy comenzando a trabajar para poder controlar la velocidad de un motor trifásico asincrónico estandar. Para esto contruí con un microcontrolador y una etapa de potencia la parte del variador. Y

  • Regarding BAPI for F-32

    Hi All, Can anybody Tell me Available Bapi for F-32( Clear Customer). Thanks in Advance, Jana

  • Activating WebService on R/3 to connect a non-SAP system (XML)

    Hi Experts, Apologize if my thread is not on the right category. I'm not sure where to put this. Is there any steps on how to activate webService to connect to a non-SAP system without using middleware like XI/PI. I'm trying to connect to a non-SAP s

  • Stationery placeholders

    I've been looking for a way to make Stationery Templates where I can put placeholders but I do not know the tags aside from: "signature-placeholder" and "content-placeholder" Is there a cheat-sheet out there for this? I want to put placeholders for d