How to resolve the datasource with Cloudspace database?

Hi,
I am running WebLogic 6.1 on Win2k and I have problem with
Cloudscape database in Default Admin Server.
=== Start init method in myJDBCReadServlet.java ===
Init Error: javax.naming.NameNotFoundException:
Unable to resolve MyJDBCDataSource.
Resolved: '' Unresolved:'MyJDBCDataSource' ; remaining name ''
=== Finish init method in myJDBCReadServlet.java ===
1. I created simple table in the Cloudscape database using IJ utility and inserted
some values:
prompt>java -classpath %CLASSPATH%;..\lib\tools.jar COM.cloudscape.tools.ij
ij version 3.5 (c) 1997-2000 Informix Software, Inc.
ij> CONNECT 'jdbc:cloudscape:demo;create=true';
WARNING 01J01: Database 'demo' not created, connection made to existing database
instead.
ij> SHOW CONNECTIONS;
CONNECTION0* - jdbc:cloudscape:demo;create=true
* = current connection
ij> CREATE TABLE employee(name CHAR(25), location CHAR(20), id INTEGER);
0 rows inserted/updated/deleted
2. I created Connection Pool and Data Source using Default Console
The Connection Pool configuration is the following:
Name : MyJDBC Connection Pool
URL : jdbc:cloudscape:demo
Driver Classname: COM.cloudscape.core.JDBCDriver
Properties : user=none password=none server=none
My Data Source configuration is the following:
Name : MyJDBC Data Source
JNDI Name: MyJDBCDataSource
Pool Name: MyJDBC Connection Pool
I added the following line to myserver startup script to point
to the database location:
-Dcloudscape.system.home=./samples/eval/cloudscape/data
3. I wrote the servlet and here is the piece of the myJDBCReadServlet
code which generated the exception:
public void init()
System.out.println("=== Start init method in myJDBCReadServlet.java ===");
try {
ctx = new InitialContext();
ds = (javax.sql.DataSource) ctx.lookup ("MyJDBCDataSource");
} catch (Exception E) {
System.out.println("Init Error: " + E);
System.out.println("=== Finish init method in myJDBCReadServlet.java ===");
Why it cannot find the database using JNDI name?
Any help will be greatly appreciated,
Jacob Nikom

Great.
Here is a link where you can find more cloudscape details:
http://www.cloudscape.com/docs/doc_36/doc/html/coredocs/docs2.htm
S.
"jacob nikom" <[email protected]> wrote in message
news:[email protected]...
>
Problem solved!
Slava - thank you for your help.
Yes, cloudscape.jar file should be on the CLASSPATH.
I also put tools.jar from the same directory (I am not sure
is it necessary or not, but I did not test it).
However,it is not enough to run WebLogic with Cloudscape
successfuly. You have to tell WebLogic where the database
files are. To do it you have to include start-up option
in the startWebLogic.cmd file.
It looks like:
-Dcloudscape.system.home="C:~\samples\eval\cloudscape\data"
After that it runs. Actually, the file cloudscape.html in the
directory ~\samples\eval\cloudscape has quite a bit of information.
Unfortunately, it is difficult to comprehend it until you understand whatthe
problem is.
Regards,
Jacob
"Slava Imeshev" <[email protected]> wrote:
Hi Jacob,
You need to specify the Cloudscape classes in your
CLASSPATH, which exists in weblogic/samples/eval/cloudscape/lib.
Regards,
Slava Imeshev
"jacob nikom" <[email protected]> wrote in message
news:[email protected]...
Hi Slava,
This is the source of the error:
<Error> <JDBC>
<Cannot startup connection pool "MyJDBC_Connection_Pool"
Cannot load driver class: COM.cloudscape.core.JDBCDriver>
but I don't know how to fix it.
I don't know the name of the Cloudscape JDBC driver.
I looked at cloudscape.jar file and found the following class file:
COM/cloudscape/core/JDBCDriver.class
Is it the right driver?
I tried to use COM.cloudscape.core.XADataSource driver
classname, but got the same problem - WebLogic cannot find it.
Which .jar file has correct Cloudscape JDBC driver?
What else should I do to ensure that driver loads properly?
Thank you,
Jacob Nikom
"Slava Imeshev" <[email protected]> wrote:
Ok. I don't see that neither connection pool nor data source
trying to start. You did not added targets to them or may be
you provided wrong target.
S.
"jacob nikom" <[email protected]> wrote in message
news:[email protected]...
Hi Slava,
Thank you for your response. I am sending you the full
log as .txt file attachment. It is not very large in order
to zip it.
I added some Cloudscape parameters to the startup script,
so you can see them there. They show to the WebLogic where
the database is located.
Also, I think the database was running because I could see
my tables using IJ utility (Cloudscape tool), however I am
not sure how Cloudscape exactly starts and runs.
Regards,
Jacob Nikom
"Slava Imeshev" <[email protected]> wrote:
Could you zip the whole log and send it to me?
I just want to see what the console says about
creation of your datasources and pools.
Regards,
Slava Imeshev
"jacob nikom" <[email protected]> wrote in message
news:[email protected]...
Hi Slava,
This is the output with Stdout severity threshold = "info".
I only split a couple of very long lines.
<Oct 2, 2001 6:29:33 PM EDT> <Info> <HTTP>
<[WebAppServletContext(5891807,myJDBCReadServlet,/myJDBCReadServlet)]
myJDBCReadServlet:
init>
=== Start init method in myJDBCReadServlet.java ===
Init Error: javax.naming.NameNotFoundException: Unable to resolveMyJDBC_Data_Source.
Resolved: '' Unresolved:'MyJDBC_Data_Source' ; remaining name
=== Finish init method in myJDBCReadServlet.java ===
=== Start service method in myJDBCReadServlet.java ===
Service Error: java.lang.NullPointerException
=== Finish service method in myJDBCReadServlet.java ===
"jacob nikom" <[email protected]> wrote:
Hi Slava,
Thank you very much for your response.
I followed your advice and changed the names
of my ConnectionPool and DataSource, removing
all spaces. Now they are MyJDBC_Data_Source and
MyJDBC_Connection_Pool (is underscore OK?).
I think I turned on the message level on "info" few days ago.
Could you remind me how to check it?
I am sending you the full log of my session starting
from the beginning up to the crush:
prompt>"C:\WebLogic61\jdk131\bin\java" -hotspot -ms64m -mx64m
-classpath
.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;.\lib\cos.jar
-Dweblogic.Domain=mydomain -Dweblogic.Name=myserver
"-Dbea.home=C:\WebLogic61"
-Dcloudscape.system.home="C:\WebLogic61\wlserver6.1\samples\eval\cloudsc
a
p
e
\data"
>
-Dweblogic.management.password= -Dweblogic.ProductionModeEnabled=false
>
"-Djava.security.policy==C:\WebLogic61\wlserver6.1/lib/weblogic.policy"
weblogic.Server
<Oct 2, 2001 5:21:57 PM EDT> <Info> <Security> <Getting bootpassword
from user.>
Enter password to boot WebLogic server:
Starting WebLogic Server ....
<Oct 2, 2001 5:22:02 PM EDT> <Notice> <Management> <Loadingconfiguration
file
.\config\mydomain\config.xml ...>
<Oct 2, 2001 5:22:07 PM EDT> <Notice> <WebLogicServer> <StartingWebLogic
Admin
Server "myserver" for domain "mydomain">
<Oct 2, 2001 5:22:10 PM EDT> <Notice> <Management> <Starting
discovery
of Managed
Server...
This feature is on by default, you may turn this off bypassing -Dweblogic.management.discover=false>
<Oct 2, 2001 5:22:17 PM EDT> <Notice> <Management> <Application
Poller
started
for development server.>
<Oct 2, 2001 5:22:17 PM EDT> <Notice> <WebLogicServer><SSLListenThread
listening
on port 7002>
<Oct 2, 2001 5:22:17 PM EDT> <Notice> <WebLogicServer>
<ListenThread
listening
on port 7001>
<Oct 2, 2001 5:22:18 PM EDT> <Notice> <WebLogicServer> <StartedWebLogic
Admin
Server "myserver" for
domain "mydomain" running in Development Mode>
=== Start init method in myJDBCReadServlet.java ===
Init Error: javax.naming.NameNotFoundException: Unable to
resolve
MyJDBC_Data_Source.
Resolved: '' Unresolved:'MyJDBC_Data_Source' ; remaining name
=== Finish init method in myJDBCReadServlet.java ===
=== Start service method in myJDBCReadServlet.java ===
Service Error: java.lang.NullPointerException
"Slava Imeshev" <[email protected]> wrote:
Jacob,
Just FYI, DataSource or ConnectionPool name can not
contain spaces. Change the names and let me know if it helps.
Regards,
Slava Imeshev
"jacob nikom" <[email protected]> wrote in message
news:[email protected]...
Hi Slava,
Thank you for your message. I did assign target to
my Connection Pool and Data Source. It is "myserver".
Also, there is not any error messages form WebLogic
shell except the ones which I place in my message.
So far the misery remains unresolved.
Regards,
Jacob Nikom
"Slava Imeshev" <[email protected]> wrote:
Hi Jacob,
Make sure you assigned targets to the connection pool and
data
source.
Also
check Weblogic shell console for errors.
Regards,
Slava Imeshev
"jacob nikom" <[email protected]> wrote in message
news:[email protected]...
Hi,
I am running WebLogic 6.1 on Win2k and I have problem
with
Cloudscape database in Default Admin Server.
=== Start init method in myJDBCReadServlet.java ===
Init Error: javax.naming.NameNotFoundException:
Unable to resolve MyJDBCDataSource.
Resolved: '' Unresolved:'MyJDBCDataSource' ; remainingname
=== Finish init method in myJDBCReadServlet.java ===
1. I created simple table in the Cloudscape database using
IJ
utility
and
inserted
some values:
prompt>java -classpath %CLASSPATH%;..\lib\tools.jarCOM.cloudscape.tools.ij
ij version 3.5 (c) 1997-2000 Informix Software, Inc.
ij> CONNECT 'jdbc:cloudscape:demo;create=true';
WARNING 01J01: Database 'demo' not created, connection
made
to
existing
database
instead.
ij> SHOW CONNECTIONS;
CONNECTION0* - jdbc:cloudscape:demo;create=true
* = current connection
ij> CREATE TABLE employee(name CHAR(25), location
CHAR(20),
id
INTEGER);
0 rows inserted/updated/deleted
2. I created Connection Pool and Data Source using Default
Console
The Connection Pool configuration is the following:
Name : MyJDBC Connection Pool
URL : jdbc:cloudscape:demo
Driver Classname: COM.cloudscape.core.JDBCDriver
Properties : user=none password=none server=none
My Data Source configuration is the following:
Name : MyJDBC Data Source
JNDI Name: MyJDBCDataSource
Pool Name: MyJDBC Connection Pool
I added the following line to myserver startup script
to
point
to the database location:
-Dcloudscape.system.home=./samples/eval/cloudscape/data
3. I wrote the servlet and here is the piece of themyJDBCReadServlet
code which generated the exception:
public void init()
System.out.println("=== Start init method inmyJDBCReadServlet.java
===");
try {
ctx = new InitialContext();
ds = (javax.sql.DataSource) ctx.lookup
("MyJDBCDataSource");
} catch (Exception E) {
System.out.println("Init Error: " + E);
System.out.println("=== Finish init method inmyJDBCReadServlet.java
===");
Why it cannot find the database using JNDI name?
Any help will be greatly appreciated,
Jacob Nikom

Similar Messages

  • How to resolve the issue with Finder: "The last time you opened finder, it unexpectedly quit when reopening Windows"

    For anyone who is struggling with this issue that simply will not go away, please try:
    1. Fist turn off the mac
    2. Turn on the mac while holding the shift key (safe mode)
    3. Once all logged in click on Finder at the bottom of your screen
    4. Click on Go 5 steps to the right of the Apple logo
    5. Hold the Alt key and click on Library
    6. Open the Preferences folder
    7. Drag 'com.apple.Finder.plist' to yourDesktop
    7. Restart the mac
    That should hopefully resolve it, if not place the plist file on your Desktop back to its original location. Thank you!

    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.mail.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • After the IOS 7.1 update I have issue with Game Center, I'm not been able to  load the  games. The apps don't seems to be able to connect to game centre. How to resolve the issue?

    After the IOS 7.1 update I have issue with Game Center, I'm not been able to  load the  games. The apps don't seems to be able to connect to game centre. How to resolve the issue?

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • How to resolve the problem in jdeveloper903 oc4j starting:JspTagLib listener error

    I just download a jdeveloper903,i hava a problem:
    when i start the oc4j alone,it prompt "JspTagLib listener error:null". Then,After depoly the jsp application with JspTag to oc4j,I found the jsp page can not run,but,the jsp application can run in the
    develope environment.
    how can resolve the problem,help!!Thanks.

    I think you might have better luck asking your question in the JDeveloper forum at:
    http://forums.oracle.com/forums/forum.jsp?id=315684
    later -- Jeff

  • How to install the Oracle Enterprise Manager Database Tuning ?

    Hi,
    How to install the Oracle Enterprise Manager Database Tuning with the Oracle Tuning Pack
    Release 9.0.1
    And where to get download this.
    Thank u..!

    The only way you can get 9iR1 release software is by asking it to your Oracle representative. The oldest 9i release available for public download is 9iR2.
    You could try the administrative 9iR2 client, it can work with 9iR1 releases.
    ~ Madrid.

  • Chat App: how to store the user IP in database when they login.

    hello,
    i am working on chat application. first i made a login GUI form. after login when we run the Chat program, it ask the ip address of the server to whom it want to connect. and if u enter the ip address, it will connect to the server and chat will begin, thats working perfect.
    but i want to show the list of users who r logged on and when i simply click on the user name, chat should begin.
    i have the logic that when any user log in, then its IP address will be stored in the database. this ip address will shown to the online users.
    but i dont know how to store the user information in database when they log in. can any body suggest me wht lines of code i should use.
    thanks.

    palakk wrote:
    i have the logic that when any user log in, then its IP address will be stored in the database. Bad approach. That will only work if this chat is only intended for use on a LAN. If it's used on the internet, then your users' IP addresses will almost always be either a) those of their routers, or b) private IP addresses, and in both cases, multiple users can have the same IP address.
    this ip address will shown to the online users. Why would you want to do that? I want to chat with "Bill", not with "1.2.3.4".
    but i dont know how to store the user information in database when they log in.Do the same thing that you're currently doing to store the IP address, but with the other information you want to store.
    can any body suggest me wht lines of code i should use. This is not a code writing service.

  • How does Oracle client communicate with a database server

    Looking to idenify how Oracle Database Client for OpenVMS communicates with database server and whether the protocol used is secure. Realize that it is using whatever the configured network protocol is (ie. tcpip) but is languauge it uses ( ie. SQL, etc..)  secured/encrypted and if not what steps can be taken to encypt

    Arizuddin wrote:
    I have installed oracle client 10g on client pc for getting connection to Oracle databse 10g (runng on windows server) usng ODBC through SAGE ACC PAC (ERP). Working fine earlier. Now all of a suddent user starts complaining about database connection. When checked his pc registry values. Two values of ODBC keys are reset to null. Those are DSN and DRIVER values. How come this values reset to null? What is causing this to reset?Nothing in this has anything to do with the sever. You need to check what the client did on his machine that caused registry to get modified?
    How does oracle ODBC works with Oracle database? Need to know all the steps involved?The connectoin from any client is initiated by a client process. This client process is supposed to get a server process to do his work. So if this is done, the client can work now with oracle . Please see the concepts guide for the gory details of the entire process.
    HTH
    Aman....

  • How to resolve the loop in universe level

    how to resolve the loop in universe level

    Hi, Kashim
              In univese level loops resolved by Chasm Trap and Fan Trap methods.
    Chasm Trap:  A chasm trap is a type of join path between three tables when two many-to-one joins converge on single table, and there is no context in place that separate the converging join paths.
    There is "many-to-one-to-many"relationship beween the three tables in the universe structure.you can define a context for each table at the many end of the joins.
    A chasm trap is not dependent on the object types, the query could be made up of only dimensions,only details,or only measures,or any combination of the three types with the "many " tables for chasm to occure.
    you can also detect the chasm trap Automatically, tool---->Detect context
    To resolve the chasm trap, you need to make two separate Queries and than combine the results Depending on type of objects defined for the fact tables and the type of end user environment,
    Fan trap: it is occured when there is a "one-to-many" join to the table that "fans out " into another "one-to-many" join to another table.
    Avoid fan trap: The first place by relating all measure objects in the universe to the same table in the universe structure,Avoid placing a measure on anything other than the last table in a in a table path, which is the table with the "many" cardinality attached to it.
    This methods is not recomended as it only works for measure objects and may result in inefficienies in processing the query. This resolution works the same for chasm and fan traps.
    you can create more alias tables based on your requirement in single universe. and it is true conext, when two or more paths.
    Theese methods also apply for resolving loops:
    Short cut join also one method for resolving loops
    Aggregate aware function used another waty for resolving loops
    if you are not resolving the loop result is  redusing the number of records.

  • How to Synchronize Test Instance with Production database on regular basis.

    Hello
    How to Synchronize Test Instance with Production database on regular basis.
    I want to update my Test Instance with Production ERP on daily basis without downTime.?

    Hi,
    I recomend to configure physical standby database for your production and when ever you requir open standby Using a Physical Standby DB in Read Write Mode and Flashback DB, so that you can revert all the changes back and put the db in sync. Please follow below metalink notes.
    Business Continuity for Oracle E-Business Release 12 Using Oracle 11g Physical Standby Database (Doc ID 1070033.1)
    Business Continuity for Oracle E-Business Release 11i Using Oracle 11g Physical Standby Database - Single Instance and Oracle RAC (Doc ID 1068913.1)
    Business Continuity for Oracle Applications Release 11i, Database Releases 9i and 10g (Doc ID 216212.1)
    update my Test Instance with Production ERP on daily basis without downTime.?With zero down time is not possible I think.

  • How to do the lsmw with bapi?

    hi
    while upload the vendor master data using (xk01) from nonsap to sap
    how to do the lsmw with bapi? pls could u give the steps with scren shot to me.
    regards
    eswar.

    Hi
    BAPI - BAPIs (Business Application Programming Interfaces) are the standard SAP interfaces. They play an important role in the technical integration and in the exchange of business data between SAP components, and between SAP and non-SAP components. BAPIs enable you to integrate these components and are therefore an important part of developing integration scenarios where multiple components are connected to each other, either on a local network or on the Internet.
    BAPIs allow integration at the business level, not the technical level. This provides for greater stability of the linkage and independence from the underlying communication technology.
    LSMW- No ABAP effort are required for the SAP data migration. However, effort are required to map the data into the structure according to the pre-determined format as specified by the pre-written ABAP upload program of the LSMW.
    The Legacy System Migration Workbench (LSMW) is a tool recommended by SAP that you can use to transfer data once only or periodically from legacy systems into an R/3 System.
    More and more medium-sized firms are implementing SAP solutions, and many of them have their legacy data in desktop programs. In this case, the data is exported in a format that can be read by PC spreadsheet systems. As a result, the data transfer is mere child's play: Simply enter the field names in the first line of the table, and the LSM Workbench's import routine automatically generates the input file for your conversion program.
    The LSM Workbench lets you check the data for migration against the current settings of your customizing. The check is performed after the data migration, but before the update in your database.
    So although it was designed for uploading of legacy data it is not restricted to this use.
    We use it for mass changes, i.e. uploading new/replacement data and it is great, but there are limits on its functionality, depending on the complexity of the transaction you are trying to replicate.
    The SAP transaction code is 'LSMW' for SAP version 4.6x.
    Check your procedure using this Links.
    BAPI with LSMW
    http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI
    For document on using BAPI with LSMW, I suggest you to visit:
    http://www.****************/Tutorials/LSMW/BAPIinLSMW/BL1.htm
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • TS1702 Does anyone know how to resolve the problem of apps not being able to download in the App Store? After the IOS 6 update I haven't been able to download any apps.

    Does anyone know how to resolve the problem of apps not being able to download in the App Store? After the IOS 6 update I haven't been able to download any apps.

    Maybe here:
    IOS 6 App store crash: Apple Support Communities

  • How to delete the file with space in name

    Hi
    I want to delete the file "test ex.txt" file.
    i run the following command in command prompt.i can delete the file successfully.
    /bin/rm -f /mnt/"test ex.txt"
    I want to run the command from java.So i am using the following code
    String cmd = "/bin/rm -f /mnt/\"test ex.txt\"";
         Runtime rt = Runtime.getRuntime();
    process = rt.exec(cmd);
    The file was not deleted.
    How to delete the file with space in name?
    Help me

    Use the form of exec that takes an array of command + args.
    arr[0] = "/bin/rm"
    arr[1] = "-f"
    arr[2] = "/home/me/some directory with spaces";Or use ProcessBuilder, which is the preferred replacement for Runtime.exec, and which Runtime.exec calls.

  • A friend created 3 accounts on his iPhone 5 but forgot the passwords. He can't reset the password as yahoo address is no longer valid. Erasing the phone doesn't solve the issue. How to register the phone with Apple?

    A computer illiterate friend created 3 accounts on his iPhone 5 but forgot the passwords. He can't reset the password as his yahoo address is no longer valid. Erasing the phone doesn't solve the issue as the Apple server identifies the hardware as registered. How to register the phone with Apple?
    I helped him create a new email address and new iCloud account on my Mac but when we try to register the phone with Apple it says: Maximim accounts limit reached for this device. How can he register the phone? I read different threads and found out that only Apple care can do that. We're in Romania and don't know where to call. Any suggestions on how we fix this?

    When I checked the support site for Romania, you apparently don't have an Apple Care contact center.  You "may" try calling the US Apple care number to verify the account and have the password reset sent to a different email address.  800-694-7466

  • How to set the password encrytacion a database. Accdb from Visual Basic 2010 for a report. Rpl

    I want to know how to set the password encrytacion a database. Accdb from Visual Basic 2010 for a report. Rpl

    You have to connect via ODBC, then use code along the lines of what is described here:
    http://scn.sap.com/thread/3526924
    by me on March 28 and Jan on March 29.
    Also see KBA: 1686419 - SAP Crystal Reports designer does not recognize Access *.accdb file
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • [SOLVED] Poor 2D performance of Radeon 7200 with newest xf86-video-ati

    Today arrived new version (6.12.99) of ATI OSS driver (also new version of ati-dri 7.6, mesa 7.6 and xorg-server 1.7.1) Since that moment I'm experiencing poor 2D performance, especially in GIMP (scrooling of zoomed canvas). Also switching of virt. d

  • Windows 8 on macbook pro

    hey guys im new to these forums, so hopefulluy im asking this question in the right place so i have completly install windows 8 on my bootcamp, but folloing a tutoiral, its great, but there is one important piece missing, my nvidia graphics drivers,

  • Trouble running the new iTunes software on Windows XP

    I can't get the latest iTunes software to run on my Windows XP computer

  • Button in custom component not showing

    I made a very simple custom component with a TextField and Button but when I add multiple instances of it to a Layout, only the first Button shows up while the other show only when I focus the corresponding TextField. I'm quite new to fx and I'm not

  • Camera/Video images missing/not opening

    My camera/video stopped working about a week ago. I can take pictures and video but when I go to the gallery there are broken images and they will not open. I get a can't open message or this video can't be played. I can't upload to facebook, instagr