Mapviewer Admin Problem

I am attempting to have two mapviewer applications deployed inside two different oc4j instances on a server for development and testing. I am having trouble administering the second mapviewer instance as the all the pages have the "mapviewer" application name hard coded in them. Does any one know if there is a version of the mapviewer.ear without this problem?

While you can have as many mapviewer applications deployed on as many oc4j instances as you like, you only need one mapviewer instance itself. Your application should just need the url to the mapviewer server. It does not need to (and should not) be deployed inside the mapviewer ear directory.

Similar Messages

  • Mapviewer Admin - not starting when additional memory allocated o4cj start

    Forum:
    When startinng mapviewer 11g ( with java -jar -Xms128m -Xmx512m -XX:MaxPermSize=512m oc4j.jar, the mapviewer admin page does not initialize when we navigate to it in the browser.
    However , when we the simpler version, oc4j.cmd -start, the mapviewer administrator web pages functions correctly.
    Does anynone have clues as to why Mapviewer admin has problems when more memory is being allocated on startup ?
    Thanks in advance
    JF

    Hi Mithun,
    Thanks for your reply! If stopping the deployment need some time to finish, So, admin console of weblogic should disable ( grey out ) its starting button while the related deployed application is still shutting down. After the deployed application were stopped completely, then enable the starting button again to avoid the issue.
    I just feel a little bit strange for the admin console of Weblogic to behavior on start / stop deployed application.
    Thanks,
    Zhiping

  • MapViewer metadata problem - accessing spatial data in a different schema.

    I have a MapViewer application that uses data from three different schemas.
    1. Dynamic Themes come from schema A.
    2. Static Themes come from schema B.
    3. A newly added static theme in B whose data comes from schema C.
    The mapviewer datasource points to schema B where the static themes, data and metadata are defined while the dynamic themes have their own datasource specified as part of addJDBCTheme(...).
    To get the newly added map to work I've had to add a view in schema B that points to C instead of referencing directly the table and I've had to add the metadata twice, once for schema B and once for schema C.
    If I put the metadata in just one of the two schemas I get the following errors.
    08/11/21 13:58:57 ERROR [oracle.sdovis.ThemeTable] cannot find entry in ALL_SDO_GEOM_METADATA table for theme: AMBITOS_REST
    08/11/21 13:58:57 ERROR [oracle.sdovis.ThemeTable] java.sql.SQLException: Invalid column index
    OR
    08/11/21 13:53:39 ERROR [oracle.sdovis.theme.pgtp] java.sql.SQLException: ORA-29902: error in executing ODCIIndexStart() routine
    ORA-13203: failed to read USER_SDO_GEOM_METADATA view
    It's not a big deal but I'd like to know if anyone else has has similar problems.
    Saludos,
    Lew.
    Edited by: Lew2 on Nov 21, 2008 6:42 AM

    Hi Lew,
    if you are using a recent version (10.1.3.1 or later) there is no need to use a view and to create the metadata in both schemas.
    You need to grant selection on tables between the schemas.
    You can try the following. Assume you have the MVDEMO schema (from MapViewer kit) and SCOTT schema.
    1) grant select on MVDEMO Counties table to SCOTT
    SQL> grant select on counties to scott;
    2) Now you are ready to create a predefined theme in schema SCOTT using the MVDEMO Counties table.
    - Open MapBuilder and loads the SCOTT schema.
    - On the Data navigator (bottom left tree), go to Geometry tables and you should see the MVDEMO node and the COUNTIES node inside it.
    - Start a wizard to create a geometry theme based on this Counties table.
    - At the end you should see that the base table name is MVDEMO.COUNTIES. Therefore MapViewer will use the metadata in MVDEMO schema and there is no need to replicate it in SCOTT schema.
    Joao

  • Mapviewer performance problem using image format FORMAT_RAW_COMPRESSED

    I am using the MapViewer.FORMAT_RAW_COMPRESSED map image in my (java) map application because some features must be clickable and as far as I can work out, this is the only way to achieve this in a Java client. On my local system, running the map server in an oc4j container, this works about as fast as using FORMAT_GIF_URL and loading the image from this url. There also doesn't seem to be much difference in memory and cpu usage.
    When I direct the request to a map server running on a remote Application Server the rendering time grows exponentially. The same maprequest using FORMAT_GIF_URL runs as fast as it does in my local OC4J container. The problem seems to be in "packing time" in RealWorker:
    Remote AS:
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 99ms
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 5560ms
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 142605ms
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 148264ms
    Local OC4J:
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 540ms
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 2490ms
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 120ms
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 3150
    The test server is smaller than my local system and more applications are running on the AS, generating the map takes all the available memory and cpu, but the difference between the time it takes generating a GIF image and generating a Java image of almost a factor 50 is puzzling.
    What could cause this enormous difference? Any idea's about how we can analyze or solve this? What could RealWorker be doing in this packing time? Any hints would be greatly appreciated.
    Many thanks,
    Ida

    Thanks for the replies!
    1. Which AS version are you using? -> 10.1.2
    2. Just as a test, if you restart AS (if possible) do you still get the same values? -> yes, we restarted the AS and the results are the same.
    The server is indeed running low in memory. It is a 512MB machine, just big enough to run the AS. The production server will have some more, but not very much. Could I estimate how much extra memory it will need to keep a good performance when generating maps with live features? And maybe I'm wrong, but shouldn't the extra load for the java image only be on the client, since that's where the image is made? On the server it's just the image data, isn't it?
    I tried removing the basemap, but that reduces the loading time just with a few seconds. The live themes are jdbc themes and result in only some 20 to 30 geofeatures. Removing them from the request so only an empty image with a title is retrieved still takes about 117 seconds. Reducing the device size does reduce the loading time, so it does seem to have something to do with the amount of pixels in the image space, not with the data. Could it be that in the "packing" of the image something happens that takes a lot of memory, related to the amount of pixels?
    In my situation it would be handy if the live features were also returned when the image format is not set to FORMAT_RAW_COMPRESSED, it is also possible to draw shapes onto an existing image and this would bypass the memory problems.
    Thanks for any further help.
    Ida

  • Help with Admin Problems

    Ok so I have been blessed with the most unlucky of situations anybody could Imagine. My Dilemma is that I now have a new Macbook Pro running Mavericks 10.9.4 as my old one is many, many years old. Now the problem is that I need to unlock the gold padlock on the old computer running 10.5.8 but there is no admin account? All of the users say standard and I thought I had used to be the admin but now its gone. So I looked up ways of fixing the problem including one specific one: Restart computer, Hold command+s, type: "mount -uw /" then: "rm /var/db/.AppleSetupDone" then: "reboot" and had gone through all the settings and set up a new account but the account it made is still only a standard and not an Admin account! And since I still don't have an admin I cannot even delete the new standard account. My poor old Mac is running out of memory and disk room. Any ideas on anything I can do as I no longer remember where the startup discs were put, cannot gain access to any admin privileges, can not unlock anything I need to get to, and have not tried an Apple store yet as I heard they will not do it for you. Anybody have suggestions as I can't get any of my important files off my old mac or even activate our time machine cause it requires the admin info as well

    The first user on Mac is also has administrator rights, so use your password for the account.

  • ARD Admin problem

    I'm running ARD 3.4 in a school with 26 iMacs from early 2006 in a lab. Everything was working fine until I had to replace two machines due to hardware failure. I replaced them with the same model computer, restored them from the same image that the rest used, and called it good. I administer ARD from another iMac, early 2008 20" in the building. I went to install some software and found the two I had replaced not working, call them #1 and #3. I removed them from my list, ran the scanner, and found the machines were simply using different IP addresses, so I re-added them to my list. ARD works as usual for all the machines except 1 & 3, listing them as offline, but I am still able to control them (any other tasks fail because the computers are "offline"). I've gone through every setting, both on the machines, and in ARD and the only difference I can find is that ARD reports 1 & 3 as being administered by a computer with a different IP address than the others - I've pinged this IP address and gotten no response. The working computers also have a green light next to the admin machine name, while 1 & 3 do not. I click the edit button at the bottom of this page, but it doesn't actually let me edit anything, regardless of which computer I'm checking.
    Has anyone else run into this problem? Any suggestions?

    Hi jhana,
    I've been combing the boards because I too am having this very same kind of thing happen.
    In my case, I moved and have been attempting to recreate the office I had back in AUG 2010. Started setting it all up in January and was delayed due to a lot of hardware failures. Am finally getting around to setting up ARD and my computers are not working with ARD as they did in the past. Many are showing up as Offline. I decided to throw away the prefs and thought it would give me a fresh start, but now many computers on the network are not even showing up!
    Misery loves company, but I sure would like to solve this and get happy.
    Suggestions anyone?
    ARD 3.4 Administered from an iMac PowerPC G5, and the Ethernet & Airport network has 3 more iMacs, a MacMini, and two PowerMacs, and a PowerBook G5, and sometimes an iBook. Things were working great before I moved. Network is configured a bit differently that before, but since I set it up, file sharing seemed to be working OK, so then went I went to set up ARD 3.4 things are not right.
    Why?
    Thanks in advance and so long for now, TOM

  • Server Admin Problem - File Sharing fails to load

    We recently switched over from a 10.4 server to an Intel Quad Core Xserve running 10.5.8. Things seemed to be working for about a week but now The File Sharing part of Server Admin fails to load. After spinning for a few minutes I get a kNetworkError on the File Sharing Service.
    I'm not totally through setting up all the share points so this is causing quite a problem. Otherwise the Sharepoints that are set up are working properly. The first time this happened a server restart cleared the problem. This time nothing seems to help.
    Anyone have a cure for this?

    The problem seems to be getting worse. Once the error occurs some of the other services are not available through SA either. Anybody have any suggestions, or is it a reformat and reinstall situation?

  • IP Admin Problem

    I am unable to install my printer on my MacBook 10.5.8
    I have pasted into the Terminal:
    dseditgroup -o edit -p -a admin -t group _lpadmin
    I then press enter and it asks for my password, but when I type it in nothing happens, nothing types.
    How do I enter my password if I cant type it in please?
    I have searched this forum and I cant find anyone else with the password input problem
    Hope someone can help
    Thanks

    Keep typing it in. It's not supposed to display anything onscreen when entering it in the Teminal.
    (91739)

  • Delegated Admin - Problem

    I just installed the SC 6 Update 2 all component in the same server....when i try to create a user with delegate admin i have the following error
    /opt/sun/comms/da/bin/commadmin -v user create -D admin -n domain.com -l username -d domain.com -w password -S mail,cal -H servername.domain.com
    FAIL
    *5088:Error message required. missing resource string -> norgsmd null*
    the only way to make work is if I remove the " -S mail,cal". I enable mail & cal to be use with convergence, the object exist in the LDAP because the admin user that was created with the installation has all the objectsclass needed for calendar and mail, so if I login into convergence I see the calendar and email folders...
    and then a I run the command /opt/sun/comm/im/sbin/imadmin assign_services to assign the services to all users in a specific domain and it executes without problem but without changes...the users still have the same objectclass
    the complete output of the command is :
    bash-3.00# /opt/sun/comms/da/bin/commadmin -v user create -D admin -n domain.com -l username -d domain.com -w 12345 -S mail,cal
    [Debug]: DBG:Object = user ; task = create
    [Debug]: default domain from Properties: domain.com
    [Debug]: IShost from Properties: mail.domain.com
    [Debug]: ISPort from Properties: 80
    [Debug]: Contacting : http://mail.domain.com:80/commcli/auth
    [Debug]: To servlet: domain=domain.com&username=admin&password=12345&charsetenc=UTF-8
    [Debug]: cookie => JSESSIONID=6777b671e5fb7eee49f1851ec1a3; Path=/commcli
    [Debug]: RECV: OK
    [Debug]: RECV: OK
    [Debug]: RECV: dn: uid=admin, ou=People, o=domain.com,dc=domain,dc=com
    [Debug]: RECV: nsroledn: cn=Top-level Admin Role,dc=domain,dc=com
    [Debug]: RECV:
    [Debug]: DBG: before getobjtaskargs
    [Debug]: In getObjTaskArgs for: user; create
    [Debug]: Contacting : http://mail.domain.com:80/commcli/climap
    [Debug]: Sending to servlet: task=create&object=user
    [Debug]: getObjTaskArgs Status: 0
    [Debug]: Number of servlets: 1
    [Debug]: Servlet Name: TaskManager
    [Debug]: Servlet args: task=CreateUser
    [Debug]: Servlet args: objecttype=User
    [Debug]: Valid Options Array: 8
    d, true, , false, true, user's domain, domain, ,
    l, true, , true, true, user's login ID, add_uid, ,
    F, true, , true, true, user's first name, add_givenname, ,
    L, true, , true, true, user's last name, add_sn, ,
    I, true, , false, true, user's middle initial, add_initials, ,
    W, true, , true, true, user's password, add_userpassword+confirm_userpassword, ,
    S, true, , false, true, service(s) to be added , add_services, mail={H;true;#;false;true;user's mail host;add_mailhost;#},{E;true;#;false;true;user's email address;add_mail;#}::cal={E;true;#;false;true;user's email address;add_mail;#},{B;true;#;false;true;user's back end calendar server;add_icsdwphost;#},{J;true;#;false;true;first day of the week;add_icsfirstday;#},{T;true;#;false;true;user's timezone;add_icstimezone;#},{k;true;#;false;true;calendar version - legacy or hosted domain;cal_version;#},
    A, true, , false, true, attribute to add, <attr name>:<value>, add_, ,
    [Debug]: DBG: getObjTaskArgs done
    [Debug]: servInfo len = 1
    Enter user's password: 123456789
    [Debug]: argVal =domain.com
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com
    [Debug]: argVal =username
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username
    [Debug]: argVal =test
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test
    [Debug]: argVal =test
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test
    [Debug]: argVal =123456789
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789
    [Debug]: argVal =123456789
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789
    [Debug]: argVal =mail
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789&add_services=mail
    [Debug]: argVal =cal
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789&add_services=mail&add_services=cal
    [Debug]: Contacting : http://mail.domain.com:80/commcli/TaskManager
    [Debug]: To servlet: task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789&add_services=mail&add_services=cal
    [Debug]: RECV: FAIL
    *[Debug]: RECV: 5088:Error message required. missing resource string -> norgsmd null*
    [Debug]: CLITask: status returned =FAIL
    FAIL
    *5088:Error message required. missing resource string -> norgsmd null*
    [Debug]: DBG: doOne returned code=6
    [Debug]: Contacting : http://mail.domain.com:80/commcli/logout
    [Debug]: Logout ...
    any help will much appreciated
    CA

    KenGra wrote:
    I found the problem, the default domain that was created during the installation did not have all the objectclass needed, such as calendaruser etc....Did you remember to run the "./commadmin domain modify -S mail -S cal -H mailhost" for the default domain after the installation of Delegated Administrator?
    Regards,
    Shane.

  • Shares-admin problem

    I have a problem with shares-admin application on Gnome. I've been install Samba through wiki (http://wiki.archlinux.org/index.php/Samba), and install gnome-system-tools and nautilus-share package for easy share of my files. But Add and Unblock buttons of shares-admin don't be able to press. And on nautilus-share, "Share through" is disable to me.
    Any ideas about this issue? Thanks in advance.
    Last edited by alessandro_ufms (2008-11-17 14:31:32)

    Have you found a solution to this? Or has anyone else got any idea of what might be causing this?
    I'm having the exact same problem. Shares-admin doesn't allow me to do anything (not even change the workgroup name) except for removing shared folders.
    I can share folders with no problems by editing the smb.conf file (and other computer are able to access them - so samba is working), but I can't do it from nautilus nor can I view the shared folders of other computers.
    It seems like this user has no access to samba... do I need to add this user to any group (it didn't use to be like this)?
    I know it used to work some time ago, but since I rarely share new folders I can't tell what update caused it to stop working.

  • Admin problem with WRT54G

    I am logging into my WRT54G to try to upgrade my firmware. The problem is that when I log in, I get a error on the page and it will not bring up any of the links or icons that I would use to go to Administration or check my wireless or anything. Does anyone even know where to start with this? I am using XP Pro and IE6 SP2.
    Any ideas?
    Thanks,
    Derek

    If you are getting a 401 error, the router most likely did not accept your user name and password.  The defaults are:  user name is left blank, and password is "admin"  (with no quotes).  If you changed these, then you will need to enter whatever you changed them to.  If you cannot remember what you set them to, then the only other option is to reset the router to factory defaults.  This will reset the user name and password to the values noted above.
    Sometimes this problem is caused by communication errors between the computer and router.  To correct this, do the following:
    Use Internet Explorer, it usually works.
    JavaScript must be enabled.
    Use a computer that is wired to the router.
    In the non-working computer, temporarily turn off your software firewall. Note that some Zone Alarm users have had to uninstall the firewall to get it turned off.
    If you cannot get anything at 192.168.1.1 then perhaps this is not your router's address. Go to "Start" > All Programs > Accessories > Command Prompt.
    A black DOS box will appear. Type in "ipconfig" (with no quotes), then hit the Enter key. Look at the "Default Gateway". Is it 192.168.1.1 ? Point your browser to the "Default Gateway", then login to your router.

  • Admin problem activating Firevault in User a/c

    Have activated FireVault in my Admin a/c & in one user a/c, no problems. However in the last a/c  , my partners its refusing to acknowledge my admin password which is valid. There's is plenty of HD space available. Any Suggestons? There's is nothing (data,photos) much in the a/c so one option is thrash it & create a new one but before I do this I just wanted to see if there's is a reason why this is happening.
    Thanks

    Hello LT
    apologies for the late reply but tried earlier via by 5S but was unable to post a reply.
    Your last Q got me thinking as when I looked at the profile last night before initiating thread the user had admin rights which I then removed, no problem. When I returned home a little while ago tonight I tried to activate FireVault using her user name & password = no luck. I tried again with admin rights = no luck. Finally I tried again using admin password but this time I changed the case of the first letter & yes it worked. Seems strange but you may have an answer. In the other two profiles I had no issue & even now re. logging in & making other admin changes the lower case version of the password works.
    We had a break-in 2 days ago & we were v fortunate. He had the iMac removed but was interrupted. Hence my FireVault activation.
    Thanks for your help. Hope this is of help to the third party who is experiencing the same problem.
    Kind regards,
    Dino.

  • From schema 1 to schema 2 migration delegated admin problem

    I want migrate from schema 1 to schema 2 the messaging server 6.2 ( jes 2005q1).
    I have install access manager and delegated admin.
    With the commdirmig I migrate the domain and schema , the messaging work correctly.
    I have a problem with the delegated admin web interface.
    The delegated don't view my domain. If I add the sundelegatedorganization objectclass I can view my domain on delegated admin but I can view user and group.
    Any Idea?
    TIA
    Bye Giovanni

    There are two very different products called "deletaged admin". The old iPlanet Delegated Admin (iDA) only works with Schema 1. The current Delegated Admin, that comes with JES3 only works with Schema 2.
    If you're using the old iDA that worked with schema 1, it won't work with schema 2. You have to install the new DA for that.
    It doesn't work with groups/lists, only with users and domains.

  • Flash Player 10 causing a Google Analytics Admin Problem

    Since I upgraded to Flash Play 10, inside the admin of Google Analytics is not working.  When I log in to Google Analytics, Flash Play 10 is a part of adjusting the dates and it is causing some type of error that I can't figure out.  All I want to do is be able to adjust dates within Google Analytics and I can't.
    It happens in the three different browsers FireFox, IE and Chrome.  I have tried uninstalling and reinstalling an older version but it still isn't working.
    The reason I believe it is the flash play is because when I open the date section in Analytics I can right click and it give me the option of 'About Adobe Flash Player" and shortly after updating I opened analytics and my browser crashed.
    I am going to uninstall my browsers to see if that will work but if anyone else has had this problem and solved it please help me out.
    Thanks

    Hi, Thanks for the feedback. Yes that does help in many cases. Sometimes updating the device drivers also.
    The hardware acceleration sometimes can't be used by every system. You can read about the system requirements and what and how it works here:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html
    Regards,
    eidnolb

  • OSX 10.4.7 Workgroup Admin problem from remote computer

    I've set up for test a 10.4 server on a private network.
    On this server, I've created with Workgroup Admin some accounts for files, mail and web. I've no problem to access nd modify these accounts with the tools installe on the server, but when I try to do the same thing from a remote Workgroup Admin, I've an empty list for users and group, except the admin user.
    The fact is that i've changed the DNS setup from a dyndns account to a classical dns entry.
    Is there any correlation between the DNS changement entry and the fact that I cannot retreive my users entries in Workgroup and how restore a normal usage.
    Thanks for help !

    Are you looking in the correct domain from the remote machine?
    You may just be looking in the local netinfo domain of the server, and you need to be looking in the OD domain.
    Open WorkGroup Manager and in the top left under the 'Admin' globe you will see another small globe. Click on this and use th pulldown menu to check you are looking at the /LDAPv3/127.0.0.1 domain.
    hth,
    b.

Maybe you are looking for

  • Text Elements

    Hi, I have created a report in English language. I have translated the text elements of Selection screen to German. Original languge of the program is showing as EN. But when I login in to Italian language (Say any language where text elements are no

  • MacPro double mapping network drive

    Hi, I have two network drives (ordinary external HDDs connected to my Mac Mini Server) that my MacPro maps during startup. Since a few days it maps one of the volumes twice. I allready checked the network connections, reset SMC and P-RAM, repair perm

  • BAM - Is it the right choice?

    I'm pretty new to BAM/BizTalk Server. After reading some articles regarding BAM, it seems that it is a tedious process to design a BAM solution. Our BAM needs are pretty basic, like displaying state of each of the workflow/message currently running i

  • Build error on EF 6 + SQL Server compact 4.0 privately deployed application

    I've been migrating a desktop application from EF4 + SSCE 3.5 into EF6 + SSCE 4.0 and have a problem with running the project on a machine without SSCE 4.0 installed. I used "Entity Framework 6 & SQL Server Compact 4 (2)–Easy Private Desktop Deployme

  • Updated i tunes, now ipod won't work

    i keep getting the bubble message, that the device has malfunctioned and can not be recognized... is there a way to restore without it being hooked up to computer?