Linking Error :: Solaris 8 machine with 3rd party libraries

Hi,
I am working on a Solaris8 migration project.
I need an explanation for a problem I have compiling a rather old program I am working with at work. I tried compiling it,
however I get a bunch of errors of the same type:
Undefined symbol first referenced in file
unsafe_ostream::do_opfx(void) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
operator new(unsigned int) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.
so
endl(ostream&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
ws(istream&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
exthrow /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
RWCString RWLocaleSnapshot::asString(double,int,bool)const ./objs/CalcFinancial.o
FDRMSCash::FDRMSCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
RWDBMemTable::~RWDBMemTable() ./objs/CalcFinancial.o
exalloc /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
ostream::operator <<(double) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
ostream::operator <<(long) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
istream::operator >>(double&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
istream::operator >>(int&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
istream::operator >>(long&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
istream::operator >>(char*) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
Iostream_init::Iostream_init(void) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
FDRMSvsCash::FDRMSvsCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
RWDBValue&RWDBRow::operator[](unsigned)const ./objs/CalcFinancial.o
RWDBRow&RWDBMemTable::operator[](unsigned) ./objs/CalcFinancial.o
RWDecimalPortableInit::RWDecimalPortableInit() ./objs/CalcFinancial.o
ld: fatal: Symbol referencing errors. No output written to CalcFinancial
*** Error code 1
make: Fatal error: Command failed for target `CalcFinancial'
I can understand that it has to do with linking problems...Compiling is ok..
I am working on Solaris 8 machine with additional 3rd party libraries like rogue wave etc..
I have added the library path to the makefile with the -L option & also given the library name with -l option.
Any help would be appreciated...
regards
Debkumar

I am using FORTE 6 compiler on Solaris 8, & Rogue Wave Source Pro.
The LINK command is
$(ALTCC) -mt -library=rwtools7,iostream -staticlib=rwtools7,iostream -lCcFi -lCcDt /xenv/RK
Curves/sun4/5.x/1.0_A0_beta/lib/librk.a -L/software/development/fdrms/ab83445/src/lib/sun4-5 -lFDRMS
Calc -L/software/development/fdrms/ab83445/src/lib/sun4-5.5.1 -lFDRMSCalc -ptr$(OBJDIR) -o $@ $(OBJECTS:%=$(OBJDIR)/%)
The librk.so linking errors can be eliminated if i force it to link the static libraries by including the complete paths to it...
The errors with CalcFinancial still persists..
RWCString RWLocaleSnapshot::asString(double,int,bool)const ./objs/CalcFinancial.o
FDRMSCash::FDRMSCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
RWDBMemTable::~RWDBMemTable() ./objs/CalcFinancial.o
FDRMSvsCash::FDRMSvsCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
RWDBValue&RWDBRow:perator[](unsigned)const ./objs/CalcFinancial.o
RWDBRow&RWDBMemTable:perator[](unsigned) ./objs/CalcFinancial.o
RWDecimalPortableInit::RWDecimalPortableInit() ./objs/CalcFinancial.o
bool RWLocaleSnapshot::stringToNum(const RWCString&,unsigned long*)const ./objs/CalcFinancial.o
bool RWLocaleSnapshot::stringToNum(const RWCString&,long*)const ./objs/CalcFinancial.o
FDRMSDebugger::FDRMSDebugger() ./objs/CalcFinancial.o
bool RWLocaleSnapshot::stringToTime(const RWCString&,std::tm*)const ./objs/CalcFinancial.o
void DestroyCurves() ./objs/CalcFinancial.o
FDRMSvsNonCash::FDRMSvsNonCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
RWDBDatabase::~RWDBDatabase() ./objs/CalcFinancial.o
RWDBDatabase RWDBManager::database(const RWCString&,const RWCString&,const RWCString&,const RWCStrin
g&,const RWCString&) ./objs/CalcFinancial.o
RWDate getValueDate(const RWDBDatabase&) ./objs/CalcFinancial.o
FDRMSDebugger::~FDRMSDebugger() ./objs/CalcFinancial.o
unsigned RWDBTable::index(const RWCString&)const ./objs/CalcFinancial.o
RWCString RWDBValue::asString()const ./objs/CalcFinancial.o
void closeDatabase(RWDBDatabase&) ./objs/CalcFinancial.o
unsigned RWDBMemTable::entries()const ./objs/CalcFinancial.o
bool RWLocaleSnapshot::stringToDate(const RWCString&,std::tm*)const ./objs/CalcFinancial.o
FDRMSFinancial::FinancialType FDRMSFinancial::convertStringToFinancialType(const RWCString) ./objs/C
alcFinancial.o
void CreateCurves() ./objs/CalcFinancial.o
RWCString arg(RWCString,int,char**) ./objs/CalcFinancial.o
RWDBMemTable*getRefsByFinclSrcAndBatchStp(const RWDBDatabase&,const RWCString&,const RWCString&,cons
t RWCString&,const int,const int) ./objs/CalcFinancial.o
bool RWLocaleSnapshot::stringToMoney(const RWCString&,double*,RWLocale::CurrSymbol)const ./objs/Calc
Financial.o
bool FDRMSDebugger::start(const RWCString&) ./objs/CalcFinancial.o
bool RWLocaleSnapshot::stringToNum(const RWCString&,double*)const ./objs/CalcFinancial.o
bool RWDBDatabase::isValid()const ./objs/CalcFinancial.o
ld: fatal: Symbol referencing errors. No output written to CalcFinancial
*** Error code 1
make: Fatal error: Command failed for target `CalcFinancial'
Any help...
Thanks in advance.
Deb

Similar Messages

  • ANE with 3rd party libraries

    Short Version:  How does one package 3rd party dylib dependencies with an ANE on MacOS?
    Extended Version:
    I have an ANE that dynamically links with 3rd party libraries.  I am working on MacOS.
    My ANE framework dylib file links with the 3rd party library dylib.  However, when I package a bundle application with the ANE, the ANE fails to initialize, throwing an Error: "ArgumentError: Error #3500".  I have inferred that the issue is failure to find and link my 3rd party library dylib.
    If I run my AIR app from a Working Directory that contains the 3rd party library, everything works.  This implies that the linker is only looking in the Current Working Directory and not the locations of the 3rd party dylibs.
    I have included my 3rd party dylibs with my ANE framework, for instance:
    MyANE.framework/MyANE
    MyANE.framework/Resources/3rdparty.dylib
    I have used otool to inspect the linkage for MyANE.framework/MyANE:
    MyANE:
              libMyANE.dylib (compatibility version 0.0.0, current version 0.0.0)
              @rpath/Adobe AIR.framework/Versions/1.0/Adobe AIR (compatibility version 1.0.0, current version 1.0.0)
              ./3rdparty.dylib (compatibility version 1.0.0, current version 1.0.0)
          /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 52.0.0)
              /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
    Ok, you see that it wants to load from CWD.  I tried changing the 3rdparty.dylib linkage, as so:
    install_name_tool -change ./3rdparty.dylib @loader_path/Resources/3rdparty.dylib MyANE
    but the application displays exactly the same behavior:  It only works if I run from the folder containing 3rdparty.lib.
    Are there some kind of additional platform options I have to set while packaging the ANE?
    Thanks!
    JW

    Hello,
    I assume your client is standalone (or runs outside of the WLS JVM) if so you will need to put the required jars on your clients classpath.
    cheers
    Hussein Badakhchani
    www.orbism.com

  • Using Time Machine with 3rd party drive connected to Airport Extreme

    In Snow Leopard, I connected a G-Tech drive to my Airport Extreme via USB and used that with Time Machine for backups.  It worked flawlessly most of the time, although my understanding is that this technique has not been supported by Apple since Snow Leopard was released.  Is anybody using this method in Lion?  If so, does it work OK?
    I got a little worried reading about the issues some folks have had doing Time Machine backups in Lion so instead of trying that method, I got another drive and connected it via FireWire to my MacBook Pro for backing up in Time Machine.  The first backup took a little over an hour.  The second one took just a few moments.  I do notice that my hard drive stays mounted on my desk top even when Time Machine is inactive.  Is this normal? 

    Lots of people do this, but it is not supported and there have been reports of data corruption even if things appeared to be working for quite some time.  The question you have to ask yourself is whether it is worth the risk.  This is a backup, after all.  An unreliable backup is worse than no backup (because you think you have one when you may not).
    What you have experienced with your external drive is all normal.  The first backup takes quite a while because it is both large and there are lots of small files to copy.  (Copying lots of small files is slower than copying a few large ones.)  Subsequent backups will usually be much faster.  One hour for the initial backup is actually very fast.  Finally, external drives remain mounted even when Time Machine is not using them, unlike network drives which are only kept mounted while the backup is active.

  • Problems with 3rd party libraries used in ejb

    Hi
    I need to deploy a standalone ejb component to weblogic server. The ejb uses some libraries. When my client application invokes it, an exception is thrown for not able to find classes in those libraries.
    I tried putting the jar files in Weblogic's lib folder, and also edited startWebLogic.cmd file to add them to classpath. It just won't work.

    Also, how is the EJB deployed? if its an EAR, you should see the third-party jars in the EAR in the "APP-INF" directory (workshop created beans and built EAR has the APP-INF directory)

  • Connecting my iPhone 4S with 3rd party composite cable; error "accessory not supported by iphone".  Sound comes through and it charges but NO Video???

    Connecting my iPhone 4S with 3rd party composite cable; error "accessory not supported by iphone".  Sound comes through and it charges but NO Video???  I have verified the cable, I can play video with sound from iPod Nano 4th gen.

    composite don't support mirror so it will only display on the tv when the app being used support tvout option
    the build in video app does so it should display on the tv at least my composite cable does with my iphone4
    the audio always works it's pretty much works like a headset

  • IPayment with 3rd Party payment system

    Hi All,
    I have to configure iPayment with the third party payment system. the 3rd party talks with the Paymentech for credit card processing.
    Here in this case,
    1. 3rd party server is providing web services to talk with them
    2. 3rd party server is working fine with the Paymentech
    Issues
    1. As per my understanding, I have to use Gateway model overhere. Correct me if I am worng?
    2. Do I need to create any configuration servlet to talk with 3rd party server or is there any other way?
    3. At which point I should call the web services provided by 3rd party?
    4. How to create request as per the web service requirements and how to solve the response provided by web services?
    Thanks in advance

    Hi,
    If your third party system talks with Payment Tech, Is it possible for you to confiure payment Tech directly with iPayment. As you know that oracle provides all the necessary confguration and servelt. Its pretty striagt forward and simple.
    Find out whether you can use payment tech directly, that should solve most of your issues. If you need more information, let me know
    Thanks,
    RK
    925 998 1494
    Independent Techno Func Consultant

  • OLAP Services and Infobus -- can they work to interface with 3rd party tools?

    I would like to link 9i OLAP data to 3rd party tools like Formula One or other Java Report Writers. Can this be done using infobus or other technologies? Does 9i OLAP services act as an infobus data provider?
    Has anyone done this? If so can an example be provided?
    Thanks

    I would like to link 9i OLAP data to 3rd party tools like Formula One or other Java Report Writers. Can this be done using infobus or other technologies? Does 9i OLAP services act as an infobus data provider?
    Has anyone done this? If so can an example be provided?
    Thanks InfoBus is a Java standard for dynamic data interchange. The Oracle9i OLAP API does not act as an InfoBusDataProvider. It's compatible but not supported. Also, InfoBus has been determined not well suited for multidimensionality.
    BI Beans actually has some code in its Query object to act as an InfoBusDataProvider, but it is hidden due to inadequate testing and review, plus there is a perception that there is a lack of strong interest in this feature.
    So the short answer is that OLAP API and BI Beans do not provide InfoBus support. If there is a public outcry for InfoBus support, Oracle OLAP would consider it as a feature for a future release.
    As for another technology to link Oracle9i OLAP data to 3rd party tools like Formula One or other Java Report Writers, I'll look into it and report back.

  • Swing with third party libraries

    I know that within the Java SDK there is an extensive ability to create 2D and 3D graphics for use in an application. However, what is the situation with 3rd part libraries (e.g. specifically looking at Open Inventor from numerical algorithms group). Is it easy to use these libraries within swing? For instance, from my limited knowledge so far I would envisgae creating some sort of 'pane' in which I could then simply paint a chart/graph that I'd created with the NAG library. Is it this easy or much more involved? To what extent are libraries compatible? As you can see I at a fairly basic level here so any help much appreciated.
    Cheers

    Close this thread as it makes little sense.

  • HT204368 Can you (Handoff) control your iphone with 3rd party devices ? (Like making calls, sending message, etc...)

    I am wondering if you can control your iphone or other iOS devices with 3rd party devices? I have in mind like making calls, sending sms, etc....
    Thank you!

    No,

  • Is message persistance with 3rd party queues implemented?

    Is message persistance with 3rd party queues implemented for 9.0.2 or 9.0.3 prev?
    I am not able to use Oracle JMS and want to try implementing this.
    Documents on how to implement this would be helpful.
    thanks,
    Isaac

    OC4J 9.0.2 is certified with few JMS providers like MQSeries, SonicMQ, SwiftMQ, etc. Please look at the Services Guide that documents how to use 3rd Party JMS providers.
    regards
    Debu

  • Error while exporting the 3rd party technical system in SLD

    Dear all,
        We're currently using PI 7.0. When trying to export the technical system in SLD, after the exporting, the IE jumps to the download page automatically, but there's a exclamation mark with no text info. I've tried to create a new 3rd-party technical system and try to export, the same thing happened.
        It happened in both our develop and our production PI system.
        Also I've found following error info in SLD server log:
    Log Record Details
    #33 04/19/2007 10:07:38.573 [SAPEngine_Application_Thread[impl:3]_33]
    ERROR com.sap.sld.wd.technicalsystem.ExportView: null
    Thrown:
    java.lang.UnsupportedOperationException
    at java.util.AbstractCollection.add(AbstractCollection.java:216)
    at java.util.AbstractCollection.addAll(AbstractCollection.java:319)
    at
    com.sap.lcr.webui.admin.ImportExportControl.addAssociatorAndReferenceNames(ImportExportControl.java:1244)
    at com.sap.sld.wd.technicalsystem.ExportView.getBCSystemExportList
    (ExportView.java:285)
    at com.sap.sld.wd.technicalsystem.ExportView.getExport
    (ExportView.java:193)
    at com.sap.sld.wd.technicalsystem.wdp.InternalExportView.getExport
    (InternalExportView.java:137)
    at
    com.sap.sld.wd.technicalsystem.wdp.IPrivateExportView$IContextElement.wdGetObject(IPrivateExportView.java:208)
    at com.sap.tc.webdynpro.progmodel.context.AttributePointer.getObject
    (AttributePointer.java:158)
    at com.sap.tc.webdynpro.clientserver.data.DataContainer.getAndFormat
    (DataContainer.java:1092)
    at com.sap.tc.webdynpro.clientserver.data.DataContainer.getAndFormat
    (DataContainer.java:1064)
    at
    com.sap.tc.webdynpro.clientserver.uielib.standard.impl.FileDownload._getData(FileDownload.java:81)
    at
    com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FileDownloadAdapter.getReference(FileDownloadAdapter.java:291)
    at com.sap.tc.ur.renderer.ie6.LinkRenderer.render(LinkRenderer.java:53)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment
    (GridLayoutRenderer.java:336)
    at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render
    (GridLayoutRenderer.java:79)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at com.sap.tc.ur.renderer.ie6.GroupRenderer.renderGroupFragment
    (GroupRenderer.java:1184)
    at com.sap.tc.ur.renderer.ie6.GroupRenderer.render
    (GroupRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:254)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutFragment
    (FlowLayoutRenderer.java:210)
    at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.render
    (FlowLayoutRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
    at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render
    (ScrollContainerRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
    at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render
    (ViewContainerRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:254)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutFragment
    (FlowLayoutRenderer.java:210)
    at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.render
    (FlowLayoutRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
    at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render
    (ScrollContainerRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
    at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render
    (ViewContainerRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
    at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render
    (ViewContainerRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment
    (GridLayoutRenderer.java:336)
    at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render
    (GridLayoutRenderer.java:79)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
    at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render
    (ScrollContainerRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:52)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml
    (HtmlClient.java:1039)
    at
    com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillDynamicTemplateContext(HtmlClient.java:455)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse
    (HtmlClient.java:1223)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse
    (HtmlClient.java:1179)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse
    (HtmlClient.java:299)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.finishTasks
    (AbstractClient.java:173)
    at
    com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:753)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing
    (ClientSession.java:261)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
    at
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent
    (DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost
    (DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet
    (HttpHandlerImpl.java:401)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet
    (RequestAnalizer.java:387)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet
    (RequestAnalizer.java:365)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle
    (RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle
    (Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request
    (Processor.java:160)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:170)
    Hope you can help us.
    Thanks and B'Rgds,
    YiNing

    not sure if it has relevance, but the SLD level transports will do nothing but create a CIM file which should be downloaded to your deskktop.
    1. Make sure that there are no Pop Up BLocker's acting on the XI server on your machine.
    2. Make sure that you have the download authorizations on your machine.
    Regards
    Bhavesh

  • Error accessing method in 3rd party dll

    already asked for help a few weeks ago but no one answered and i still wasn't able to figure out what the problem...
    i have a 3rd party dll and im trying to access some methods (USING JNI)- i have no problem accessing methods with no parameters and they work fine but a method with parameters just wwont work.
    i guess that its something with my syntax - probably incorrect data type when converting from java type to native type...
    i dont have any previous expirience with c so help would be appriciated...
    heres my java code:
    package pavel2.javay;
    class Test {
        native String VersionGet();
        native String loadDll();
        native String LogInMT4(int account,String  pass,String server,String a,String v,String c,String d);
        static {
            System.loadLibrary("pavel2");
        public static void main(String args[]) {
            Test t = new Test();
            System.out.println(t.loadDll());
            System.out.println(t.LogInMT4(230622,"qd1bvvs","Orion-DEMO","","","",""));
    }and the dll wrapper:
    #include <windows.h>
    #include <C:\\Program Files\\Java\\jdk1.6.0_10\\include\\jni.h>
    #include <C:\\Program Files\\Java\\jdk1.6.0_10\\include\\win32\\jni_md.h>
    typedef char*   (*LogIn_MT4)( const int login, const char *password, const char *server, const char *proxyserver,
                   const char *proxytype, const char *proxylogin, const char *proxypassword);
    HINSTANCE hOle2Dll;
    JNIEXPORT jstring JNICALL Java_pavel2_javay_Test_loadDll(JNIEnv * env, jobject jobj){
         hOle2Dll = LoadLibrary(TEXT("D:\\pavel2\\tzmt4api.dll"));
         return  (*env)->NewStringUTF(env, "tzmt4api.dll loaded!!");
         /*if (OleInitialize(NULL) == S_OK)
              if ( hOle2Dll >= 32 )
                   //FreeLibrary ( hOle2Dll ) ;
    JNIEXPORT jstring JNICALL Java_pavel2_javay_Test_LogInMT4(JNIEnv * env, jobject jobj,jint login, jstring password, jstring server,jstring proxyserver,jstring proxytype,jstring proxylogin,jstring proxypassword){
                   LogIn_MT4 fnc ;
                   fnc = (LogIn_MT4)GetProcAddress ( hOle2Dll , "LogIn_MT4" ) ;
                   if ( fnc == NULL )
                        MessageBox(NULL, TEXT("Error loading Method"), TEXT("Error"), MB_OK);
                   else
                   const char *pass = (*env)->GetStringUTFChars(env, password, NULL);
                   const char *ser = (*env)->GetStringUTFChars(env, server, NULL);
                   const char *proxyserv = (*env)->GetStringUTFChars(env, proxyserver, NULL);
                   const char *proxyt = (*env)->GetStringUTFChars(env, proxytype, NULL);
                   const char *proxylog = (*env)->GetStringUTFChars(env, proxylogin, NULL);
                   const char *proxypass = (*env)->GetStringUTFChars(env, proxypassword, NULL);
                   int a=fnc(login, pass, ser, proxyserv,proxyt,proxylog,proxypass);
                   (*env)->ReleaseStringUTFChars(env, password, pass);
                   (*env)->ReleaseStringUTFChars(env, server, ser);
                   (*env)->ReleaseStringUTFChars(env, proxyserver, proxyserv);
                   (*env)->ReleaseStringUTFChars(env, proxytype, proxyt);
                   (*env)->ReleaseStringUTFChars(env, proxylogin, proxylog);
                   (*env)->ReleaseStringUTFChars(env, proxypassword, proxypass);
                   //return  (*env)->NewStringUTF(env, empty);
                   return  (*env)->NewStringUTF(env, "logged");
                             //int c = fnc(login, *password, *server, "", "", "", "");
    BOOL APIENTRY DllMain( HMODULE hModule,
                           DWORD  ul_reason_for_call,
                           LPVOID lpReserved
         switch (ul_reason_for_call)
         case DLL_PROCESS_ATTACH:
         case DLL_THREAD_ATTACH:
         case DLL_THREAD_DETACH:
         case DLL_PROCESS_DETACH:
              //todo: unregister class here
              break;
         return TRUE;
    }this is the output:
    tzmt4api.dll loaded!!
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xcccccccc, pid=3792, tid=3824
    # Java VM: Java HotSpot(TM) Client VM (11.0-b15 mixed mode, sharing windows-x86)
    # Problematic frame:
    # C 0xcccccccc
    # An error report file with more information is saved as:
    # C:\Program Files\TradeZone\TZMT4APInew\Work\hs_err_pid3792.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Process finished with exit code 1
    p.s - it looks like the login method works but when returning to java the VM crashes
    can anyone help me?

    jschell - tried this already and got the same ..
    ejp - i cant do this bucause i dont have a .lib and this proccess can run only on windows unfortunately...
    my problem is that i dont know the how to create the correct type for the method:
    this is the signature:
    typedef int  (*LogIn_MT4)( const int login, const char *password, const char *server, const char *proxyserver,
                   const char *proxytype, const char *proxylogin, const char *proxypassword);how do i create in c this var types?
    int a=fnc(1531, "asas", "asd", "","","","");how do i create
    const char *xxx type? and its okay for the int just to write a number or i also need to declare it?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Trouble getting java install wizard to work with 3rd party software

    Hi,
    I just installed Java 2 SDK version 1.4.2 under Solaris 8. The installation appears to be fine. I changed
    the links and PATH to make sure I'm pointing to the correct version. I am trying to install a 3rd party software called Powerchute Network Shutdown by APC, to be able to shut down our servers remotely, that are attached to our APC UPS. I get these error messages from the software:
    starting the wizard
    Exception in main calss "JExpressLoader"
    java wizard not started properly
    unable to start the install wizard
    Tech support at APC has been unable to help me. I am wondering if someone can tell me how to verify my java wizard is installed correctly. (I don't even know what a java wizard is by the way, so hopefully
    this question makes some sense to someone).
    Thanks.
    -Trish

    You need Xwindow System in your sun.

  • Problem with 3rd Party Plug-Ins

    I am running Logic Pro 7 and recently a majority of my 3rd party plug-ins quit working. When I try to load the plug-ins or open a song that uses the plug-ins, Logic unexpectedly quits. Some of the plug-ins that cause the problem are:
    Spectrasonics Trilogy and Atmosphere
    Plugsounds PS01-06
    Ueberschall BPM120 and PLP120
    Native Instruments Kompakt
    This has happened before, but for some reason within two or three weeks, they just magically started working again. I could use an update on my OS (10.3.9) and some updates are available for the plug-ins, but why wouldn't everything continue to work as it had if nothing has changed? And is this absolutely necessary because I'd rather not because I'd have to update everything.

    Did you update or change ANYTHING on your system? I've learnt that once I have a stable system, DONT upgrade unless you HAVE to, as updated plugins are designed to work on the most recent software, and sometimes dont get tested and/or work with "older" systems.
    However, if you have not changed anything and are getting these problems, the most likely cause is either song corruption (though you said this is happening on multiple songs, so I doubt thats the problem) or preference corruption, which happened to me just a few months ago. Dont ask me how things get corrupted, but when they do you start to experience random weirdness. For example, recently all my songs stared giving me "memory errors" on stuff that use to playback fine. Once I rebuilt my preferences, every was stable again.
    Here is a link to troubleshooting tips created by Bee Jay (a wise poster here). Follow them and they should fix your problems:
    http://logicquicktips.blogspot.com/2006/10/troubleshooting-logic.html
    Note: if you created any custom key commands for logic, do not trash your old preferences, as you can import your key commands from this file. Check your manual under import key commands. Here is a link to the PDF of the manual, which is easier to search:http://www.apple.com/support/logic/
    If you want to turn off your plugins just to see if they are at fault (though it sounds to me like song/prefs corruption, not plugin problems) use the AU
    manager. I'm not in front of Logic right now, but I believe its under either the apple pulldown menu, or the file menu, or one of the other menus "up top."
    (sorry for my bad description). If you still cant find it, let me know and I'll look it up, but as I said, this sound like a corruption issue and not an issue with your plugins.
    Best of luck!

  • Airplay no longer working with 3rd party after upgrading to Maverick.

    I updated my MacBook Pro this week and I have noticed that the airplay icon is no longer showing up in iTunes to connect to my Denon Amplifier. The interesting thing is that my old iPad 1 that I have that is still running 5.1.1 can connect and play to the receiver just fine.
    Was there an update to the airplay software that would affect 3rd party devices? I was not able to find any new updates for my receiver.

    I woke up this morning with the same problem (all was fine last night).  Only way to get all my mailbox folders back was to use Time Machine while in Mail, choosing the backup file from previous night and selecting EACH MAILBOX to restore (23 for me).  All appears okay so far today (except some of my accessories in the menu bar are gone). 
    I sure hope an update comes SOON.  In anticipation of Mavericks and the new MAIL I switched from Outlook 2011 3 weeks ago transfering 17,000+ files and would hate to back

Maybe you are looking for

  • Loading of Inventory Management

    I am trying to load data in parallel into the Non Cumulative Inventory (0IC_C03) cube and the SnapShot (ODSSNAP) ODS.  The steps that I have followed is as follows: 1) Load into PSA 2) Subsequently load into Data Targets This failed so I deleted the

  • Connector BPM Engine is not able to connect REMOTE DATABASE

    Hi All, We are facing the following issue while invoking any operation in BPM Queue. Can any one have any idea why we are facing this issue. An exception occurred while executing a transaction. Details: Connector [bpmengine_J2EE_RUNTIME_FUEGOLABS_ARG

  • Disposition variable ALV

    Hi experts!! I need to create a disposition variable in the toolbar of my ALV, does anybody know how can I do this? Thanks a lot!! Regards, Rebeca

  • Default Encoding for Mail

    Mail on ipod touch seems to show all mails in ISO8859 or so. The problem is I sometimes have to read mails in Chinese/Japanese encoded in EUC-CN/EUC-JP etc. Is it possible to change the default encoding for Mail?

  • Where is the clipboard on the iphone 5?

    where is the clipboard located on the iphone 5?