My jvm don't start with iis

I have a dll isapi who call a dll building on delphi with jni, this dll run correctly when it is called by an executable, but when my dll isapi calls it the jvm doesn't start !
How can I resolve this ?

The environment is the same ...And you know this because you printed out the class
path in a java app started in iis? And you verified
the path by opening a shell in a java app started in
iis and checking the PATH there?
Thank's for your insistence, the jvm start but don't find my specific class, because the directory whith iis is different. I found an easy way to have the directory of my dll with delphi and the show must go on.
The astuce :
uses
windows;
function DirectoryActivDLL : string;
var
TheFileName : array[0..MAX_PATH] of char;
begin
FillChar(TheFileName, SizeOf(TheFileName), #0);
GetModuleFileName(hInstance, TheFileName, sizeof(TheFileName));
Result := TheFileName;
end;
this, return the complete path of my dll.

Similar Messages

  • Why AS10g Forms Applet don´t start with IE7 and SUN Java???

    Hi @ all,
    since two days i am really confused about this strange behaviour of internet explorer 7 with the Sun JRE 1.5.0_15.
    Running our forms with Mozilla Firefox 3.x works fine with Sun JRE, but with IE7 the applet doesn´t start.
    I don´t get any error messages. The only thing I can see is that the java console is not appearing, but I don´t think that my java installation is corrupted or something is configured wrong because other java applets from several homepages are working without problems ( and the java console is appearing ).
    I read about the archive_ie parameter and I tried it but there were no changes in the behaviour of IE7.
    best regards
    Thomas

    Hi,
    I'm trying to connect through the Message Queue Administration Console. I've created a group called admin under ou=Groups,dc=mydomain,dc=com, which has the following properties:
    objectClass     top
    objectClass     groupofuniquenames
    description     Administration group for MQ
    uniqueMember     uid=mqUser,ou=People, dc=qxlva-domain,dc=com
    cn     admin
    Still, mqUser is forbidden.
    Cheers,
    Ben

  • "Oracle XE 10g Net listener" don't start with Fedora Core 5

    hello,
    I have a problem with Oracle XE 10g and FC5.
    Please help me !
    First when I set up Oracle XE with "/etc/init.d/oracle-xe configure" the system stop on "listener starting" during several minutes.
    When FC5 is starting, (after reboot), the system stops severals minutes on "Oracle net listener Starting". Then, when I use SQLPlus TERM, I can't connect in "system".
    So I supose that Oracle don't work.
    Finally, when I use web navigator with "http://127.0.0.1:8080/apex" adress, the navigator shows "page not found".
    Please help me to solve this problem.
    Thank you,
    Best regards
    Alexandre...

    This is being discussed over in the XE forum. WHy don't you join us there and save me from repeating about 300 lines of discussion ...
    to register and discuss XE problems with XE experts use URL http://www.oracle.com/technology/xe/registration Once you have registered, you can sign in to the forums and voila - the link to the XE forum is there. But you do have to sign in.

  • Itunes media folders for musical groups that Start with "The"

    I am using Itunes 10.7 and have selected the option of copying files to Itunes media folder when adding to library.  When I add a musician group that sometimes starts with "The" and other times don't start with "the" (eg Bee Gees or The Bee Gees) these two names are correctly sorted on the Itunes list - "The Bee Gees" sorts next to "Bee Gees".
    When I look at the folders in Itunes/Itunes Media/Music I get one folder for "Bee Gees" and a second folder for "The Bee Gees.  I have just started loading music into Itunes and already have 47 sets of folders where the groups are in two different folders - musical group name starting with "the" and another that does not start with the word "the".
    Suggestions?
    Thanks

    As Ed says, that's the way it works. For any similar group decide which of the two forms you think is correct and then use it consistently in Artist, Album Artist, and Composer when relevant. While not the ultimate arbiter of fact Wikipedia suggests that Bee Gees is the correct form in this example.
    See my article on Grouping tracks into albums for more.
    tt2

  • T61 Window 7 don't start without power cable

    I have T61 think pad with windows 7 64 bits and windows don't start with the battery only but they start when the electrical cable is plugged.  It's very strange, please help me.

    Try booting to bios screen then insert a fully charged battery and unplug the power, if the laptop shuts off, then you have a motherboard problem, however I would definitely test the batteries in another computer just to make sure they work before you replace your board.
    If it does run off the battery when the power is unplugged, but won't start with just the battery, try removing the battery and ac power and press the start button ten times holding 5 seconds each, then 30 seconds on the last time, then replace power and battery and try again. If that doesn't help you can try removing the cmos battery too and and repeating this step, but in most cases this too indicates a system board failure. 
    Good Luck
    ThinkPad W-510 i7-820QM(1.73-3.06GHz) Quad Core... ThinkPad T500, T9900, 8gb SSD...FrankNpad T-60p/61p (X9000 2.8ghz) 8gb SSD ips FlexView...ThinkPad T-61p (T9300 2.5ghz) 8gb ram...Thinkpad X-61 Tablet 4gb ram...ThinkPad A-31 (1.9ghz P4 1.5gb ram)

  • IPhone 4 serial number starts with 61 came out of black box

    Dont new ones start with 7 and 8
    refurbs 5K?
    Whats 61 mean?

    Refurbs don't start with 5K and new ones may not start with 7 or 8.
    Regardless, does it really make any difference what the serial number is if the phone is working fine?

  • Satellite C660-1CN - touchpad do not start with Windows

    Hi,
    I have problem with Toshiba Satellite C660-1CN PSC0QE.
    Touchpad don't start with Windows 7 Home Premium.
    All drivers are updated.
    Bios - lastest.
    After log on I need to click *twice* "FN+F9" and after this is OK until next reboot.
    I tried:
    several Synaptics drivers - no change.
    reinstall Windows - no change.
    Windows XP mini from Hiren - no working.
    BIOS defaults - no change
    After I installed "toshiba value added package" I can't turn on touchpad at all.

    Hi
    Did you notice a difference while external USB mouse is connected or disconnected?
    The point is that you can disable the touchpad automatically when external USB pointing device (mouse) is connected to the notebook.
    This option can be found in +Control panel -> mouse+
    In +control panel -> mouse -> last tab (Device settings)+ you can find all other options related to touchpad

  • How to get name of class that the JVM was started with ?

    Assume I have class foo with the standard main method.
    I also have classes ding and dong, they extend foo.
    The JVM is started with either ding or dong as the 'main' class. Since neither ding nor dong directly implement main, the actual main method being executed is foo's.
    In the main method of foo I want to construct an instance of either ding or dong, depending on which the JVM was started with. Since I'm in a static context, I can't do anything with 'this'. Is there another way to get the name of the 'main' class from the JVM so that I can construct an instance of it ?

    The idea behind all of this is that the developer of
    Ding and Dong should not have to know anything about
    foo, in particular it's constructors. But if Ding and Dong are subclasses of Foo, then developers must know about Foo. If you expect developers to extend a framework without having a well-defined interface to that framework, you are probably heading for trouble.
    To be able to
    privatize the constructors, construction of the
    concrete class has to take place in foo.If Ding and Dong are subclasses of Foo, then you can not make all of Foo's constructors private.
    Of course I could have a method in Ding and Dong that
    calls a static method in foo into which the Ding and
    Dong instance pass their class, but then I'd have
    identical implementations of this method in Ding and
    Dong. Yes you would (well, not identical, but very similar). Like I said, you could do this programmatically with AOP, or you could probably do it dirtily using stack traces (though with it being a single hit at startup, you might not consider it being quite so dirty).
    But: the point of inheritance is that common
    functionality goes into superclasses. I disagree. The important thing about inheritance is that classes share an interface, and that methods can be polymorphically inherited, allowing new functionality to be 'plugged in' in the future, and even at runtime.
    Also, in
    general one wouldn't make methods static if a class
    reference is needed (or one would make it an
    argument), but Sun didn't consult me when they
    designed the main method :-(I still don't see why you need to do what you want to do. It appears that all you are after is the ability to start your program using a command line like
        java com.mypackage.Ding
    instead of
        java com.mypackage.Foo com.mypackage.Ding
    or
        java com.mypackage.Foo Ding.properties
    or something else along these lines.
    Since you must know the name of the class you want to use at the time you want to use it, why can't you just pass the name as an argument, or start up using some properties file, or a shell script?

  • I have very thin, colored lines running vertical on my desktop monitor screen.  I don't know where they come from or how to get rid of them.  I started with one and now have three.  Can anyone give me some insight about what to do in getting rid of them?

    I have very thin, colored lines that have shown up on my IMac monitor screen.  I don't know where they came from or how to get rid of them.  I'm concerned now because I started with one and now have three.  Does any know why this occurs or how to get rid of them?

    I got an address from Applecare, although I can't place my hand on it right now. I didn't bother persuing the letter route myself as I didn't expect much. I know that the location was Cork, Ireland though as that where the UK Applecare is based as far as I'm aware. The best thing to do is to call Applecare (if it's free) and discuss the issue. State that you are not happy wit the fact that you will have to pay to have the problem resolved especiiay if it is an ongoing problem that has not been resolved. I ended up speaking to a senior manager of the Applecare team who then proceeded to tell me about mailing in my grievence to customer services division or something like that.
    If I can find the address I may post it if I'm allowed.
    In the case of age, Schools usually have a 5-year life-cycle as they tend to be used differently than consumer machines, i.e. being used constantly on a daily basis for at least 12 hours with no break. you would expect issues to appear after a few years, but I expect problems that arise through defects to be resolved and stay resolved. As I mentioned we had machines for around 2 years before the lines appeared and sent them to be repaired. I'm happy with that. What I am unhappy about is the fact that the problem has reappeared exactly in the same way and now I'm left with around 7 machines that I either pay loads to repair or, the more likely replace the machines with newer ones since the age is now big enough to warrant the replacement.
    Sorry for the lengthy moan, but these are the reasons I purchased Apple ahrdware in the first place to avoid the "not our problem" stance some PC vendors  usually take, similar to the Dell monitors thread mentioned in here somewhere.

  • Have just migrated from the world of PC's. and I had my set up so that when I typed a new sentence it started with a capital with out me pressing shift. also, i could set up words to self fill like ur would auto correct to your. can this be done with mac

    Have just migrated from the world of PC's. and I had my mail text typing set up so that when I started  a new sentence after a full stop  it started with a capital with out me pressing shift. also, i could set up words to self fill like ur would auto correct to your. can this be done with mac

    I don't know about the first letter cap but the spelling is simple. Edit - Spelling and Grammar - Select While Typing and Correct Spelling Automatically.
    I'd also STRONGLY recommend that you bookmark and use:
    Mac 101
    Switch 101
    Find Out How Video tutorials
    List of Useful URLs for switchers
    Welcome to the Light side.

  • In the lefthand sidebar of Finder, under 'Shared', I encounter in addition my TC, another computer, identified by a long name starting with 'hp'. I don't have another computer. What could this be? And how to get rid of it?

    In the Finder sidebar, under 'Shared', I encounter my TC, as well as another item with a long name starting with 'hp'. 'Get info' shows it to be a 'PC'. However, I don't have a PC. It cannot be my printer (HP), since that has anoter name.
    I can not access the item, which has me a 'guest'.
    What could this item be? And how to get rid of it?
    Many thanks in advance for your help.
    DB

    It's almost certainly your hp printer and is showing the WiFi adapter MAC address after the HP.
    To verify, look at the printer configuration page via Bonjour in Safari.  The settings tab shows the Mac address in the bottom left hand corner for my model of HP printer.
    I'm sorry but I can't explain why that would show up in the finder.

  • Don't know how to start with SIP

    am an undergraduate student studying network programming course, and we were asked to implement simple SIP based application using java and RTP sockets that at least can register and make a phone call,the problem is that i don't know how and where to start with this project ,so is there any ideas!!

    To know more about SIP use the RFC. The RFC for SIP can be found in IETF organization homepage and the RFC number for SIP is 3261. Go through the RFC of SIP and write codes based on the reading.
    I hope you wont have any problem with that.
    do some research on SIP before you start.

  • Having mail 4.5 issues- open mail and get a new features message so I must import messages first in order to use mail 4.5.  Just recently put in MAC OSX 10.6.7.  Once it imports click done to start using mail, but end up with the rainbow wheel? Now What?

    Having mail 4.5 issues- open mail and get a new features message that says in order to use the new features, I must import existing messages into the new version first in order to use mail 4.5.  Just recently put in MAC OSX 10.6.7.  Once it imports I am to click done to start using mail, but end up with the rainbow wheel of death and it also says you cannot use mail until the import is finished? Now What?

    Is Mail still "spinning"?  If it's been doing that for a while, I'd kill it, using either Activity Monitor or the OS X application picker.  Then relaunch Mail and see what happens.
    Two "by the ways":
    1) Your system details mention an PPC iMac.  Since a non-Intel Mac can't run OS X 10.6, you seem to have another Mac.  You might want to consider updating your system details.
    2) You seem to have been misled by the poor labeling of the message composition fields on this forum into trying to enter your entire post into the "subject" field.  In the future, just enter a summary of your post there and the main text into the field below it.

  • Financial Reporting - don't work condition "starts with"

    Hi All,
    I want exclude rows from report where dimension members name start with "9", I try suppress row with condition "starts with", but this don't work.
    When I explore Conditional Suppression feature I got positive take only for "contains" condition.
    Please help me how I can exclude rows from my report.

    I make sense, condition "starts with" work perfect, error in hierarchy on my dimension.
    Hyperion Financial Reporting the best :8}

  • Composite effect don't start automatically with KDE4

    hi,
    so far so good my new Arch + KDE4 is running pretty stable, pretty good and wonderfully fast. However I have this [minor] issue of Compositte effect don't starting automatically with KDE4 log-on, I need to press Ctrl+Shit+F12 twice to activate it after all applications and Nepomuk loads or else I'll have a Plasma crash - which will reload itself with no significant issue to system stability.
    KDE installed are plain KDE packages, not meta and my video card is a ATI HD5750 running latest 10.4-beta catalyst driver.

    Some preferences are no longer there. Someone has posted a way to use Terminal to get the missing preferences. Check this: http://discussions.apple.com/thread.jspa?threadID=1706604&tstart=105

Maybe you are looking for

  • How to set up iTunes with an external hard drive so that there is not a double location for the iTunes Media folder

    Hi, A very helpful postee got to the end of his knowledge level, so I am posting this for you tech guys to sort out. Bit long because I've tried to set it out step by step. Briefly I'm new to iTunes and my laptop has a very small hard drive and is vi

  • Displays track 0/5303 (or there abouts) when plugged in to car audio

    Hi All, New to this discussion board as I've never had any issues with my iphone except this one which randomly I managed to fix last time it occurred. Here's a summary and any suggestions/input would be most appreciated. My car has support for the i

  • Photoshop flash photo gallery

    I downloaded the source files for the Flash Web Photo Gallery-1 from the Adobe site, and exported the fla file without any changes to flash 6.0 which should be the same as the one that comes with photoshop. When I loaded the page into the browser, th

  • Font scrambled!

    Hello! I Have a little trouble with my MacBook: FireFox was taking too long to load a page and I could not force it to quit, so I restarted, then when I ran FireFox, text in the search and address box was scrambled (something like: √∑œ≈˜çµ≤Ωåß∂©ƒ∆˚¬-

  • Changing MIDI song names

    Song names cannot be changed for some MIDI songs with iTunes 7.1. This problem has existed since iTunes 6.0. When is Apple going to correct the problem? Apparently they are interested in using iTunes only for the purpose of selling music.