SQLJ: unable to find input file null   (Error while building EJB.jar file)

Hi,
I am working on open SQL/SQLJ with the following details
Name:Employee application(adding an employee to MAXDB through SQLJ connection)
FRONT-END:JSP/SERVLET
Middle:Stateless bean with DAO(DB connection) coming from SQLJ
Back-end:MAXDB
I have following in abc.sqlj file
#sql public context Connx with (dataSource = "java:comp/env/jdbc/SAPTSTDB")
and creating instance and adding to DB in another say xyz.sqlj file
          Connx con = null;
          try{
               con = new Connx();
                    #sql [con] {insert into TMP_DB1(EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL)
                    values(:(employeeDTO.getEmployeeId()),
                             :(employeeDTO.getFirstName()),
                             :(employeeDTO.getLastName()),
                             :(employeeDTO.getEmail()))};
My build has no errors..but while building EJB archive with above sqlj files, am getting following error
"SQLJ: unable to find input file null" for both sqlj files.
Anybody faced this kind of issue, pls reply back.
Thanks
parveen

Hi,
I am working on open SQL/SQLJ with the following details
Name:Employee application(adding an employee to MAXDB through SQLJ connection)
FRONT-END:JSP/SERVLET
Middle:Stateless bean with DAO(DB connection) coming from SQLJ
Back-end:MAXDB
I have following in abc.sqlj file
#sql public context Connx with (dataSource = "java:comp/env/jdbc/SAPTSTDB")
and creating instance and adding to DB in another say xyz.sqlj file
          Connx con = null;
          try{
               con = new Connx();
                    #sql [con] {insert into TMP_DB1(EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL)
                    values(:(employeeDTO.getEmployeeId()),
                             :(employeeDTO.getFirstName()),
                             :(employeeDTO.getLastName()),
                             :(employeeDTO.getEmail()))};
My build has no errors..but while building EJB archive with above sqlj files, am getting following error
"SQLJ: unable to find input file null" for both sqlj files.
Anybody faced this kind of issue, pls reply back.
Thanks
parveen

Similar Messages

  • Error 8 File permission error while building executable for a RT

    I got error 8 File permission error while building executable for a RT. It happened always after build, I mean new startup.rtexe and startup.alias files have been created. At the build properties, it was set use default .alias file.
    I had the executable built successfully at one time.
    The detail message is:
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Error 8 occurred at Open/Create/Replace File in RTBEP_Generate_Deploy_Instructions.vi->RTBEP_Invoke_Build_Engine.vi->RTBUIP_Build_Invoke.vi->RTBUIP_Build_Rule_Editor.vi->RTBUIP_Open_Properties.vi->RTBUIP_Item_OnDoProperties.vi->RTBUIP_Item_OnDoProperties.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  File permission error. You do not have the correct permissions for the file.
    =========================
    NI-488:  DMA hardware error detected.
    I checked relevant posts, couldn't find any clue.
    Please give me some ideas.
    Thanks.

    Hi Ya-hoo,
    Error building application in LabView 8.0 seems to describe a similar situation. The .alias file is important, as described in that discussion forum.
    Cheers.
    | Michael K | Project Manager | LabVIEW R&D | National Instruments |

  • Error while updating a jar file

    I am trying to update a jar file using teh following command
    jar -uf project.jar fileMy.prop
    however while doing that i get the following error
    java.io.IOException: Error in writing existing jar file
    at sun.tools.jar.Main.run(Main.java:179)
    at sun.tools.jar.Main.main(Main.java:904)

    Perhaps some process (your java program perhaps) is still running that has the file open still? You'll need to shut down the process(es) that have it open. Or you don't have proper rights to the directory/file. Not a java issue.

  • Error while introspecting the JAR file

    I get the following error while introspecting the JAR into BPM
    [Error] Introspection exception : Internal Error:
    java.lang.UnsupportedClassVersionError: Bad version number in .class file.
    Anybdy knows whats the error?

    It means you're using different JDK versions to run OBPM Studio and to compile the classes in your JAR. If you recompile the classes with the same major version of the JDK you use in Studio the introspection should work.

  • Cannot build EJB jar file in NWDS

    hello,
    I changed java beans file, and tried to build jar file again, then the "build EJB archive" context menu is disabled so I can not make EJB jar file!
    So frustrated.. NWDS recognizes the changes in the java files , right? How come there 's no Build menu..
    Is there any pre-requisite to enable the menu?
    I have no idea how I can build jar file..
    Please give me a advice.. Thanks~!

    You might check the weblogic.developer.interest.ejb.tools new group.
    Make sure that the tool doesn't leave this ejbcgen directory around. It
    should delete
    that temp dir. When it doesn't it keeps all the old generated stuff around
    and your changes won't be
    reflected in the new jar.
    Rodrigo Ruiz Aguayo <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I have a problem with the EJBDeployerTool. When I want to update
    a class file (for example, because I corrected any problem), the
    deployer tool doesn't update the file correctly. It keeps the
    old version of the class file.
    In order to update a jar I have to copy the newer version in the
    .ejbdeployer/provider-projects directory by hand. Is it a bug?
    Is there any other way to do this? We are wasting too much time
    in this task, instead of programming :_(
    Thanks in advance,
    José Rodrigo Ruiz Aguayo e-mail : [email protected]
    I.T. en Informática de Sistemas webpage : ---------------------
    "Simulation is perfect, whenever we're not talking about reality"

  • Problem building EJB jar file using Eclipse

    Hi,
    Here's my file sturcture.
    ejb\x\y\z\test\
    ejb\x\y\z\test1\
    'ejb' is the root directory.
    The java source files under 'test' have a package name x.y.z.test.
    The java source files under 'test1' have a package name x.y.z.test1.
    I want to build a EJB jar file for 'test' and 'test1' separately. In eclipse when I create an EJB project, I specify the root folder as the source in the java build path settings. So the project explorer in Eclipse shows both the packages since they are under the same root folder. When I try to do 'Export - EJB Jar File', it includes both the 'test' and 'test1' in the .jar. Is there a way to build them separately ?
    Thanks,

    As far as I know, there is no way in Eclipse to specify a package prefix for a source folder. Assuming that you are not using an operating system with support for symbolic links at FS-level, the only way I can think of solving your problem is via linked folders and includes/excludes.
    1. Create two ejb projects in your workspace. Specify locations somewhere independent of where the root of your source tree is located.
    2. Right click on proj1 and select Properties / Java Build Path / Source.
    3. Click Link Source and specify the location to your source root on disk. Click Next.
    4. In the inclusion patterns section, add a pattern that captures classes appropriate for that module. Click Finish.
    5. Delete the original source directory that was created during project creation before leaving Build Path configuration dialog.
    6. Repeat steps 2-5 on the second project, except specify a different inclusion pattern.
    This should produce a project structure that Eclipse will be happy with, but you have to be a little bit careful. Even though you filtered out classes from the view of the java compiler for a particular project, you will still see them listed in the various navigational views (such as Package Explorer or Project Explorer). Don't modify these filtered out files. The project that is supposed to be building them will not react to changes in the other project. You will have to manually refresh (right click on project and select refresh) the other project before the java compiler will see changes.
    Hope this will help you out.
    - Konstantin

  • Java error while trying download jar file into SYS Schema

    Hi,
    I am trying to use UTL_DBWS package for Consuming Web Services in Oracle 10.2.0.4
    I donwloaded latest copy of the dbwsclient.jar file from the below link.
    http://www.oracle.com/technology/sample_code/tech/java/jsp/dbwebservices.html
    I chose the below option for downloading the jar file since i use 10.2.0.4 oracle version.
    10.1.3.1 Callout Utility for 10g and 11g RDBMS (ZIP, ~13MB)
    I tried to download the jar file into SYS schema using the below command.
    loadjava -u sys/password -r -v -f -genmissing -s -grant public D:\oracle\Product\10.2.0\DB_1\sqlj\lib\dbwsclientws.jar D:\oracle\Product\10.2.0\DB_1\sqlj\lib\dbwsclientdb102.jar
    But i keep getting the below error.
    class oracle/security/wss/interceptors/ClientSecurityDescriptor: resolution
    existing : Failures occurred during processing
    Can you please advice how do i resolve this error.
    Regards,
    MSP

    I suspect that there is more to the error message than what you are reporting.
    If so please post the entire message.

  • Error while deploying a JAR-File into 8i !

    Hello to all Oracle experts,
    At the attempt to deploy a Jar file into the 8i the following
    error message comes onto Shell level:
    initialization complete
    loading : com/sun/xml/tree/XmlDocumentBuilder
    ORA-01536: space quota exceeded for tablespace 'PROCON_DATA'
    Error while loading com/sun/xml/tree/XmlDocumentBuilder
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "SYS.DBMS_LOB", line 700
    ORA-06512: at "PROCON.LOADLOBS", line 1
    ORA-06512: at line 1
    creating : com/sun/xml/tree/XmlDocumentBuilder
    Error while creating class com/sun/xml/tree/XmlDocumentBuilder
    ORA-29509: incorrectly formed Java binary class definition
    The command was:
    loadjava -user procon/procon@t2srv1:1521:PROCON -thin -verbose -schema PROCON xml_un.jar
    It would please me if somebody has an idea to this error !
    null

    Hi Olivier,
    you could try the following approach:
    1. Package your JAR files as J2EE Engine libraries and deploy them on it as described here: <a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/2ade3fc6c6ec06e10000000a1550b0/frameset.htm">Working with J2EE Libraries</a>.
    2. Set reference to this library from the application that use them. Depending on your application, refer to the appropriate documentation:
    -- reference from a J2EE app -> see <a href="http://help.sap.com/saphelp_nw04/helpdata/en/15/d5d93fe80fed06e10000000a1550b0/frameset.htm">Referencing Libraries in Applications</a>
    -- reference from a portal app -> see <a href="http://help.sap.com/saphelp_nw04/helpdata/en/02/788540ae1dbb4de10000000a1550b0/frameset.htm">Referencing Elements</a>
    Hope that helps!

  • Error while loading the jar file using loadjava

    Hi,
    I'm trying to load a jar file in to a database through the loadjava utility. First time when i loaded a jar file it created few public synonyms with /'s. like /5b3d7f97_BeanInfoIndexer.
    Now i want to drop these synonyms before i reload the jar file with loadjava.
    If i use DROP PUBLIC SYNONYM /5b3d7f97_BeanInfoIndexer; it gives the following error...
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    I wonder how to drop these synonyms. I have to drop all these synonyms to freshly load the jar file.
    Thanks
    Shiva

    You can include the synonym names in double quotes in the drop synonym command. But it is not a good idea to drop the synonyms(which have been created by loadjava) using drop synonym command. Instead, you can use dropjava command which will automatically drop all the synonyms created by the loadjava command.

  • Error while runing the jar file.

    Hi All,
    I am facing one problem.
    I am trying to exeute application jar.
    through command java -jar cleint.jar
    In this jar I am ussing one class ProcessingFailureException this class is in process.jar file. I have set the process.jar in classpath. but when I am running the command
    set classpath=%classpath%;c:\process.jar
    java -jar client.jar
    The foolowing exception is coming
    C:\client>java -jar snmsnbi.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: globaldefs/ProcessingFailureException
    Can any body give the clue ?
    Waiting -
    Vikas Kumar Sahu

    Hello friends.
    I did self study and I got the answer that I forgot to specify specified jar file
    in the MANIFEST.MF file.
    I added te entry and its working filne.
    Regards -
    Vikas Kumar Sahu

  • Error while running ldap40.jar file

    Hi,
    I have cloned an oracle 8i database(which is on windows 2000 sp4 server) to a new server(same configuration i.e windows 2000) to make the new server as a production database. I was not aware that the db server will connect to an LDAP server, so i have missed copyng some configuration files related to ldap. later, after making the new server as production server, development team informed me that some part of application is throwing some ora errors, the errors are
    ora-04088, ora-06512, ora-29532,
    Later i 've copied the configuration files related to ldap server into the db server, and i got some documentation regarding the db server(steps to follow for a new db server). in that we need to loadjava into database by using
    *"call loadjava -username/passwd -resolve %script_path%/ldap40.jar"*
    when i run the above command i got the ora-29552 error
    ORA-29552: verification warning: at offset 66 of netscape.ldap.util.LDIF$Lin
    eReader.readLine resolved FIELD<null> cannot Access netscape.ldap.util.LDIF.COMM
    ENT
    verifier is replacing bytecode at netscape.ldap.util.LDIF$LineReader.readLine:66
    by a throw
    at offset 66 of netscape.ldap.util.LDIF$LineReader.readLine resolved FIELD<null>
    cannot Access netscape.ldap.util.LDIF.COMMENT
    at offset 167 of netscape.ldap.util.LDIF$LineReader.readLine resolved FIELD<null
    cannot Access netscape.ldap.util.LDIF.m_doneverifier is replacing bytecode at netscape.ldap.util.LDIF$LineReader.readLine:16
    7 by a throw
    at offset 167 of netscape.ldap.util.LDIF$LineReader.readLine resolved FIELD<null
    cannot Access netscape.ldap.util.LDIF.m_doneat offset 167 of netscape.ldap.util.LDIF$LineReader.readLine resolved FIELD<null
    cannot Access netscape.ldap.util.LDIF.m_doneplease help me out ,
    Thanks in advance,
    Sai

    Photoshop Scripting Forum http://www.adobeforums.com/webx?13@@.3bbf2765

  • Error while building shopping mall project

    Oracle IDE used=     10.1.3.02.23
    I tried to build the project shopping mall. I am getting the following message.
    Please advise.
    Project: D:\JavaInfo\shoppingMall\vsm-i18n\vsm-i18n.jpr
    D:\JavaInfo\shoppingMall\vsm-i18n\src\oracle\otnsamples\vsm\OC4JJAASManager.java
    Error(14,30): cannot access class com.evermind.security.User; file com\evermind\security\User.class not found
    Error(15,30): cannot access class com.evermind.security.Group; file com\evermind\security\Group.class not found
    Error(17,34): cannot access class oracle.security.jazn.oc4j.JAZNUserManager; file oracle\security\jazn\oc4j\JAZNUserManager.class not found
    Error(31,11): class JAZNUserManager not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(41,14): class JAZNUserManager not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(54,9): class User not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(55,9): class Group not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(71,9): class User not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(74,11): class Group not found in class oracle.otnsamples.vsm.OC4JJAASManager
    Error(74,24): class Group not found in class oracle.otnsamples.vsm.OC4JJAASManager
    D:\JavaInfo\shoppingMall\vsm-i18n\webroot\jsps\shopowner\reportXML.jsp
    Error(2): Unable to find class for bean: xsql defined by tag with class: oracle.otnsamples.util.XMLSQLUtil
    D:\JavaInfo\shoppingMall\vsm-i18n\src\oracle\otnsamples\vsm\HeaderFilter.java
    Warning(210,35): variable LOCALE_KEY in class org.apache.struts.action.Action has been deprecated
    Warning(213,38): variable LOCALE_KEY in class org.apache.struts.action.Action has been deprecated
    Warning(214,37): variable LOCALE_KEY in class org.apache.struts.action.Action has been deprecated
    D:\JavaInfo\shoppingMall\vsm-i18n\src\oracle\otnsamples\vsm\client\AdminFrame.java
    Warning(408,12): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(409,12): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(410,16): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(411,17): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(412,14): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    Warning(413,13): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated
    D:\JavaInfo\shoppingMall\vsm-i18n\src\oracle\otnsamples\vsm\client\Authentication.java
    Warning(210,10): method setNextFocusableComponent(java.awt.Component) in class javax.swing.JComponent has been deprecated

    Hi,
    I am importing the application as follows:
    1) I have developed a web dynpro project. This project has a jar file for getting the java classes. The web dynpro application works fine.
    2) I imported this application into a Development Component Project. Here it fails to recognize the jar file that is required. Even if I put the jar file in its build path, while building, the jar file gets removed.It says java build path errors.
    Please help!
    Thanks,
    Mayuri

  • Error while building development component project

    Hi all,
    I have created one webdynpro application in which i am importing javabean model using jars in my build path.I am able to execute that application successfully but when i try to import that application in a new development component project, i am getting errors in my bean class (IPrivateBeanclassname) for some getter setter methods saying the method is not defined....
    I have put the same jar in its build path also.
    Can somebody please help...
    Thanks,
    Mayuri

    Hi,
    I am importing the application as follows:
    1) I have developed a web dynpro project. This project has a jar file for getting the java classes. The web dynpro application works fine.
    2) I imported this application into a Development Component Project. Here it fails to recognize the jar file that is required. Even if I put the jar file in its build path, while building, the jar file gets removed.It says java build path errors.
    Please help!
    Thanks,
    Mayuri

  • Unable to find data source null [Caused by: jdbc/Apps1DataSource not found]

    Hi,
    I am using OA Adapter which listens to an EBiz HRMS event, and I am encountering the following error in $Home\j2ee\oc4j_soa\log\oc4j_soa_default_group_1\oc4j\log.xml while registering the ESB service.
    Error details:
    <MSG_TEXT>Failed to process control event for Service "DefaultSystem.SyncWorkerPartyEbizOAAdapter" due to an error while adding the Service! Reason : oracle.tip.esb.server.common.exceptions.BusinessEventFatalException: An unhandled exception has been thrown in the ESB system. The exception reported is: "ORABPEL-12517
    AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
    The Resource Adapter Oracle Applications Resource Adapter was unable to activate the endpoint oracle.tip.adapter.apps.AppsWFBesQueueDequeueActivationSpec:{MessageSelectorRule=tab.user_data.event_name = 'oracle.apps.per.api.person.update_person', QueueName=WF_BPEL_Q, Consumer=ORA_6krj2dpn70s36c1g6h1k8dhi8h, DatabaseSchema=APPS, AppsEventSchema=ANY_SCHEMA} due to the following reason: javax.resource.ResourceException: Unable to find data source null Caused by: jdbc/Apps1DataSource not found
    Please correct the reported issue and redeploy the BPEL process.
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:566)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateInboundJcaEndpoint(ESBActivationAgent.java:390)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.performEndpointActivation(ESBActivationAgent.java:306)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:236)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:209)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateEndpoint(InboundAdapterService.java:177)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateService(InboundAdapterService.java:119)
         at oracle.tip.esb.server.service.EsbServiceFactory.activateEsbService(EsbServiceFactory.java:222)
         at oracle.tip.esb.server.service.EsbServiceFactory.addEsbService(EsbServiceFactory.java:240)
         at oracle.tip.esb.server.common.RuntimeESBSystem.addService(RuntimeESBSystem.java:211)
         at oracle.tip.esb.common.system.ServiceEventsHandler.handleCreateService(ServiceEventsHandler.java:72)
         at oracle.tip.esb.common.system.MetadataChangeListener.handleServiceEvent(MetadataChangeListener.java:136)
         at oracle.tip.esb.common.system.MetadataChangeListener.onMetadataChange(MetadataChangeListener.java:85)
         at oracle.tip.esb.common.control.ControlMessageHandler.handleMessage(ControlMessageHandler.java:115)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:162)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:120)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: Unable to find data source null
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:411)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getConnection(AppsManagedConnectionFactory.java:288)
         at oracle.tip.adapter.apps.AppsManagedConnection.getConnection(AppsManagedConnection.java:85)
         at oracle.tip.adapter.apps.AppsConnection.getJdbcConnection(AppsConnection.java:70)
         at oracle_tip_adapter_apps_AppsConnection_Proxy.getJdbcConnection()
         at oracle.tip.adapter.aq.database.MessageReader.establishDBconnection(MessageReader.java:358)
         at oracle.tip.adapter.aq.database.MessageReader.&lt;init>(MessageReader.java:265)
         at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.init(AQActivationSpecDequeuer.java:142)
         at oracle.tip.adapter.aq.AQEndpoint.&lt;init>(AQEndpoint.java:99)
         at oracle.tip.adapter.aq.AQResourceAdapter.endpointActivation(AQResourceAdapter.java:73)
         at oracle.tip.adapter.apps.AppsResourceAdapter.endpointActivation(AppsResourceAdapter.java:147)
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:541)
         ... 20 more
    Caused by: javax.naming.NameNotFoundException: jdbc/Apps1DataSource not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:257)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:197)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:408)
         ... 31 more
    </MSG_TEXT>
    I have added the connection properties in $Home\j2ee\oc4j_soa\application-deployments\defaul\oc4j-ra.xml as follows:
    <connector-factory location="eis/Apps/apps1" connector-name="Oracle Applications Adapter">
         <config-property name="xADataSourceName" value="jdbc/AIADataSource"/>
         <config-property name="dataSourceName" value=""/>
         <connection-pooling use="none">
         </connection-pooling>
         <security-config use="none">
         </security-config>
    </connector-factory>
    Please correct me if the connection properties are wrong.
    I tried AppsEventSchema with 'NO-SCHEMA' and 'ANY-SCHEMA' also.
    If I use File Adapter I was able to register the ESB and instances were created successfully.
    My versions:
    JDEV:      10.1.3.3.0
    SOA:     10.1.3.3.0
    I have done a lot of research on this but in vain. Is there any patch for rectifying this error?
    Help me on this issue pl.
    Regards
    RK

    You need to check your datasource name jdbc/AIADataSource
    Check out your data-sources.xml to make sure you didn't mistype it.

  • Download doesn't work; i keep getting "unable to find firefox.exe" even when I open from program files folder; working onwindows xp with service pack 3

    download doesn't work; i keep getting "unable to find firefox.exe" even when I open from program files folder; working onwindows xp with service pack 3

    As you can see below, when I right click, I have no such option.  In the User Account Settings, I'm operating as the "System Administrator".
    Any other suggestions?

Maybe you are looking for

  • Migrating music to an external hard drive for access by Windows & Mac

    Hey folks I recently migrated my collection of music to an external hard drive by: 1) changing the iTunes music folder location from the default (Music/iTunes/iTunes Music) to my external hard drive through iTunes Preferences. 2) Selecting "Consolida

  • Corrupted ipod error message

    I've had my ipod for about 3 years, and I haven't really had any problems. Knock on wood. I downloaded the newer version of itunes, and synced my ipod to it. Now my ipod has no music in it, and there is an error message that pops up when I plug it in

  • Editable Form crashes

    I have Acrobat 9 Pro Extended and Windows 7. Trying to create an editable form. I use the Wizard, save it, close editing, distribute form as a hard copy for later emailing. It errors with no error code. Please help. Thank you so much.

  • Max. Bildzahl für PS-Album 2.0

    Weiss jemand, wieviel PS Album 2.0 max. bearbeiten kann. Wir haben derzeit damit rund 20 000 Bilddateien gespeichert. Beim Start des Programms kann man sich in Ruhe einen Kaffee bereiten gehen, bis das gesamte Album geladen ist vergehen Minuten, auch

  • What is wrong with the table om page 2 (see attached file)

    What is wrong with the table om page 2 (see attached file)